org.jboss.tm.usertx.server
Class UserTransactionSessionFactoryImpl
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
org.jboss.tm.usertx.server.UserTransactionSessionFactoryImpl
- All Implemented Interfaces:
- java.rmi.Remote, java.io.Serializable, UserTransactionSessionFactory (src)
- public class UserTransactionSessionFactoryImpl
- extends java.rmi.server.UnicastRemoteObject
- implements UserTransactionSessionFactory (src)
The RMI remote UserTransaction session factory implementation.
- See Also:
- Serialized Form
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
UserTransactionSessionFactoryImpl
public UserTransactionSessionFactoryImpl()
throws java.rmi.RemoteException
- A no-args constructor that throws
RemoteException
.
newInstance
public UserTransactionSession (src) newInstance()
throws java.rmi.RemoteException
- Create and return a new session.
- Specified by:
newInstance
in interface UserTransactionSessionFactory (src)
- Returns:
- A new user transaction session.
- Throws:
java.rmi.RemoteException