| Package | Description |
|---|---|
| org.rhq.core.pluginapi.inventory |
| Modifier and Type | Method and Description |
|---|---|
DiscoveredResourceDetails |
ManualAddFacet.discoverResource(org.rhq.core.domain.configuration.Configuration pluginConfiguration,
ResourceDiscoveryContext<T> context)
Using the specified plugin configuration, creates a DiscoveredResourceDetails object describing a new Resource
to be added to inventory.
|
| Modifier and Type | Method and Description |
|---|---|
Set<DiscoveredResourceDetails> |
ResourceDiscoveryComponent.discoverResources(ResourceDiscoveryContext<T> context)
Asks the discovery component to discover all of its resources.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceDiscoveryCallback.DiscoveryCallbackResults |
ResourceDiscoveryCallback.discoveredResources(DiscoveredResourceDetails discoveredDetails)
When a resource has been discovered, its discovered resource details are passed to the callback via this method.
|
List<URL> |
ClassLoaderFacet.getAdditionalClasspathUrls(ResourceDiscoveryContext<T> context,
DiscoveredResourceDetails details)
This method provides the location for additional jars that are needed in the resource's classloader
in order to properly connect and talk to the managed resource.
|
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.