Uses of Interface
org.apache.openejb.Container

Packages that use Container
org.apache.openejb   
org.apache.openejb.core   
org.apache.openejb.core.cmp   
org.apache.openejb.core.entity   
org.apache.openejb.core.managed   
org.apache.openejb.core.mdb   
org.apache.openejb.core.singleton   
org.apache.openejb.core.stateful   
org.apache.openejb.core.stateless   
org.apache.openejb.spi   
 

Uses of Container in org.apache.openejb
 

Subinterfaces of Container in org.apache.openejb
 interface ClusteredRPCContainer
           
 interface RpcContainer
           
 

Methods in org.apache.openejb that return Container
 Container DeploymentInfo.getContainer()
           
 

Methods in org.apache.openejb with parameters of type Container
 void DeploymentInfo.setContainer(Container container)
           
 

Uses of Container in org.apache.openejb.core
 

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

Methods in org.apache.openejb.core that return Container
 Container[] CoreContainerSystem.containers()
           
 Container CoreDeploymentInfo.getContainer()
           
 Container CoreContainerSystem.getContainer(java.lang.Object id)
           
 

Methods in org.apache.openejb.core with parameters of type Container
 void CoreContainerSystem.addContainer(java.lang.Object id, Container c)
           
 void CoreDeploymentInfo.setContainer(Container container)
           
 

Uses of Container in org.apache.openejb.core.cmp
 

Classes in org.apache.openejb.core.cmp that implement Container
 class CmpContainer
           
 

Uses of Container in org.apache.openejb.core.entity
 

Classes in org.apache.openejb.core.entity that implement Container
 class EntityContainer
           
 

Methods in org.apache.openejb.core.entity with parameters of type Container
static java.lang.Object EntityEjbObjectHandler.getRegistryId(Container container, java.lang.Object deploymentId, java.lang.Object primaryKey)
           
 

Uses of Container in org.apache.openejb.core.managed
 

Classes in org.apache.openejb.core.managed that implement Container
 class ManagedContainer
           
 

Constructors in org.apache.openejb.core.managed with parameters of type Container
ManagedObjectHandler.RegistryId(Container container, java.lang.Object deploymentId, java.lang.Object primaryKey)
           
 

Uses of Container in org.apache.openejb.core.mdb
 

Classes in org.apache.openejb.core.mdb that implement Container
 class MdbContainer
           
 

Uses of Container in org.apache.openejb.core.singleton
 

Classes in org.apache.openejb.core.singleton that implement Container
 class SingletonContainer
           
 

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

Uses of Container in org.apache.openejb.core.stateful
 

Classes in org.apache.openejb.core.stateful that implement Container
 class StatefulContainer
           
 

Constructors in org.apache.openejb.core.stateful with parameters of type Container
StatefulEjbObjectHandler.RegistryId(Container container, java.lang.Object deploymentId, java.lang.Object primaryKey)
           
 

Uses of Container in org.apache.openejb.core.stateless
 

Classes in org.apache.openejb.core.stateless that implement Container
 class StatelessContainer
           
 

Methods in org.apache.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.apache.openejb.spi
 

Methods in org.apache.openejb.spi that return Container
 Container[] ContainerSystem.containers()
           
 Container ContainerSystem.getContainer(java.lang.Object id)
           
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.