org.openejb.test.stateful
Interface BeanTxStatefulObject
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.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 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.