org.openorb.ots
public interface ManagerCallbackOperations
Method Summary | |
---|---|
void | transaction_committed(XID id)
This operation is automatically called by this OTS, when a new transaction has been
committed.
|
void | transaction_created(Control control, XID id)
This operation is automatically called by this OTS, when a new transaction has been
created.
|
void | transaction_heuristic(XID id, HeuristicKind heuristic)
This operation is automatically called by this OTS, when a new transaction has been
committed or rolledback with an heuristic.
|
void | transaction_rolledback(XID id)
This operation is automatically called by this OTS, when a new transaction has been
rolledback.
|
Parameters: id the transaction XID
Parameters: control the new available control to manage this transaction id the transaction XID
Parameters: id the transaction XID
Parameters: id the transaction XID