Uses of Class
org.openejb.alt.assembler.classic.ContainerSystemInfo

Packages that use ContainerSystemInfo
org.openejb.alt.assembler.classic The classes and interfaces directly under this package define the basic parts of the OpenEJB assembler system architecture. 
org.openejb.alt.assembler.classic.xml The classes and interfaces directly under this package define the basic parts of the OpenEJB assembler xml system architecture. 
 

Uses of ContainerSystemInfo in org.openejb.alt.assembler.classic
 

Fields in org.openejb.alt.assembler.classic declared as ContainerSystemInfo
 ContainerSystemInfo OpenEjbConfiguration.containerSystem
           
 

Methods in org.openejb.alt.assembler.classic with parameters of type ContainerSystemInfo
 void AssemblerTool.assembleContainers(ContainerSystem containerSystem, ContainerSystemInfo containerSystemInfo)
          When given a complete ContainerSystemInfo object, this method, will construct all the containers (entity, stateful, stateless) and add those containers to the ContainerSystem.
 

Constructors in org.openejb.alt.assembler.classic with parameters of type ContainerSystemInfo
ContainerBuilder(ContainerSystemInfo containerSystemInfo, java.util.Properties props)
           
 

Uses of ContainerSystemInfo in org.openejb.alt.assembler.classic.xml
 

Subclasses of ContainerSystemInfo in org.openejb.alt.assembler.classic.xml
 class ContainerSystem
          A subclass of ContainerSystemInfo filled with data from an XML file.
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.