|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.ejb.EjbUtil
Utility methods for resolving ejb-ref and ejb-local-ref within the scope of a deployment.
Constructor Summary | |
EjbUtil()
|
Method Summary | |
static String |
findEjbLink(javax.management.MBeanServer server,
org.jboss.deployment.DeploymentInfo di,
String link)
Resolves an <ejb-link> target for an <ejb-ref> entry and returns the name of the target in the JNDI tree. |
static String |
findLocalEjbLink(javax.management.MBeanServer server,
org.jboss.deployment.DeploymentInfo di,
String link)
Resolves an <ejb-link> target for an <ejb-local-ref> entry and returns the name of the target in the JNDI tree. |
static MessageDestinationMetaData |
findMessageDestination(javax.management.MBeanServer server,
org.jboss.deployment.DeploymentInfo di,
String link)
Resolves a <message-destination> target for a <message-destination-link> entry and returns the name of the target in the JNDI tree. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EjbUtil()
Method Detail |
public static String findEjbLink(javax.management.MBeanServer server, org.jboss.deployment.DeploymentInfo di, String link)
di
- DeploymentInfolink
- Content of the <ejb-link> entry.
null
if
no appropriate target could be found.public static String findLocalEjbLink(javax.management.MBeanServer server, org.jboss.deployment.DeploymentInfo di, String link)
di
- DeploymentInfolink
- Content of the <ejb-link> entry.
null
if
no appropriate target could be found.public static MessageDestinationMetaData findMessageDestination(javax.management.MBeanServer server, org.jboss.deployment.DeploymentInfo di, String link)
di
- DeploymentInfolink
- Content of the <message-driven-link> entry.
null
if
no appropriate target could be found.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |