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, toString
public ExtractionResult extractInformation()
extractInformation
in class AbstractEnvironmentModule
public long[] queryPids(java.lang.String ptql) throws org.hyperic.sigar.SigarException
ptql
- org.hyperic.sigar.SigarException
public static ProcessExtractionModules.ProcessInformation extractProcessInformation(long pid)
public void setModuleName()
AbstractModule
setModuleName
in class AbstractModule
public void setVersion()
setVersion
in class AbstractModule
public java.lang.String getModuleDescription()
getModuleDescription
in class AbstractModule