org.jboss.test.naming.interfaces
Interface TestEjbLinkLocal

All Superinterfaces:
EJBLocalObject (src)

public interface TestEjbLinkLocal
extends EJBLocalObject (src)


Method Summary
 java.lang.String testEjbLinkCalled()
          Called by a bean specified in ejb-link
 java.lang.String testEjbLinkCallerLocal(java.lang.String jndiName)
          Call a bean with the passed jndi name bound using ejb-link
 
Methods inherited from interface javax.ejb.EJBLocalObject (src)
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

testEjbLinkCallerLocal

public java.lang.String testEjbLinkCallerLocal(java.lang.String jndiName)
Call a bean with the passed jndi name bound using ejb-link

Parameters:
jndiName - the name of the bean specified in ejb-ref
Returns:
the result of the call or "Failed" on an error

testEjbLinkCalled

public java.lang.String testEjbLinkCalled()
Called by a bean specified in ejb-link

Returns:
the string "Works"