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

Packages that use TransactionContext
org.apache.jackrabbit.data.core   
 

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

Methods in org.apache.jackrabbit.data.core with parameters of type TransactionContext
 void InternalXAResource.afterOperation(TransactionContext tx)
          Invoked after one of the InternalXAResource.prepare(org.apache.jackrabbit.data.core.TransactionContext), InternalXAResource.commit(org.apache.jackrabbit.data.core.TransactionContext) or InternalXAResource.rollback(org.apache.jackrabbit.data.core.TransactionContext) method has been called.
 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.data.core.TransactionContext), InternalXAResource.commit(org.apache.jackrabbit.data.core.TransactionContext) or InternalXAResource.rollback(org.apache.jackrabbit.data.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.
 



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