|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionInfo | |
|---|---|
| org.apache.jackrabbit.webdav | |
| org.apache.jackrabbit.webdav.transaction | Contains interfaces and classes related to transaction locks. |
| Uses of TransactionInfo in org.apache.jackrabbit.webdav |
|---|
| Methods in org.apache.jackrabbit.webdav that return TransactionInfo | |
|---|---|
TransactionInfo |
WebdavRequestImpl.getTransactionInfo()
|
| Uses of TransactionInfo in org.apache.jackrabbit.webdav.transaction |
|---|
| Methods in org.apache.jackrabbit.webdav.transaction that return TransactionInfo | |
|---|---|
TransactionInfo |
TransactionDavServletRequest.getTransactionInfo()
Retrieve the 'transactioninfo' request body that must be included with the UNLOCK request of a transaction lock. |
| Methods in org.apache.jackrabbit.webdav.transaction with parameters of type TransactionInfo | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||