org.omg.CosTransactions

Class TerminatorPOATie

public class TerminatorPOATie extends TerminatorPOA

The Terminator interface supports operations to commit or rollback a transaction. Typically, these operations are used by the transaction originator.
Constructor Summary
TerminatorPOATie(TerminatorOperations tieObject)
Constructor
TerminatorPOATie(TerminatorOperations tieObject, POA poa)
Constructor
Method Summary
voidcommit(boolean report_heuristics)
Operation commit
voidrollback()
Operation rollback
POA_default_POA()
_default_POA method
TerminatorOperations_delegate()
Get the delegate
void_delegate(TerminatorOperations delegate_)
Set the delegate

Constructor Detail

TerminatorPOATie

public TerminatorPOATie(TerminatorOperations tieObject)
Constructor

TerminatorPOATie

public TerminatorPOATie(TerminatorOperations tieObject, POA poa)
Constructor

Method Detail

commit

public void commit(boolean report_heuristics)
Operation commit

rollback

public void rollback()
Operation rollback

_default_POA

public POA _default_POA()
_default_POA method

_delegate

public TerminatorOperations _delegate()
Get the delegate

_delegate

public void _delegate(TerminatorOperations delegate_)
Set the delegate