|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.hq.autoinventory.scanimpl.ScanMethodBase
org.hyperic.hq.autoinventory.scanimpl.WindowsRegistryScan
public class WindowsRegistryScan
This implementation of ScanMethod knows how to scan the Windows Registry. It can be configurated to scan the whole registry or only certain keys while ignoring others.
Field Summary |
---|
Fields inherited from class org.hyperic.hq.autoinventory.scanimpl.ScanMethodBase |
---|
_authorityLevel, _config, _scanner, _state |
Constructor Summary | |
---|---|
WindowsRegistryScan()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Get the description of this ScanMethod. |
java.lang.String |
getDisplayName()
Get the human readable name of this ScanMethod. |
java.lang.String |
getName()
Get the name of this ScanMethod. |
protected ConfigOption[] |
getOptionsArray()
Subclasses implement this method to return the array of ConfigOptions supported by the scan method. |
void |
scan(ConfigResponse platformConfig,
ServerDetector[] serverDetectors)
Perform a scan for this method. |
Methods inherited from class org.hyperic.hq.autoinventory.scanimpl.ScanMethodBase |
---|
getAuthorityLevel, getConfig, getConfigSchema, init, setAuthorityLevel, setScanner |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WindowsRegistryScan()
Method Detail |
---|
protected ConfigOption[] getOptionsArray()
ScanMethodBase
getOptionsArray
in class ScanMethodBase
public java.lang.String getName()
ScanMethod
public java.lang.String getDisplayName()
ScanMethod
public java.lang.String getDescription()
ScanMethod
public void scan(ConfigResponse platformConfig, ServerDetector[] serverDetectors) throws AutoinventoryException
ScanMethod
platformConfig
- ConfigResponse for the platformserverDetectors
- an array of ServerDetectors to use when scanning.
AutoinventoryException
- If an error occurs during the scan.
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |