Package org.apache.jackrabbit.webdav.lock
@Version("1.0.1")
package org.apache.jackrabbit.webdav.lock
-
ClassDescription
AbstractActiveLock...AbstractLockEntryprovides the genericXmlSerializable.toXml(org.w3c.dom.Document)method.ActiveLockencapsulates the lock information for aDavResource.DefaultActiveLockimplements theActiveLockinterface and represents an exclusive write lock with a random uuid lock token.TheLockDiscoveryclass encapsulates the webdav lock discovery property that is sent in the request body (PROPFIND and LOCK) and received in a LOCK response body.LockEntry...LockInfois a simple utility class encapsulating the information passed with a LOCK request.TheLockManagerinterface.TheScopeclass abstracts the lock scope as defined by RFC 2518.Simple manager for webdav locks.TheSupportedLockclass encapsulates the lock capabilities of a resource.TheTypeclass encapsulates the lock type as defined by RFC 2518.