Uses of Class
org.apache.jackrabbit.core.TransactionContext

Packages that use TransactionContext
org.apache.jackrabbit.core   
org.apache.jackrabbit.core.lock   
org.apache.jackrabbit.core.state   
org.apache.jackrabbit.core.version   
 

Uses of TransactionContext in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core with parameters of type TransactionContext
 void InternalXAResource.afterOperation(TransactionContext tx)
          Invoked after one of the InternalXAResource.prepare(org.apache.jackrabbit.core.TransactionContext), InternalXAResource.commit(org.apache.jackrabbit.core.TransactionContext) or InternalXAResource.rollback(org.apache.jackrabbit.core.TransactionContext) method has been called.
 void XASessionImpl.associate(TransactionContext tx)
          Associate this session with a global transaction.
 void InternalXAResource.associate(TransactionContext tx)
          Associate this resource with a transaction.
 void InternalXAResource.beforeOperation(TransactionContext tx)
          Invoked before one of the InternalXAResource.prepare(org.apache.jackrabbit.core.TransactionContext), InternalXAResource.commit(org.apache.jackrabbit.core.TransactionContext) or InternalXAResource.rollback(org.apache.jackrabbit.core.TransactionContext) method is called.
 void InternalXAResource.commit(TransactionContext tx)
          Commit transaction.
 void InternalXAResource.prepare(TransactionContext tx)
          Prepare transaction.
 void InternalXAResource.rollback(TransactionContext tx)
          Rollback transaction.
 

Uses of TransactionContext in org.apache.jackrabbit.core.lock
 

Methods in org.apache.jackrabbit.core.lock with parameters of type TransactionContext
 void XALockManager.afterOperation(TransactionContext tx)
          Invoked after one of the InternalXAResource.prepare(org.apache.jackrabbit.core.TransactionContext), InternalXAResource.commit(org.apache.jackrabbit.core.TransactionContext) or InternalXAResource.rollback(org.apache.jackrabbit.core.TransactionContext) method has been called.
 void XALockManager.associate(TransactionContext tx)
          Associate this resource with a transaction.
 void XALockManager.beforeOperation(TransactionContext tx)
          Invoked before one of the InternalXAResource.prepare(org.apache.jackrabbit.core.TransactionContext), InternalXAResource.commit(org.apache.jackrabbit.core.TransactionContext) or InternalXAResource.rollback(org.apache.jackrabbit.core.TransactionContext) method is called.
 void XALockManager.commit(TransactionContext tx)
          Commit transaction.

This will finish the update and unlock the shared lock manager.

 void XALockManager.prepare(TransactionContext tx)
          Prepare transaction.
 void XALockManager.rollback(TransactionContext tx)
          Rollback transaction.

This will undo all updates and unlock the shared lock manager.

 

Uses of TransactionContext in org.apache.jackrabbit.core.state
 

Methods in org.apache.jackrabbit.core.state with parameters of type TransactionContext
 void XAItemStateManager.afterOperation(TransactionContext tx)
          Invoked after one of the InternalXAResource.prepare(org.apache.jackrabbit.core.TransactionContext), InternalXAResource.commit(org.apache.jackrabbit.core.TransactionContext) or InternalXAResource.rollback(org.apache.jackrabbit.core.TransactionContext) method has been called.
 void XAItemStateManager.associate(TransactionContext tx)
          Associate this resource with a transaction.
 void XAItemStateManager.beforeOperation(TransactionContext tx)
          Invoked before one of the InternalXAResource.prepare(org.apache.jackrabbit.core.TransactionContext), InternalXAResource.commit(org.apache.jackrabbit.core.TransactionContext) or InternalXAResource.rollback(org.apache.jackrabbit.core.TransactionContext) method is called.
 void XAItemStateManager.commit(TransactionContext tx)
          Commit transaction.
 void XAItemStateManager.prepare(TransactionContext tx)
          Prepare transaction.
 void XAItemStateManager.rollback(TransactionContext tx)
          Rollback transaction.
 

Uses of TransactionContext in org.apache.jackrabbit.core.version
 

Methods in org.apache.jackrabbit.core.version with parameters of type TransactionContext
 void XAVersionManager.afterOperation(TransactionContext tx)
          Invoked after one of the InternalXAResource.prepare(org.apache.jackrabbit.core.TransactionContext), InternalXAResource.commit(org.apache.jackrabbit.core.TransactionContext) or InternalXAResource.rollback(org.apache.jackrabbit.core.TransactionContext) method has been called.

Delegate the call to our XA item state manager.

 void XAVersionManager.associate(TransactionContext tx)
          Associate this resource with a transaction.
 void XAVersionManager.beforeOperation(TransactionContext tx)
          Invoked before one of the InternalXAResource.prepare(org.apache.jackrabbit.core.TransactionContext), InternalXAResource.commit(org.apache.jackrabbit.core.TransactionContext) or InternalXAResource.rollback(org.apache.jackrabbit.core.TransactionContext) method is called.

Delegate the call to our XA item state manager.

 void XAVersionManager.commit(TransactionContext tx)
          Commit transaction.

Delegate the call to our XA item state manager.

 void XAVersionManager.prepare(TransactionContext tx)
          Prepare transaction.

Delegate the call to our XA item state manager.

 void XAVersionManager.rollback(TransactionContext tx)
          Rollback transaction.

Delegate the call to our XA item state manager.

 



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