|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Container | |
org.openejb | |
org.openejb.assembler | |
org.openejb.spi |
Uses of Container in org.openejb |
Methods in org.openejb that return Container | |
static Container[] |
OpenEJB.containers()
Gets all the Container s in this container system. |
Uses of Container in org.openejb.assembler |
Subinterfaces of Container in org.openejb.assembler | |
interface |
RpcContainer
The RpcContainer manages enterprise beans at runtime. |
Classes in org.openejb.assembler that implement Container | |
class |
ContainerBuilder
|
Methods in org.openejb.assembler that return Container | |
Container |
AssemblerTool.assembleContainer(ContainerInfo containerInfo)
This method can construct a Container of any kind based on information in the ContainerInfo object: StatefulContainer, StatelessContainer, or EntityContainer In addition to constructing the containers, this method also constructs all the deployments declared in the containerInfo object and adds them to the containers It constructs the deployment Info object using the assembleDeploymentInfo method. |
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 id of the container this deployed bean is in. |
Container |
CoreDeploymentInfo.getContainer()
|
Methods in org.openejb.assembler 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 |
CoreDeploymentInfo.setContainer(Container cont)
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |