|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb.EjbUtil50
public final class EjbUtil50
Utility methods for resolving ejb-ref and ejb-local-ref within the scope of a deployment.
Constructor Summary | |
---|---|
EjbUtil50()
|
Method Summary | |
---|---|
static String |
findEjbLink(org.jboss.deployers.structure.spi.main.MainDeployerStructure server,
org.jboss.deployers.structure.spi.DeploymentUnit unit,
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(org.jboss.deployers.structure.spi.main.MainDeployerStructure server,
org.jboss.deployers.structure.spi.DeploymentUnit unit,
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 org.jboss.metadata.javaee.spec.MessageDestinationMetaData |
findMessageDestination(org.jboss.deployers.structure.spi.main.MainDeployerStructure server,
org.jboss.deployers.structure.spi.DeploymentUnit 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 EjbUtil50()
Method Detail |
---|
public static String findEjbLink(org.jboss.deployers.structure.spi.main.MainDeployerStructure server, org.jboss.deployers.structure.spi.DeploymentUnit unit, String link)
server
- the main deployerunit
- DeploymentUnitlink
- Content of the <ejb-link> entry.
null
if
no appropriate target could be found.public static String findLocalEjbLink(org.jboss.deployers.structure.spi.main.MainDeployerStructure server, org.jboss.deployers.structure.spi.DeploymentUnit unit, String link)
server
- the main deployerunit
- DeploymentUnitlink
- Content of the <ejb-link> entry.
null
if
no appropriate target could be found.public static org.jboss.metadata.javaee.spec.MessageDestinationMetaData findMessageDestination(org.jboss.deployers.structure.spi.main.MainDeployerStructure server, org.jboss.deployers.structure.spi.DeploymentUnit di, String link)
server
- the main deployerdi
- DeploymentUnitlink
- 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 |