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
LifecycleException
public ProtocolMetaData deploy(<any> archive) throws DeploymentException
DeploymentException
public void undeploy(<any> archive) throws DeploymentException
DeploymentException
public void stop() throws LifecycleException
LifecycleException
public ProtocolDescription getDefaultProtocol()
public void deploy(Descriptor descriptor) throws DeploymentException
DeploymentException
public void undeploy(Descriptor descriptor) throws DeploymentException
DeploymentException