Uses of Interface
org.apache.jackrabbit.webdav.lock.LockManager
-
-
Uses of LockManager in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav with parameters of type LockManager Modifier and Type Method Description void
DavResource. addLockManager(LockManager lockmgr)
Add an externalLockManager
to this resource. -
Uses of LockManager in org.apache.jackrabbit.webdav.jcr.transaction
Classes in org.apache.jackrabbit.webdav.jcr.transaction that implement LockManager Modifier and Type Class Description class
TxLockManagerImpl
TxLockManagerImpl
manages locks with locktype 'dcr:transaction
'. -
Uses of LockManager in org.apache.jackrabbit.webdav.lock
Classes in org.apache.jackrabbit.webdav.lock that implement LockManager Modifier and Type Class Description class
SimpleLockManager
Simple manager for webdav locks. -
Uses of LockManager in org.apache.jackrabbit.webdav.simple
Methods in org.apache.jackrabbit.webdav.simple that return LockManager Modifier and Type Method Description LockManager
SimpleWebdavServlet. getLockManager()
Returns theLockManager
.Methods in org.apache.jackrabbit.webdav.simple with parameters of type LockManager Modifier and Type Method Description void
DavResourceImpl. addLockManager(LockManager lockMgr)
void
SimpleWebdavServlet. setLockManager(LockManager lockManager)
Sets theLockManager
.Constructors in org.apache.jackrabbit.webdav.simple with parameters of type LockManager Constructor Description ResourceFactoryImpl(LockManager lockMgr, ResourceConfig resourceConfig)
Create a newResourceFactory
that uses the given lock manager and resource filter. -
Uses of LockManager in org.apache.jackrabbit.webdav.transaction
Subinterfaces of LockManager in org.apache.jackrabbit.webdav.transaction Modifier and Type Interface Description interface
TxLockManager
TxLockManager
manages locks with locktype 'dcr:transaction
'.
-