|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.lang.String |
echo(java.lang.String arg)
A method that returns its arg |
void |
excluded()
A method that is assigned to the exclude-list tag to indicate that no users should be allowed to call it. |
java.lang.String |
forward(java.lang.String echoArg)
A method that looks up the StatelessSession bean located at java:comp/env/ejb/Session and invokes echo(echoArg) on the bean and returns the result. |
void |
noop()
A method that does nothing but is not assiged a method-permission in the ejb-jar.xml descriptor |
void |
npeError()
A method that throws a NullPointerException |
void |
unchecked()
A method that is assigned the method-permission/unchecked tag to allow any authenticated user call the method. |
Methods inherited from interface javax.ejb.EJBObject (src) |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
public java.lang.String echo(java.lang.String arg) throws java.rmi.RemoteException
java.rmi.RemoteException
public void noop() throws java.rmi.RemoteException
java.rmi.RemoteException
public java.lang.String forward(java.lang.String echoArg) throws java.rmi.RemoteException
java.rmi.RemoteException
public void npeError() throws java.rmi.RemoteException
java.rmi.RemoteException
public void unchecked() throws java.rmi.RemoteException
java.rmi.RemoteException
public void excluded() throws java.rmi.RemoteException
java.rmi.RemoteException
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |