|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.getContainer(Object id)
Returns the Container in this container system with the specified id. |
static Container[] |
OpenEJB.containers()
Gets all the Container s in this container system. |
Container |
DeploymentInfo.getContainer()
Gets the id of the container this deployed bean is in. |
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.getContainer(Object id)
Returns the Container in this container system with the specified id. |
Container[] |
ContainerSystem.containers()
Gets all the Container s in this container system. |
Container |
DeploymentInfo.getContainer()
Gets the the container that this deployed bean is in. |
Methods in org.openejb.core with parameters of type Container | |
void |
ContainerSystem.addContainer(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 Object |
EntityEjbObjectHandler.getRegistryId(Object primKey,
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 Object |
StatelessEjbObjectHandler.createRegistryId(Object primKey,
Object deployId,
Container contnr)
|
Uses of Container in org.openejb.spi |
Methods in org.openejb.spi that return Container | |
Container |
ContainerSystem.getContainer(Object id)
Returns the Container in this container system with the specified id. |
Container[] |
ContainerSystem.containers()
Gets all the Container s in this container system. |
Uses of Container in org.openejb.tomcat |
Classes in org.openejb.tomcat that implement Container | |
class |
TomcatJndiSupport
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |