
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
Exceptionboolean hasProtocolConfiguration(ProtocolDescription description)
ProtocolDef getProtocolConfiguration(ProtocolDescription description)
void start()
throws LifecycleException
LifecycleExceptionvoid stop() throws LifecycleException
LifecycleExceptionContainer.State getState()
void setState(Container.State state)
Throwable getFailureCause()
Copyright © 2020 JBoss by Red Hat. All rights reserved.