org.jboss.tm.usertx.server
Class UserTransactionSessionFactoryImpl_Stub

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteStub
          extended by org.jboss.tm.usertx.server.UserTransactionSessionFactoryImpl_Stub
All Implemented Interfaces:
Serializable, Remote, UserTransactionSessionFactory

public final class UserTransactionSessionFactoryImpl_Stub
extends RemoteStub
implements UserTransactionSessionFactory, Remote

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
UserTransactionSessionFactoryImpl_Stub(RemoteRef ref)
           
 
Method Summary
 UserTransactionSession newInstance()
          Create and return a new session.
 
Methods inherited from class java.rmi.server.RemoteStub
setRef
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserTransactionSessionFactoryImpl_Stub

public UserTransactionSessionFactoryImpl_Stub(RemoteRef ref)
Method Detail

newInstance

public UserTransactionSession newInstance()
                                   throws RemoteException
Description copied from interface: UserTransactionSessionFactory
Create and return a new session.

Specified by:
newInstance in interface UserTransactionSessionFactory
Returns:
A user transaction session.
Throws:
RemoteException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.