WebObjects 5.2

Uses of Class
com.webobjects.eocontrol.EOCooperatingObjectStore

Packages that use EOCooperatingObjectStore
com.webobjects.eoaccess Provides the data access mechanisms for the Enterprise Objects technology. 
com.webobjects.eocontrol Provides infrastructure for creating and manging enterprise objects. 
 

Uses of EOCooperatingObjectStore in com.webobjects.eoaccess
 

Subclasses of EOCooperatingObjectStore in com.webobjects.eoaccess
 class EODatabaseContext
          EODatabaseContext is the basic EOObjectStore for the EOAccess Framework.
 

Uses of EOCooperatingObjectStore in com.webobjects.eocontrol
 

Methods in com.webobjects.eocontrol that return EOCooperatingObjectStore
 EOCooperatingObjectStore EOObjectStoreCoordinator.objectStoreForFetchSpecification(EOFetchSpecification fetchSpecification)
          Returns the EOCooperatingObjectStore responsible for fetching objects with fetchSpecification.
 EOCooperatingObjectStore EOObjectStoreCoordinator.objectStoreForGlobalID(EOGlobalID gid)
          Returns the EOCooperatingObjectStore for the object identified by gid.
 EOCooperatingObjectStore EOObjectStoreCoordinator.objectStoreForObject(EOEnterpriseObject object)
          Returns the EOCooperatingObjectStore that owns object.
 

Methods in com.webobjects.eocontrol with parameters of type EOCooperatingObjectStore
 void EOObjectStoreCoordinator.addCooperatingObjectStore(EOCooperatingObjectStore objectStore)
          Adds objectStore to the list of EOCooperatingObjectStores that need to be queried and notified about changes to enterprise objects.
 void EOObjectStoreCoordinator.removeCooperatingObjectStore(EOCooperatingObjectStore objectStore)
          Removes objectStore from the list of EOCooperatingObjectStores that need to be queried and notified about changes to enterprise objects.
 


Last updated Fri Feb 21 13:15:00 PST 2003.

Copyright © 2003 Apple Computer, Inc.