public interface TransactionFactory
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
Control |
create(int timeout) |
Control |
create(int timeout,
Xid xid) |
java.lang.String |
getHostName() |
int |
getPortNumber() |
Control |
recreate(TransactionContext ctx) |
Control create(int timeout) throws java.rmi.RemoteException
java.rmi.RemoteException
Control create(int timeout, Xid xid) throws java.rmi.RemoteException
java.rmi.RemoteException
Control recreate(TransactionContext ctx) throws java.rmi.RemoteException
java.rmi.RemoteException
int getPortNumber() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getHostName() throws java.rmi.RemoteException
java.rmi.RemoteException