Uses of Class
org.egothor.lock.LockRequest

Packages that use LockRequest
org.egothor.lock   
 

Uses of LockRequest in org.egothor.lock
 

Methods in org.egothor.lock that return LockRequest
static LockRequest LockRequest.resolveRequest(java.nio.ByteBuffer buffer)
           
 

Methods in org.egothor.lock with parameters of type LockRequest
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)