|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb3.enc.DeploymentEjbResolver
@Deprecated public abstract class DeploymentEjbResolver
Class to resolve EJB containers from ejb-ref or @EJB metadata This class is overriden for specific behaviors, specifically whether or not to resolve the EJB internally in a specific deployment or not. There will be one for an EJB jar deployment and a WAR deployment and any other deployment package that needs to use @EJB.
Field Summary | |
---|---|
protected DeploymentScope |
deploymentScope
Deprecated. |
protected String |
errorName
Deprecated. |
Constructor Summary | |
---|---|
protected |
DeploymentEjbResolver(DeploymentScope deploymentScope,
String errorName)
Deprecated. |
Method Summary | |
---|---|
EJBContainer |
getEjbContainer(Class businessIntf)
Deprecated. |
EJBContainer |
getEjbContainer(Ejb3Deployment deployment,
Class businessIntf)
Deprecated. |
EJBContainer |
getEjbContainer(String ejbLink,
Class businessIntf)
Deprecated. |
String |
getEjbJndiName(Class businessIntf)
Deprecated. |
String |
getEjbJndiName(String ejbLink,
Class businessIntf)
Deprecated. |
protected abstract EJBContainer |
searchDeploymentInternally(String ejbLink,
Class businessIntf)
Deprecated. |
protected abstract EJBContainer |
searchForEjbContainerInternally(Class businessIntf)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected DeploymentScope deploymentScope
protected String errorName
Constructor Detail |
---|
protected DeploymentEjbResolver(DeploymentScope deploymentScope, String errorName)
Method Detail |
---|
protected abstract EJBContainer searchDeploymentInternally(String ejbLink, Class businessIntf)
public EJBContainer getEjbContainer(String ejbLink, Class businessIntf)
public String getEjbJndiName(String ejbLink, Class businessIntf)
public EJBContainer getEjbContainer(Ejb3Deployment deployment, Class businessIntf) throws NameNotFoundException
NameNotFoundException
public EJBContainer getEjbContainer(Class businessIntf) throws NameNotFoundException
NameNotFoundException
protected abstract EJBContainer searchForEjbContainerInternally(Class businessIntf) throws NameNotFoundException
NameNotFoundException
public String getEjbJndiName(Class businessIntf) throws NameNotFoundException
NameNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |