WebObjects 5.1

Uses of Interface
com.webobjects.foundation.NSLocking

Packages that use NSLocking
com.webobjects.eoaccess   
com.webobjects.eocontrol   
com.webobjects.foundation   
 

Uses of NSLocking in com.webobjects.eoaccess
 

Classes in com.webobjects.eoaccess that implement NSLocking
 class EODatabaseContext
          EODatabaseContext is the basic EOObjectStore for the EOAccess Framework.
 

Uses of NSLocking in com.webobjects.eocontrol
 

Classes in com.webobjects.eocontrol that implement NSLocking
 class EOCooperatingObjectStore
          EOCooperatingObjectStore is a part of the control layer's object storage abstraction.
 class EOEditingContext
          An EOEditingContext object manages a graph of enterprise objects in an application; this object graph represents an internally consistent view of one or more external stores (most often a database).
 class EOSharedEditingContext
          The EOSharedEditingContext class defines a mechanism that allows EOEditingContexts to share enterprise objects for reading.
 

Uses of NSLocking in com.webobjects.foundation
 

Classes in com.webobjects.foundation that implement NSLocking
 class NSLock
          An NSLock object is used to coordinate the operation of multiple threads of execution within the same application.
 class NSMultiReaderLock
          The NSMultiReaderLock class provides reader and writer locks.
 class NSRecursiveLock
          NSRecursiveLock defines a lock that may be acquired multiple times by the same thread without causing a deadlock (a situation where a thread is permanently blocked waiting for itself to relinquish a lock).
 


Last updated Thu Jan 10 18:10:21 PST 2002.

Copyright © 2002 Apple Computer, Inc.