|
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 | ||||||||
public interface ScanMethod
| Method Summary | |
|---|---|
int |
getAuthorityLevel()
Get the authority level of this ScanMethod. |
ConfigResponse |
getConfig()
Get the current configuration, if one has been set. |
ConfigSchema |
getConfigSchema()
Get the configuration options for this scan method. |
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. |
void |
init(Scanner scanner,
ConfigResponse config)
Initialize this scan method. |
void |
scan(ConfigResponse platformConfig,
ServerDetector[] detectors)
Perform a scan for this method. |
void |
setAuthorityLevel(int level)
Set the authority level of this ScanMethod. |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getDisplayName()
java.lang.String getDescription()
int getAuthorityLevel()
void setAuthorityLevel(int level)
level - The authority level to use for this scan method.
void init(Scanner scanner,
ConfigResponse config)
throws AutoinventoryException
scanner - The Scanner that will be running the show.config - The configuration information for this scan method.
AutoinventoryException
ConfigSchema getConfigSchema()
throws AutoinventoryException
AutoinventoryException - If there is an error generating
the configuration option list.ConfigResponse getConfig()
void scan(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. 4.4.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||