org.rhq.core.pluginapi.bundle
Class BundlePurgeResult

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

public class BundlePurgeResult
extends Object
implements Serializable

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

Since:
4.0
See Also:
Serialized Form

Constructor Summary
BundlePurgeResult()
           
 
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

BundlePurgeResult

public BundlePurgeResult()
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.