|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hyperic.hq.livedata.shared.LiveDataResult
public class LiveDataResult
Result object from live data commands.
| Constructor Summary | |
|---|---|
LiveDataResult(AppdefEntityID id,
java.lang.String xml)
|
|
LiveDataResult(AppdefEntityID id,
java.lang.Throwable t,
java.lang.String errorMsg)
|
|
| Method Summary | |
|---|---|
AppdefEntityID |
getAppdefEntityID()
Get the appdef entity id for this result |
java.lang.Throwable |
getCause()
Get the error (if it exists) for this command. |
java.lang.String |
getErrorMessage()
Get the error string for this result. |
java.lang.Object |
getObjectResult()
Get the Object result for this request. |
java.lang.String |
getXMLResult()
Get the raw XML result for this request. |
boolean |
hasError()
True if an error occured collecting the live data |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LiveDataResult(AppdefEntityID id,
java.lang.String xml)
public LiveDataResult(AppdefEntityID id,
java.lang.Throwable t,
java.lang.String errorMsg)
| Method Detail |
|---|
public AppdefEntityID getAppdefEntityID()
public java.lang.String getXMLResult()
public java.lang.Object getObjectResult()
public java.lang.Throwable getCause()
public java.lang.String getErrorMessage()
public boolean hasError()
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||