Uses of Class
org.rhq.core.pc.agent.AgentService

Packages that use AgentService
org.rhq.core.pc.agent   
org.rhq.core.pc.bundle   
org.rhq.core.pc.configuration   
org.rhq.core.pc.content   
org.rhq.core.pc.drift   
org.rhq.core.pc.inventory   
org.rhq.core.pc.measurement   
org.rhq.core.pc.operation   
org.rhq.core.pc.support   
 

Uses of AgentService in org.rhq.core.pc.agent
 

Methods in org.rhq.core.pc.agent with parameters of type AgentService
 void AgentServiceLifecycleListener.started(AgentService agentService)
          Notifies the listener that the plugin container has started the given agent service.
 void AgentServiceLifecycleListener.stopped(AgentService agentService)
          Notifies the listener that the plugin container has stopped the given agent service.
 

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

Subclasses of AgentService in org.rhq.core.pc.bundle
 class BundleManager
          Manages the bundle subsystem, which allows bundles of content to be installed.
 

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

Subclasses of AgentService in org.rhq.core.pc.configuration
 class ConfigurationManager
          Manages configuration of all resources across all plugins.
 

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

Subclasses of AgentService in org.rhq.core.pc.content
 class ContentManager
           
 

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

Subclasses of AgentService in org.rhq.core.pc.drift
 class DriftManager
           
 

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

Subclasses of AgentService in org.rhq.core.pc.inventory
 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 AgentService in org.rhq.core.pc.measurement
 

Subclasses of AgentService in org.rhq.core.pc.measurement
 class MeasurementManager
          Manage the scheduled process of measurement data collection, detection and sending across all plugins.
 

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

Subclasses of AgentService in org.rhq.core.pc.operation
 class OperationManager
          Manages the scheduling and invocation of operations for all resources across all plugins.
 

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

Subclasses of AgentService in org.rhq.core.pc.support
 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.