| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OperationAgentService.invokeOperation(String jobId,
int resourceId,
String operationName,
org.rhq.core.domain.configuration.Configuration parameters)
Invoke the operation with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.