public static class ProcessExtractionModules.ProcessParameterExtractor extends AbstractEnvironmentModule
config, moduleName, version| Constructor and Description |
|---|
ProcessParameterExtractor() |
| Modifier and Type | Method and Description |
|---|---|
ExtractionResult |
extractInformation() |
static ProcessExtractionModules.ProcessInformation |
extractProcessInformation(long pid) |
java.lang.String |
getModuleDescription() |
long[] |
queryPids(java.lang.String ptql)
See PTQL language https://support.hyperic.com/display/SIGAR/PTQL
|
void |
setModuleName()
By implementing this abstract method the name of the module is specified.
|
void |
setVersion() |
getConfig, getHash, isSelected, setConfig, setSelected, supportsThisOS, toStringpublic ExtractionResult extractInformation()
extractInformation in class AbstractEnvironmentModulepublic long[] queryPids(java.lang.String ptql)
throws org.hyperic.sigar.SigarException
ptql - org.hyperic.sigar.SigarExceptionpublic static ProcessExtractionModules.ProcessInformation extractProcessInformation(long pid)
public void setModuleName()
AbstractModulesetModuleName in class AbstractModulepublic void setVersion()
setVersion in class AbstractModulepublic java.lang.String getModuleDescription()
getModuleDescription in class AbstractModule