Uses of Class
org.openejb.core.ContainerSystem

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

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

Methods in org.openejb.alt.assembler.classic that return ContainerSystem
 ContainerSystem Assembler.buildContainerSystem(OpenEjbConfiguration configInfo)
          When given a complete OpenEjbConfiguration graph this method, will construct an entire container system and return a reference to that container system, as ContainerSystem instance.
 

Methods in org.openejb.alt.assembler.classic with parameters of type ContainerSystem
 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.
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.