| java.lang.Object com.jamonapi.MonKeyImp
All known Subclasses: com.jamonapi.log4j.Log4jMonKey,
MonKeyImp | public MonKeyImp(String summaryLabel, Object details, String units)(Code) | | Object details can be an Object[], a Collection, or a Java Object.
|
equals | public boolean equals(Object compareKey)(Code) | | This method is called automatically by a HashMap when this class is used as a HashMap key. A Coordinate is
considered equal if its x and y variables have the same value.
|
getLabel | public String getLabel()(Code) | | Returns the label for the monitor
|
getParam | public Object getParam()(Code) | | Used to get any arbitrary Object into the key. It will not be used as part of the key, however it can be retrieved later for example
in the JAMonBufferListener.
|
getUnits | public String getUnits()(Code) | | Returns the units for the monitor
|
getValue | public Object getValue(String key)(Code) | | Returns any object that has a named key. In this keys case
'label' and 'units' makes sense, but any values are acceptible.
|
hashCode | public int hashCode()(Code) | | Used when key is put into a Map to look up the monitor
|
setParam | public void setParam(Object param)(Code) | | Used to set any arbitrary Object into the key. It will not be used as part of the key, however it can be retrieved later for example
in the JAMonBufferListener.
|
|
|