org.objectweb.jotm
Class TransactionFactoryImpl
PortableRemoteObject
org.objectweb.jotm.TransactionFactoryImpl
- Remote, TransactionFactory
public class TransactionFactoryImpl
extends PortableRemoteObject
TransactionFactoryImpl
public TransactionFactoryImpl()
throws RemoteException
Constructor of the Transaction Factory
create
public Control create(int timeout)
throws RemoteException
Create a new Control implementation on JTM.
- create in interface TransactionFactory
- The Control object for the transaction
recreate
public Control recreate(TransactionContext ctx)
throws RemoteException
Recreate locally a Control object for an existing transaction. It is
possible to call recreate for a transaction already known. In this
case, recreate simply returns the existing Control object.
- recreate in interface TransactionFactory
- The Control object for the transaction