|
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.agent.AgentRemoteValue
org.hyperic.hq.livedata.agent.commands.LiveData_result
public class LiveData_result
| Constructor Summary | |
|---|---|
LiveData_result()
|
|
LiveData_result(AgentRemoteValue val)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getResult()
|
void |
setResult(java.lang.String result)
|
void |
setValue(java.lang.String key,
java.lang.String val)
Setup a key/value pair. |
| Methods inherited from class org.hyperic.hq.agent.AgentRemoteValue |
|---|
fromStream, getKeys, getValue, getValueAsDouble, getValueAsInt, getValueAsLong, readExternal, toStream, toString, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LiveData_result()
public LiveData_result(AgentRemoteValue val)
throws AgentRemoteException
AgentRemoteException| Method Detail |
|---|
public void setValue(java.lang.String key,
java.lang.String val)
AgentRemoteValue
setValue in interface GenericValueMapsetValue in class AgentRemoteValuekey - Key to assign the value toval - Value to assign to the key
public void setResult(java.lang.String result)
throws java.io.IOException
java.io.IOException
public java.lang.String getResult()
throws java.io.IOException,
java.util.zip.DataFormatException
java.io.IOException
java.util.zip.DataFormatException
|
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 | ||||||||