Uses of Class
com.bradmcevoy.http.LockToken

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

Uses of LockToken in com.bradmcevoy.http
 

Methods in com.bradmcevoy.http that return LockToken
 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.
 LockToken LockableResource.getCurrentLock()
           
 LockToken LockResult.getLockToken()
           
 

Methods in com.bradmcevoy.http with parameters of type LockToken
static LockResult LockResult.success(LockToken token)
           
 

Constructors in com.bradmcevoy.http with parameters of type LockToken
LockResult(LockResult.FailureReason failureReason, LockToken lockToken)
           
 

Uses of LockToken in com.bradmcevoy.http.webdav
 

Methods in com.bradmcevoy.http.webdav with parameters of type LockToken
protected  void LockHandler.respondWithToken(LockToken tok, Request request, Response response)
           
 

Uses of LockToken in com.ettrema.http.fs
 

Methods in com.ettrema.http.fs that return LockToken
 LockToken SimpleLockManager.getCurrentToken(LockableResource r)
           
 LockToken LockManager.getCurrentToken(LockableResource resource)
           
 



Copyright © 2011. All Rights Reserved.