org.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
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.