Arquillian Container SPI 1.0.1.Final

org.jboss.arquillian.container.spi.client.deployment
Class Deployment

java.lang.Object
  extended by org.jboss.arquillian.container.spi.client.deployment.Deployment

public class Deployment
extends Object

Deployment

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
Deployment(DeploymentDescription description)
           
 
Method Summary
 void deployed()
           
 void deployedWithError(Throwable deploymentError)
           
 DeploymentDescription getDescription()
           
 boolean hasDeploymentError()
           
 boolean isDeployed()
           
 void undeployed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Deployment

public Deployment(DeploymentDescription description)
Method Detail

getDescription

public DeploymentDescription getDescription()
Returns:
the description

isDeployed

public boolean isDeployed()

hasDeploymentError

public boolean hasDeploymentError()

deployedWithError

public void deployedWithError(Throwable deploymentError)

deployed

public void deployed()

undeployed

public void undeployed()

Arquillian Container SPI 1.0.1.Final

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