public class ProcessScanResult extends Object
ProcessScan itself.| Constructor and Description |
|---|
ProcessScanResult(org.rhq.core.domain.resource.ProcessScan scan,
ProcessInfo info) |
| Modifier and Type | Method and Description |
|---|---|
ProcessInfo |
getProcessInfo()
Represents the operating system process that matched the
process scan's query. |
org.rhq.core.domain.resource.ProcessScan |
getProcessScan()
Returns information on the process scan, such as the query that was used to match the
process and the process scan's name, if one was provided. |
String |
toString() |
public ProcessScanResult(org.rhq.core.domain.resource.ProcessScan scan,
ProcessInfo info)
public ProcessInfo getProcessInfo()
process scan's query. This
provides information such as the process name and its command line arguments.public org.rhq.core.domain.resource.ProcessScan getProcessScan()
process and the process scan's name, if one was provided.Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.