Hyperic HQ Plugin API v. 5.8.0

Uses of Class
org.hyperic.hq.product.Metric

Packages that use Metric
org.hyperic.hq.product   
org.hyperic.hq.product.jmx   
 

Uses of Metric in org.hyperic.hq.product
 

Methods in org.hyperic.hq.product that return Metric
static Metric Metric.parse(String template)
           
 

Methods in org.hyperic.hq.product with parameters of type Metric
protected  double Win32MeasurementPlugin.adjustValue(Metric metric, double value)
           
protected  String Win32MeasurementPlugin.getAttributeName(Metric metric)
           
protected  Connection JDBCMeasurementPlugin.getCachedConnection(Metric metric)
           
 Properties MeasurementPlugin.getCollectorProperties(Metric metric)
           
protected  int JDBCMeasurementPlugin.getColumn(Metric jdsn)
          The column in the ResultSet that holds the measurement value.
protected  String JDBCMeasurementPlugin.getColumnName(Metric jdsn)
           
protected  String Win32MeasurementPlugin.getDomainName(Metric metric)
           
protected abstract  String JDBCMeasurementPlugin.getQuery(Metric jdsn)
           
protected  double JDBCMeasurementPlugin.getQueryValue(Metric jdsn)
          Do the database query returned by the getQuery() method and return the result.
protected  double JDBCMeasurementPlugin.getQueryValue(Metric jdsn, boolean logSql)
           
static org.hyperic.hq.product.MetricValue Collector.getValue(MeasurementPlugin plugin, Metric metric)
           
 org.hyperic.hq.product.MetricValue JDBCMeasurementPlugin.getValue(Metric metric)
          Dispatches to getQueryValue()
 org.hyperic.hq.product.MetricValue SigarMeasurementPlugin.getValue(Metric metric)
           
 org.hyperic.hq.product.MetricValue Win32MeasurementPlugin.getValue(Metric metric)
           
 org.hyperic.hq.product.MetricValue MeasurementPlugin.getValue(Metric metric)
          This method is called when the plugin is asked for a metric value.
 org.hyperic.hq.product.MetricValue SNMPMeasurementPlugin.getValue(Metric metric)
           
 org.hyperic.hq.product.MetricValue Collector.getValue(Metric metric, CollectorResult result)
           
 org.hyperic.hq.product.MetricValue MeasurementValueGetter.getValue(String name, Metric metric)
           
 org.hyperic.hq.product.MetricValue MeasurementPluginManager.getValue(String name, Metric metric)
           
 void MeasurementPluginManager.reportEvent(Metric metric, long time, int level, String source, String message)
           
protected  void Collector.setInterval(MeasurementPlugin plugin, Metric metric)
           
 

Uses of Metric in org.hyperic.hq.product.jmx
 

Methods in org.hyperic.hq.product.jmx with parameters of type Metric
 org.hyperic.hq.product.MetricValue MxMeasurementPlugin.getValue(Metric metric)
           
 


Hyperic HQ Plugin API v. 5.8.0

Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.