org.openorb.ots.Admin
public class Manager extends ManagerPOA
Constructor Summary | |
---|---|
Manager(POA poa) |
Method Summary | |
---|---|
Control[] | currentTransactions(ManagerCallback callback)
Return all the controls for current transactions. |
List | getControls() |
static void | notifyCommit(XID xid)
This function is used to receive notification for a transaction commit. |
static void | notifyHeuristic(XID xid, HeuristicKind heuristic)
This function is used to receive notification for an heuristic decision. |
void | notifyNewTransaction(Control ctrl, XID xid)
This function is used to receive notification for a new transaction. |
static void | notifyRollback(XID xid)
This function is used to receive notification for a transaction rollback. |