org.apache.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

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.