Generated by
JDiff

Class com.webobjects.eoaccess.EODatabaseContext

Added Methods
void setCoordinator(EOObjectStoreCoordinator)  
 

Changed Methods
EOObjectStoreCoordinator coordinator() Method was locally defined, but is now inherited from EOCooperatingObjectStore. @return the EOObjectStoreCoordinator this cooperating store is registered with or null if it is not
void unlock() Changed from non-synchronized to synchronized. This method is used to protect access to the receiver from concurrent operations by multiple threads.