Class Summary |
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. |
RwLockGC |
Used to enhance performance by delaying the removal of unreferenced
RwLockHolder objects managed by the ReadWriteLockManager. |
RwLockHolder |
Used to keep track of the total number of outstanding locks placed but not
yet released for a given resource. |