Uses of Interface
org.ow2.jonas.deployment.api.IJNDIEnvRefsGroupDesc

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

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

Classes in org.ow2.jonas.deployment.client that implement IJNDIEnvRefsGroupDesc
 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 IJNDIEnvRefsGroupDesc in org.ow2.jonas.deployment.common
 

Classes in org.ow2.jonas.deployment.common that implement IJNDIEnvRefsGroupDesc
 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 IJNDIEnvRefsGroupDesc in org.ow2.jonas.deployment.ejb
 

Classes in org.ow2.jonas.deployment.ejb that implement IJNDIEnvRefsGroupDesc
 class BeanDesc
          Class to hold meta-information related to any enterprise-beans
 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 IJNDIEnvRefsGroupDesc in org.ow2.jonas.deployment.ejb.lib
 

Methods in org.ow2.jonas.deployment.ejb.lib with parameters of type IJNDIEnvRefsGroupDesc
protected  void EjbDeploymentDescManager.checkType(URL ejbJar, String ejbType, IJNDIEnvRefsGroupDesc bd)
          Check if the type of the ejb-ref is correct.
 

Uses of IJNDIEnvRefsGroupDesc in org.ow2.jonas.deployment.web
 

Classes in org.ow2.jonas.deployment.web that implement IJNDIEnvRefsGroupDesc
 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.