|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EZBApplicationJNDIResolver
Resolver allowing to find matching JNDI names for containers of the same EAR.
| Method Summary | |
|---|---|
void |
addContainerJNDIResolver(EZBContainerJNDIResolver containerJNDIResolver)
Add a child container JNDI Resolver. |
List<EZBJNDIBeanData> |
getEJBJNDINames(String interfaceName,
String beanName,
URL ejbLinkURL)
Allows to find EJB JNDI name. |
| Methods inherited from interface org.ow2.easybeans.resolver.api.EZBJNDIResolver |
|---|
getEJBJNDINames, getEJBJNDINames, getEJBJNDIUniqueName, getMessageDestinationJNDINames, getMessageDestinationJNDIUniqueName |
| Method Detail |
|---|
List<EZBJNDIBeanData> getEJBJNDINames(String interfaceName,
String beanName,
URL ejbLinkURL)
interfaceName - the name of the interface that EJBs are
implementing.beanName - the name of the bean on which we need to find JNDI name.ejbLinkURL - the optional URL for the container that should include
the bean name.
void addContainerJNDIResolver(EZBContainerJNDIResolver containerJNDIResolver)
containerJNDIResolver - the child resolver to add
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||