|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EZBJNDIResolver
Interface that all JNDI Resolver should use.
| Method Summary | |
|---|---|
List<EZBJNDIBeanData> |
getEJBJNDINames(String interfaceName)
Allows to find EJB JNDI name. |
List<EZBJNDIBeanData> |
getEJBJNDINames(String interfaceName,
String beanName)
Allows to find EJB JNDI name. |
String |
getEJBJNDIUniqueName(String interfaceName,
String beanName)
Gets jndi name for a given interface and a bean name. |
List<EZBJNDIData> |
getMessageDestinationJNDINames(String messageDestinationName)
Allows to find Message Destination JNDI name. |
String |
getMessageDestinationJNDIUniqueName(String messageDestinationName)
Allows to find Message Destination JNDI name. |
| Method Detail |
|---|
List<EZBJNDIBeanData> getEJBJNDINames(String interfaceName)
interfaceName - the name of the interface that EJBs are implementing.
List<EZBJNDIBeanData> getEJBJNDINames(String interfaceName,
String beanName)
interfaceName - the name of the interface that EJBs are implementing.beanName - the name of the bean on which we need to find JNDI name.
String getEJBJNDIUniqueName(String interfaceName,
String beanName)
throws EZBJNDIResolverException
interfaceName - the name of the interface.beanName - the name of the bean.
EZBJNDIResolverException - if not foundList<EZBJNDIData> getMessageDestinationJNDINames(String messageDestinationName)
messageDestinationName - the name of the message destination.
String getMessageDestinationJNDIUniqueName(String messageDestinationName)
throws EZBJNDIResolverException
messageDestinationName - the name of the message destination.
EZBJNDIResolverException - if not found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||