Uses of Interface
org.rhq.core.pc.ContainerService

Packages that use ContainerService
org.rhq.core.pc   
org.rhq.core.pc.bundle   
org.rhq.core.pc.configuration   
org.rhq.core.pc.content   
org.rhq.core.pc.drift   
org.rhq.core.pc.event   
org.rhq.core.pc.inventory   
org.rhq.core.pc.measurement   
org.rhq.core.pc.operation   
org.rhq.core.pc.plugin   
org.rhq.core.pc.support   
 

Uses of ContainerService in org.rhq.core.pc
 

Classes in org.rhq.core.pc that implement ContainerService
 class PluginContainer
          This is the embeddable container that houses all plugins and the infrastructure that binds them together.
 

Uses of ContainerService in org.rhq.core.pc.bundle
 

Classes in org.rhq.core.pc.bundle that implement ContainerService
 class BundleManager
          Manages the bundle subsystem, which allows bundles of content to be installed.
 

Uses of ContainerService in org.rhq.core.pc.configuration
 

Classes in org.rhq.core.pc.configuration that implement ContainerService
 class ConfigurationManager
          Manages configuration of all resources across all plugins.
 

Uses of ContainerService in org.rhq.core.pc.content
 

Classes in org.rhq.core.pc.content that implement ContainerService
 class ContentManager
           
 

Uses of ContainerService in org.rhq.core.pc.drift
 

Classes in org.rhq.core.pc.drift that implement ContainerService
 class DriftManager
           
 

Uses of ContainerService in org.rhq.core.pc.event
 

Classes in org.rhq.core.pc.event that implement ContainerService
 class EventManager
          Manager for the Plugin Container's Event subsystem.
 

Uses of ContainerService in org.rhq.core.pc.inventory
 

Classes in org.rhq.core.pc.inventory that implement ContainerService
 class InventoryManager
          Manages the process of both auto-detection of servers and runtime detection of services across all plugins.
 class ResourceFactoryManager
          Plugin container manager that is responsible for handling resource factory operations (create and delete resource).
 

Uses of ContainerService in org.rhq.core.pc.measurement
 

Classes in org.rhq.core.pc.measurement that implement ContainerService
 class MeasurementManager
          Manage the scheduled process of measurement data collection, detection and sending across all plugins.
 

Uses of ContainerService in org.rhq.core.pc.operation
 

Classes in org.rhq.core.pc.operation that implement ContainerService
 class OperationManager
          Manages the scheduling and invocation of operations for all resources across all plugins.
 

Uses of ContainerService in org.rhq.core.pc.plugin
 

Classes in org.rhq.core.pc.plugin that implement ContainerService
 class PluginComponentFactory
          This class builds and lifecycles the various plugin components for use by the other services.
 class PluginManager
          This container service will load in all plugins that can be found and will maintain the complete set of metadata found in all plugin descriptors from all loaded plugins.
 

Uses of ContainerService in org.rhq.core.pc.support
 

Classes in org.rhq.core.pc.support that implement ContainerService
 class SupportManager
          Manages the inventory's support subsystem, such as the generation of snapshot reports for all resources across all plugins.
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.