|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
org.rhq.core.domain.configuration.Configuration |
ConfigurationAgentService.loadResourceConfiguration(int resourceId)
Loads the current configuration for the given resource. |
org.rhq.core.domain.configuration.Configuration |
ConfigurationAgentService.merge(org.rhq.core.domain.configuration.Configuration configuration,
int resourceId,
boolean fromStructured)
If the fromStructured flag is true, then the structured configuration (i.e.,
Configuration.properties) is merged into the latest raw configurations returned from the plugin. |
org.rhq.core.domain.configuration.Configuration |
ConfigurationAgentService.validate(org.rhq.core.domain.configuration.Configuration configuration,
int resourceId,
boolean isStructured)
If the fromStructured flag is true, then the s
Configuration.properties) is merged into the latest raw configura
Configuration object returned will consist of the structured configurati
configurations. |
| 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<org.rhq.core.domain.content.transfer.DeployPackageStep> |
ContentAgentService.translateInstallationSteps(int resourceId,
org.rhq.core.domain.content.transfer.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. |
org.rhq.core.domain.discovery.MergeResourceResponse |
DiscoveryAgentService.manuallyAddResource(org.rhq.core.domain.resource.ResourceType resourceType,
int parentResourceId,
org.rhq.core.domain.configuration.Configuration pluginConfiguration,
int creatorSubjectId)
Manually discover the resource of the specified type using the specified plugin configuration (i.e. |
void |
DiscoveryAgentService.updatePluginConfiguration(int resourceId,
org.rhq.core.domain.configuration.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,
org.rhq.core.domain.configuration.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. |
static PluginDescriptor |
AgentPluginDescriptorUtil.parsePluginDescriptor(InputStream is)
Parses a descriptor from InputStream without a validator. |
static PluginDescriptor |
AgentPluginDescriptorUtil.parsePluginDescriptor(InputStream is,
ValidationEventCollector validationEventCollector)
Parses a descriptor from InputStream without a validator. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||