|
Hyperic HQ Plugin API v. 5.8.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScanMethod | |
|---|---|
| org.hyperic.hq.autoinventory | |
| org.hyperic.hq.autoinventory.scanimpl | |
| Uses of ScanMethod in org.hyperic.hq.autoinventory |
|---|
| Methods in org.hyperic.hq.autoinventory that return ScanMethod | |
|---|---|
protected ScanMethod |
ScanState.findScanMethod(String methodClass)
|
| Methods in org.hyperic.hq.autoinventory with parameters of type ScanMethod | |
|---|---|
void |
ScanState.addScanException(ScanMethod scanMethod,
Throwable t)
|
void |
ScanState.addScanExceptions(ScanMethod scanMethod,
Throwable[] t)
|
void |
ScanConfigurationCore.addScanMethodConfig(ScanMethod method,
org.hyperic.util.config.ConfigResponse configResponse)
|
void |
ScanState.addServers(ScanMethod scanMethod,
List servers)
Add servers to the list of servers detected for a particular scan method. |
ScanMethodConfig |
ScanConfigurationCore.findScanMethodConfig(ScanMethod method)
|
protected ScanMethodState |
ScanState.findSMState(String caller,
ScanMethod scanMethod)
|
org.hyperic.util.config.ConfigResponse |
ScanConfiguration.getScanMethodConfig(ScanMethod scanMethod)
Get the configuration for a single scan method. |
void |
ScanConfiguration.setScanMethodConfig(ScanMethod scanMethod,
org.hyperic.util.config.ConfigResponse config)
Set the configuration for a single scan method. |
void |
ScanState.setScanStatus(ScanMethod scanMethod,
String status)
|
| Uses of ScanMethod in org.hyperic.hq.autoinventory.scanimpl |
|---|
| Classes in org.hyperic.hq.autoinventory.scanimpl that implement ScanMethod | |
|---|---|
class |
FileScan
This implementation of ScanMethod knows how to scan the filesystem. |
class |
NullScan
|
class |
ScanMethodBase
|
class |
WindowsRegistryScan
This implementation of ScanMethod knows how to scan the Windows Registry. |
|
Hyperic HQ Plugin API v. 5.8.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||