org.openejb.test.stateless
Interface BeanTxStatelessObject

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface BeanTxStatelessObject
extends javax.ejb.EJBObject

Author:
David Blevins, Richard Monson-Haefel

Method Summary
 Transaction getUserTransaction()
           
 Transaction jndiUserTransaction()
           
 void openAccount(Account account, java.lang.Boolean commit)
           
 Account retreiveAccount(java.lang.String ssn)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getUserTransaction

Transaction getUserTransaction()
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

jndiUserTransaction

Transaction jndiUserTransaction()
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

openAccount

void openAccount(Account account,
                 java.lang.Boolean commit)
                 throws java.rmi.RemoteException,
                        javax.transaction.RollbackException
Throws:
java.rmi.RemoteException
javax.transaction.RollbackException

retreiveAccount

Account retreiveAccount(java.lang.String ssn)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


Copyright © 1999-2011 OpenEJB. All Rights Reserved.