| org.jboss.test.naming.interfaces.TestEjbLinkLocal
TestEjbLinkLocal | public interface TestEjbLinkLocal extends EJBLocalObject(Code) | | author: Adrian.Brock version: $Revision: 60317 $ |
testEjbLinkCalled | public String testEjbLinkCalled()(Code) | | Called by a bean specified in ejb-link
the string "Works" |
testEjbLinkCallerLocal | public String testEjbLinkCallerLocal(String jndiName)(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 |
|
|