org.rhq.core.pluginapi.bundle
Class BundleDeployResult

java.lang.Object
  extended by org.rhq.core.pluginapi.bundle.BundleDeployResult
All Implemented Interfaces:
Serializable

public class BundleDeployResult
extends Object
implements Serializable

The results after an attempt to deploy a bundle has been completed.

Since:
3.0
See Also:
Serialized Form

Constructor Summary
BundleDeployResult()
           
 
Method Summary
 String getErrorMessage()
           
 boolean isSuccess()
           
 void setErrorMessage(String errorMessage)
           
 void setErrorMessage(Throwable t)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BundleDeployResult

public BundleDeployResult()
Method Detail

isSuccess

public boolean isSuccess()

getErrorMessage

public String getErrorMessage()

setErrorMessage

public void setErrorMessage(String errorMessage)

setErrorMessage

public void setErrorMessage(Throwable t)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.