Uses of Class
org.apache.jackrabbit.data.core.TransactionContext
-
Packages that use TransactionContext Package Description 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 Modifier and Type Method Description voidInternalXAResource. afterOperation(TransactionContext tx)voidInternalXAResource. associate(TransactionContext tx)Associate this resource with a transaction.voidInternalXAResource. beforeOperation(TransactionContext tx)voidInternalXAResource. commit(TransactionContext tx)Commit transaction.voidInternalXAResource. prepare(TransactionContext tx)Prepare transaction.voidInternalXAResource. rollback(TransactionContext tx)Rollback transaction.
-