| 
 | WebObjects 5.2.3 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.webobjects.eoapplication.EOApplication.ApplicationSupport
com.webobjects.eoapplication.client.EOClientApplicationSupport
EOClientApplicationSupport is an EOApplication.ApplicationSupport subclass
 used with three-tier Java Client applications. The main function on
 EOClientApplicationSupport is the entry point used for these kind of applications.
| Constructor Summary | |
| EOClientApplicationSupport(boolean remoteRequestArguments)Creates a new EOClientApplicationSupport object. | |
| Method Summary | |
|  void | acknowledgeQuit()Notifies the server that the client is about to quit so that it can terminate the session. | 
|  EODistributionChannel | channelWithParameters(NSDictionary parameters)Creates a new distribution channel to be used with the application. | 
| static void | main(String[] argv)Main entry point for three-tier Java Client applications. | 
|  void | prepareApplication(EOApplication application,
                   NSDictionary arguments)Sets the application name and a client-side specific defaults manager. | 
|  void | prepareClasses(NSDictionary arguments)Initializes some client-side principal classes and the distribution channel if that has not already happened. | 
|  void | prepareGlobalObjects(NSDictionary arguments)Initializes all client-side principal classes and a client-side specific data source factory and resource bundle. | 
|  void | refreshData()Refreshes the enterprise objects fetched to the client with to reflect the latest state known on the server. | 
|  void | runStartupDialogs(NSDictionary arguments)If requested with the "runApplicationURLDialog" argument, runs a URL connection dialog to ask for the server URL. | 
| Methods inherited from class com.webobjects.eoapplication.EOApplication.ApplicationSupport | 
| finishStartup | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public EOClientApplicationSupport(boolean remoteRequestArguments)
remoteRequestArguments - true if additional arguments need to be requested from the server; false if all arguments have already been retrieved| Method Detail | 
public void acknowledgeQuit()
acknowledgeQuit in class EOApplication.ApplicationSupportpublic EODistributionChannel channelWithParameters(NSDictionary parameters)
parameters - the connection parameters
public static void main(String[] argv)
argv - the application arguments
public void prepareApplication(EOApplication application,
                               NSDictionary arguments)
prepareApplication in class EOApplication.ApplicationSupportapplication - the EOApplication instancearguments - the arguments to the application known at this timepublic void prepareClasses(NSDictionary arguments)
prepareClasses in class EOApplication.ApplicationSupportarguments - the arguments to the application known at this timepublic void prepareGlobalObjects(NSDictionary arguments)
prepareGlobalObjects in class EOApplication.ApplicationSupportarguments - the arguments to the application known at this timepublic void refreshData()
refreshData in class EOApplication.ApplicationSupportpublic void runStartupDialogs(NSDictionary arguments)
runStartupDialogs in class EOApplication.ApplicationSupportarguments - the arguments to the application known at this time| 
 | Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||