Uses of Class
org.openejb.assembler.ContainerInfo

Packages that use ContainerInfo
org.openejb.assembler   
 

Uses of ContainerInfo in org.openejb.assembler
 

Subclasses of ContainerInfo in org.openejb.assembler
 class EntityContainerInfo
          EntityContainerInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class StatefulSessionContainerInfo
          StatefulSessionContainerInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class StatelessSessionContainerInfo
          StatelessSessionContainerInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 

Fields in org.openejb.assembler declared as ContainerInfo
 ContainerInfo[] ContainerSystemInfo.containers
           
 ContainerInfo[] ContainerManagerInfo.containers
           
 

Methods in org.openejb.assembler with parameters of type ContainerInfo
 Container AssemblerTool.assembleContainer(ContainerInfo containerInfo)
          This method can construct a Container of any kind based on information in the ContainerInfo object: StatefulContainer, StatelessContainer, or EntityContainer In addition to constructing the containers, this method also constructs all the deployments declared in the containerInfo object and adds them to the containers It constructs the deployment Info object using the assembleDeploymentInfo method.
 



Copyright © 1999-2006 OpenEJB. All Rights Reserved.