Package | Description |
---|---|
org.modeshape.webdav.locking | |
org.modeshape.webdav.methods |
Modifier and Type | Class and Description |
---|---|
class |
ResourceLocks
simple locking management for concurrent data access, NOT the webdav locking. ( could that be used instead?
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractMethod.isUnlocked(ITransaction transaction,
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.
|
Constructor and Description |
---|
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 © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.