Package | Description |
---|---|
org.apache.fulcrum.yaafi.framework.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 java.util.Set |
GenericLock.getConflictingOwners(GenericLock.LockOwner myOwner,
java.util.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(java.lang.Object ownerId,
GenericLock.LockOwner lock,
int targetLockLevel,
int compatibility,
boolean intention) |
protected void |
GenericLock.unregisterWaiter(GenericLock.LockOwner waitingOwner) |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.