Hyperic HQ Plugin API v. 5.8.0

org.hyperic.hq.product
Interface MeasurementValueGetter

All Known Implementing Classes:
MeasurementPluginManager

public interface MeasurementValueGetter


Method Summary
 GenericPlugin getPlugin(String plugin)
           
 org.hyperic.hq.product.MetricValue getValue(String name, Metric metric)
           
 

Method Detail

getPlugin

GenericPlugin getPlugin(String plugin)
                        throws PluginNotFoundException
Throws:
PluginNotFoundException

getValue

org.hyperic.hq.product.MetricValue getValue(String name,
                                            Metric metric)
                                            throws PluginException,
                                                   PluginNotFoundException,
                                                   MetricNotFoundException,
                                                   MetricUnreachableException
Throws:
PluginException
PluginNotFoundException
MetricNotFoundException
MetricUnreachableException

Hyperic HQ Plugin API v. 5.8.0

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