Package | Description |
---|---|
com.arjuna.ats.txoj |
Modifier and Type | Method and Description |
---|---|
protected Lock |
Lock.getLink()
Get the next lock in the chain.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Lock.conflictsWith(Lock otherLock)
Implementation of Lock conflict check.
|
boolean |
Lock.equals(Lock otherLock)
Are the two locks equal?
|
protected boolean |
LockManager.isAncestorOf(Lock heldLock) |
protected int |
LockManager.lockConflict(Lock otherLock) |
protected void |
Lock.setLink(Lock pointTo)
Set the next lock in the chain.
|
int |
LockManager.setlock(Lock toSet) |
int |
LockManager.setlock(Lock toSet,
int retry) |
int |
LockManager.setlock(Lock toSet,
int retry,
int sleepTime) |
Copyright © 2013. All Rights Reserved.