public class TransactionFactoryImpl extends javax.rmi.PortableRemoteObject implements TransactionFactory
Constructor and Description |
---|
TransactionFactoryImpl()
Constructor of the Transaction Factory
|
Modifier and Type | Method and Description |
---|---|
Control |
create(int timeout)
Create a new Control implementation on JTM.
|
Control |
create(int timeout,
Xid xid)
Create a new Control implementation on JTM.
|
java.lang.String |
getHostName()
management method
|
int |
getPortNumber()
management method
|
Control |
recreate(TransactionContext ctx)
Recreate locally a Control object for an existing transaction.
|
public TransactionFactoryImpl() throws java.rmi.RemoteException
java.rmi.RemoteException
public Control create(int timeout) throws java.rmi.RemoteException
create
in interface TransactionFactory
java.rmi.RemoteException
public Control create(int timeout, Xid xid) throws java.rmi.RemoteException
create
in interface TransactionFactory
java.rmi.RemoteException
public Control recreate(TransactionContext ctx) throws java.rmi.RemoteException
recreate
in interface TransactionFactory
java.rmi.RemoteException
public int getPortNumber() throws java.rmi.RemoteException
getPortNumber
in interface TransactionFactory
java.rmi.RemoteException
public java.lang.String getHostName() throws java.rmi.RemoteException
getHostName
in interface TransactionFactory
java.rmi.RemoteException