public interface Container
Modifier and Type | Method and Description |
---|---|
void |
deploy(BeanContext info) |
BeanContext |
getBeanContext(java.lang.Object deploymentID) |
BeanContext[] |
getBeanContexts() |
java.lang.Object |
getContainerID() |
ContainerType |
getContainerType() |
void |
start(BeanContext info) |
void |
stop(BeanContext info) |
void |
undeploy(BeanContext info) |
ContainerType getContainerType()
java.lang.Object getContainerID()
BeanContext getBeanContext(java.lang.Object deploymentID)
BeanContext[] getBeanContexts()
void deploy(BeanContext info) throws OpenEJBException
OpenEJBException
void start(BeanContext info) throws OpenEJBException
OpenEJBException
void stop(BeanContext info) throws OpenEJBException
OpenEJBException
void undeploy(BeanContext info) throws OpenEJBException
OpenEJBException