Methods in org.jboss.ejb3.common.resolvers.spi with parameters of type EjbReference |
protected String |
EjbReferenceResolverBase.getJndiName(EjbReference reference,
org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData metadata,
ClassLoader cl)
Obtains the resolved JNDI target for the specified reference
within the specified metadata |
protected String |
EjbReferenceResolverBase.getMatch(EjbReference reference,
org.jboss.metadata.ejb.jboss.JBossMetaData metadata,
ClassLoader cl)
Returns the session bean within the specified metadata to match the specified reference,
otherwise returns null. |
protected boolean |
EjbReferenceResolverBase.isMatch(EjbReference reference,
org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData md,
ClassLoader cl)
Determines whether the specified session bean is a match for the specified
reference |
String |
EjbReferenceResolver.resolveEjb(org.jboss.deployers.structure.spi.DeploymentUnit du,
EjbReference reference)
Returns the JNDI Name of the proxy described by the specified
arguments. |