org.openejb.test.stateless
Interface ContainerTxStatelessObject

All Superinterfaces:
javax.ejb.EJBObject, Remote

public interface ContainerTxStatelessObject
extends javax.ejb.EJBObject

Author:
David Blevins

Method Summary
 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)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

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.