org.jboss.test.cts.ejb
Class CallerSessionBean
java.lang.Object
org.jboss.test.util.ejb.EnterpriseSupport (src)
org.jboss.test.util.ejb.SessionSupport (src)
org.jboss.test.cts.ejb.CallerSessionBean
- All Implemented Interfaces:
- EnterpriseBean (src) , java.io.Serializable, SessionBean (src)
- public class CallerSessionBean
- extends SessionSupport (src)
The stateless session bean implementation
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallerSessionBean
public CallerSessionBean()
ejbCreate
public void ejbCreate()
throws CreateException (src)
- Overrides:
ejbCreate
in class SessionSupport (src)
- Throws:
CreateException (src)
simpleCall2
public CalleeData (src) simpleCall2(boolean isCaller)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
simpleCall
public CalleeData (src) simpleCall(boolean isCaller)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
callByValueInSameJar
public void callByValueInSameJar()
throws java.rmi.RemoteException
- Lookup the cts.jar/CalleeHome binding and invoke
- Throws:
java.rmi.RemoteException
callAppEx
public void callAppEx()
throws CalleeException (src) ,
java.rmi.RemoteException
- Throws:
CalleeException (src)
java.rmi.RemoteException
appEx
public void appEx()
throws CalleeException (src)
- Throws:
CalleeException (src)
validateValueMarshalling
public void validateValueMarshalling(ReferenceTest (src) test)