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
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
getUserTransaction
Transaction getUserTransaction()
throws RemoteException
- Throws:
RemoteException
jndiUserTransaction
Transaction jndiUserTransaction()
throws RemoteException
- Throws:
RemoteException
openAccount
void openAccount(Account account,
Boolean commit)
throws RemoteException,
RollbackException
- Throws:
RemoteException
RollbackException
retreiveAccount
Account retreiveAccount(String ssn)
throws RemoteException
- Throws:
RemoteException
Copyright © 1999-2008 OpenEJB. All Rights Reserved.