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: 81030 $
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 © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.