Uses of Class
org.rhq.core.clientapi.agent.PluginContainerException

Packages that use PluginContainerException
org.rhq.core.clientapi.agent.configuration   
org.rhq.core.clientapi.agent.content   
org.rhq.core.clientapi.agent.discovery   
org.rhq.core.clientapi.agent.inventory   
org.rhq.core.clientapi.agent.operation   
org.rhq.core.clientapi.descriptor   
 

Uses of PluginContainerException in org.rhq.core.clientapi.agent.configuration
 

Methods in org.rhq.core.clientapi.agent.configuration that throw PluginContainerException
 ConfigurationUpdateResponse ConfigurationAgentService.executeUpdateResourceConfigurationImmediately(ConfigurationUpdateRequest request)
          Configures a resource with the new set of configuration values found in the Configuration object within the given request.
 Configuration ConfigurationAgentService.loadResourceConfiguration(int resourceId)
          Loads the current configuration for the given resource.
 

Uses of PluginContainerException in org.rhq.core.clientapi.agent.content
 

Methods in org.rhq.core.clientapi.agent.content that throw PluginContainerException
 ContentDiscoveryReport ContentAgentService.executeResourcePackageDiscoveryImmediately(int resourceId, String packageTypeName)
          Immediately triggers a content discovery.
 List<DeployPackageStep> ContentAgentService.translateInstallationSteps(int resourceId, ResourcePackageDetails packageDetails)
          Requests that the plugin translate the package's metadata into domain specific installation instructions.
 

Uses of PluginContainerException in org.rhq.core.clientapi.agent.discovery
 

Methods in org.rhq.core.clientapi.agent.discovery that throw PluginContainerException
 InventoryReport DiscoveryAgentService.executeServerScanImmediately()
          Executes an immediate plugin discovery scan for top-level servers.
 InventoryReport DiscoveryAgentService.executeServiceScanImmediately()
          Executes an immediate plugin discovery scan for services and non-top-level servers.
 MergeResourceResponse DiscoveryAgentService.manuallyAddResource(ResourceType resourceType, int parentResourceId, Configuration pluginConfiguration, int creatorSubjectId)
          Manually discover the resource of the specified type using the specified plugin configuration (i.e. connection properties).
 void DiscoveryAgentService.updatePluginConfiguration(int resourceId, Configuration newPluginConfiguration)
          This will update the plugin configuration for the resource with the given ID.
 

Uses of PluginContainerException in org.rhq.core.clientapi.agent.inventory
 

Methods in org.rhq.core.clientapi.agent.inventory that throw PluginContainerException
 void ResourceFactoryAgentService.createResource(CreateResourceRequest request)
          Requests that a resource be created.
 void ResourceFactoryAgentService.deleteResource(DeleteResourceRequest request)
          This method is responsible for destroying an actual resource.
 CreateResourceResponse ResourceFactoryAgentService.executeCreateResourceImmediately(CreateResourceRequest request)
          Requests that a resource be created.
 DeleteResourceResponse ResourceFactoryAgentService.executeDeleteResourceImmediately(DeleteResourceRequest request)
          Requests that a resource be destroyed.
 

Uses of PluginContainerException in org.rhq.core.clientapi.agent.operation
 

Methods in org.rhq.core.clientapi.agent.operation that throw PluginContainerException
 void OperationAgentService.invokeOperation(String jobId, int resourceId, String operationName, Configuration parameters)
          Invoke the operation with the specified name.
 

Uses of PluginContainerException in org.rhq.core.clientapi.descriptor
 

Methods in org.rhq.core.clientapi.descriptor that throw PluginContainerException
static PluginDescriptor AgentPluginDescriptorUtil.loadPluginDescriptorFromUrl(URL pluginJarFileUrl)
          Loads a plugin descriptor from the given plugin jar and returns it.
 



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