|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.CORBA.portable.ObjectImpl
org.openorb.ots._ManagerCallbackStub
public class _ManagerCallbackStub
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 | |
|---|---|
_ManagerCallbackStub()
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
_ids()
|
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.omg.CORBA.portable.ObjectImpl |
|---|
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.omg.CORBA.Object |
|---|
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
| Constructor Detail |
|---|
public _ManagerCallbackStub()
| Method Detail |
|---|
public java.lang.String[] _ids()
_ids in class org.omg.CORBA.portable.ObjectImpl
public void transaction_created(Control control,
XID id)
transaction_created in interface ManagerCallbackOperationscontrol - the new available control to manage this transactionid - the transaction XIDpublic void transaction_committed(XID id)
transaction_committed in interface ManagerCallbackOperationsid - the transaction XIDpublic void transaction_rolledback(XID id)
transaction_rolledback in interface ManagerCallbackOperationsid - the transaction XID
public void transaction_heuristic(XID id,
HeuristicKind heuristic)
transaction_heuristic in interface ManagerCallbackOperationsid - the transaction XID
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||