|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstanceLock | |
org.apache.geronimo.lock |
Uses of InstanceLock in org.apache.geronimo.lock |
Classes in org.apache.geronimo.lock that implement InstanceLock | |
class |
ConcurrentInstanceLock
Implementation based on the use of the util.concurrent package from Doug Lea. |
class |
WriterPreferredInstanceLock
Implementation of InstanceLock using a simple prefer-writer allocation policy. |
class |
WriterPreferredInstanceLock2
Implementation of InstanceLock using a simple prefer-writer allocation policy. |
class |
WriterPreferredInstanceLock3
Implementation of InstanceLock using a simple prefer-writer allocation policy. |
Methods in org.apache.geronimo.lock that return InstanceLock | |
InstanceLock |
LockDomain.getLock(Object key)
|
Methods in org.apache.geronimo.lock with parameters of type InstanceLock | |
protected void |
LockContext.sharedLock(InstanceLock lock)
|
protected void |
LockContext.exclusiveLock(InstanceLock lock)
|
protected void |
LockContext.releaseLock(InstanceLock lock)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |