Arquillian Container Test Implementation Base 1.0.1.Final

org.jboss.arquillian.container.test.impl.client.deployment.command
Class DeploymentCommandObserver

java.lang.Object
  extended by org.jboss.arquillian.container.test.impl.client.deployment.command.DeploymentCommandObserver

public class DeploymentCommandObserver
extends Object

DeployDeploymentObserver

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
DeploymentCommandObserver()
           
 
Method Summary
 void deploy(DeployDeploymentCommand event)
           
 void getDeployment(GetDeploymentCommand event)
           
 void onException(org.jboss.arquillian.core.spi.EventContext<Command> event)
           
 void undeploy(UnDeployDeploymentCommand event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentCommandObserver

public DeploymentCommandObserver()
Method Detail

onException

public void onException(@Observes
                        org.jboss.arquillian.core.spi.EventContext<Command> event)

deploy

public void deploy(@Observes
                   DeployDeploymentCommand event)

undeploy

public void undeploy(@Observes
                     UnDeployDeploymentCommand event)

getDeployment

public void getDeployment(@Observes
                          GetDeploymentCommand event)

Arquillian Container Test Implementation Base 1.0.1.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.