Package org.apache.jackrabbit.webdav.transaction

Contains interfaces and classes related to transaction locks.

See:
          Description

Interface Summary
TransactionConstants TransactionConstants interface provide constants for request and response headers, Xml elements and property names used for handling transactions over WebDAV.
TransactionDavServletRequest TransactionDavServletRequest provides extensions to the DavServletRequest interface used for dealing with transaction lock requests.
TransactionResource TransactionResource extends the DavResource interface by transaction relevant METHODS.
TxLockManager TxLockManager manages locks with locktype 'dcr:transaction'.
 

Class Summary
TransactionInfo TransactionInfo class encapsultes the information present in the TransactionConstants.XML_TRANSACTIONINFO element that forms the request body of the UNLOCk request for a transaction lock.
TxActiveLock TxActiveLock represents the transaction lock present on a TransactionResource.
TxLockEntry TxLockEntry represents the lock entry objects allowed for a transaction lock.
 

Package org.apache.jackrabbit.webdav.transaction Description

Contains interfaces and classes related to transaction locks.



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