org.jboss.tm.usertx.server
Class UserTransactionSessionFactoryImpl

java.lang.Object
  extended byjava.rmi.server.RemoteObject
      extended byjava.rmi.server.RemoteServer
          extended byjava.rmi.server.UnicastRemoteObject
              extended byorg.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

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
UserTransactionSessionFactoryImpl()
          A no-args constructor that throws RemoteException.
 
Method Summary
 UserTransactionSession (src) newInstance()
          Create and return a new session.
 
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
 

Constructor Detail

UserTransactionSessionFactoryImpl

public UserTransactionSessionFactoryImpl()
                                  throws java.rmi.RemoteException
A no-args constructor that throws RemoteException.

Method Detail

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