Uses of Interface
org.apache.jackrabbit.webdav.transaction.TransactionResource

Packages that use TransactionResource
org.apache.jackrabbit.webdav.jcr Contains JCR specific implementations. 
org.apache.jackrabbit.webdav.jcr.observation   
org.apache.jackrabbit.webdav.jcr.transaction   
org.apache.jackrabbit.webdav.jcr.version Contains JCR specific implementations for the following interfaces: VersionableResource VersionControlledResource VersionResource VersionHistoryResource  
org.apache.jackrabbit.webdav.transaction Contains interfaces and classes related to transaction locks. 
 

Uses of TransactionResource in org.apache.jackrabbit.webdav.jcr
 

Classes in org.apache.jackrabbit.webdav.jcr that implement TransactionResource
 class DefaultItemCollection
          DefaultItemCollection represents a JCR node item.
 class DefaultItemResource
          DefaultItemResource represents JCR property item.
 class RootCollection
          RootCollection represent the WebDAV root resource that does not represent any repository item.
 class VersionControlledItemCollection
          VersionControlledItemCollection represents a JCR node item and covers all functionality related to versioning of Nodes.
 class WorkspaceResourceImpl
          WorkspaceResourceImpl...
 

Uses of TransactionResource in org.apache.jackrabbit.webdav.jcr.observation
 

Methods in org.apache.jackrabbit.webdav.jcr.observation with parameters of type TransactionResource
 void SubscriptionManagerImpl.afterCommit(TransactionResource resource, String lockToken, boolean success)
          This method is called after the commit has been executed.
 void SubscriptionManagerImpl.beforeCommit(TransactionResource resource, String lockToken)
          This method is called right before a transaction is committed.
 

Uses of TransactionResource in org.apache.jackrabbit.webdav.jcr.transaction
 

Methods in org.apache.jackrabbit.webdav.jcr.transaction with parameters of type TransactionResource
 void TransactionListener.afterCommit(TransactionResource resource, String lockToken, boolean success)
          This method is called after the commit has been executed.
 void TransactionListener.beforeCommit(TransactionResource resource, String lockToken)
          This method is called right before a transaction is committed.
 ActiveLock TxLockManagerImpl.getLock(Type type, Scope scope, TransactionResource resource)
          Return the lock applied to the given resource or null
 void TxLockManagerImpl.releaseLock(TransactionInfo lockInfo, String lockToken, TransactionResource resource)
          Release the lock identified by the given lock token.
 

Uses of TransactionResource in org.apache.jackrabbit.webdav.jcr.version
 

Classes in org.apache.jackrabbit.webdav.jcr.version that implement TransactionResource
 class VersionHistoryItemCollection
          VersionHistoryItemCollection represents a JCR version history.
 class VersionItemCollection
          VersionItemCollection represents a JCR version.
 

Uses of TransactionResource in org.apache.jackrabbit.webdav.transaction
 

Methods in org.apache.jackrabbit.webdav.transaction with parameters of type TransactionResource
 ActiveLock TxLockManager.getLock(Type type, Scope scope, TransactionResource resource)
          Return the lock applied to the given resource or null
 void TxLockManager.releaseLock(TransactionInfo lockInfo, String lockToken, TransactionResource resource)
          Release the lock identified by the given lock token.
 



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