| org.jboss.test.naming.interfaces.TestEjbLink
TestEjbLink | public interface TestEjbLink extends EJBObject(Code) | | author: Adrian.Brock version: $Revision: 57211 $ |
testEjbLinkCalled | public String testEjbLinkCalled() throws RemoteException(Code) | | Called by a bean specified in ejb-link
the string "Works" |
testEjbLinkCaller | public String testEjbLinkCaller(String jndiName) throws RemoteException(Code) | | Call a bean with the passed jndi name bound using ejb-link
Parameters: jndiName - the name of the bean specified in ejb-ref the result of the call or "Failed" on an error |
testEjbLinkCallerLocal | public String testEjbLinkCallerLocal(String jndiName) throws RemoteException(Code) | | Call a bean with the passed jndi name bound using ejb-link
Parameters: jndiName - the name of the bean specified in ejb-ref the result of the call or "Failed" on an error |
|
|