org.jboss.arquillian.impl.handler
Class ContainerUndeployer

java.lang.Object
  extended by org.jboss.arquillian.impl.handler.ContainerUndeployer
All Implemented Interfaces:
EventHandler<ClassEvent>

public class ContainerUndeployer
extends Object
implements EventHandler<ClassEvent>

A Handler for undeploying the generated Archive from the container.

Fires:
BeforeDeploy
AfterDeploy

Imports:
DeployableContainer
Archive

Version:
$Revision: $
Author:
Aslak Knutsen
See Also:
DeployableContainer, Archive

Constructor Summary
ContainerUndeployer()
           
 
Method Summary
 void callback(Context context, ClassEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerUndeployer

public ContainerUndeployer()
Method Detail

callback

public void callback(Context context,
                     ClassEvent event)
              throws Exception
Specified by:
callback in interface EventHandler<ClassEvent>
Throws:
Exception


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.