Uses of Class
com.arjuna.ats.txoj.Lock

Packages that use Lock
com.arjuna.ats.txoj   
 

Uses of Lock in com.arjuna.ats.txoj
 

Methods in com.arjuna.ats.txoj that return Lock
protected  Lock Lock.getLink()
          Get the next lock in the chain.
 

Methods in com.arjuna.ats.txoj with parameters of type Lock
 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 © 2012. All Rights Reserved.