|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.PortableServer.Servant
org.omg.CosTransactions.TerminatorPOA
org.openorb.ots.Impl.SubTransTerminator
public class SubTransTerminator
This class is a terminator implementation for a sub transaction
Constructor Summary | |
---|---|
SubTransTerminator(org.omg.PortableServer.POA poa,
Coordinator coordinator)
Constructor |
Method Summary | |
---|---|
void |
commit(boolean report_heuristics)
If the transaction has not been marked rollback only, and all of the participants in the transaction agree to commit, the transaction is committed and the operation terminates normally. |
void |
proceed_commit()
This operation is used to apply the commit for sub transactions |
void |
proceed_rollback()
This operation is used to rollback a transaction. |
void |
removeItself()
This operation is used to remove this object from POA |
void |
rollback()
The transaction is rolled back. |
Methods inherited from class org.omg.CosTransactions.TerminatorPOA |
---|
_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 SubTransTerminator(org.omg.PortableServer.POA poa, Coordinator coordinator)
Method Detail |
---|
public void commit(boolean report_heuristics) throws HeuristicMixed, HeuristicHazard
HeuristicMixed
HeuristicHazard
public void rollback()
public void proceed_commit()
public void proceed_rollback()
public void removeItself()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |