org.apache.openejb.test.singleton
Interface ContainerTxSingletonObject
- All Superinterfaces:
- javax.ejb.EJBObject, Remote
public interface ContainerTxSingletonObject
- extends javax.ejb.EJBObject
- Author:
- David Blevins
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
txMandatoryMethod
String txMandatoryMethod(String message)
throws RemoteException
- Throws:
RemoteException
txNeverMethod
String txNeverMethod(String message)
throws RemoteException
- Throws:
RemoteException
txNotSupportedMethod
String txNotSupportedMethod(String message)
throws RemoteException
- Throws:
RemoteException
txRequiredMethod
String txRequiredMethod(String message)
throws RemoteException
- Throws:
RemoteException
txRequiresNewMethod
String txRequiresNewMethod(String message)
throws RemoteException
- Throws:
RemoteException
txSupportsMethod
String txSupportsMethod(String message)
throws RemoteException
- Throws:
RemoteException
retreiveAccount
Account retreiveAccount(String ssn)
throws RemoteException
- Throws:
RemoteException
openAccount
void openAccount(Account acct,
Boolean rollback)
throws RemoteException,
RollbackException
- Throws:
RemoteException
RollbackException
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.