|
||||||||
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.ManagerCallbackPOA
org.openorb.ots.ManagerCallbackPOATie
public class ManagerCallbackPOATie
To manage transactions, a user has to register a ManagerCallback object to the OTS manager. By this way, the user manager will be notified when transactions begin, commit or rollback.
Constructor Summary | |
---|---|
ManagerCallbackPOATie(ManagerCallbackOperations tieObject)
Constructor |
|
ManagerCallbackPOATie(ManagerCallbackOperations tieObject,
org.omg.PortableServer.POA poa)
Constructor |
Method Summary | |
---|---|
org.omg.PortableServer.POA |
_default_POA()
_default_POA method |
ManagerCallbackOperations |
_delegate()
Get the delegate |
void |
_delegate(ManagerCallbackOperations delegate_)
Set the delegate |
void |
transaction_committed(XID id)
Operation transaction_committed |
void |
transaction_created(Control control,
XID id)
Operation transaction_created |
void |
transaction_heuristic(XID id,
HeuristicKind heuristic)
Operation transaction_heuristic |
void |
transaction_rolledback(XID id)
Operation transaction_rolledback |
Methods inherited from class org.openorb.ots.ManagerCallbackPOA |
---|
_all_interfaces, _invoke, _this, _this |
Methods inherited from class org.omg.PortableServer.Servant |
---|
_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 ManagerCallbackPOATie(ManagerCallbackOperations tieObject)
public ManagerCallbackPOATie(ManagerCallbackOperations tieObject, org.omg.PortableServer.POA poa)
Method Detail |
---|
public ManagerCallbackOperations _delegate()
public void _delegate(ManagerCallbackOperations delegate_)
public org.omg.PortableServer.POA _default_POA()
_default_POA
in class org.omg.PortableServer.Servant
public void transaction_created(Control control, XID id)
control
- the new available control to manage this transactionid
- the transaction XIDpublic void transaction_committed(XID id)
id
- the transaction XIDpublic void transaction_rolledback(XID id)
id
- the transaction XIDpublic void transaction_heuristic(XID id, HeuristicKind heuristic)
id
- the transaction XID
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |