Uses of Class
org.rhq.core.system.ProcessInfo

Packages that use ProcessInfo
org.rhq.core.system   
org.rhq.core.system.pquery   
 

Uses of ProcessInfo in org.rhq.core.system
 

Subclasses of ProcessInfo in org.rhq.core.system
 class AggregateProcessInfo
          Tracks the historical usage for child processes as they come and go to give an estimation of the total resources used by a process and all its children, past and present.
 

Methods in org.rhq.core.system that return ProcessInfo
 ProcessInfo SystemInfo.getThisProcess()
          Returns the process information for the Java VM process this object is running in.
 ProcessInfo NativeSystemInfo.getThisProcess()
           
 ProcessInfo JavaSystemInfo.getThisProcess()
          Throws UnsupportedOperationException since the Java API cannot obtain information about currently running processes.
 

Methods in org.rhq.core.system that return types with arguments of type ProcessInfo
 List<ProcessInfo> SystemInfo.getAllProcesses()
          Returns the information on all processes found in the process table.
 List<ProcessInfo> NativeSystemInfo.getAllProcesses()
           
 List<ProcessInfo> JavaSystemInfo.getAllProcesses()
          Throws UnsupportedOperationException since the Java API cannot obtain information about currently running processes.
 List<ProcessInfo> SystemInfo.getProcesses(String processInfoQuery)
          Returns ProcessInfo objects for all processes that match the provided PIQL query string
 List<ProcessInfo> NativeSystemInfo.getProcesses(String piq)
           
 List<ProcessInfo> JavaSystemInfo.getProcesses(String processInfoQuery)
          Throws UnsupportedOperationException since the Java API cannot obtain information about processes.
 

Uses of ProcessInfo in org.rhq.core.system.pquery
 

Methods in org.rhq.core.system.pquery that return types with arguments of type ProcessInfo
 List<ProcessInfo> ProcessInfoQuery.getProcesses()
          Returns the list of all the processes that this object will query against.
 List<ProcessInfo> ProcessInfoQuery.query(String query)
          Performs a query on the set of known processes where query defines the criteria.
 

Constructor parameters in org.rhq.core.system.pquery with type arguments of type ProcessInfo
ProcessInfoQuery(List<ProcessInfo> processes)
          Constructor for ProcessInfoQuery given an collection of process information that represents the processes currently running.
 



Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.