Uses of Interface
org.rhq.core.pluginapi.inventory.ResourceComponent

Packages that use ResourceComponent
org.rhq.core.pluginapi.inventory   
org.rhq.core.pluginapi.upgrade   
 

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

Classes in org.rhq.core.pluginapi.inventory with type parameters of type ResourceComponent
 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.
 

Uses of ResourceComponent in org.rhq.core.pluginapi.upgrade
 

Classes in org.rhq.core.pluginapi.upgrade with type parameters of type ResourceComponent
 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-2011 Red Hat, Inc.. All Rights Reserved.