Uses of Class
org.egothor.lock.LockAction

Packages that use LockAction
org.egothor.lock   
 

Uses of LockAction in org.egothor.lock
 

Methods in org.egothor.lock that return LockAction
static LockAction LockAction.getInstance(int ordinal)
           
 LockAction LockRequest.getLockAction()
           
static LockAction LockAction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LockAction[] LockAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.egothor.lock with parameters of type LockAction
LockRequest(LockType lockType, LockAction lockAction, long lockId, java.lang.String location, long periodOfTime, long indexConstPeriodOfTime, int timeOut)