Uses of Class
org.ow2.jonas.deployment.common.DescriptionGroupDesc

Packages that use DescriptionGroupDesc
org.ow2.jonas.deployment.client   
org.ow2.jonas.deployment.common   
org.ow2.jonas.deployment.ejb   
org.ow2.jonas.deployment.web   
 

Uses of DescriptionGroupDesc in org.ow2.jonas.deployment.client
 

Subclasses of DescriptionGroupDesc in org.ow2.jonas.deployment.client
 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.ow2.jonas.deployment.common
 

Subclasses of DescriptionGroupDesc in org.ow2.jonas.deployment.common
 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.ow2.jonas.deployment.ejb
 

Subclasses of DescriptionGroupDesc in org.ow2.jonas.deployment.ejb
 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.ow2.jonas.deployment.web
 

Subclasses of DescriptionGroupDesc in org.ow2.jonas.deployment.web
 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 © 2010 OW2 Consortium. All Rights Reserved.