Uses of Interface
org.drjekyll.webdav.locking.IResourceLocks
-
Packages that use IResourceLocks Package Description org.drjekyll.webdav.locking org.drjekyll.webdav.methods -
-
Uses of IResourceLocks in org.drjekyll.webdav.locking
Classes in org.drjekyll.webdav.locking that implement IResourceLocks Modifier and Type Class Description class
ResourceLocks
simple locking management for concurrent data access, NOT the webdav locking.Constructors in org.drjekyll.webdav.locking with parameters of type IResourceLocks Constructor Description DoLock(WebdavStore store, IResourceLocks resourceLocks, boolean readOnly)
DoUnlock(WebdavStore store, IResourceLocks resourceLocks, boolean readOnly)
-
Uses of IResourceLocks in org.drjekyll.webdav.methods
Methods in org.drjekyll.webdav.methods with parameters of type IResourceLocks Modifier and Type Method Description protected static boolean
Method. checkLocks(Transaction transaction, javax.servlet.http.HttpServletRequest req, 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 org.drjekyll.webdav.methods with parameters of type IResourceLocks Constructor Description DoMkcol(WebdavStore store, IResourceLocks resourceLocks, boolean readOnly)
DoPut(WebdavStore store, IResourceLocks resLocks, boolean readOnly, boolean lazyFolderCreationOnPut)
-