public interface ManagedContainer<T extends ContainerConfiguration>
| Modifier and Type | Interface and Description |
|---|---|
static class |
ManagedContainer.Factory<T extends ContainerConfiguration> |
static class |
ManagedContainer.State |
| Modifier and Type | Method and Description |
|---|---|
void |
create(T configuration) |
void |
destroy() |
java.io.File |
getContainerHome() |
org.jboss.gravia.runtime.RuntimeType |
getRuntimeType() |
ManagedContainer.State |
getState() |
void |
start() |
void |
stop() |
org.jboss.gravia.runtime.RuntimeType getRuntimeType()
java.io.File getContainerHome()
ManagedContainer.State getState()
void create(T configuration) throws LifecycleException
LifecycleExceptionvoid start()
throws LifecycleException
LifecycleExceptionvoid stop()
throws LifecycleException
LifecycleExceptionvoid destroy()
throws LifecycleException
LifecycleExceptionCopyright © 2014 Red Hat. All Rights Reserved.