|
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.agent.commands.AgentBundle_args
public class AgentBundle_args
Constructor Summary | |
---|---|
AgentBundle_args()
|
|
AgentBundle_args(AgentRemoteValue args)
|
Method Summary | |
---|---|
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 AgentBundle_args()
public AgentBundle_args(AgentRemoteValue args) throws AgentRemoteException
AgentRemoteException
Method Detail |
---|
public void setValue(java.lang.String key, java.lang.String val)
AgentRemoteValue
setValue
in interface GenericValueMap
setValue
in class AgentRemoteValue
key
- Key to assign the value toval
- Value to assign to the key
|
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 |