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