| |
|
| java.lang.Object de.mcs.jmeasurement.jmx.JmxPoint
JmxPoint | public class JmxPoint (Code) | | Proxy class for accessing the real measure point data. Because of the
autosaving feature we needed to determine the real measure point instance for
every data access. So we only save the point name in this class and get the
point by using MeasureFactory.getMeasurePoint(pointName)
method.
author: W.Klaas |
Constructor Summary | |
public | JmxPoint(String name) Constructor of this proxy class. |
JmxPoint | public JmxPoint(String name)(Code) | | Constructor of this proxy class. Only the name will be delivered.
Parameters: name - name of the point to use. |
getAccessCount | final public long getAccessCount()(Code) | | the access count of this measure point. |
getActive | final public long getActive()(Code) | | the active monitors of this measure point. |
getAverageMSec | final public long getAverageMSec()(Code) | | the avverafe msec of all monitors of this measure point. |
getDeathCount | final public long getDeathCount()(Code) | | the count of death monitors of this measure point. |
getDeviation | final public Float getDeviation()(Code) | | the deviation of this measure point. |
getExceptionCount | final public long getExceptionCount()(Code) | | the count of exception of this measure point. |
getExceptionList | final public String getExceptionList()(Code) | | the count of exception of this measure point. |
getLastActivation | final public Date getLastActivation()(Code) | | the last activation of this measure point. |
getMaxActive | final public long getMaxActive()(Code) | | the maximum active monitors of this measure point. |
getMaxMSec | final public long getMaxMSec()(Code) | | the maximum msec of a monitor of this measure point. |
getMinMSec | final public long getMinMSec()(Code) | | the minimum msec of a monitor of this measure point. |
getName | final public String getName()(Code) | | getting the name of the point.
name |
getPriority | final public int getPriority()(Code) | | the priority of this measure point. |
getTotalMSec | final public long getTotalMSec()(Code) | | the total milli seconds of this measure point. |
|
|
|