public interface ContainerTxSingletonObject
extends javax.ejb.EJBObject
| Modifier and Type | Method and Description |
|---|---|
void |
openAccount(Account acct,
Boolean rollback) |
Account |
retreiveAccount(String ssn) |
String |
txMandatoryMethod(String message) |
String |
txNeverMethod(String message) |
String |
txNotSupportedMethod(String message) |
String |
txRequiredMethod(String message) |
String |
txRequiresNewMethod(String message) |
String |
txSupportsMethod(String message) |
String txMandatoryMethod(String message) throws RemoteException
RemoteExceptionString txNeverMethod(String message) throws RemoteException
RemoteExceptionString txNotSupportedMethod(String message) throws RemoteException
RemoteExceptionString txRequiredMethod(String message) throws RemoteException
RemoteExceptionString txRequiresNewMethod(String message) throws RemoteException
RemoteExceptionString txSupportsMethod(String message) throws RemoteException
RemoteExceptionAccount retreiveAccount(String ssn) throws RemoteException
RemoteExceptionvoid openAccount(Account acct, Boolean rollback) throws RemoteException, RollbackException
RemoteExceptionRollbackExceptionCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.