org.jboss.test.cts.ejb
Class CallerSessionBean

java.lang.Object
  extended byorg.jboss.test.util.ejb.EnterpriseSupport (src) 
      extended byorg.jboss.test.util.ejb.SessionSupport (src) 
          extended byorg.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

Field Summary
 
Fields inherited from class org.jboss.test.util.ejb.SessionSupport (src)
sessionCtx
 
Constructor Summary
CallerSessionBean()
           
 
Method Summary
 void appEx()
           
 void callAppEx()
           
 void callByValueInSameJar()
          Lookup the cts.jar/CalleeHome binding and invoke
 void ejbCreate()
           
 CalleeData (src) simpleCall(boolean isCaller)
           
 CalleeData (src) simpleCall2(boolean isCaller)
           
 void validateValueMarshalling(ReferenceTest (src)  test)
           
 
Methods inherited from class org.jboss.test.util.ejb.SessionSupport (src)
ejbActivate, ejbPassivate, ejbRemove, setSessionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallerSessionBean

public CallerSessionBean()
Method Detail

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)