org.ow2.util.ee.deploy.api.report
Interface IDeploymentReport


public interface IDeploymentReport

Represents a deployment of a deployable report

Author:
Jeremy Cazaux

Method Summary
 IDeployable getDeployable()
           
 Exception getException()
           
 boolean isDeploymentOk()
           
 

Method Detail

getDeployable

IDeployable getDeployable()
Returns:
the IDeployable associated to this report

isDeploymentOk

boolean isDeploymentOk()
Returns:
true if the deployment of the associate deployable is ok

getException

Exception getException()
Returns:
the exception if the deployment of the deployable has failed. Otherwise, return null.


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.