Uses of Interface
org.openejb.Container

Packages that use Container
org.openejb The classes and interfaces directly under this package define the basic parts of the OpenEJB container system architecture. 
org.openejb.alt.containers.castor_cmp11 The classes and interfaces directly under this package define the basic parts of the Castor CMP 1.1 implementation. 
org.openejb.core The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. 
org.openejb.core.entity The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. 
org.openejb.core.stateful The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. 
org.openejb.core.stateless The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. 
org.openejb.spi The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. 
org.openejb.tomcat   
 

Uses of Container in org.openejb
 

Subinterfaces of Container in org.openejb
 interface RpcContainer
          The RpcContainer manages enterprise beans at runtime.
 

Methods in org.openejb that return Container
static Container[] OpenEJB.containers()
          Gets all the Containers in this container system.
 Container DeploymentInfo.getContainer()
          Gets the id of the container this deployed bean is in.
static Container OpenEJB.getContainer(java.lang.Object id)
          Returns the Container in this container system with the specified id.
 

Uses of Container in org.openejb.alt.containers.castor_cmp11
 

Classes in org.openejb.alt.containers.castor_cmp11 that implement Container
 class CastorCMP11_EntityContainer
          Container-Managed Persistence EntityBean container based on Castor
 

Uses of Container in org.openejb.core
 

Classes in org.openejb.core that implement Container
 class RpcContainerWrapper
           
 

Methods in org.openejb.core that return Container
 Container[] ContainerSystem.containers()
          Gets all the Containers in this container system.
 Container DeploymentInfo.getContainer()
          Gets the the container that this deployed bean is in.
 Container ContainerSystem.getContainer(java.lang.Object id)
          Returns the Container in this container system with the specified id.
 

Methods in org.openejb.core with parameters of type Container
 void ContainerSystem.addContainer(java.lang.Object id, Container c)
          Adds a Container to the list of those that are managed by this container system.
 void DeploymentInfo.setContainer(Container cont)
          Container must have its Container set explicitly by the Assembler to avoid a chicken and egg problem: Which is created first the container or the DeploymentInfo This assembler will invoke this method when needed.
 

Uses of Container in org.openejb.core.entity
 

Classes in org.openejb.core.entity that implement Container
 class EntityContainer
          Bean-Managed Persistence EntityBean container
 

Methods in org.openejb.core.entity with parameters of type Container
static java.lang.Object EntityEjbObjectHandler.getRegistryId(java.lang.Object primKey, java.lang.Object deployId, Container contnr)
           
 

Uses of Container in org.openejb.core.stateful
 

Classes in org.openejb.core.stateful that implement Container
 class StatefulContainer
          Stateful SessionBean container
 

Uses of Container in org.openejb.core.stateless
 

Classes in org.openejb.core.stateless that implement Container
 class StatelessContainer
          Stateless SessionBean container
 

Methods in org.openejb.core.stateless with parameters of type Container
static java.lang.Object StatelessEjbObjectHandler.createRegistryId(java.lang.Object primKey, java.lang.Object deployId, Container contnr)
           
 

Uses of Container in org.openejb.spi
 

Methods in org.openejb.spi that return Container
 Container[] ContainerSystem.containers()
          Gets all the Containers in this container system.
 Container ContainerSystem.getContainer(java.lang.Object id)
          Returns the Container in this container system with the specified id.
 

Uses of Container in org.openejb.tomcat
 

Classes in org.openejb.tomcat that implement Container
 class TomcatJndiSupport
           
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.