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