Uses of Package
org.apache.jcs.utils.locking

Packages that use org.apache.jcs.utils.locking
org.apache.jcs.auxiliary.disk The primary disk auxiliary. 
org.apache.jcs.auxiliary.disk.indexed   
org.apache.jcs.utils.locking   
 

Classes in org.apache.jcs.utils.locking used by org.apache.jcs.auxiliary.disk
ReadWriteLock
          This class coordinates concurrent calls to an object's get and set methods so that calls to the object set methods do not interfere with each other or with calls to the object's get methods.
ReadWriteLockManager
          The Generic ReadWriteLock Manager for various resources.
 

Classes in org.apache.jcs.utils.locking used by org.apache.jcs.auxiliary.disk.indexed
ReadWriteLock
          This class coordinates concurrent calls to an object's get and set methods so that calls to the object set methods do not interfere with each other or with calls to the object's get methods.
 

Classes in org.apache.jcs.utils.locking used by org.apache.jcs.utils.locking
ReadWriteLock
          This class coordinates concurrent calls to an object's get and set methods so that calls to the object set methods do not interfere with each other or with calls to the object's get methods.
RwLockGC
          Used to enhance performance by delaying the removal of unreferenced RwLockHolder objects managed by the ReadWriteLockManager.