Uses of Interface
net.sf.webdav.locking.IResourceLocks

Packages that use IResourceLocks
net.sf.webdav.locking   
net.sf.webdav.methods   
 

Uses of IResourceLocks in net.sf.webdav.locking
 

Classes in net.sf.webdav.locking that implement IResourceLocks
 class ResourceLocks
          simple locking management for concurrent data access, NOT the webdav locking.
 

Uses of IResourceLocks in net.sf.webdav.methods
 

Methods in net.sf.webdav.methods with parameters of type IResourceLocks
protected  boolean AbstractMethod.checkLocks(ITransaction transaction, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, IResourceLocks resourceLocks, String path)
          Checks if locks on resources at the given path exists and if so checks the If-Header to make sure the If-Header corresponds to the locked resource.
 

Constructors in net.sf.webdav.methods with parameters of type IResourceLocks
DoLock(IWebdavStore store, IResourceLocks resourceLocks, boolean readOnly)
           
DoMkcol(IWebdavStore store, IResourceLocks resourceLocks, boolean readOnly)
           
DoPut(IWebdavStore store, IResourceLocks resLocks, boolean readOnly, boolean lazyFolderCreationOnPut)
           
DoUnlock(IWebdavStore store, IResourceLocks resourceLocks, boolean readOnly)
           
 



Copyright © 2013 KnowledgePlaza. All Rights Reserved.