net.hyperic.hq.product
Class ConfigFileTrackPlugin
java.lang.Object
net.hyperic.hq.product.GenericPlugin
net.hyperic.hq.product.ConfigTrackPlugin
net.hyperic.hq.product.ConfigFileTrackPlugin
- public class ConfigFileTrackPlugin
- extends ConfigTrackPlugin
Methods inherited from class net.hyperic.hq.product.GenericPlugin |
getAbsoluteFiles, getConfig, getConfig, getCustomPropertiesSchema, getCustomPropertiesSchema, getCustomPropertiesSchema, getDefaultInstallPath, getLog, getLogName, getName, getPlatformName, getPluginClassName, getProductPlugin, getProperties, getProperty, getTypeInfo, getTypeNameProperty, getTypeNameProperty, getTypeProperty, getTypeProperty, getTypeProperty, isWin32, openResource, setName, setTypeInfo, toFileList |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROP_FILES_PLATFORM
public static final java.lang.String PROP_FILES_PLATFORM
PROP_FILES_SERVER
public static final java.lang.String PROP_FILES_SERVER
PROP_FILES_SERVICE
public static final java.lang.String PROP_FILES_SERVICE
log
protected static org.apache.commons.logging.Log log
watcher
protected net.hyperic.sigar.FileWatcher watcher
ConfigFileTrackPlugin
public ConfigFileTrackPlugin()
getFileWatcher
protected net.hyperic.sigar.FileWatcher getFileWatcher()
getDefaultConfigFile
protected java.lang.String getDefaultConfigFile(TypeInfo info,
ConfigResponse config)
getFilesOption
protected ConfigOption getFilesOption(TypeInfo info,
ConfigResponse config)
getConfigSchema
public ConfigSchema getConfigSchema(TypeInfo info,
ConfigResponse config)
- Description copied from class:
GenericPlugin
- The ConfigSchema used to render config options for this resource
in the UI and client shell.
- Overrides:
getConfigSchema
in class ConfigTrackPlugin
getFiles
public java.lang.String[] getFiles(ConfigResponse config)
configure
public void configure(ConfigResponse config)
throws PluginException
- Overrides:
configure
in class GenericPlugin
- Throws:
PluginException
shutdown
public void shutdown()
throws PluginException
- Description copied from class:
GenericPlugin
- Called when the server or agent is shutdown.
Use this method to cleanup any resources that were created
during the init() method.
- Overrides:
shutdown
in class GenericPlugin
- Throws:
PluginException
Copyright © 2004-2005 Hyperic LLC support@hyperic.net, All Rights Reserved.