Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.livedata.agent.commands
Class LiveData_args

java.lang.Object
  extended by org.hyperic.hq.agent.AgentRemoteValue
      extended by org.hyperic.hq.livedata.agent.commands.LiveData_args
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, GenericValueMap

public class LiveData_args
extends AgentRemoteValue

See Also:
Serialized Form

Constructor Summary
LiveData_args()
           
LiveData_args(AgentRemoteValue val)
           
 
Method Summary
 java.lang.String getCommand()
           
 ConfigResponse getConfig()
           
 java.lang.String getType()
           
 void setConfig(java.lang.String type, java.lang.String command, ConfigResponse config)
           
 void setConfigValue(java.lang.String key, java.lang.String val)
           
 
Methods inherited from class org.hyperic.hq.agent.AgentRemoteValue
fromStream, getKeys, getValue, getValueAsDouble, getValueAsInt, getValueAsLong, readExternal, setValue, toStream, toString, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LiveData_args

public LiveData_args()

LiveData_args

public LiveData_args(AgentRemoteValue val)
              throws AgentRemoteException
Throws:
AgentRemoteException
Method Detail

setConfigValue

public void setConfigValue(java.lang.String key,
                           java.lang.String val)

setConfig

public void setConfig(java.lang.String type,
                      java.lang.String command,
                      ConfigResponse config)
               throws AgentRemoteException
Throws:
AgentRemoteException

getType

public java.lang.String getType()

getCommand

public java.lang.String getCommand()

getConfig

public ConfigResponse getConfig()
                         throws AgentRemoteException
Throws:
AgentRemoteException

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.