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

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

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
           
 

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.
 

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

Subclasses of Container in org.apache.openejb.config.typed
 class BmpEntityContainerBuilder
           
 class CmpEntityContainerBuilder
           
 class ManagedContainerBuilder
           
 class MessageDrivenContainerBuilder
           
 class SingletonContainerBuilder
           
 class StatefulContainerBuilder
           
 class StatelessContainerBuilder
           
 

Uses of Container in org.apache.openejb.config.typed.util
 

Methods in org.apache.openejb.config.typed.util with parameters of type Container
 void ServerContext.createContainer(Container service)
           
 



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