org.objectweb.jotm
Interface TransactionFactory

All Superinterfaces:
Remote
All Known Implementing Classes:
TransactionFactoryImpl

public interface TransactionFactory
extends Remote


Method Summary
 Control create(int timeout)
           
 String getHostName()
           
 int getPortNumber()
           
 Control recreate(TransactionContext ctx)
           
 

Method Detail

create

public Control create(int timeout)
               throws RemoteException
Throws:
RemoteException

recreate

public Control recreate(TransactionContext ctx)
                 throws RemoteException
Throws:
RemoteException

getPortNumber

public int getPortNumber()
                  throws RemoteException
Throws:
RemoteException

getHostName

public String getHostName()
                   throws RemoteException
Throws:
RemoteException