org.jboss.arquillian.container.impl.client.container
Class ContainerLifecycleController
java.lang.Object
org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController
public class ContainerLifecycleController
- extends Object
ContainerController
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerLifecycleController
public ContainerLifecycleController()
setupContainers
public void setupContainers(@Observes
SetupContainers event)
throws Exception
- Throws:
Exception
startSuiteContainers
public void startSuiteContainers(@Observes
StartSuiteContainers event)
throws Exception
- Throws:
Exception
startClassContainers
public void startClassContainers(@Observes
StartClassContainers event)
throws Exception
- Throws:
Exception
stopSuiteContainers
public void stopSuiteContainers(@Observes
StopSuiteContainers event)
throws Exception
- Throws:
Exception
stopClassContainers
public void stopClassContainers(@Observes
StopClassContainers event)
throws Exception
- Throws:
Exception
stopManualContainers
public void stopManualContainers(@Observes
StopManualContainers event)
throws Exception
- Throws:
Exception
setupContainer
public void setupContainer(@Observes
SetupContainer event)
throws Exception
- Throws:
Exception
startContainer
public void startContainer(@Observes
StartContainer event)
throws Exception
- Throws:
Exception
stopContainer
public void stopContainer(@Observes
StopContainer event)
throws Exception
- Throws:
Exception
killContainer
public void killContainer(@Observes
KillContainer event)
throws Exception
- Throws:
Exception
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.