org.jboss.tm.usertx.interfaces
Interface UserTransactionSessionFactory

All Superinterfaces:
Remote
All Known Implementing Classes:
UserTransactionSessionFactoryImpl

public interface UserTransactionSessionFactory
extends Remote

The RMI remote UserTransaction session factory interface.

Version:
$Revision: 1.4 $
Author:
Ole Husgaard

Method Summary
 UserTransactionSession newInstance()
          Create and return a new session.
 

Method Detail

newInstance

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

Returns:
A user transaction session.
Throws:
RemoteException


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