org.openejb.test.stateless
Interface BeanTxStatelessObject

All Superinterfaces:
javax.ejb.EJBObject, Remote

public interface BeanTxStatelessObject
extends javax.ejb.EJBObject

Author:
David Blevins, Richard Monson-Haefel

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

Method Detail

getUserTransaction

public Transaction getUserTransaction()
                               throws RemoteException
Throws:
RemoteException

jndiUserTransaction

public Transaction jndiUserTransaction()
                                throws RemoteException
Throws:
RemoteException

openAccount

public void openAccount(Account account,
                        Boolean commit)
                 throws RemoteException,
                        RollbackException
Throws:
RemoteException
RollbackException

retreiveAccount

public Account retreiveAccount(String ssn)
                        throws RemoteException
Throws:
RemoteException


Copyright © 1999-2007 OpenEJB. All Rights Reserved.