|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceContext | |
---|---|
org.rhq.core.pluginapi.inventory |
Uses of ResourceContext in org.rhq.core.pluginapi.inventory |
---|
Methods in org.rhq.core.pluginapi.inventory that return ResourceContext | |
---|---|
ResourceContext |
ResourceDiscoveryContext.getParentResourceContext()
Provides access to the parent's resource context. |
Methods in org.rhq.core.pluginapi.inventory with parameters of type ResourceContext | |
---|---|
void |
ResourceComponent.start(ResourceContext<T> context)
Initializes the resource component, possibly connecting to the managed resource itself. |
Constructors in org.rhq.core.pluginapi.inventory with parameters of type ResourceContext | |
---|---|
ResourceDiscoveryContext(ResourceType resourceType,
T parentComponent,
ResourceContext parentResourceContext,
SystemInfo systemInfo,
List<ProcessScanResult> processScanResults,
List<Configuration> pluginConfigurations,
String pluginContainerName)
Creates a new ResourceDiscoveryContext object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |