| Package | Description |
|---|---|
| org.rhq.core.pluginapi.inventory |
| Modifier and Type | Method and Description |
|---|---|
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 and Description |
|---|
ResourceDiscoveryContext(org.rhq.core.domain.resource.ResourceType resourceType,
T parentComponent,
ResourceContext<?> parentResourceContext,
SystemInfo systemInfo,
List<ProcessScanResult> processScanResults,
List<org.rhq.core.domain.configuration.Configuration> pluginConfigurations,
String pluginContainerName,
PluginContainerDeployment pluginContainerDeployment)
Creates a new
ResourceDiscoveryContext object. |
ResourceDiscoveryContext(org.rhq.core.domain.resource.ResourceType resourceType,
T parentComponent,
ResourceContext<?> parentResourceContext,
SystemInfo systemInfo,
List<ProcessScanResult> processScanResults,
String pluginContainerName,
PluginContainerDeployment pluginContainerDeployment)
Creates a new
ResourceDiscoveryContext object. |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.