org.objectweb.jonas_ejb.deployment.api
Class DeploymentDescEjb1_1

java.lang.Object
  |
  +--org.objectweb.jonas_ejb.deployment.api.DeploymentDesc
        |
        +--org.objectweb.jonas_ejb.deployment.api.DeploymentDescEjb1_1

public class DeploymentDescEjb1_1
extends DeploymentDesc

Class to hold meta-information related to the deployment of an ejb-jar 1.1

Author:
Philippe Durieux (Bull)

Fields inherited from class org.objectweb.jonas_ejb.deployment.api.DeploymentDesc
asd, beanDesc, displayName, earRoleNames, logger
 
Constructor Summary
DeploymentDescEjb1_1(java.lang.ClassLoader cl, org.objectweb.jonas_ejb.deployment.xml.EjbJar ej, org.objectweb.jonas_ejb.deployment.xml.JonasEjbJar jej, org.objectweb.util.monolog.api.Logger l)
          constructor
 
Method Summary
protected  BeanDesc newEntityBeanDesc(java.lang.ClassLoader classLoader, org.objectweb.jonas_ejb.deployment.xml.Entity ent, org.objectweb.jonas_ejb.deployment.xml.AssemblyDescriptor asd, org.objectweb.jonas_ejb.deployment.xml.JonasEntity jEnt)
           
 
Methods inherited from class org.objectweb.jonas_ejb.deployment.api.DeploymentDesc
getBeanDesc, getBeanDesc, getDisplayName, getEarRoleNames, getLogger, setEarRoleNames, setLogger, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeploymentDescEjb1_1

public DeploymentDescEjb1_1(java.lang.ClassLoader cl,
                            org.objectweb.jonas_ejb.deployment.xml.EjbJar ej,
                            org.objectweb.jonas_ejb.deployment.xml.JonasEjbJar jej,
                            org.objectweb.util.monolog.api.Logger l)
                     throws DeploymentDescException
constructor
Method Detail

newEntityBeanDesc

protected BeanDesc newEntityBeanDesc(java.lang.ClassLoader classLoader,
                                     org.objectweb.jonas_ejb.deployment.xml.Entity ent,
                                     org.objectweb.jonas_ejb.deployment.xml.AssemblyDescriptor asd,
                                     org.objectweb.jonas_ejb.deployment.xml.JonasEntity jEnt)
                              throws DeploymentDescException
Overrides:
newEntityBeanDesc in class DeploymentDesc