站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

UserTransactionSessionFactoryImpl (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


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:
Remote, Serializable, UserTransactionSessionFactory

public class UserTransactionSessionFactoryImpl
extends UnicastRemoteObject
implements UserTransactionSessionFactory

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 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 RemoteException
A no-args constructor that throws RemoteException.

Method Detail

newInstance

public UserTransactionSession newInstance()
                                   throws RemoteException
Create and return a new session.

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


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