Package org.rhq.core.pluginapi.inventory

Interface Summary
ApplicationServerComponent Interface marking a resource component as a server for web applications (EARs, WARs).
CreateChildResourceFacet Components that implement this facet have defined at least one of its child resources is creatable.
DeleteResourceFacet Components that implement this facet are responsible for deleting resources managed by the component.
ResourceComponent<T extends ResourceComponent> The plugin component that wraps a Resource.
ResourceDiscoveryComponent<T extends ResourceComponent> The plugin component that defines how resources are discovered.
 

Class Summary
CreateResourceReport Value object used between the plugin container and a plugin to carry all data necessary for a create resource operation as well as the resulting status code.
DiscoveredResourceDetails This contains all the details for a resource that was discovered by a ResourceDiscoveryComponent.
ProcessScanResult An individual result from a process scan which includes information on the process that matched and the ProcessScan itself.
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.
ResourceDiscoveryContext<T extends ResourceComponent> The context object that ResourceDiscoveryComponent objects will have access to when needing to perform its work.
 

Exception Summary
InvalidPluginConfigurationException This exception is thrown by plugin resource components when an attempt to connect to a managed resource fails due to an invalid plugin configuration.
 



Copyright © 2008 RHQ Project Advisory Board (Red Hat, Inc. and Hyperic, Inc.). All Rights Reserved.