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

Packages that use Container
org.apache.openejb.config   
org.apache.openejb.config.sys   
 

Uses of Container in org.apache.openejb.config
 

Methods in org.apache.openejb.config with parameters of type Container
 ContainerInfo ConfigurationFactory.createContainerInfo(Container container)
           
 

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

Fields in org.apache.openejb.config.sys with type parameters of type Container
protected  List<Container> Openejb.container
           
protected  List<Container> Resources.container
           
 

Methods in org.apache.openejb.config.sys that return Container
 Container ObjectFactory.createContainer()
          Create an instance of Container
static Container JaxbOpenejb.createContainer()
           
 

Methods in org.apache.openejb.config.sys that return types with arguments of type Container
 List<Container> Openejb.getContainer()
          Gets the value of the container property.
 List<Container> Resources.getContainer()
          Gets the value of the container property.
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.