public class OpenEJBDeployableContainer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static AppContext |
NO_APP_CTX |
| Constructor and Description |
|---|
OpenEJBDeployableContainer() |
| Modifier and Type | Method and Description |
|---|---|
ProtocolMetaData |
deploy(<any> archive) |
void |
deploy(Descriptor descriptor) |
java.lang.Class<OpenEJBConfiguration> |
getConfigurationClass() |
ProtocolDescription |
getDefaultProtocol() |
void |
setup(OpenEJBConfiguration openEJBConfiguration) |
void |
start() |
void |
stop() |
void |
undeploy(<any> archive) |
void |
undeploy(Descriptor descriptor) |
public static final AppContext NO_APP_CTX
public java.lang.Class<OpenEJBConfiguration> getConfigurationClass()
public void setup(OpenEJBConfiguration openEJBConfiguration)
public void start()
throws LifecycleException
LifecycleExceptionpublic ProtocolMetaData deploy(<any> archive)
throws DeploymentException
DeploymentExceptionpublic void undeploy(<any> archive)
throws DeploymentException
DeploymentExceptionpublic void stop()
throws LifecycleException
LifecycleExceptionpublic ProtocolDescription getDefaultProtocol()
public void deploy(Descriptor descriptor)
throws DeploymentException
DeploymentExceptionpublic void undeploy(Descriptor descriptor)
throws DeploymentException
DeploymentException