Uses of Class
org.objectweb.jonas_lib.deployment.api.DescriptionGroupDesc

Packages that use DescriptionGroupDesc
org.objectweb.jonas_client.deployment.api   
org.objectweb.jonas_ejb.deployment.api   
org.objectweb.jonas_lib.deployment.api   
org.objectweb.jonas_web.deployment.api   
 

Uses of DescriptionGroupDesc in org.objectweb.jonas_client.deployment.api
 

Subclasses of DescriptionGroupDesc in org.objectweb.jonas_client.deployment.api
 class ClientContainerDeploymentDesc
          This class do the parsing of the application-client.xml file and jonas-client.xml files and contruct a data structure associated to these two files.
 

Uses of DescriptionGroupDesc in org.objectweb.jonas_ejb.deployment.api
 

Subclasses of DescriptionGroupDesc in org.objectweb.jonas_ejb.deployment.api
 class BeanDesc
          Class to hold meta-information related to any enterprise-beans
 class DeploymentDesc
          Class to hold meta-information related to the deployment of an ejb-jar
 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.
 class EntityBmpDesc
          Class to hold meta-information related to an entity of type BMP.
 class EntityCmp1Desc
          Class to hold meta-information related to an entity of type CMP version 1.x.
 class EntityCmp2Desc
          Class to hold meta-information related to an entity of type CMP version 2.
 class EntityCmpDesc
          Base class to hold meta-information related to an entity of type CMP.
 class EntityDesc
          Base class to hold meta-information related to an entity bean.
 class EntityJdbcCmp1Desc
          Class to hold meta-information related to an CMP v1 entity bean with jdbc data store.
 class EntityJdbcCmp2Desc
          Class to hold meta-information related to an CMP v2 entity bean with jdbc data store.
 class MessageDrivenDesc
          Class to hold meta-information related to a message driven bean
 class SessionDesc
          Base class to hold meta-information related to a session bean.
 class SessionStatefulDesc
          class to hold meta-information related to a stateful session bean.
 class SessionStatelessDesc
          class to hold meta-information related to a stateless session bean.
 

Uses of DescriptionGroupDesc in org.objectweb.jonas_lib.deployment.api
 

Subclasses of DescriptionGroupDesc in org.objectweb.jonas_lib.deployment.api
 class JndiEnvRefsGroupDesc
          This class is used to keep the usage of containedJNDI environment regerence elements consistent across J2EE deployment descriptors Elements are "env-entry", "ejb-ref", "ejb-local-ref", "resource-ref", "resource-env-ref, "service-ref", "message-destination-ref" This class extends DescriptionGroupDesc and give access to elements "description", "display-name", "icon" used by entity, session, message-driven-bean, web-app, clientApp
 

Uses of DescriptionGroupDesc in org.objectweb.jonas_web.deployment.api
 

Subclasses of DescriptionGroupDesc in org.objectweb.jonas_web.deployment.api
 class WebContainerDeploymentDesc
          This class do the parsing of the web.xml file and jonas-web.xml files and contruct a data structure associated to these two files.
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.