org.hyperic.hq.product.util
Class PluginDumper
java.lang.Object
org.hyperic.hq.product.util.PluginDumper
- Direct Known Subclasses:
- ProductPageDumper
public class PluginDumper
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ppm
protected ProductPluginManager ppm
mpm
protected MeasurementPluginManager mpm
cpm
protected ControlPluginManager cpm
ldpm
protected LiveDataPluginManager ldpm
ltpm
protected LogTrackPluginManager ltpm
ctpm
protected ConfigTrackPluginManager ctpm
pPlugins
protected ProductPlugin[] pPlugins
PluginDumper
public PluginDumper()
PluginDumper
public PluginDumper(java.lang.String pdkDir,
java.lang.String pluginDir)
PluginDumper
public PluginDumper(java.lang.String[] args)
help
public static void help(java.lang.String msg)
init
public void init()
throws PluginException
- Throws:
PluginException
shutdown
public void shutdown()
invoke
public void invoke()
throws PluginException,
java.io.IOException
- Throws:
PluginException
java.io.IOException
getProperties
public java.util.Properties getProperties()
getProperty
public java.lang.String getProperty(java.lang.String key)
getProperty
public java.lang.String getProperty(java.lang.String key,
java.lang.String defVal)
fetchMetrics
public boolean fetchMetrics(TypeInfo type,
boolean translateOnly,
ConfigResponse config)
throws PluginException
- Throws:
PluginException
fetchMetrics
public void fetchMetrics(java.lang.String pluginName,
boolean translateOnly)
throws PluginException
- Throws:
PluginException
testControl
public void testControl(java.lang.String pluginName)
throws PluginException
- Throws:
PluginException
testLiveData
public void testLiveData()
throws PluginException
- Throws:
PluginException
testDiscovery
public void testDiscovery()
getMeasurementPlugin
protected MeasurementPlugin getMeasurementPlugin(TypeInfo info)
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.