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

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

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.
 



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