Uses of Class
com.bradmcevoy.http.LockTimeout

Packages that use LockTimeout
com.bradmcevoy.http   
com.bradmcevoy.http.webdav   
com.ettrema.http.fs   
 

Uses of LockTimeout in com.bradmcevoy.http
 

Fields in com.bradmcevoy.http declared as LockTimeout
 LockTimeout LockToken.timeout
           
 

Methods in com.bradmcevoy.http that return LockTimeout
static LockTimeout LockTimeout.parseTimeout(Request request)
           
static LockTimeout LockTimeout.parseTimeout(java.lang.String s)
           
 

Methods in com.bradmcevoy.http with parameters of type LockTimeout
 LockToken LockingCollectionResource.createAndLock(java.lang.String name, LockTimeout timeout, LockInfo lockInfo)
          Create an empty non-collection resource of the given name and immediately lock it.
 LockResult LockableResource.lock(LockTimeout timeout, LockInfo lockInfo)
          Lock this resource and return a token
 

Constructors in com.bradmcevoy.http with parameters of type LockTimeout
LockToken(java.lang.String tokenId, LockInfo info, LockTimeout timeout)
           
 

Uses of LockTimeout in com.bradmcevoy.http.webdav
 

Methods in com.bradmcevoy.http.webdav with parameters of type LockTimeout
protected  void LockHandler.processNewLock(HttpManager milton, Request request, Response response, LockableResource r, LockTimeout timeout)
           
protected  void LockHandler.processRefresh(HttpManager milton, Request request, Response response, LockableResource r, LockTimeout timeout, java.lang.String ifHeader)
           
 

Uses of LockTimeout in com.ettrema.http.fs
 

Methods in com.ettrema.http.fs with parameters of type LockTimeout
 LockResult SimpleLockManager.lock(LockTimeout timeout, LockInfo lockInfo, LockableResource r)
           
 LockResult LockManager.lock(LockTimeout timeout, LockInfo lockInfo, LockableResource resource)
           
 



Copyright © 2011. All Rights Reserved.