|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A session bean that calls another bean in a seperate deployment
Method Summary | |
void |
appEx()
A method that throws an application exception |
void |
callAppEx()
|
void |
callByValueInSameJar()
An entry point |
CalleeData (src) |
simpleCall(boolean isCaller)
A call that looks up the cts2.jar CalleeSessionHome from JNDI each time, creates an instance and calls simpleCall(false) to test type isolation between jars. |
CalleeData (src) |
simpleCall2(boolean isCaller)
A call that looks up the cts2.jar CalleeSessionHome from JNDI once and resuses the home on subsequent calls, creates an instance and calls simpleCall(false) to test type isolation between jars. |
void |
validateValueMarshalling(ReferenceTest (src) test)
Make a call that requires is test argument to be passed by value |
Methods inherited from interface javax.ejb.EJBObject (src) |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
public CalleeData (src) simpleCall(boolean isCaller) throws java.rmi.RemoteException
isCaller
-
java.rmi.RemoteException
public CalleeData (src) simpleCall2(boolean isCaller) throws java.rmi.RemoteException
isCaller
-
java.rmi.RemoteException
public void callByValueInSameJar() throws java.rmi.RemoteException
java.rmi.RemoteException
public void validateValueMarshalling(ReferenceTest (src) test) throws java.rmi.RemoteException
test
- argument used to test call marshalling
java.rmi.RemoteException
public void callAppEx() throws java.rmi.RemoteException, CalleeException (src)
java.rmi.RemoteException
CalleeException (src)
public void appEx() throws java.rmi.RemoteException, CalleeException (src)
java.rmi.RemoteException
CalleeException (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |