Package org.apache.jackrabbit.webdav.transaction
@Version("1.0.0")
package org.apache.jackrabbit.webdav.transaction
-
ClassDescription
TransactionConstants
interface provide constants for request and response headers, Xml elements and property names used for handling transactions over WebDAV.TransactionDavServletRequest
provides extensions to theDavServletRequest
interface used for dealing with transaction lock requests.TransactionInfo
class encapsulates the information present in theTransactionConstants.XML_TRANSACTIONINFO
element that forms the request body of the UNLOCk request for a transaction lock.TransactionResource
extends theDavResource
interface by transaction relevant METHODS.TxActiveLock
represents the transaction lock present on aTransactionResource
.TxLockEntry
represents the lock entry objects allowed for a transaction lock.TxLockManager
manages locks with locktype 'dcr:transaction
'.