public class ContainerLifecycleController extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContainerLifecycleController.Operation<T> |
| Constructor and Description |
|---|
ContainerLifecycleController() |
| Modifier and Type | Method and Description |
|---|---|
void |
killContainer(KillContainer event) |
void |
setupContainer(SetupContainer event) |
void |
setupContainers(SetupContainers event) |
void |
startClassContainers(StartClassContainers event) |
void |
startContainer(StartContainer event) |
void |
startSuiteContainers(StartSuiteContainers event) |
void |
stopClassContainers(StopClassContainers event) |
void |
stopContainer(StopContainer event) |
void |
stopManualContainers(StopManualContainers event) |
void |
stopSuiteContainers(StopSuiteContainers event) |
public void setupContainers(@Observes SetupContainers event) throws Exception
Exceptionpublic void startSuiteContainers(@Observes StartSuiteContainers event) throws Exception
Exceptionpublic void startClassContainers(@Observes StartClassContainers event) throws Exception
Exceptionpublic void stopSuiteContainers(@Observes StopSuiteContainers event) throws Exception
Exceptionpublic void stopClassContainers(@Observes StopClassContainers event) throws Exception
Exceptionpublic void stopManualContainers(@Observes StopManualContainers event) throws Exception
Exceptionpublic void setupContainer(@Observes SetupContainer event) throws Exception
Exceptionpublic void startContainer(@Observes StartContainer event) throws Exception
Exceptionpublic void stopContainer(@Observes StopContainer event) throws Exception
Exceptionpublic void killContainer(@Observes KillContainer event) throws Exception
ExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.