org.objectweb.jotm

Interface TransactionFactory

All Superinterfaces:
Remote
Known Implementing Classes:
TransactionFactoryImpl

public interface TransactionFactory
extends Remote

Method Summary

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

Method Details

create

public Control create(int timeout)
            throws RemoteException


getHostName

public String getHostName()
            throws RemoteException


getPortNumber

public int getPortNumber()
            throws RemoteException


recreate

public Control recreate(TransactionContext ctx)
            throws RemoteException