public interface BeanTxStatefulObject
extends javax.ejb.EJBObject
| Modifier and Type | Method and Description |
|---|---|
Transaction |
getUserTransaction() |
Transaction |
jndiUserTransaction() |
void |
openAccount(Account account,
Boolean commit) |
Account |
retreiveAccount(String ssn) |
Transaction getUserTransaction() throws RemoteException
RemoteExceptionTransaction jndiUserTransaction() throws RemoteException
RemoteExceptionvoid openAccount(Account account, Boolean commit) throws RemoteException, RollbackException
RemoteExceptionRollbackExceptionAccount retreiveAccount(String ssn) throws RemoteException
RemoteExceptionCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.