|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EZBRemoteJNDIResolver
Interface used by Remote clients in order to get JNDI Name for a given set of attributes like Interface name, Bean name and/or application name.
| 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. |
List<EZBJNDIData> |
getMessageDestinationJNDINames(String messageDestinationName)
Allows to find Message Destination JNDI name. |
| Method Detail |
|---|
List<EZBJNDIBeanData> getEJBJNDINames(String interfaceName)
throws RemoteException
interfaceName - the name of the interface that EJBs are implementing.
RemoteException - if RMI communication is failing.
List<EZBJNDIBeanData> getEJBJNDINames(String interfaceName,
String beanName)
throws RemoteException
interfaceName - the name of the interface that EJBs are implementing.beanName - the name of the bean on which we need to find JNDI name.
RemoteException - if RMI communication is failing.
List<EZBJNDIData> getMessageDestinationJNDINames(String messageDestinationName)
throws RemoteException
messageDestinationName - the name of the message destination.
RemoteException - if RMI communication is failing.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||