Uses of Interface
net.wotonomy.foundation.NSLocking

Packages that use NSLocking
net.wotonomy.foundation A set of collections classes that are needed by the ui and web packages. 
 

Uses of NSLocking in net.wotonomy.foundation
 

Classes in net.wotonomy.foundation that implement NSLocking
 class NSLock
          A simple mutually-exclusive lock.
 class NSMultiReaderLock
          A Read-Write lock that allows unlimited number of calling threads to acquire read locks, but only one thread to acquire a write lock.
 class NSRecursiveLock
          A lock class that allows a thread to re-acquire it's lock recursively.
 



Copyright © 2006 null. All Rights Reserved.