org.hyperic.hq.agent
Class AgentMonitorValue
java.lang.Object
org.hyperic.hq.agent.AgentMonitorValue
public class AgentMonitorValue
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TYPE_STRING
public static final int TYPE_STRING
- See Also:
- Constant Field Values
TYPE_DOUBLE
public static final int TYPE_DOUBLE
- See Also:
- Constant Field Values
TYPE_ASTRING
public static final int TYPE_ASTRING
- See Also:
- Constant Field Values
TYPE_AINT
public static final int TYPE_AINT
- See Also:
- Constant Field Values
ERR_INCALCULABLE
public static final int ERR_INCALCULABLE
- See Also:
- Constant Field Values
ERR_BADKEY
public static final int ERR_BADKEY
- See Also:
- Constant Field Values
ERR_BADMONITOR
public static final int ERR_BADMONITOR
- See Also:
- Constant Field Values
ERR_INTERNAL
public static final int ERR_INTERNAL
- See Also:
- Constant Field Values
AgentMonitorValue
public AgentMonitorValue()
AgentMonitorValue
public AgentMonitorValue(java.lang.String value)
AgentMonitorValue
public AgentMonitorValue(double value)
AgentMonitorValue
public AgentMonitorValue(java.lang.String[] value)
AgentMonitorValue
public AgentMonitorValue(int[] value)
isErr
public boolean isErr()
setErrCode
public void setErrCode(int errCode)
getErrCode
public int getErrCode()
getType
public int getType()
setType
public void setType(int type)
getStringValue
public java.lang.String getStringValue()
setValue
public void setValue(java.lang.String sValue)
getDoubleValue
public double getDoubleValue()
setValue
public void setValue(double dValue)
getAStringValue
public java.lang.String[] getAStringValue()
setValue
public void setValue(java.lang.String[] asValue)
getAIntValue
public int[] getAIntValue()
setValue
public void setValue(int[] aiValue)
checkValidType
public static void checkValidType(int type)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.