| java.lang.Object com.jamonapi.JAMonDetailValue
JAMonDetailValue | final public class JAMonDetailValue implements ToArray(Code) | | Class used to add the label, value and time invoked for the associated monitor. Used in the
jamonBufferListener class.
author: steve souza |
JAMonDetailValue | public JAMonDetailValue(MonKey key, double value, double active, long time)(Code) | | |
isKeyToString | public boolean isKeyToString()(Code) | | |
setKeyToString | public void setKeyToString(boolean keyToString)(Code) | | |
toArray | public Object[] toArray()(Code) | | Returns label, value, time as an Object[] of 3 values.
|
|
|