org.apache.openejb.test.stateful
Interface BeanTxStatefulObject
- All Superinterfaces:
- javax.ejb.EJBObject, Remote
public interface BeanTxStatefulObject
- 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-2011 The Apache OpenEJB development community. All Rights Reserved.