org.omg.CosTransactions

Class TransactionFactoryPOATie

public class TransactionFactoryPOATie extends TransactionFactoryPOA

The TransactionFactory interface is provided to allow the transaction originator to begin a transaction. This interface defines two operations, create and recreate, which create a new representation of a top-level transaction.
Constructor Summary
TransactionFactoryPOATie(TransactionFactoryOperations tieObject)
Constructor
TransactionFactoryPOATie(TransactionFactoryOperations tieObject, POA poa)
Constructor
Method Summary
Controlcreate(int time_out)
Operation create
Controlrecreate(PropagationContext ctx)
Operation recreate
POA_default_POA()
_default_POA method
TransactionFactoryOperations_delegate()
Get the delegate
void_delegate(TransactionFactoryOperations delegate_)
Set the delegate

Constructor Detail

TransactionFactoryPOATie

public TransactionFactoryPOATie(TransactionFactoryOperations tieObject)
Constructor

TransactionFactoryPOATie

public TransactionFactoryPOATie(TransactionFactoryOperations tieObject, POA poa)
Constructor

Method Detail

create

public Control create(int time_out)
Operation create

recreate

public Control recreate(PropagationContext ctx)
Operation recreate

_default_POA

public POA _default_POA()
_default_POA method

_delegate

public TransactionFactoryOperations _delegate()
Get the delegate

_delegate

public void _delegate(TransactionFactoryOperations delegate_)
Set the delegate