Uses of Class
org.rhq.core.pc.inventory.InventoryManager

Packages that use InventoryManager
org.rhq.core.pc   
org.rhq.core.pc.bundle   
org.rhq.core.pc.configuration   
org.rhq.core.pc.drift   
org.rhq.core.pc.drift.sync   
org.rhq.core.pc.inventory   
org.rhq.core.pc.upgrade   
 

Uses of InventoryManager in org.rhq.core.pc
 

Methods in org.rhq.core.pc that return InventoryManager
 InventoryManager PluginContainer.getInventoryManager()
           
 

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

Methods in org.rhq.core.pc.bundle that return InventoryManager
protected  InventoryManager BundleManager.getInventoryManager()
          Returns the manager that can provide data on the inventory.
 

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

Constructors in org.rhq.core.pc.configuration with parameters of type InventoryManager
ConfigurationCheckExecutor(ConfigurationManager configurationManager, ConfigurationServerService configurationServerService, InventoryManager inventoryManager)
           
 

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

Methods in org.rhq.core.pc.drift that return InventoryManager
protected  InventoryManager DriftManager.getInventoryManager()
          Returns the manager that can provide data on the inventory.
 

Uses of InventoryManager in org.rhq.core.pc.drift.sync
 

Methods in org.rhq.core.pc.drift.sync with parameters of type InventoryManager
 DriftSynchronizer DriftSynchronizerFactory.getStartUpSynchronizer(InventoryManager inventoryManager, File dataDir)
           
 void DriftSyncManager.setInventoryManager(InventoryManager inventoryManager)
           
 

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

Constructors in org.rhq.core.pc.inventory with parameters of type InventoryManager
AutoDiscoveryExecutor(AutoDiscoveryRequest autoDiscoveryRequest, InventoryManager inventoryManager, PluginContainerConfiguration configuration)
           
AvailabilityExecutor(InventoryManager inventoryManager)
           
RuntimeDiscoveryExecutor(InventoryManager inventoryManager, PluginContainerConfiguration pluginContainerConfiguration)
           
RuntimeDiscoveryExecutor(InventoryManager inventoryManager, PluginContainerConfiguration pluginContainerConfiguration, org.rhq.core.domain.resource.Resource resource)
          Creates a new RuntimeDiscoveryExecutor instance that will run a discovery scoped to the specified agent.
 

Uses of InventoryManager in org.rhq.core.pc.upgrade
 

Constructors in org.rhq.core.pc.upgrade with parameters of type InventoryManager
ResourceUpgradeDelegate(InventoryManager inventoryManager)
           
 



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