Uses of Class
com.arjuna.ats.txoj.Lock
-
Packages that use Lock Package Description com.arjuna.ats.txoj -
-
Uses of Lock in com.arjuna.ats.txoj
Methods in com.arjuna.ats.txoj that return Lock Modifier and Type Method Description protected LockLock. getLink()Get the next lock in the chain.Methods in com.arjuna.ats.txoj with parameters of type Lock Modifier and Type Method Description booleanLock. conflictsWith(Lock otherLock)Implementation of Lock conflict check.booleanLock. equals(Lock otherLock)Are the two locks equal?protected booleanLockManager. isAncestorOf(Lock heldLock)protected intLockManager. lockConflict(Lock otherLock)protected voidLock. setLink(Lock pointTo)Set the next lock in the chain.intLockManager. setlock(Lock toSet)intLockManager. setlock(Lock toSet, int retry)intLockManager. setlock(Lock toSet, int retry, int sleepTime)
-