Package | Description |
---|---|
org.apache.jackrabbit.webdav | |
org.apache.jackrabbit.webdav.jcr.transaction | |
org.apache.jackrabbit.webdav.transaction |
Contains interfaces and classes related to transaction locks.
|
Modifier and Type | Method and Description |
---|---|
TransactionInfo |
WebdavRequestImpl.getTransactionInfo() |
Modifier and Type | Method and Description |
---|---|
void |
TxLockManagerImpl.releaseLock(TransactionInfo lockInfo,
String lockToken,
TransactionResource resource)
Release the lock identified by the given lock token.
|
Modifier and Type | Method and Description |
---|---|
TransactionInfo |
TransactionDavServletRequest.getTransactionInfo()
Retrieve the 'transactioninfo' request body that must be included with
the UNLOCK request of a transaction lock.
|
Modifier and Type | Method and Description |
---|---|
void |
TxLockManager.releaseLock(TransactionInfo lockInfo,
String lockToken,
TransactionResource resource)
Release the lock identified by the given lock token.
|
void |
TransactionResource.unlock(String lockToken,
TransactionInfo info)
Overloads the
unlock method of the DavResource
interface. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.