org.hyperic.hq.autoinventory.scanimpl
Class NullScan
java.lang.Object
org.hyperic.hq.autoinventory.scanimpl.ScanMethodBase
org.hyperic.hq.autoinventory.scanimpl.NullScan
- All Implemented Interfaces:
- ScanMethod
public class NullScan
- extends ScanMethodBase
Method Summary |
String |
getDescription()
Get the description of this ScanMethod. |
String |
getDisplayName()
Get the human readable name of this ScanMethod. |
String |
getName()
Get the name of this ScanMethod. |
protected org.hyperic.util.config.ConfigOption[] |
getOptionsArray()
Subclasses implement this method to return the array
of ConfigOptions supported by the scan method. |
void |
scan(org.hyperic.util.config.ConfigResponse platformConfig,
ServerDetector[] serverDetectors)
Perform a scan for this method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullScan
public NullScan()
getName
public String getName()
- Description copied from interface:
ScanMethod
- Get the name of this ScanMethod.
getDisplayName
public String getDisplayName()
- Description copied from interface:
ScanMethod
- Get the human readable name of this ScanMethod.
getDescription
public String getDescription()
- Description copied from interface:
ScanMethod
- Get the description of this ScanMethod.
getOptionsArray
protected org.hyperic.util.config.ConfigOption[] getOptionsArray()
- Description copied from class:
ScanMethodBase
- Subclasses implement this method to return the array
of ConfigOptions supported by the scan method.
- Specified by:
getOptionsArray
in class ScanMethodBase
- Returns:
- An array of ConfigOptions for this ScanMethod.
scan
public void scan(org.hyperic.util.config.ConfigResponse platformConfig,
ServerDetector[] serverDetectors)
- Description copied from interface:
ScanMethod
- Perform a scan for this method.
- Parameters:
platformConfig
- ConfigResponse for the platformserverDetectors
- an array of ServerDetectors to use when scanning.
Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.