|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.rmi.PortableRemoteObject
org.objectweb.jotm.TransactionFactoryImpl
public class TransactionFactoryImpl
| Constructor Summary | |
|---|---|
TransactionFactoryImpl()
Constructor of the Transaction Factory |
|
| Method Summary | |
|---|---|
Control |
create(int timeout)
Create a new Control implementation on JTM. |
Control |
create(int timeout,
Xid xid)
Create a new Control implementation on JTM. |
String |
getHostName()
management method |
int |
getPortNumber()
management method |
Control |
recreate(TransactionContext ctx)
Recreate locally a Control object for an existing transaction. |
| Methods inherited from class javax.rmi.PortableRemoteObject |
|---|
connect, exportObject, narrow, toStub, unexportObject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransactionFactoryImpl()
throws RemoteException
RemoteException| Method Detail |
|---|
public Control create(int timeout)
throws RemoteException
create in interface TransactionFactoryRemoteException
public Control create(int timeout,
Xid xid)
throws RemoteException
create in interface TransactionFactoryRemoteException
public Control recreate(TransactionContext ctx)
throws RemoteException
recreate in interface TransactionFactoryRemoteException
public int getPortNumber()
throws RemoteException
getPortNumber in interface TransactionFactoryRemoteException
public String getHostName()
throws RemoteException
getHostName in interface TransactionFactoryRemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||