|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.PortableServer.Servant
org.openorb.ots.ManagerPOA
org.openorb.ots.Admin.Manager
This class is a manager for the OpenORB OTS.
Constructor Summary | |
Manager(org.omg.PortableServer.POA poa)
|
Method Summary | |
Control[] |
currentTransactions(ManagerCallback callback)
Return all the controls for current transactions. |
java.util.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. |
Methods inherited from class org.openorb.ots.ManagerPOA |
_all_interfaces, _invoke, _this, _this |
Methods inherited from class org.omg.PortableServer.Servant |
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Manager(org.omg.PortableServer.POA poa)
Method Detail |
public java.util.List getControls()
public Control[] currentTransactions(ManagerCallback callback)
public void notifyNewTransaction(Control ctrl, XID xid)
public static void notifyCommit(XID xid)
public static void notifyRollback(XID xid)
public static void notifyHeuristic(XID xid, HeuristicKind heuristic)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |