Uses of Class
org.openejb.alt.config.sys.Container

Packages that use Container
org.openejb.alt.config The classes and interfaces directly under this package define the basic parts of the OpenEJB configuration architecture. 
org.openejb.alt.config.sys The classes and interfaces directly under this package define the basic parts of the OpenEJB Castor configuration. 
 

Uses of Container in org.openejb.alt.config
 

Methods in org.openejb.alt.config that return Container
static Container[] EjbJarUtils.getUsableContainers(Container[] containers, Bean bean)
           
 

Methods in org.openejb.alt.config with parameters of type Container
static Container[] EjbJarUtils.getUsableContainers(Container[] containers, Bean bean)
           
 

Uses of Container in org.openejb.alt.config.sys
 

Methods in org.openejb.alt.config.sys that return Container
 Container[] Openejb.getContainer()
          Method getContainer
 Container Openejb.getContainer(int index)
          Method getContainer
 Container Openejb.removeContainer(int index)
          Method removeContainer
 

Methods in org.openejb.alt.config.sys with parameters of type Container
 void Openejb.addContainer(Container vContainer)
          Method addContainer
 void Openejb.addContainer(int index, Container vContainer)
          Method addContainer
 void Openejb.setContainer(Container[] containerArray)
          Method setContainer
 void Openejb.setContainer(int index, Container vContainer)
          Method setContainer
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.