org.rhq.core.pluginapi.operation
Class OperationServicesResult
java.lang.Object
org.rhq.core.pluginapi.operation.OperationServicesResult
public class OperationServicesResult
- extends Object
Transfer object between the plugin container and the plugin. Indicates the result of a plugin executing an operation
through the plugin container.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperationServicesResult
public OperationServicesResult(OperationServicesResultCode resultCode)
getResultCode
public OperationServicesResultCode getResultCode()
setResultCode
public void setResultCode(OperationServicesResultCode resultCode)
getComplexResults
public Configuration getComplexResults()
setComplexResults
public void setComplexResults(Configuration complexResults)
getErrorStackTrace
public String getErrorStackTrace()
setErrorStackTrace
public void setErrorStackTrace(String errorStackTrace)
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.