Uses of Interface
org.apache.jackrabbit.webdav.transaction.TxLockManager
-
Packages that use TxLockManager Package Description org.apache.jackrabbit.webdav.jcr.transaction org.apache.jackrabbit.webdav.transaction -
-
Uses of TxLockManager in org.apache.jackrabbit.webdav.jcr.transaction
Classes in org.apache.jackrabbit.webdav.jcr.transaction that implement TxLockManager Modifier and Type Class Description class
TxLockManagerImpl
TxLockManagerImpl
manages locks with locktype 'dcr:transaction
'. -
Uses of TxLockManager in org.apache.jackrabbit.webdav.transaction
Methods in org.apache.jackrabbit.webdav.transaction with parameters of type TxLockManager Modifier and Type Method Description void
TransactionResource. init(TxLockManager txMgr, String transactionId)
Initializes theTransactionResource
.
-