Uses of Package
org.apache.jackrabbit.webdav.lock

Packages that use org.apache.jackrabbit.webdav.lock
org.apache.jackrabbit.spi2dav   
org.apache.jackrabbit.webdav   
org.apache.jackrabbit.webdav.client.methods This package contains classes and utilities used to build a WebDAV client implementation.
Currently it consists of DAV-specific extensions to the Jakarta Commons HttpClient, namely a set of methods. 
org.apache.jackrabbit.webdav.jcr Contains JCR specific implementations. 
org.apache.jackrabbit.webdav.jcr.lock   
org.apache.jackrabbit.webdav.jcr.transaction   
org.apache.jackrabbit.webdav.lock Provides interfaces and classes for locking related issues. 
org.apache.jackrabbit.webdav.simple   
org.apache.jackrabbit.webdav.transaction Contains interfaces and classes related to transaction locks. 
 

Classes in org.apache.jackrabbit.webdav.lock used by org.apache.jackrabbit.spi2dav
ActiveLock
          ActiveLock encapsulates the lock information for a DavResource.
 

Classes in org.apache.jackrabbit.webdav.lock used by org.apache.jackrabbit.webdav
ActiveLock
          ActiveLock encapsulates the lock information for a DavResource.
LockInfo
          LockInfo is a simple utility class encapsulating the information passed with a LOCK request.
LockManager
          The LockManager interface.
Scope
          The Scope class abstracts the lock scope as defined by RFC 2518.
Type
          The Type class encapsulates the lock type as defined by RFC 2518.
 

Classes in org.apache.jackrabbit.webdav.lock used by org.apache.jackrabbit.webdav.client.methods
LockDiscovery
          The LockDiscovery class encapsulates the webdav lock discovery property that is sent in the request body (PROPFIND and LOCK) and received in a LOCK response body.
LockInfo
          LockInfo is a simple utility class encapsulating the information passed with a LOCK request.
Scope
          The Scope class abstracts the lock scope as defined by RFC 2518.
Type
          The Type class encapsulates the lock type as defined by RFC 2518.
 

Classes in org.apache.jackrabbit.webdav.lock used by org.apache.jackrabbit.webdav.jcr
ActiveLock
          ActiveLock encapsulates the lock information for a DavResource.
LockInfo
          LockInfo is a simple utility class encapsulating the information passed with a LOCK request.
Scope
          The Scope class abstracts the lock scope as defined by RFC 2518.
Type
          The Type class encapsulates the lock type as defined by RFC 2518.
 

Classes in org.apache.jackrabbit.webdav.lock used by org.apache.jackrabbit.webdav.jcr.lock
AbstractActiveLock
          AbstractActiveLock...
AbstractLockEntry
          AbstractLockEntry provides the generic XmlSerializable.toXml(org.w3c.dom.Document) method.
ActiveLock
          ActiveLock encapsulates the lock information for a DavResource.
LockEntry
          LockEntry...
Scope
          The Scope class abstracts the lock scope as defined by RFC 2518.
Type
          The Type class encapsulates the lock type as defined by RFC 2518.
 

Classes in org.apache.jackrabbit.webdav.lock used by org.apache.jackrabbit.webdav.jcr.transaction
ActiveLock
          ActiveLock encapsulates the lock information for a DavResource.
LockInfo
          LockInfo is a simple utility class encapsulating the information passed with a LOCK request.
LockManager
          The LockManager interface.
Scope
          The Scope class abstracts the lock scope as defined by RFC 2518.
Type
          The Type class encapsulates the lock type as defined by RFC 2518.
 

Classes in org.apache.jackrabbit.webdav.lock used by org.apache.jackrabbit.webdav.lock
AbstractActiveLock
          AbstractActiveLock...
ActiveLock
          ActiveLock encapsulates the lock information for a DavResource.
LockDiscovery
          The LockDiscovery class encapsulates the webdav lock discovery property that is sent in the request body (PROPFIND and LOCK) and received in a LOCK response body.
LockEntry
          LockEntry...
LockInfo
          LockInfo is a simple utility class encapsulating the information passed with a LOCK request.
LockManager
          The LockManager interface.
Scope
          The Scope class abstracts the lock scope as defined by RFC 2518.
Type
          The Type class encapsulates the lock type as defined by RFC 2518.
 

Classes in org.apache.jackrabbit.webdav.lock used by org.apache.jackrabbit.webdav.simple
ActiveLock
          ActiveLock encapsulates the lock information for a DavResource.
LockInfo
          LockInfo is a simple utility class encapsulating the information passed with a LOCK request.
LockManager
          The LockManager interface.
Scope
          The Scope class abstracts the lock scope as defined by RFC 2518.
Type
          The Type class encapsulates the lock type as defined by RFC 2518.
 

Classes in org.apache.jackrabbit.webdav.lock used by org.apache.jackrabbit.webdav.transaction
AbstractActiveLock
          AbstractActiveLock...
AbstractLockEntry
          AbstractLockEntry provides the generic XmlSerializable.toXml(org.w3c.dom.Document) method.
ActiveLock
          ActiveLock encapsulates the lock information for a DavResource.
DefaultActiveLock
          DefaultActiveLock implements the ActiveLock interface and represents an exclusive write lock with a random uuid lock token.
LockEntry
          LockEntry...
LockInfo
          LockInfo is a simple utility class encapsulating the information passed with a LOCK request.
LockManager
          The LockManager interface.
Scope
          The Scope class abstracts the lock scope as defined by RFC 2518.
Type
          The Type class encapsulates the lock type as defined by RFC 2518.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.