| A manager for multi level locks on resources. Encapsulates creation, removal, and retrieval of locks.
Each resource can have at most a single lock. However, it may be possible for more than one
accessing entity to have influence on this lock via different lock levels that may be
provided by the according implementation of
MultiLevelLock .
version: $Id: LockManager.java 493628 2007-01-07 01:42:48Z joerg $ See Also: MultiLevelLock |