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
RemoteException

recreate

public Control recreate(TransactionContext ctx)
                 throws RemoteException
RemoteException

getPortNumber

public int getPortNumber()
                  throws RemoteException
RemoteException

getHostName

public String getHostName()
                   throws RemoteException
RemoteException