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
startContainers
public void startContainers(@Observes
StartManagedContainers event)
throws Exception
- Throws:
Exception
stopContainers
public void stopContainers(@Observes
StopManagedContainers 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
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.