public interface Container
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(BeanContext info) |
BeanContext |
getBeanContext(Object deploymentID) |
BeanContext[] |
getBeanContexts() |
Object |
getContainerID() |
ContainerType |
getContainerType() |
void |
start(BeanContext info) |
void |
stop(BeanContext info) |
void |
undeploy(BeanContext info) |
ContainerType getContainerType()
Object getContainerID()
BeanContext getBeanContext(Object deploymentID)
BeanContext[] getBeanContexts()
void deploy(BeanContext info) throws OpenEJBException
OpenEJBExceptionvoid start(BeanContext info) throws OpenEJBException
OpenEJBExceptionvoid stop(BeanContext info) throws OpenEJBException
OpenEJBExceptionvoid undeploy(BeanContext info) throws OpenEJBException
OpenEJBExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.