org.apache.webbeans.arquillian.standalone
Class OwbLifecycleHandler

java.lang.Object
  extended by org.apache.webbeans.arquillian.standalone.OwbLifecycleHandler

public class OwbLifecycleHandler
extends Object

Starts and stops the application and the contexts in it.


Constructor Summary
OwbLifecycleHandler()
           
 
Method Summary
 void afterDeployment(org.jboss.arquillian.container.spi.event.container.AfterDeploy event)
           
 void afterMethod(org.jboss.arquillian.test.spi.event.suite.After event)
           
 void beforeMethod(org.jboss.arquillian.test.spi.event.suite.Before event)
           
 void beforeUndeployment(org.jboss.arquillian.container.spi.event.container.BeforeUnDeploy event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwbLifecycleHandler

public OwbLifecycleHandler()
Method Detail

afterDeployment

public void afterDeployment(@Observes
                            org.jboss.arquillian.container.spi.event.container.AfterDeploy event)

beforeUndeployment

public void beforeUndeployment(@Observes
                               org.jboss.arquillian.container.spi.event.container.BeforeUnDeploy event)

beforeMethod

public void beforeMethod(@Observes
                         org.jboss.arquillian.test.spi.event.suite.Before event)

afterMethod

public void afterMethod(@Observes
                        org.jboss.arquillian.test.spi.event.suite.After event)


Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.