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
Exception
public void startSuiteContainers(@Observes StartSuiteContainers event) throws Exception
Exception
public void startClassContainers(@Observes StartClassContainers event) throws Exception
Exception
public void stopSuiteContainers(@Observes StopSuiteContainers event) throws Exception
Exception
public void stopClassContainers(@Observes StopClassContainers event) throws Exception
Exception
public void stopManualContainers(@Observes StopManualContainers event) throws Exception
Exception
public void setupContainer(@Observes SetupContainer event) throws Exception
Exception
public void startContainer(@Observes StartContainer event) throws Exception
Exception
public void stopContainer(@Observes StopContainer event) throws Exception
Exception
public void killContainer(@Observes KillContainer event) throws Exception
Exception
Copyright © 2016 JBoss by Red Hat. All rights reserved.