WebObjects 5.2.3

Uses of Class
com.webobjects.eoapplication.EODefaults

Packages that use EODefaults
com.webobjects.eoapplication Provides application logic utility classes to the client side of Java Client applications. 
com.webobjects.eoapplication.client   
 

Uses of EODefaults in com.webobjects.eoapplication
 

Subclasses of EODefaults in com.webobjects.eoapplication
 class EOUserFileDefaults
          EOUserFileDefaults manages the defaults of an application by storing and loading them from the file system.
 

Methods in com.webobjects.eoapplication that return EODefaults
 EODefaults EOApplication.defaults()
          Returns the receiver's defaults manager (an EODefaults object).
 

Methods in com.webobjects.eoapplication with parameters of type EODefaults
 void EOApplication.setDefaults(EODefaults defaults)
          Sets the receiver's defaults manager (an EODefaults object).
 

Uses of EODefaults in com.webobjects.eoapplication.client
 

Subclasses of EODefaults in com.webobjects.eoapplication.client
 class EORemoteStorageDefaults
          EORemoteStorageDefaults works together with the server side of a Java Client application to manage the defaults of an application: When the client starts up, it tries to receive values from the distribution context on the server side, and when the application terminates, it asks the distribution context to store all the persistent values.
 


Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.