Uses of Class
org.eclipse.webdav.internal.kernel.LockToken

Packages that use LockToken
org.eclipse.webdav.client Provides support for the WebDAV protocol. 
 

Uses of LockToken in org.eclipse.webdav.client
 

Methods in org.eclipse.webdav.client that return LockToken
 LockToken AbstractResourceHandle.lock()
          Lock this resource with default values.
 LockToken AbstractResourceHandle.lock(boolean isShared, String depth, int timeout, String owner)
          Lock this resource using the specified parameters.
 

Methods in org.eclipse.webdav.client with parameters of type LockToken
 void AbstractResourceHandle.refreshLock(LockToken lockToken, int timeout)
          Refresh the lock on this resource with the given lock token.
 void AbstractResourceHandle.unlock(LockToken token)
          Unlock this resource with the given lock token.
 



Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.