|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DeploymentDesc in org.objectweb.jonas_ejb.container |
---|
Constructors in org.objectweb.jonas_ejb.container with parameters of type DeploymentDesc | |
---|---|
JContainer(String name,
String extFileName,
String file,
ClassLoader ld,
DeploymentDesc dd)
constructor |
|
PermissionManager(DeploymentDesc ejbDeploymentDesc,
String contextId)
Default Constructor |
Uses of DeploymentDesc in org.objectweb.jonas_ejb.deployment.api |
---|
Subclasses of DeploymentDesc in org.objectweb.jonas_ejb.deployment.api | |
---|---|
class |
DeploymentDescEjb1_1
Class to hold meta-information related to the deployment of an ejb-jar 1.1 |
class |
DeploymentDescEjb2
Class to hold meta-information related to the deployment of an ejb-jar This subclass is for specification EJB 2.x, i.e. |
Fields in org.objectweb.jonas_ejb.deployment.api declared as DeploymentDesc | |
---|---|
protected DeploymentDesc |
BeanDesc.deploymentDesc
DeploymentDesc parent of this BeanDesc |
Methods in org.objectweb.jonas_ejb.deployment.api that return DeploymentDesc | |
---|---|
DeploymentDesc |
BeanDesc.getDeploymentDesc()
|
Methods in org.objectweb.jonas_ejb.deployment.api with parameters of type DeploymentDesc | |
---|---|
void |
BeanDesc.setDeploymentDesc(DeploymentDesc deploymentDesc)
Set the parent deployment descriptor |
Uses of DeploymentDesc in org.objectweb.jonas_ejb.deployment.lib |
---|
Methods in org.objectweb.jonas_ejb.deployment.lib that return DeploymentDesc | |
---|---|
static DeploymentDesc |
EjbDeploymentDescManager.getDeploymentDesc(String ejbjar,
ClassLoader ejbLoader)
Factory method using the ejb-jar file name. |
static DeploymentDesc |
EjbDeploymentDescManager.getDeploymentDesc(String ejbJarXmlFileName,
String jonasEjbJarXmlFileName,
String jarFileName)
Factory method using deployment descriptor and Jonas deployment descriptor file names. |
DeploymentDesc |
EjbDeploymentDescManager.getDeploymentDesc(URL url,
ClassLoader ejbLoader,
ClassLoader earLoader)
Get the specified ejb deployment descriptor and put it in the cache if it is not in. |
Methods in org.objectweb.jonas_ejb.deployment.lib with parameters of type DeploymentDesc | |
---|---|
String |
EjbDeploymentDescManager.getJndiName(URL currentFile,
String ejbLink,
ClassLoader earCl,
String ejbType,
DeploymentDesc deploymentDesc,
boolean isEjbRef)
Return the JNDI name from the ejbLink string. |
Uses of DeploymentDesc in org.objectweb.jonas_ejb.deployment.lib.wrapper |
---|
Methods in org.objectweb.jonas_ejb.deployment.lib.wrapper that return DeploymentDesc | |
---|---|
static DeploymentDesc |
EjbManagerWrapper.getDeploymentDesc(URL url,
ClassLoader moduleCL,
ClassLoader earCL)
Wrap EjbDeploymentDescManager.getInstance().getDeploymentDesc() |
Uses of DeploymentDesc in org.objectweb.jonas_ejb.genic |
---|
Constructors in org.objectweb.jonas_ejb.genic with parameters of type DeploymentDesc | |
---|---|
GenIC(DeploymentDesc ejbJarDesc,
GenICParameters gp)
GenIC Constructor: generates the container classes sources of each beans |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |