|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| Uses of TransactionContext in org.apache.jackrabbit.core.lock |
|---|
| Uses of TransactionContext in org.apache.jackrabbit.core.state |
|---|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||