org.omg.CosTransactions

Class _TransactionFactoryStub

public class _TransactionFactoryStub extends ObjectImpl implements TransactionFactory

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.
Method Summary
Controlcreate(int time_out)
Operation create
Controlrecreate(PropagationContext ctx)
Operation recreate
String[]_ids()

Method Detail

create

public Control create(int time_out)
Operation create

recreate

public Control recreate(PropagationContext ctx)
Operation recreate

_ids

public String[] _ids()