Uses of Class
org.apache.jackrabbit.webdav.transaction.TransactionInfo

Packages that use TransactionInfo
org.apache.jackrabbit.webdav   
org.apache.jackrabbit.webdav.jcr.transaction   
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.jcr.transaction
 

Methods in org.apache.jackrabbit.webdav.jcr.transaction with parameters of type TransactionInfo
 void TxLockManagerImpl.releaseLock(TransactionInfo lockInfo, String lockToken, TransactionResource resource)
          Release the lock identified by the given lock token.
 

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.
 



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