public interface Container
Modifier and Type | Interface and Description |
---|---|
static class |
Container.State |
Modifier and Type | Method and Description |
---|---|
ContainerConfiguration |
createDeployableConfiguration() |
ContainerDef |
getContainerConfiguration() |
DeployableContainer<?> |
getDeployableContainer() |
Throwable |
getFailureCause() |
String |
getName() |
ProtocolDef |
getProtocolConfiguration(ProtocolDescription description) |
Container.State |
getState() |
boolean |
hasProtocolConfiguration(ProtocolDescription description) |
void |
kill() |
void |
setState(Container.State state) |
void |
setup() |
void |
start() |
void |
stop() |
String getName()
DeployableContainer<?> getDeployableContainer()
ContainerDef getContainerConfiguration()
ContainerConfiguration createDeployableConfiguration() throws Exception
Exception
boolean hasProtocolConfiguration(ProtocolDescription description)
ProtocolDef getProtocolConfiguration(ProtocolDescription description)
void start() throws LifecycleException
LifecycleException
void stop() throws LifecycleException
LifecycleException
Container.State getState()
Throwable getFailureCause()
void setState(Container.State state)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.