|
Hyperic HQ Plugin API v. 5.8.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScanMethod
| Method Summary | |
|---|---|
int |
getAuthorityLevel()
Get the authority level of this ScanMethod. |
org.hyperic.util.config.ConfigResponse |
getConfig()
Get the current configuration, if one has been set. |
org.hyperic.util.config.ConfigSchema |
getConfigSchema()
Get the configuration options for this scan method. |
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. |
void |
init(Scanner scanner,
org.hyperic.util.config.ConfigResponse config,
org.hyperic.util.AutoApproveConfig autoApproveConfig)
Initialize this scan method. |
void |
scan(org.hyperic.util.config.ConfigResponse platformConfig,
ServerDetector[] detectors)
Perform a scan for this method. |
void |
setAuthorityLevel(int level)
Set the authority level of this ScanMethod. |
| Method Detail |
|---|
String getName()
String getDisplayName()
String getDescription()
int getAuthorityLevel()
void setAuthorityLevel(int level)
level - The authority level to use for this scan method.
void init(Scanner scanner,
org.hyperic.util.config.ConfigResponse config,
org.hyperic.util.AutoApproveConfig autoApproveConfig)
throws AutoinventoryException
scanner - The Scanner that will be running the show.config - The configuration information for this scan method.autoApproveConfig - The auto-approval configuration instance.
AutoinventoryException
org.hyperic.util.config.ConfigSchema getConfigSchema()
throws AutoinventoryException
AutoinventoryException - If there is an error generating
the configuration option list.org.hyperic.util.config.ConfigResponse getConfig()
void scan(org.hyperic.util.config.ConfigResponse platformConfig,
ServerDetector[] detectors)
throws AutoinventoryException
platformConfig - ConfigResponse for the platformdetectors - an array of ServerDetectors to use when scanning.
AutoinventoryException - If an error occurs during the scan.
|
Hyperic HQ Plugin API v. 5.8.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||