Uses of Class
org.rhq.core.pluginapi.inventory.ProcessScanResult

Packages that use ProcessScanResult
org.rhq.core.pluginapi.inventory   
 

Uses of ProcessScanResult in org.rhq.core.pluginapi.inventory
 

Methods in org.rhq.core.pluginapi.inventory that return types with arguments of type ProcessScanResult
 List<ProcessScanResult> ResourceDiscoveryContext.getAutoDiscoveredProcesses()
          After having scanned all running processes, if the plugin container auto-discovered some resources for the discovery component, those processes will be returned.
 List<ProcessScanResult> ResourceContext.getNativeProcessesForType()
          Scans the current list of running processes and returns information on all processes that may contain resources of the same type as this resource.
 

Constructor parameters in org.rhq.core.pluginapi.inventory with type arguments of type ProcessScanResult
ResourceDiscoveryContext(ResourceType resourceType, T parentComponent, ResourceContext parentResourceContext, SystemInfo systemInfo, List<ProcessScanResult> processScanResults, List<Configuration> pluginConfigurations, String pluginContainerName, PluginContainerDeployment pluginContainerDeployment)
          Creates a new ResourceDiscoveryContext object.
 



Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.