Uses of Class
org.rhq.core.pluginapi.inventory.PluginContainerDeployment

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

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

Methods in org.rhq.core.pluginapi.inventory that return PluginContainerDeployment
 PluginContainerDeployment ResourceDiscoveryContext.getPluginContainerDeployment()
          Indicates where the plugin container (and therefore where the plugins) are deployed and running.
 PluginContainerDeployment ResourceContext.getPluginContainerDeployment()
          Indicates where the plugin container (and therefore where the plugins) are deployed and running.
static PluginContainerDeployment PluginContainerDeployment.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PluginContainerDeployment[] PluginContainerDeployment.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.rhq.core.pluginapi.inventory with parameters of type PluginContainerDeployment
ResourceContext(Resource resource, T parentResourceComponent, ResourceDiscoveryComponent resourceDiscoveryComponent, SystemInfo systemInfo, File temporaryDirectory, File dataDirectory, String pluginContainerName, EventContext eventContext, OperationContext operationContext, ContentContext contentContext, Executor availCollectorThreadPool, PluginContainerDeployment pluginContainerDeployment)
          Creates a new ResourceContext object.
ResourceDiscoveryContext(ResourceType resourceType, T parentComponent, ResourceContext parentResourceContext, SystemInfo systemInfo, List<ProcessScanResult> processScanResults, List<Configuration> pluginConfigurations, String pluginContainerName, PluginContainerDeployment pluginContainerDeployment)
          Creates a new ResourceDiscoveryContext object.
ResourceDiscoveryContext(ResourceType resourceType, T parentComponent, ResourceContext parentResourceContext, SystemInfo systemInfo, List<ProcessScanResult> processScanResults, String pluginContainerName, PluginContainerDeployment pluginContainerDeployment)
          Creates a new ResourceDiscoveryContext object.
 

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

Constructors in org.rhq.core.pluginapi.upgrade with parameters of type PluginContainerDeployment
ResourceUpgradeContext(Resource resource, ResourceContext<?> parentResourceContext, T parentResourceComponent, ResourceDiscoveryComponent resourceDiscoveryComponent, SystemInfo systemInfo, File temporaryDirectory, File dataDirectory, String pluginContainerName, EventContext eventContext, OperationContext operationContext, ContentContext contentContext, Executor availCollectorThreadPool, PluginContainerDeployment pluginContainerDeployment)
           
 



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