Package | Description |
---|---|
org.apache.commons.transaction.locking |
Modifier and Type | Method and Description |
---|---|
protected GenericLock.LockOwner |
GenericLock.getMaxLevelOwner() |
protected GenericLock.LockOwner |
GenericLock.getMaxLevelOwner(GenericLock.LockOwner reentrantOwner,
boolean preferred) |
protected GenericLock.LockOwner |
GenericLock.getMaxLevelOwner(GenericLock.LockOwner reentrantOwner,
int supportLockLevel,
boolean preferred) |
protected GenericLock.LockOwner |
GenericLock.getMaxLevelOwner(int supportLockLevel,
boolean preferred) |
Modifier and Type | Method and Description |
---|---|
protected Set |
GenericLock.getConflictingOwners(GenericLock.LockOwner myOwner,
Collection ownersToTest) |
protected GenericLock.LockOwner |
GenericLock.getMaxLevelOwner(GenericLock.LockOwner reentrantOwner,
boolean preferred) |
protected GenericLock.LockOwner |
GenericLock.getMaxLevelOwner(GenericLock.LockOwner reentrantOwner,
int supportLockLevel,
boolean preferred) |
protected void |
GenericLock.registerWaiter(GenericLock.LockOwner waitingOwner) |
protected void |
GenericLock.setLockLevel(Object ownerId,
GenericLock.LockOwner lock,
int targetLockLevel,
int compatibility,
boolean intention) |
protected void |
GenericLock.unregisterWaiter(GenericLock.LockOwner waitingOwner) |
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.