Project Wonder 2.0

er.extensions
Class ERXObjectStoreCoordinator

java.lang.Object
  extended bycom.webobjects.eocontrol.EOObjectStore
      extended bycom.webobjects.eocontrol.EOObjectStoreCoordinator
          extended byer.extensions.ERXObjectStoreCoordinator
All Implemented Interfaces:
NSDisposable, NSLocking

public class ERXObjectStoreCoordinator
extends EOObjectStoreCoordinator

Author:
david Adds functionality to automatically close all related JDBC Connections.

Field Summary
 boolean _didClose
           
 boolean _shouldClose
           
static ERXLogger log
           
 
Fields inherited from class com.webobjects.eocontrol.EOObjectStoreCoordinator
_CLASS, CooperatingObjectStoreNeededNotification, CooperatingObjectStoreWasAddedNotification, CooperatingObjectStoreWasRemovedNotification, FetchSpecificationKey, GlobalIDKey, ObjectKey
 
Fields inherited from class com.webobjects.eocontrol.EOObjectStore
_doAssertLock, _doAssertLockInitialized, _wasDisposed, DeletedKey, InsertedKey, InvalidatedAllObjectsInStoreNotification, InvalidatedKey, ObjectsChangedInStoreNotification, UpdatedKey
 
Fields inherited from interface com.webobjects.foundation.NSLocking
OneCentury, OneDay, OneHour, OneMinute, OneSecond, OneWeek, OneYear
 
Constructor Summary
ERXObjectStoreCoordinator()
           
ERXObjectStoreCoordinator(boolean shouldClose)
           
 
Method Summary
 void dispose()
           
 
Methods inherited from class com.webobjects.eocontrol.EOObjectStoreCoordinator
_globalIDsChangedInSubStore, _invalidatedAllObjectsInSubStore, _lock, _objectsChangedInSubStore, addCooperatingObjectStore, arrayFaultWithSourceGlobalID, cooperatingObjectStores, defaultCoordinator, editingContextDidForgetObjectWithGlobalID, faultForGlobalID, faultForRawRow, forwardUpdateForObject, initializeObject, invalidateAllObjects, invalidateObjectsWithGlobalIDs, isObjectLockedWithGlobalID, lock, lockObjectWithGlobalID, objectsForSourceGlobalID, objectStoreForFetchSpecification, objectStoreForGlobalID, objectStoreForObject, objectsWithFetchSpecification, refaultObject, removeCooperatingObjectStore, saveChangesInEditingContext, setDefaultCoordinator, setUserInfo, unlock, userInfo, valuesForKeys
 
Methods inherited from class com.webobjects.eocontrol.EOObjectStore
_checkAssertLock, _invalidateObjectsDuringSave, _resetAssertLock, _suppressAssertLock, invokeRemoteMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static ERXLogger log

_didClose

public boolean _didClose

_shouldClose

public boolean _shouldClose
Constructor Detail

ERXObjectStoreCoordinator

public ERXObjectStoreCoordinator()
See Also:
EOObjectStoreCoordinator

ERXObjectStoreCoordinator

public ERXObjectStoreCoordinator(boolean shouldClose)
Method Detail

dispose

public void dispose()

Last updated: Do, Dez 9, 2004 • 12:46 PM CET

Copyright © 2002 – 2004 Project Wonder.