|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EZBContainerJNDIResolver
Resolver allowing to find matching JNDI names for beans within the same container.
| Method Summary | |
|---|---|
void |
addEJBJNDIName(String interfaceName,
EZBJNDIBeanData jndiData)
Adds a new JNDI name for the given interface name / bean name. |
void |
addMessageDestinationJNDIName(String messageDestinationName,
EZBJNDIData jndiData)
Adds a new JNDI name for the given message destination name. |
EZBApplicationJNDIResolver |
getApplicationJNDIResolver()
|
List<EZBJNDIBeanData> |
getEJBJNDINames(String interfaceName,
String beanName,
boolean askParent)
Allows to find EJB JNDI name. |
List<EZBJNDIData> |
getMessageDestinationJNDINames(String messageDestinationName,
boolean askParent)
Allows to find Message Destination JNDI name. |
URL |
getURL()
|
void |
setApplicationJNDIResolver(EZBApplicationJNDIResolver applicationJNDIResolver)
Sets the application resolver. |
| Methods inherited from interface org.ow2.easybeans.resolver.api.EZBJNDIResolver |
|---|
getEJBJNDINames, getEJBJNDINames, getEJBJNDIUniqueName, getMessageDestinationJNDINames, getMessageDestinationJNDIUniqueName |
| Method Detail |
|---|
URL getURL()
List<EZBJNDIBeanData> getEJBJNDINames(String interfaceName,
String beanName,
boolean askParent)
interfaceName - the name of the interface that EJBs are
implementing.beanName - the name of the bean on which we need to find JNDI name.askParent - allow to disallow request to parent.
void addEJBJNDIName(String interfaceName,
EZBJNDIBeanData jndiData)
interfaceName - the given interfacejndiData - data for the JNDI Name entry
void addMessageDestinationJNDIName(String messageDestinationName,
EZBJNDIData jndiData)
messageDestinationName - the given message destination name.jndiData - data for the JNDI Name entry
List<EZBJNDIData> getMessageDestinationJNDINames(String messageDestinationName,
boolean askParent)
messageDestinationName - the name of the message destination.askParent - allow to disallow request to parent.
EZBApplicationJNDIResolver getApplicationJNDIResolver()
void setApplicationJNDIResolver(EZBApplicationJNDIResolver applicationJNDIResolver)
applicationJNDIResolver - the application resolver
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||