Uses of Interface
org.objectweb.jonas_lib.deployment.api.IDescriptionGroupDesc

Packages that use IDescriptionGroupDesc
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 IDescriptionGroupDesc in org.objectweb.jonas_client.deployment.api
 

Classes in org.objectweb.jonas_client.deployment.api that implement IDescriptionGroupDesc
 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 IDescriptionGroupDesc in org.objectweb.jonas_ejb.deployment.api
 

Classes in org.objectweb.jonas_ejb.deployment.api that implement IDescriptionGroupDesc
 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 IDescriptionGroupDesc in org.objectweb.jonas_lib.deployment.api
 

Classes in org.objectweb.jonas_lib.deployment.api that implement IDescriptionGroupDesc
 class DescriptionGroupDesc
          This class is used to keep the usage of the contained description related elements consistent acoross J2EE deployment descriptors.
 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 IDescriptionGroupDesc in org.objectweb.jonas_web.deployment.api
 

Classes in org.objectweb.jonas_web.deployment.api that implement IDescriptionGroupDesc
 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.