Uses of Class
org.egothor.lock.LockResult

Packages that use LockResult
org.egothor.lock   
org.egothor.lock.server   
 

Uses of LockResult in org.egothor.lock
 

Methods in org.egothor.lock that return LockResult
 LockResult LockManager.getReadLock(java.lang.String location, long indexConstPeriodOfTime, long threadGroupId, int timeOut)
          Gets a READ lock in the location using only single request.
 LockResult LockManager.getWriteLock(java.lang.String location, int timeOut)
          Gets a WRITE lock in the location using only single request.
protected  LockResult LockFileManager.processLock(LockRequest request)
          entry point
protected abstract  LockResult LockManager.processLock(LockRequest request)
          Method will try to achieve read lock in the appropriate implementation.
protected  LockResult LockServerManager.processLock(LockRequest request)
           
static LockResult LockResult.resolveResponse(byte[] packetData)
           
 

Uses of LockResult in org.egothor.lock.server
 

Methods in org.egothor.lock.server that return LockResult
 LockResult LockServerThread.LockServerRecord.addReservationEntry(LockType lockType, long reservationExpirationTime, boolean addFirst)