| Package | Description |
|---|---|
| org.rhq.core.pluginapi.inventory | |
| org.rhq.core.pluginapi.upgrade |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClassLoaderFacet<T extends ResourceComponent<?>>
This allows a discovery component to provide additional jars to placement in a plugin classloader.
|
interface |
ManualAddFacet<T extends ResourceComponent<?>>
This allows a discovery component to support Resources being manually added.
|
interface |
ResourceComponent<T extends ResourceComponent<?>>
The plugin component that wraps a
Resource. |
class |
ResourceContext<T extends ResourceComponent<?>>
The context object that
ResourceComponent objects will have access - it will have all the information that
the resource components needs during their lifetime. |
interface |
ResourceDiscoveryComponent<T extends ResourceComponent<?>>
The plugin component that defines how resources are discovered.
|
class |
ResourceDiscoveryContext<T extends ResourceComponent<?>>
The context object that
ResourceDiscoveryComponent objects will have access to when needing to perform its
work. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ResourceUpgradeCallback<T extends ResourceComponent<?>>
A resource upgrade callback can be used to further modify the results of resource upgrade done by the discovery
component of the originating resource type.
|
class |
ResourceUpgradeContext<T extends ResourceComponent<?>>
Represents a resource during the resource upgrade phase of discovery.
|
interface |
ResourceUpgradeFacet<T extends ResourceComponent<?>>
This interface is to be implemented by discovery classes if they want to support
upgrading the existing resources to a new format needed by an updated resource component.
|
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.