|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeploymentInfo | |
org.openejb.assembler | |
org.openejb.spi |
Uses of DeploymentInfo in org.openejb.assembler |
Classes in org.openejb.assembler that implement DeploymentInfo | |
class |
CoreDeploymentInfo
Contains all the information needed by the container for a particular deployment. |
Methods in org.openejb.assembler that return DeploymentInfo | |
DeploymentInfo |
ContainerSystem.getDeploymentInfo(Object id)
Gets the DeploymentInfo object for the bean with the specified deployment id. |
DeploymentInfo[] |
ContainerSystem.deployments()
Gets the DeploymentInfo objects for all the beans deployed in all the containers in this container system. |
DeploymentInfo |
Container.getDeploymentInfo(Object deploymentID)
Gets the DeploymentInfo object for the bean with the specified deployment id. |
DeploymentInfo[] |
Container.deployments()
Gets the DeploymentInfo objects for all the beans deployed in this container. |
DeploymentInfo |
ContainerBuilder.getDeploymentInfo(Object deploymentID)
|
DeploymentInfo[] |
ContainerBuilder.deployments()
|
Methods in org.openejb.assembler with parameters of type DeploymentInfo | |
void |
Container.deploy(Object deploymentID,
DeploymentInfo info)
Adds a bean to this container. |
void |
ContainerBuilder.deploy(Object deploymentID,
DeploymentInfo info)
|
Uses of DeploymentInfo in org.openejb.spi |
Methods in org.openejb.spi that return DeploymentInfo | |
DeploymentInfo |
ContainerSystem.getDeploymentInfo(Object id)
Gets the DeploymentInfo object for the bean with the specified deployment id. |
DeploymentInfo[] |
ContainerSystem.deployments()
Gets the DeploymentInfo objects for all the beans deployed in all the containers in this container system. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |