|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Lock | |
---|---|
org.objectweb.perseus.concurrency.pessimistic |
Uses of Lock in org.objectweb.perseus.concurrency.pessimistic |
---|
Subclasses of Lock in org.objectweb.perseus.concurrency.pessimistic | |
class |
MutexLock
A lock associated to an oid (see the "locks" map within the pessimistic concurrency manager). |
class |
RWFifoLock
A lock associated to an oid (see the "locks" map within the pessimistic concurrency manager). |
class |
RWPri2RLock
A lock associated to an oid (see the "locks" map within the pessimistic concurrency manager). |
Methods in org.objectweb.perseus.concurrency.pessimistic that return Lock | |
protected Lock |
PessimisticConcurrencyManager.getLock(java.lang.Object oid,
java.lang.Object hints)
Returns the lock associated to the given oid. |
Methods in org.objectweb.perseus.concurrency.pessimistic with parameters of type Lock | |
protected abstract java.lang.Object |
PessimisticConcurrencyManager.getState(java.lang.Object ctx,
java.lang.Object resourceId,
Lock lock)
|
void |
PessimisticConcurrencyManager.closeLock(Lock lock,
java.lang.Object ctx)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |