Uses of Class
org.apache.uima.aae.jmx.monitor.ServiceMetrics

Packages that use ServiceMetrics
org.apache.uima.aae.jmx.monitor   
 

Uses of ServiceMetrics in org.apache.uima.aae.jmx.monitor
 

Methods in org.apache.uima.aae.jmx.monitor that return ServiceMetrics
protected  ServiceMetrics[] JmxMonitor.collectStats(boolean initial, long uptime)
           
 

Methods in org.apache.uima.aae.jmx.monitor with parameters of type ServiceMetrics
 void JmxMonitor.notifyListeners(long uptime, ServiceMetrics[] metrics)
          Passes metrics to all registered JmxMonitorListener objects
 void SingleLineUimaJmxMonitorListener.onNewMetrics(long sampleTime, ServiceMetrics[] metrics)
          Callback method called by the JmxMonitor after each checkpoint.
 void BasicUimaJmxMonitorListener.onNewMetrics(long sampleTime, ServiceMetrics[] metrics)
          Callback method called by the JmxMonitor after each checkpoint.
 void JmxMonitorListener.onNewMetrics(long sampleTime, ServiceMetrics[] metrics)
          Provides metrics for all UIMA AS services collected during a checkpoint.
 



Copyright © 2011. All Rights Reserved.