org.ow2.util.ee.deploy.impl.report
Class DeploymentReport
java.lang.Object
org.ow2.util.ee.deploy.impl.report.DeploymentReport
- All Implemented Interfaces:
- IDeploymentReport
public class DeploymentReport
- extends Object
- implements IDeploymentReport
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentReport
public DeploymentReport()
getDeployable
public IDeployable getDeployable()
-
- Specified by:
getDeployable in interface IDeploymentReport
isDeploymentOk
public boolean isDeploymentOk()
-
- Specified by:
isDeploymentOk in interface IDeploymentReport
getException
public Exception getException()
-
- Specified by:
getException in interface IDeploymentReport
setDeployable
public void setDeployable(IDeployable deployable)
- Parameters:
deployable - The IDeployable to set
setException
public void setException(Exception exception)
- Parameters:
exception - The Exception to set
setDeploymentOk
public void setDeploymentOk(boolean deploymentOk)
- Parameters:
deploymentOk - The deployment state to set
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.