org.apache.derby.iapi.services.locks |
|
Java Source File Name | Type | Comment |
C_LockFactory.java | Interface | |
Latch.java | Interface | A Latch represents a latch held in the lock manager. |
Limit.java | Interface | A limit represents a callback on a lock
group. |
Lockable.java | Interface | Any object that needs to be locked must implement Lockable.
This allows a generic lock manager that can have locking policies
defined on a per-object basis.
A request to lock the object takes a qualifier, this qualifier may be
used the object to implement a complex locking policy, e.g. |
LockFactory.java | Interface | Generic locking of objects. |
ShExLockable.java | Class | |
ShExQual.java | Class | This class is intended to be used a the qualifier class for ShExLockable. |
VirtualLockTable.java | Interface | This class acts as a conduit of information between the lock manager and
the outside world. |