A B C D E F G H I K L M N O P Q R S T U V _ 

A

ackChangeSet(int, String) - Method in interface org.rhq.core.clientapi.agent.drift.DriftAgentService
This method is invoked to inform the agent that the server has successfully persisted the last change set sent to the server for the specified drift definition.
ackChangeSetContent(int, String, String) - Method in interface org.rhq.core.clientapi.agent.drift.DriftAgentService
This method is invoked to inform the agent that the server has successfully persisted change set content that was previously sent to the server.
ActivationPolicy - Enum in org.rhq.core.clientapi.descriptor.configuration
Java class for activationPolicy.
activationPolicy - Variable in class org.rhq.core.clientapi.descriptor.configuration.DynamicProperty
 
activationPolicy - Variable in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
 
addAddedRoot(Resource) - Method in class org.rhq.core.clientapi.server.discovery.InventoryReport
 
addAllDeployedPackages(Collection<ResourcePackageDetails>) - Method in class org.rhq.core.clientapi.server.content.ContentDiscoveryReport
 
addDeployedPackage(ResourcePackageDetails) - Method in class org.rhq.core.clientapi.server.content.ContentDiscoveryReport
 
addDeploymentHistory(int, BundleResourceDeploymentHistory) - Method in interface org.rhq.core.clientapi.server.bundle.BundleServerService
 
addError(ExceptionPackage) - Method in class org.rhq.core.clientapi.server.discovery.InventoryReport
 
addPlugin(String, List<PluginDependencyGraph.PluginDependency>) - Method in class org.rhq.core.clientapi.agent.metadata.PluginDependencyGraph
Adds a plugin to the graph.
addPluginToDependencyGraph(PluginDependencyGraph, PluginDescriptor) - Static method in class org.rhq.core.clientapi.descriptor.AgentPluginDescriptorUtil
Given an existing dependency graph and a plugin descriptor, this will add that plugin and its dependencies to the dependency graph.
addResource(Resource, int) - Method in interface org.rhq.core.clientapi.server.discovery.DiscoveryServerService
Merges the specified resource into inventory.
addTestPlatformType() - Method in class org.rhq.core.clientapi.agent.metadata.PluginMetadataManager
Adds a platform resource type to represent an "anonymous" platform.
agentIsShuttingDown(String) - Method in interface org.rhq.core.clientapi.server.core.CoreServerService
When an agent is shutting down, it will notify the server by calling this method.
AgentNotSupportedException - Exception in org.rhq.core.clientapi.server.core
This exception occurs when the server has rejected an agent's request because that agent is not supported by the server.
AgentNotSupportedException() - Constructor for exception org.rhq.core.clientapi.server.core.AgentNotSupportedException
 
AgentNotSupportedException(String, Throwable) - Constructor for exception org.rhq.core.clientapi.server.core.AgentNotSupportedException
 
AgentNotSupportedException(String) - Constructor for exception org.rhq.core.clientapi.server.core.AgentNotSupportedException
 
AgentNotSupportedException(Throwable) - Constructor for exception org.rhq.core.clientapi.server.core.AgentNotSupportedException
 
AgentPluginDescriptorUtil - Class in org.rhq.core.clientapi.descriptor
Utilities for agent plugin descriptors.
AgentPluginDescriptorUtil() - Constructor for class org.rhq.core.clientapi.descriptor.AgentPluginDescriptorUtil
 
AgentRegistrationException - Exception in org.rhq.core.clientapi.server.core
This exception occurs when the server has rejected an agent's registration request.
AgentRegistrationException() - Constructor for exception org.rhq.core.clientapi.server.core.AgentRegistrationException
 
AgentRegistrationException(String, Throwable) - Constructor for exception org.rhq.core.clientapi.server.core.AgentRegistrationException
 
AgentRegistrationException(String) - Constructor for exception org.rhq.core.clientapi.server.core.AgentRegistrationException
 
AgentRegistrationException(Throwable) - Constructor for exception org.rhq.core.clientapi.server.core.AgentRegistrationException
 
AgentRegistrationRequest - Class in org.rhq.core.clientapi.server.core
Represents a request to register a new agent.
AgentRegistrationRequest(String, String, int, String, boolean, String, AgentVersion) - Constructor for class org.rhq.core.clientapi.server.core.AgentRegistrationRequest
Creates a new AgentRegistrationRequest object.
AgentRegistrationResults - Class in org.rhq.core.clientapi.server.core
These are the results of a successful agent registration.
AgentRegistrationResults() - Constructor for class org.rhq.core.clientapi.server.core.AgentRegistrationResults
 
AgentVersion - Class in org.rhq.core.clientapi.server.core
Identifies the version of an agent.
AgentVersion(String, String) - Constructor for class org.rhq.core.clientapi.server.core.AgentVersion
 
allowCustomValue - Variable in class org.rhq.core.clientapi.descriptor.configuration.PropertyOptions
 
ampsVersion - Variable in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
 
ArrayUtil - Class in org.rhq.core.clientapi.util
 
ArrayUtil() - Constructor for class org.rhq.core.clientapi.util.ArrayUtil
 
AutoDiscoveryRequest - Class in org.rhq.core.clientapi.server.discovery
 
AutoDiscoveryRequest() - Constructor for class org.rhq.core.clientapi.server.discovery.AutoDiscoveryRequest
 
average(double[]) - Static method in class org.rhq.core.clientapi.util.ArrayUtil
Get the average of an array of values.

B

basedir - Variable in class org.rhq.core.clientapi.descriptor.drift.DriftDescriptor
 
basedir - Variable in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor
 
BinaryFormatter - Class in org.rhq.core.clientapi.util.units
 
BinaryFormatter() - Constructor for class org.rhq.core.clientapi.util.units.BinaryFormatter
 
BitRateFormatter - Class in org.rhq.core.clientapi.util.units
 
BitRateFormatter() - Constructor for class org.rhq.core.clientapi.util.units.BitRateFormatter
 
buildDependencyGraph() - Method in class org.rhq.core.clientapi.agent.metadata.PluginMetadataManager
Builds the dependency graph using all known descriptors.
Bundle - Class in org.rhq.core.clientapi.descriptor.plugin
Java class for bundle complex type.
Bundle() - Constructor for class org.rhq.core.clientapi.descriptor.plugin.Bundle
 
bundle - Variable in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
 
BundleAgentService - Interface in org.rhq.core.clientapi.agent.bundle
The interface to agent's bundle subsystem which allows the server to request the agent to perform tasks on a bundle (which is essentially a bundle of content that needs to be installed).
BundlePurgeRequest - Class in org.rhq.core.clientapi.agent.bundle
The request that the server sends down to the agent to purge the live bundle deployment.
BundlePurgeRequest(BundleResourceDeployment) - Constructor for class org.rhq.core.clientapi.agent.bundle.BundlePurgeRequest
 
BundlePurgeResponse - Class in org.rhq.core.clientapi.agent.bundle
The results of the purge.
BundlePurgeResponse() - Constructor for class org.rhq.core.clientapi.agent.bundle.BundlePurgeResponse
 
BundleScheduleRequest - Class in org.rhq.core.clientapi.agent.bundle
The request that the server sends down to the agent to schedule a bundle deployment.
BundleScheduleRequest(BundleResourceDeployment) - Constructor for class org.rhq.core.clientapi.agent.bundle.BundleScheduleRequest
 
BundleScheduleResponse - Class in org.rhq.core.clientapi.agent.bundle
 
BundleScheduleResponse() - Constructor for class org.rhq.core.clientapi.agent.bundle.BundleScheduleResponse
 
BundleServerService - Interface in org.rhq.core.clientapi.server.bundle
Interface for agents to use when needing to inform the server about bundle tasks.
bundleTarget - Variable in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
 
BundleTargetDescriptor - Class in org.rhq.core.clientapi.descriptor.plugin
If defined, the resource can be used as a target for bundle deployment.
BundleTargetDescriptor() - Constructor for class org.rhq.core.clientapi.descriptor.plugin.BundleTargetDescriptor
 
BundleTargetDescriptor.DestinationBaseDir - Class in org.rhq.core.clientapi.descriptor.plugin
Defines where a bundle can be deployed under the resource.
BundleTargetDescriptor.DestinationBaseDir() - Constructor for class org.rhq.core.clientapi.descriptor.plugin.BundleTargetDescriptor.DestinationBaseDir
 
BytesFormatter - Class in org.rhq.core.clientapi.util.units
 
BytesFormatter() - Constructor for class org.rhq.core.clientapi.util.units.BytesFormatter
 

C

cancelOperation(String) - Method in interface org.rhq.core.clientapi.agent.operation.OperationAgentService
Asks that the operation invocation with the given jobId be canceled.
CancelResults - Class in org.rhq.core.clientapi.agent.operation
Encapsulates the results of a cancelation request.
CancelResults(CancelResults.InterruptedState) - Constructor for class org.rhq.core.clientapi.agent.operation.CancelResults
Constructor for CancelResults.
CancelResults.InterruptedState - Enum in org.rhq.core.clientapi.agent.operation
Defines the different states an operation job can be in when being canceled.
category - Variable in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
 
category - Variable in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
 
classLoader - Variable in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
 
clazz - Variable in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
 
clearResourceConfigError(int) - Method in interface org.rhq.core.clientapi.server.discovery.DiscoveryServerService
Clears errors of type ResourceErrorType.INVALID_PLUGIN_CONFIGURATION
clearUpgradeData() - Method in class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeRequest
Clears all the data to be upgraded apart from the error message, stacktrace and timestamp
combine(Object[], Object[]) - Static method in class org.rhq.core.clientapi.util.ArrayUtil
Combine two arrays into a single, larger array.
completeConfigurationUpdate(ConfigurationUpdateResponse) - Method in interface org.rhq.core.clientapi.server.configuration.ConfigurationServerService
The agent will notify the server when a configuration update request has been completed by calling this method.
completeCreateResource(CreateResourceResponse) - Method in interface org.rhq.core.clientapi.server.inventory.ResourceFactoryServerService
Tells the server that a creation request has completed.
completeDeletePackageRequest(RemovePackagesResponse) - Method in interface org.rhq.core.clientapi.server.content.ContentServerService
Informs the server that a previous request to delete a package has completed.
completeDeleteResourceRequest(DeleteResourceResponse) - Method in interface org.rhq.core.clientapi.server.inventory.ResourceFactoryServerService
Tells the server that a delete request has completed.
completeDeployPackageRequest(DeployPackagesResponse) - Method in interface org.rhq.core.clientapi.server.content.ContentServerService
Informs the server that a previous request to deploy a package has completed.
completeRetrievePackageBitsRequest(ContentServiceResponse, InputStream) - Method in interface org.rhq.core.clientapi.server.content.ContentServerService
Informs the server that a previous request to get a package's bits has completed.
CONCURRENCY_LIMIT_AVAILABILITY_REPORT - Static variable in interface org.rhq.core.clientapi.server.discovery.DiscoveryServerService
 
CONCURRENCY_LIMIT_CONFIG_UPDATE - Static variable in interface org.rhq.core.clientapi.server.configuration.ConfigurationServerService
 
CONCURRENCY_LIMIT_CONTENT_DOWNLOAD - Static variable in interface org.rhq.core.clientapi.server.content.ContentServerService
Concurrency control setting to limit the number of packages that can be downloaded.
CONCURRENCY_LIMIT_CONTENT_REPORT - Static variable in interface org.rhq.core.clientapi.server.content.ContentServerService
Concurrency control parameter to limit the number of content reports that are handled.
CONCURRENCY_LIMIT_INVENTORY_REPORT - Static variable in interface org.rhq.core.clientapi.server.discovery.DiscoveryServerService
 
CONCURRENCY_LIMIT_INVENTORY_SYNC - Static variable in interface org.rhq.core.clientapi.server.discovery.DiscoveryServerService
 
CONCURRENCY_LIMIT_MEASUREMENT_REPORT - Static variable in interface org.rhq.core.clientapi.server.measurement.MeasurementServerService
 
CONCURRENCY_LIMIT_MEASUREMENT_SCHEDULE_REQUEST - Static variable in interface org.rhq.core.clientapi.server.measurement.MeasurementServerService
 
CONFIGURATION - Static variable in interface org.rhq.core.clientapi.descriptor.DescriptorPackages
 
configuration - Variable in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
 
ConfigurationAgentService - Interface in org.rhq.core.clientapi.agent.configuration
Interface to the plugin container for triggering configuration operations on the plugin's resources.
ConfigurationDescriptor - Class in org.rhq.core.clientapi.descriptor.configuration
Describes all configurable elements of a resource.
ConfigurationDescriptor() - Constructor for class org.rhq.core.clientapi.descriptor.configuration.ConfigurationDescriptor
 
configurationFormat - Variable in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationDescriptor
 
ConfigurationFormat - Enum in org.rhq.core.clientapi.descriptor.configuration
Java class for configurationFormat.
ConfigurationMetadataParser - Class in org.rhq.core.clientapi.agent.metadata
 
ConfigurationMetadataParser() - Constructor for class org.rhq.core.clientapi.agent.metadata.ConfigurationMetadataParser
 
configurationProperty - Variable in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationDescriptor
 
ConfigurationProperty - Class in org.rhq.core.clientapi.descriptor.configuration
Base class for all configuration properties.
ConfigurationProperty() - Constructor for class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
 
configurationProperty - Variable in class org.rhq.core.clientapi.descriptor.configuration.ListProperty
 
configurationProperty - Variable in class org.rhq.core.clientapi.descriptor.configuration.MapProperty
 
configurationProperty - Variable in class org.rhq.core.clientapi.descriptor.configuration.PropertyGroup
 
ConfigurationServerService - Interface in org.rhq.core.clientapi.server.configuration
Interface that allows an agent to provide information about a resource's configuration.
ConfigurationTemplateDescriptor - Class in org.rhq.core.clientapi.descriptor.configuration
Describes a template of configuration values.
ConfigurationTemplateDescriptor() - Constructor for class org.rhq.core.clientapi.descriptor.configuration.ConfigurationTemplateDescriptor
 
ConfigurationUpdateRequest - Class in org.rhq.core.clientapi.agent.configuration
 
ConfigurationUpdateRequest(int, Configuration, int) - Constructor for class org.rhq.core.clientapi.agent.configuration.ConfigurationUpdateRequest
 
ConfigurationUpdateResponse - Class in org.rhq.core.clientapi.server.configuration
 
ConfigurationUpdateResponse(int, Configuration, ConfigurationUpdateStatus, String) - Constructor for class org.rhq.core.clientapi.server.configuration.ConfigurationUpdateResponse
 
ConfigurationUpdateResponse(int, Configuration, Throwable) - Constructor for class org.rhq.core.clientapi.server.configuration.ConfigurationUpdateResponse
Convienence constructor that sets the status to ConfigurationUpdateStatus.FAILURE and sets the error message to that of the throwable's stack trace.
ConfigurationUtility - Class in org.rhq.core.clientapi.agent.configuration
Deprecated.
use the utility found in the domain module -org.rhq.core.domain.configuration.ConfigurationUtility
ConfigurationUtility() - Constructor for class org.rhq.core.clientapi.agent.configuration.ConfigurationUtility
Deprecated.
 
ConfigurationValidationException - Exception in org.rhq.core.clientapi.agent.configuration
 
ConfigurationValidationException(List<String>) - Constructor for exception org.rhq.core.clientapi.agent.configuration.ConfigurationValidationException
 
connectAgent(ConnectAgentRequest) - Method in interface org.rhq.core.clientapi.server.core.CoreServerService
Connect an agent with this server.
ConnectAgentRequest - Class in org.rhq.core.clientapi.server.core
The request for an agent to connect to a server.
ConnectAgentRequest(String, AgentVersion) - Constructor for class org.rhq.core.clientapi.server.core.ConnectAgentRequest
 
ConnectAgentResults - Class in org.rhq.core.clientapi.server.core
These are the results of a successful "agent connect".
ConnectAgentResults(long, boolean) - Constructor for class org.rhq.core.clientapi.server.core.ConnectAgentResults
 
constraint - Variable in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
 
ConstraintType - Class in org.rhq.core.clientapi.descriptor.configuration
A constraint on a property value.
ConstraintType() - Constructor for class org.rhq.core.clientapi.descriptor.configuration.ConstraintType
 
content - Variable in class org.rhq.core.clientapi.descriptor.plugin.Help
 
content - Variable in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
 
ContentAgentService - Interface in org.rhq.core.clientapi.agent.content
The interface to the agent's content subsystem that the server can call into.
ContentDescriptor - Class in org.rhq.core.clientapi.descriptor.plugin
Represents a particular type of package that is present on resources of this type, such as libraries, log files, and deployed applications.
ContentDescriptor() - Constructor for class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
 
ContentDescriptorCategory - Enum in org.rhq.core.clientapi.descriptor.plugin
Java class for contentDescriptorCategory.
ContentDiscoveryReport - Class in org.rhq.core.clientapi.server.content
Transfer object used to send InstalledPackages from the Resource to the server.
ContentDiscoveryReport() - Constructor for class org.rhq.core.clientapi.server.content.ContentDiscoveryReport
 
ContentMetadataParser - Class in org.rhq.core.clientapi.agent.metadata
Parser responsible for translating the content section of the rhq-plugin.xml descriptor into domain objects.
ContentMetadataParser() - Constructor for class org.rhq.core.clientapi.agent.metadata.ContentMetadataParser
 
ContentServerService - Interface in org.rhq.core.clientapi.server.content
Server-side interface for interacting with the server's content subsystem.
ContentServiceResponse - Class in org.rhq.core.clientapi.server.content
Server/agent communications object to convey the result of a request for a content subsystem operation.
ContentServiceResponse(int) - Constructor for class org.rhq.core.clientapi.server.content.ContentServiceResponse
Convenience constructor for a response that conveys a success.
ContentServiceResponse(int, String) - Constructor for class org.rhq.core.clientapi.server.content.ContentServiceResponse
Convenience constructor for a response that conveys an error.
ContentServiceResponse(int, Throwable) - Constructor for class org.rhq.core.clientapi.server.content.ContentServiceResponse
Convenience constructor for a response that conveys an error.
contentType - Variable in class org.rhq.core.clientapi.descriptor.plugin.Help
 
CoreServerService - Interface in org.rhq.core.clientapi.server.core
The interface to a JON server's core administrative functions used by remote agents.
createBundle() - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of Bundle
createBundleTargetDescriptor() - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of BundleTargetDescriptor
createBundleTargetDescriptorDestinationBaseDir() - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
createConfigurationDescriptor() - Method in class org.rhq.core.clientapi.descriptor.configuration.ObjectFactory
Create an instance of ConfigurationDescriptor
createConfigurationProperty() - Method in class org.rhq.core.clientapi.descriptor.configuration.ObjectFactory
Create an instance of ConfigurationProperty
createConfigurationProperty(ConfigurationProperty) - Method in class org.rhq.core.clientapi.descriptor.configuration.ObjectFactory
Create an instance of JAXBElement<ConfigurationProperty>}
createConfigurationTemplateDescriptor() - Method in class org.rhq.core.clientapi.descriptor.configuration.ObjectFactory
Create an instance of ConfigurationTemplateDescriptor
createConstraintType() - Method in class org.rhq.core.clientapi.descriptor.configuration.ObjectFactory
Create an instance of ConstraintType
createContentDescriptor() - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of ContentDescriptor
createDatabaseBackingType() - Method in class org.rhq.core.clientapi.descriptor.configuration.ObjectFactory
Create an instance of DatabaseBackingType
createDefaultConfiguration(ConfigurationDefinition) - Static method in class org.rhq.core.clientapi.agent.configuration.ConfigurationUtility
Deprecated.
use the utility found in the domain module -org.rhq.core.domain.configuration.ConfigurationUtility
createDeletePolicy - Variable in class org.rhq.core.clientapi.descriptor.plugin.ServerDescriptor
 
createDeletePolicy - Variable in class org.rhq.core.clientapi.descriptor.plugin.ServiceDescriptor
 
createDriftDescriptor() - Method in class org.rhq.core.clientapi.descriptor.drift.ObjectFactory
Create an instance of DriftDescriptor
createDriftDescriptor() - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of DriftDescriptor
createDriftDescriptorBasedir() - Method in class org.rhq.core.clientapi.descriptor.drift.ObjectFactory
Create an instance of DriftDescriptor.Basedir
createDriftDescriptorBasedir() - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of DriftDescriptor.Basedir
createDriftExcludesDescriptor() - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of DriftExcludesDescriptor
createDriftFilterDescriptor() - Method in class org.rhq.core.clientapi.descriptor.drift.ObjectFactory
Create an instance of DriftFilterDescriptor
createDriftFilterDescriptor() - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of DriftFilterDescriptor
createDriftIncludesDescriptor() - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of DriftIncludesDescriptor
createDynamicProperty() - Method in class org.rhq.core.clientapi.descriptor.configuration.ObjectFactory
Create an instance of DynamicProperty
createDynamicProperty(DynamicProperty) - Method in class org.rhq.core.clientapi.descriptor.configuration.ObjectFactory
Create an instance of JAXBElement<DynamicProperty>}
createEventDescriptor() - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of EventDescriptor
createExcludesDescriptor() - Method in class org.rhq.core.clientapi.descriptor.drift.ObjectFactory
Create an instance of ExcludesDescriptor
createFloatConstraintType() - Method in class org.rhq.core.clientapi.descriptor.configuration.ObjectFactory
Create an instance of FloatConstraintType
createFormattedValue(double, ScaleConstants, NumberFormat) - Method in class org.rhq.core.clientapi.util.units.BinaryFormatter
 
createHelp() - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of Help
createIncludesDescriptor() - Method in class org.rhq.core.clientapi.descriptor.drift.ObjectFactory
Create an instance of IncludesDescriptor
createIntegerConstraintType() - Method in class org.rhq.core.clientapi.descriptor.configuration.ObjectFactory
Create an instance of IntegerConstraintType
createListProperty() - Method in class org.rhq.core.clientapi.descriptor.configuration.ObjectFactory
Create an instance of ListProperty
createListProperty(ListProperty) - Method in class org.rhq.core.clientapi.descriptor.configuration.ObjectFactory
Create an instance of JAXBElement<ListProperty>}
createMapProperty() - Method in class org.rhq.core.clientapi.descriptor.configuration.ObjectFactory
Create an instance of MapProperty
createMapProperty(MapProperty) - Method in class org.rhq.core.clientapi.descriptor.configuration.ObjectFactory
Create an instance of JAXBElement<MapProperty>}
createMetricDescriptor() - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of MetricDescriptor
createOperationDescriptor() - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of OperationDescriptor
createOption() - Method in class org.rhq.core.clientapi.descriptor.configuration.ObjectFactory
Create an instance of Option
createOptionSource() - Method in class org.rhq.core.clientapi.descriptor.configuration.ObjectFactory
Create an instance of OptionSource
createParentResourceType() - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of ParentResourceType
createPlatform(PlatformDescriptor) - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of JAXBElement<PlatformDescriptor>}
createPlatformDescriptor() - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of PlatformDescriptor
createPluginDescriptor() - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of PluginDescriptor
createPluginDescriptorDepends() - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of PluginDescriptor.Depends
createProcessScanDescriptor() - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of ProcessScanDescriptor
createPropertyGroup() - Method in class org.rhq.core.clientapi.descriptor.configuration.ObjectFactory
Create an instance of PropertyGroup
createPropertyOptions() - Method in class org.rhq.core.clientapi.descriptor.configuration.ObjectFactory
Create an instance of PropertyOptions
createRegexConstraintType() - Method in class org.rhq.core.clientapi.descriptor.configuration.ObjectFactory
Create an instance of RegexConstraintType
createResource(CreateResourceRequest) - Method in interface org.rhq.core.clientapi.agent.inventory.ResourceFactoryAgentService
Requests that a resource be created.
createResource(ResourceDescriptor) - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of JAXBElement<ResourceDescriptor>}
createResourceDescriptorSubcategories() - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of ResourceDescriptor.Subcategories
CreateResourceRequest - Class in org.rhq.core.clientapi.agent.inventory
Transfer object for requesting a new resource be created.
CreateResourceRequest() - Constructor for class org.rhq.core.clientapi.agent.inventory.CreateResourceRequest
 
CreateResourceRequest(int, int, String, String, String, Configuration, Configuration, Integer) - Constructor for class org.rhq.core.clientapi.agent.inventory.CreateResourceRequest
 
CreateResourceRequest(int, int, String, String, String, Configuration, ResourcePackageDetails, Integer) - Constructor for class org.rhq.core.clientapi.agent.inventory.CreateResourceRequest
 
CreateResourceResponse - Class in org.rhq.core.clientapi.agent.inventory
Transfer object for indicating the result of a previously submitted request to create a resource.
CreateResourceResponse() - Constructor for class org.rhq.core.clientapi.agent.inventory.CreateResourceResponse
 
CreateResourceResponse(int, String, String, CreateResourceStatus, String, Configuration) - Constructor for class org.rhq.core.clientapi.agent.inventory.CreateResourceResponse
 
createRunsInsideType() - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of RunsInsideType
createServer(ServerDescriptor) - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of JAXBElement<ServerDescriptor>}
createServerDescriptor() - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of ServerDescriptor
createService(ServiceDescriptor) - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of JAXBElement<ServiceDescriptor>}
createServiceDescriptor() - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of ServiceDescriptor
createSimpleProperty() - Method in class org.rhq.core.clientapi.descriptor.configuration.ObjectFactory
Create an instance of SimpleProperty
createSimpleProperty(SimpleProperty) - Method in class org.rhq.core.clientapi.descriptor.configuration.ObjectFactory
Create an instance of JAXBElement<SimpleProperty>}
createSubcategory(SubCategoryDescriptor) - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of JAXBElement<SubCategoryDescriptor>}
createSubCategoryDescriptor() - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of SubCategoryDescriptor
createVersion() - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of Version
creationDataType - Variable in class org.rhq.core.clientapi.descriptor.plugin.ServerDescriptor
 
creationDataType - Variable in class org.rhq.core.clientapi.descriptor.plugin.ServiceDescriptor
 

D

databaseBacking - Variable in class org.rhq.core.clientapi.descriptor.configuration.DynamicProperty
 
DatabaseBackingKeys - Enum in org.rhq.core.clientapi.descriptor.configuration
Java class for databaseBackingKeys.
DatabaseBackingType - Class in org.rhq.core.clientapi.descriptor.configuration
Configures a property to look up values from the database.
DatabaseBackingType() - Constructor for class org.rhq.core.clientapi.descriptor.configuration.DatabaseBackingType
 
dataType - Variable in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
 
DATE_FORMAT - Static variable in class org.rhq.core.clientapi.util.TimeUtil
 
DateFormatter - Class in org.rhq.core.clientapi.util.units
 
DateFormatter() - Constructor for class org.rhq.core.clientapi.util.units.DateFormatter
 
DateFormatter.DateSpecifics - Class in org.rhq.core.clientapi.util.units
 
DateFormatter.DateSpecifics() - Constructor for class org.rhq.core.clientapi.util.units.DateFormatter.DateSpecifics
 
DEFAULT_SEPARATOR - Static variable in class org.rhq.core.clientapi.util.units.FormattedNumber
 
defaultInterval - Variable in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
 
defaultOn - Variable in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
 
defaultValue - Variable in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
 
defaultValueDescription - Variable in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
 
deletePackages(DeletePackagesRequest) - Method in interface org.rhq.core.clientapi.agent.content.ContentAgentService
Deletes existing content from a resource.
DeletePackagesRequest - Class in org.rhq.core.clientapi.server.content
Transfer object used to carry information about a request to delete packages from a resource.
DeletePackagesRequest(int, int, Set<ResourcePackageDetails>) - Constructor for class org.rhq.core.clientapi.server.content.DeletePackagesRequest
 
deleteResource(DeleteResourceRequest) - Method in interface org.rhq.core.clientapi.agent.inventory.ResourceFactoryAgentService
This method is responsible for destroying an actual resource.
DeleteResourceRequest - Class in org.rhq.core.clientapi.agent.inventory
 
DeleteResourceRequest() - Constructor for class org.rhq.core.clientapi.agent.inventory.DeleteResourceRequest
 
DeleteResourceRequest(int, int) - Constructor for class org.rhq.core.clientapi.agent.inventory.DeleteResourceRequest
 
DeleteResourceResponse - Class in org.rhq.core.clientapi.agent.inventory
 
DeleteResourceResponse() - Constructor for class org.rhq.core.clientapi.agent.inventory.DeleteResourceResponse
 
DeleteResourceResponse(int, DeleteResourceStatus, String) - Constructor for class org.rhq.core.clientapi.agent.inventory.DeleteResourceResponse
 
depends - Variable in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
 
deployPackages(DeployPackagesRequest) - Method in interface org.rhq.core.clientapi.agent.content.ContentAgentService
Begins the process of deploying a new set of versioned packages of content to a resource.
DeployPackagesRequest - Class in org.rhq.core.clientapi.server.content
Transfer object used to carry information about a request to deploy packages to a resource.
DeployPackagesRequest(int, int, Set<ResourcePackageDetails>) - Constructor for class org.rhq.core.clientapi.server.content.DeployPackagesRequest
 
description - Variable in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
 
description - Variable in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationTemplateDescriptor
 
description - Variable in class org.rhq.core.clientapi.descriptor.configuration.PropertyGroup
 
description - Variable in class org.rhq.core.clientapi.descriptor.plugin.BundleTargetDescriptor.DestinationBaseDir
 
description - Variable in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
 
description - Variable in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor
 
description - Variable in class org.rhq.core.clientapi.descriptor.plugin.EventDescriptor
 
description - Variable in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
 
description - Variable in class org.rhq.core.clientapi.descriptor.plugin.OperationDescriptor
 
description - Variable in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
 
description - Variable in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
 
description - Variable in class org.rhq.core.clientapi.descriptor.plugin.SubCategoryDescriptor
 
DescriptorPackages - Interface in org.rhq.core.clientapi.descriptor
Defines the JAXB generated package names for the different schemas.
destinationBaseDir - Variable in class org.rhq.core.clientapi.descriptor.plugin.BundleTargetDescriptor
 
destinationType - Variable in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
 
detectDrift(int, DriftDefinition) - Method in interface org.rhq.core.clientapi.agent.drift.DriftAgentService
Schedule drift detection to occur immediately.
determineObsoletePlugin(Plugin, Plugin) - Static method in class org.rhq.core.clientapi.descriptor.AgentPluginDescriptorUtil
Determines which of the two plugins is obsolete - in other words, this determines which plugin is older.
disableServiceScans(int) - Method in interface org.rhq.core.clientapi.agent.discovery.DiscoveryAgentService
Disable periodic scans for new services for the specified server.
discovery - Variable in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
 
DiscoveryAgentService - Interface in org.rhq.core.clientapi.agent.discovery
The interface to a RHQ Agent's Resource discovery subsystem.
discoveryInterval - Variable in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
 
DiscoveryServerService - Interface in org.rhq.core.clientapi.server.discovery
The interface to a JON server's resource discovery subsystem.
displayName - Variable in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
 
displayName - Variable in class org.rhq.core.clientapi.descriptor.configuration.PropertyGroup
 
displayName - Variable in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
 
displayName - Variable in class org.rhq.core.clientapi.descriptor.plugin.EventDescriptor
 
displayName - Variable in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
 
displayName - Variable in class org.rhq.core.clientapi.descriptor.plugin.OperationDescriptor
 
displayName - Variable in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
 
displayName - Variable in class org.rhq.core.clientapi.descriptor.plugin.SubCategoryDescriptor
 
displayType - Variable in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
 
downloadPackageBits(PackageVersion, OutputStream) - Method in interface org.rhq.core.clientapi.server.bundle.BundleServerService
Requests that the server download and stream the bits for the specified package version.
downloadPackageBitsForChildResource(int, String, PackageDetailsKey, OutputStream) - Method in interface org.rhq.core.clientapi.server.content.ContentServerService
Downloads the package bits used to create a package used as the backing of a resource.
downloadPackageBitsGivenResource(int, PackageDetailsKey, OutputStream) - Method in interface org.rhq.core.clientapi.server.content.ContentServerService
Requests that the server download and stream the bits for the specified package.
downloadPackageBitsRangeGivenResource(int, PackageDetailsKey, OutputStream, long, long) - Method in interface org.rhq.core.clientapi.server.content.ContentServerService
Requests that the server download and stream the bits for the specified package.
DriftAgentService - Interface in org.rhq.core.clientapi.agent.drift
The interface to agent's drift subsystem which allows the server to request the agent to perform drift-related tasks.
driftDefinition - Variable in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
 
DriftDescriptor - Class in org.rhq.core.clientapi.descriptor.drift
Java class for RhqDrift complex type.
DriftDescriptor() - Constructor for class org.rhq.core.clientapi.descriptor.drift.DriftDescriptor
 
DriftDescriptor - Class in org.rhq.core.clientapi.descriptor.plugin
Java class for Drift complex type.
DriftDescriptor() - Constructor for class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor
 
DriftDescriptor.Basedir - Class in org.rhq.core.clientapi.descriptor.drift
The root directory from which snapshots will be generated during drift monitoring.
DriftDescriptor.Basedir() - Constructor for class org.rhq.core.clientapi.descriptor.drift.DriftDescriptor.Basedir
 
DriftDescriptor.Basedir - Class in org.rhq.core.clientapi.descriptor.plugin
The root directory from which snapshots will be generated during drift detection.
DriftDescriptor.Basedir() - Constructor for class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor.Basedir
 
DriftExcludesDescriptor - Class in org.rhq.core.clientapi.descriptor.plugin
Java class for DriftExcludes complex type.
DriftExcludesDescriptor() - Constructor for class org.rhq.core.clientapi.descriptor.plugin.DriftExcludesDescriptor
 
DriftFilterDescriptor - Class in org.rhq.core.clientapi.descriptor.drift
Java class for DriftFilter complex type.
DriftFilterDescriptor() - Constructor for class org.rhq.core.clientapi.descriptor.drift.DriftFilterDescriptor
 
DriftFilterDescriptor - Class in org.rhq.core.clientapi.descriptor.plugin
Java class for DriftFilter complex type.
DriftFilterDescriptor() - Constructor for class org.rhq.core.clientapi.descriptor.plugin.DriftFilterDescriptor
 
driftHandlingMode - Variable in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor
 
DriftIncludesDescriptor - Class in org.rhq.core.clientapi.descriptor.plugin
Java class for DriftIncludes complex type.
DriftIncludesDescriptor() - Constructor for class org.rhq.core.clientapi.descriptor.plugin.DriftIncludesDescriptor
 
DriftMetadataParser - Class in org.rhq.core.clientapi.agent.metadata
 
DriftMetadataParser() - Constructor for class org.rhq.core.clientapi.agent.metadata.DriftMetadataParser
 
DriftServerService - Interface in org.rhq.core.clientapi.server.drift
This class defines the drift server API that the agent uses for things like sending change set reports, sending change set content, and performing inventory sync.
dumpArray(PrintStream, Object[]) - Static method in class org.rhq.core.clientapi.util.ArrayUtil
 
DurationFormatter - Class in org.rhq.core.clientapi.util.units
Format a value into a duration.
DurationFormatter() - Constructor for class org.rhq.core.clientapi.util.units.DurationFormatter
 
DynamicProperty - Class in org.rhq.core.clientapi.descriptor.configuration
Java class for dynamicProperty complex type.
DynamicProperty() - Constructor for class org.rhq.core.clientapi.descriptor.configuration.DynamicProperty
 

E

enableServiceScans(int, Configuration) - Method in interface org.rhq.core.clientapi.agent.discovery.DiscoveryAgentService
Enable periodic scans for new services for the specified server, using the specified discovery configuration.
equals(Object) - Method in class org.rhq.core.clientapi.agent.metadata.PluginDependencyGraph.PluginDependency
 
equals(Object) - Method in class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeRequest
 
equals(Object[], Object[]) - Static method in class org.rhq.core.clientapi.util.ArrayUtil
Array equality
event - Variable in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
 
EventDescriptor - Class in org.rhq.core.clientapi.descriptor.plugin
A type of event that can be checked periodically for occurrences.
EventDescriptor() - Constructor for class org.rhq.core.clientapi.descriptor.plugin.EventDescriptor
 
EventServerService - Interface in org.rhq.core.clientapi.server.event
The Server-side interface that provides access to the Event reporting facilities.
EventsMetadataParser - Class in org.rhq.core.clientapi.agent.metadata
Parses event metadata and builds a corresponding definition domain object.
EventsMetadataParser() - Constructor for class org.rhq.core.clientapi.agent.metadata.EventsMetadataParser
 
exclude - Variable in class org.rhq.core.clientapi.descriptor.drift.ExcludesDescriptor
 
exclude - Variable in class org.rhq.core.clientapi.descriptor.plugin.DriftExcludesDescriptor
 
excludes - Variable in class org.rhq.core.clientapi.descriptor.drift.DriftDescriptor
 
excludes - Variable in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor
 
ExcludesDescriptor - Class in org.rhq.core.clientapi.descriptor.drift
Java class for Excludes complex type.
ExcludesDescriptor() - Constructor for class org.rhq.core.clientapi.descriptor.drift.ExcludesDescriptor
 
executeAvailabilityScanImmediately(boolean) - Method in interface org.rhq.core.clientapi.agent.discovery.DiscoveryAgentService
Checks the availability of all resources and returns a report on their availability statuses.
executeCreateResourceImmediately(CreateResourceRequest) - Method in interface org.rhq.core.clientapi.agent.inventory.ResourceFactoryAgentService
Requests that a resource be created.
executeDeleteResourceImmediately(DeleteResourceRequest) - Method in interface org.rhq.core.clientapi.agent.inventory.ResourceFactoryAgentService
Requests that a resource be destroyed.
executeResourcePackageDiscoveryImmediately(int, String) - Method in interface org.rhq.core.clientapi.agent.content.ContentAgentService
Immediately triggers a content discovery.
executeServerScanImmediately() - Method in interface org.rhq.core.clientapi.agent.discovery.DiscoveryAgentService
Executes an immediate plugin discovery scan for top-level servers.
executeServiceScanDeferred() - Method in interface org.rhq.core.clientapi.agent.discovery.DiscoveryAgentService
This method asks that a service scan be performed, but it does not wait for the results of that scan.
executeServiceScanImmediately() - Method in interface org.rhq.core.clientapi.agent.discovery.DiscoveryAgentService
Executes an immediate plugin discovery scan for services and non-top-level servers.
executeUpdateResourceConfigurationImmediately(ConfigurationUpdateRequest) - Method in interface org.rhq.core.clientapi.agent.configuration.ConfigurationAgentService
Configures a resource with the new set of configuration values found in the Configuration object within the given request.
exists(Object[], Object) - Static method in class org.rhq.core.clientapi.util.ArrayUtil
Return a boolean whether or not the element exists in the array
expression - Variable in class org.rhq.core.clientapi.descriptor.configuration.OptionSource
 
expression - Variable in class org.rhq.core.clientapi.descriptor.configuration.RegexConstraintType
 

F

fillInFromReport(ResourceUpgradeReport) - Method in class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeRequest
 
fillInFromResource(Resource) - Method in class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeRequest
 
filter - Variable in class org.rhq.core.clientapi.descriptor.configuration.OptionSource
 
find(Object[], Object) - Static method in class org.rhq.core.clientapi.util.ArrayUtil
Find the index of the first appearance of an object in the array
findMinDiff(double[]) - Static method in class org.rhq.core.clientapi.util.ArrayUtil
Find the 2 values with the smallest difference between them.
findSubCategoryOnResourceTypeAncestor(ResourceType, String) - Static method in class org.rhq.core.clientapi.agent.metadata.SubCategoriesMetadataParser
Given a resourceType this method looks on the parent resourcetypes/grandparent resourcetypes...
FloatConstraintType - Class in org.rhq.core.clientapi.descriptor.configuration
Constraint to indicate a value must be an decimal.
FloatConstraintType() - Constructor for class org.rhq.core.clientapi.descriptor.configuration.FloatConstraintType
 
format(UnitNumber, Locale, FormatSpecifics) - Method in class org.rhq.core.clientapi.util.units.BinaryFormatter
 
format(UnitNumber, Locale) - Method in class org.rhq.core.clientapi.util.units.DateFormatter
 
format(UnitNumber, Locale, FormatSpecifics) - Method in class org.rhq.core.clientapi.util.units.DateFormatter
 
format(UnitNumber, Locale, FormatSpecifics) - Method in class org.rhq.core.clientapi.util.units.DurationFormatter
 
format(UnitNumber, Locale, FormatSpecifics) - Method in interface org.rhq.core.clientapi.util.units.Formatter
Format a number with the given locale.
format(UnitNumber, Locale, FormatSpecifics) - Method in class org.rhq.core.clientapi.util.units.SimpleFormatter
 
format(UnitNumber, Locale, FormatSpecifics) - Method in class org.rhq.core.clientapi.util.units.TemperatureFormatter
 
format(UnitNumber) - Static method in class org.rhq.core.clientapi.util.units.UnitsFormat
 
format(UnitNumber, Locale) - Static method in class org.rhq.core.clientapi.util.units.UnitsFormat
 
format(UnitNumber, Locale, FormatSpecifics) - Static method in class org.rhq.core.clientapi.util.units.UnitsFormat
 
formatNumber(double, NumberFormat) - Method in class org.rhq.core.clientapi.util.units.NoFormatter
 
formatNumber(double, NumberFormat) - Method in class org.rhq.core.clientapi.util.units.PercentageFormatter
 
formatNumber(double, NumberFormat) - Method in class org.rhq.core.clientapi.util.units.SimpleFormatter
 
formatSame(double[], UnitsConstants, ScaleConstants, Locale, FormatSpecifics) - Method in class org.rhq.core.clientapi.util.units.BinaryFormatter
 
formatSame(double[], UnitsConstants, ScaleConstants, Locale) - Method in class org.rhq.core.clientapi.util.units.DateFormatter
 
formatSame(double[], UnitsConstants, ScaleConstants, Locale, FormatSpecifics) - Method in class org.rhq.core.clientapi.util.units.DateFormatter
 
formatSame(double[], UnitsConstants, ScaleConstants, Locale, FormatSpecifics) - Method in class org.rhq.core.clientapi.util.units.DurationFormatter
 
formatSame(double[], UnitsConstants, ScaleConstants, Locale, FormatSpecifics) - Method in interface org.rhq.core.clientapi.util.units.Formatter
Format a several values at once into the same format.
formatSame(double[], UnitsConstants, ScaleConstants, Locale, FormatSpecifics) - Method in class org.rhq.core.clientapi.util.units.PercentageFormatter
 
formatSame(double[], UnitsConstants, ScaleConstants, Locale, FormatSpecifics) - Method in class org.rhq.core.clientapi.util.units.SimpleFormatter
 
formatSame(double[], UnitsConstants, ScaleConstants, Locale, FormatSpecifics) - Method in class org.rhq.core.clientapi.util.units.TemperatureFormatter
 
FormatSpecifics - Class in org.rhq.core.clientapi.util.units
An class which different unit types use to give additional information to formatting.
FormatSpecifics() - Constructor for class org.rhq.core.clientapi.util.units.FormatSpecifics
 
FormattedNumber - Class in org.rhq.core.clientapi.util.units
 
FormattedNumber(String, String) - Constructor for class org.rhq.core.clientapi.util.units.FormattedNumber
 
FormattedNumber(String, String, String) - Constructor for class org.rhq.core.clientapi.util.units.FormattedNumber
 
Formatter - Interface in org.rhq.core.clientapi.util.units
 
fromValue(String) - Static method in enum org.rhq.core.clientapi.descriptor.configuration.ActivationPolicy
 
fromValue(String) - Static method in enum org.rhq.core.clientapi.descriptor.configuration.ConfigurationFormat
 
fromValue(String) - Static method in enum org.rhq.core.clientapi.descriptor.configuration.DatabaseBackingKeys
 
fromValue(String) - Static method in enum org.rhq.core.clientapi.descriptor.configuration.MeasurementUnitsDescriptor
 
fromValue(String) - Static method in enum org.rhq.core.clientapi.descriptor.configuration.PropertyType
 
fromValue(String) - Static method in enum org.rhq.core.clientapi.descriptor.configuration.SourceType
 
fromValue(String) - Static method in enum org.rhq.core.clientapi.descriptor.plugin.ContentDescriptorCategory
 
fromValue(String) - Static method in enum org.rhq.core.clientapi.descriptor.plugin.ResourceCreateDeletePolicy
 
fromValue(String) - Static method in enum org.rhq.core.clientapi.descriptor.plugin.ResourceCreationData
 

G

generateI18NProperties() - Method in class org.rhq.core.clientapi.agent.metadata.i18n.PropertiesGenerator
 
getActivationPolicy() - Method in class org.rhq.core.clientapi.descriptor.configuration.DynamicProperty
Gets the value of the activationPolicy property.
getActivationPolicy() - Method in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
Gets the value of the activationPolicy property.
getAddedRoots() - Method in class org.rhq.core.clientapi.server.discovery.InventoryReport
 
getAddress() - Method in class org.rhq.core.clientapi.server.core.AgentRegistrationRequest
Returns the address that the agent is bound to in which it listens for requests.
getAgent() - Method in class org.rhq.core.clientapi.server.discovery.InventoryReport
 
getAgentName() - Method in class org.rhq.core.clientapi.server.core.ConnectAgentRequest
The name of the agent that is requesting to be connected.
getAgentName() - Method in class org.rhq.core.clientapi.server.core.PingRequest
 
getAgentToken() - Method in class org.rhq.core.clientapi.server.core.AgentRegistrationResults
The agent token that the agent must use in order to communicate with the server in the future.
getAgentVersion() - Method in class org.rhq.core.clientapi.server.core.AgentRegistrationRequest
Returns the information that identifies the version of the agent asking to be registered.
getAgentVersion() - Method in class org.rhq.core.clientapi.server.core.ConnectAgentRequest
The version information of the agent asking to be connected.
getAllBundleVersionPackageVersions(int) - Method in interface org.rhq.core.clientapi.server.bundle.BundleServerService
 
getAllDependencies(String) - Method in class org.rhq.core.clientapi.agent.metadata.PluginDependencyGraph
Given a plugin that is in this dependency graph, this will return all those plugins the plugin either directly or indirectly depends on it.
getAllDependents(String) - Method in class org.rhq.core.clientapi.agent.metadata.PluginDependencyGraph
Given a plugin that is in this dependency graph, this will return all those plugins that either directly or indirectly depend on it (both optional and required dependencies).
getAllScales() - Static method in enum org.rhq.core.clientapi.util.units.ScaleConstants
Return an EnumSet that conatins all SCALE_ enum constants
getAllTypes() - Method in class org.rhq.core.clientapi.agent.metadata.PluginMetadataManager
 
getAllTypes() - Method in class org.rhq.core.clientapi.agent.metadata.PluginMetadataParser
 
getAmpsVersion() - Method in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
Gets the value of the ampsVersion property.
getBasedir() - Method in class org.rhq.core.clientapi.descriptor.drift.DriftDescriptor
Gets the value of the basedir property.
getBasedir() - Method in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor
Gets the value of the basedir property.
getBaseTime(double, ScaleConstants) - Static method in class org.rhq.core.clientapi.util.units.DateFormatter
 
getBaseValue(double, ScaleConstants) - Method in class org.rhq.core.clientapi.util.units.BinaryFormatter
 
getBaseValue(double, ScaleConstants) - Method in class org.rhq.core.clientapi.util.units.DateFormatter
 
getBaseValue(double, ScaleConstants) - Method in class org.rhq.core.clientapi.util.units.DurationFormatter
 
getBaseValue(double, ScaleConstants) - Method in interface org.rhq.core.clientapi.util.units.Formatter
Get the base value of a value, given its scale.
getBaseValue(double, ScaleConstants) - Method in class org.rhq.core.clientapi.util.units.SimpleFormatter
 
getBaseValue(double, ScaleConstants) - Method in class org.rhq.core.clientapi.util.units.TemperatureFormatter
 
getBaseValue() - Method in class org.rhq.core.clientapi.util.units.UnitNumber
 
getBinaryScaleSet() - Static method in enum org.rhq.core.clientapi.util.units.ScaleConstants
Return an EnumSet that contain all SCALE_ enum constants dealing with binary scaling
getBuild() - Method in class org.rhq.core.clientapi.server.core.AgentVersion
Identifies the specific build of the agent; this is typically a source code control system revision number, such as "10934".
getBundle() - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Gets the value of the bundle property.
getBundleResourceDeployment() - Method in class org.rhq.core.clientapi.agent.bundle.BundleScheduleRequest
 
getBundleTarget() - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Gets the value of the bundleTarget property.
getCategory() - Method in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
Gets the value of the category property.
getCategory() - Method in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
Gets the value of the category property.
getClassLoader() - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Gets the value of the classLoader property.
getClazz() - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Gets the value of the clazz property.
getComponentClass(ResourceType) - Method in class org.rhq.core.clientapi.agent.metadata.PluginMetadataManager
 
getComponentClass(ResourceType) - Method in class org.rhq.core.clientapi.agent.metadata.PluginMetadataParser
Returns the fully qualified name of the resource component class for the given ResourceType.
getConfiguration() - Method in class org.rhq.core.clientapi.agent.configuration.ConfigurationUpdateRequest
 
getConfiguration() - Method in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
Gets the value of the configuration property.
getConfiguration() - Method in class org.rhq.core.clientapi.server.configuration.ConfigurationUpdateResponse
 
getConfigurationFormat() - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationDescriptor
Gets the value of the configurationFormat property.
getConfigurationProperty() - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationDescriptor
Gets the value of the configurationProperty property.
getConfigurationProperty() - Method in class org.rhq.core.clientapi.descriptor.configuration.ListProperty
The type of child property.
getConfigurationProperty() - Method in class org.rhq.core.clientapi.descriptor.configuration.MapProperty
The map of child property definitions.
getConfigurationProperty() - Method in class org.rhq.core.clientapi.descriptor.configuration.PropertyGroup
Gets the value of the configurationProperty property.
getConfigurationUpdateId() - Method in class org.rhq.core.clientapi.agent.configuration.ConfigurationUpdateRequest
 
getConfigurationUpdateId() - Method in class org.rhq.core.clientapi.server.configuration.ConfigurationUpdateResponse
 
getConstantWithOrdinal(int) - Static method in enum org.rhq.core.clientapi.util.units.ScaleConstants
Return the UnitsConstants constant that has ord as its ordinal value
getConstraint() - Method in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
Gets the value of the constraint property.
getContent() - Method in class org.rhq.core.clientapi.descriptor.plugin.Help
Gets the value of the content property.
getContent() - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Gets the value of the content property.
getContentType() - Method in class org.rhq.core.clientapi.descriptor.plugin.Help
Gets the value of the contentType property.
getCreateDeletePolicy() - Method in class org.rhq.core.clientapi.descriptor.plugin.ServerDescriptor
Gets the value of the createDeletePolicy property.
getCreateDeletePolicy() - Method in class org.rhq.core.clientapi.descriptor.plugin.ServiceDescriptor
Gets the value of the createDeletePolicy property.
getCreationDataType() - Method in class org.rhq.core.clientapi.descriptor.plugin.ServerDescriptor
Gets the value of the creationDataType property.
getCreationDataType() - Method in class org.rhq.core.clientapi.descriptor.plugin.ServiceDescriptor
Gets the value of the creationDataType property.
getCurrentAvailability(Resource) - Method in interface org.rhq.core.clientapi.agent.discovery.DiscoveryAgentService
Returns the current availability for the specified Resource if no other thread currently possesses a write lock on that Resource's ResourceComponent, or otherwise, returns the last-collected availablity for the Resource.
getCurrentSnapshot(int) - Method in interface org.rhq.core.clientapi.server.drift.DriftServerService
 
getDatabaseBacking() - Method in class org.rhq.core.clientapi.descriptor.configuration.DynamicProperty
Gets the value of the databaseBacking property.
getDataFileName() - Method in class org.rhq.core.clientapi.server.drift.SnapshotReport
 
getDataInputStream() - Method in class org.rhq.core.clientapi.server.drift.SnapshotReport
 
getDataSize() - Method in class org.rhq.core.clientapi.server.drift.SnapshotReport
 
getDataType() - Method in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
Gets the value of the dataType property.
getDateFormat() - Method in class org.rhq.core.clientapi.util.units.DateFormatter.DateSpecifics
 
getDefaultInterval() - Method in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
Gets the value of the defaultInterval property.
getDefaultValue() - Method in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
Gets the value of the defaultValue property.
getDefaultValueDescription() - Method in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
Gets the value of the defaultValueDescription property.
getDepends() - Method in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
Gets the value of the depends property.
getDeployedPackages() - Method in class org.rhq.core.clientapi.server.content.ContentDiscoveryReport
 
getDeploymentOrder() - Method in class org.rhq.core.clientapi.agent.metadata.PluginDependencyGraph
Returns the deployment order for all added plugins.
getDescription() - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
Gets the value of the description property.
getDescription() - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationTemplateDescriptor
Gets the value of the description property.
getDescription() - Method in class org.rhq.core.clientapi.descriptor.configuration.PropertyGroup
Gets the value of the description property.
getDescription() - Method in class org.rhq.core.clientapi.descriptor.plugin.BundleTargetDescriptor.DestinationBaseDir
Gets the value of the description property.
getDescription() - Method in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
Gets the value of the description property.
getDescription() - Method in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor
Gets the value of the description property.
getDescription() - Method in class org.rhq.core.clientapi.descriptor.plugin.EventDescriptor
Gets the value of the description property.
getDescription() - Method in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
Gets the value of the description property.
getDescription() - Method in class org.rhq.core.clientapi.descriptor.plugin.OperationDescriptor
Gets the value of the description property.
getDescription() - Method in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
Gets the value of the description property.
getDescription() - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Gets the value of the description property.
getDescription() - Method in class org.rhq.core.clientapi.descriptor.plugin.SubCategoryDescriptor
Gets the value of the description property.
getDescriptor() - Method in class org.rhq.core.clientapi.agent.metadata.PluginMetadataParser
 
getDestinationBaseDir() - Method in class org.rhq.core.clientapi.descriptor.plugin.BundleTargetDescriptor
Gets the value of the destinationBaseDir property.
getDestinationType() - Method in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
Gets the value of the destinationType property.
getDiscovery() - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Gets the value of the discovery property.
getDiscoveryClass(ResourceType) - Method in class org.rhq.core.clientapi.agent.metadata.PluginMetadataManager
 
getDiscoveryComponentClass(ResourceType) - Method in class org.rhq.core.clientapi.agent.metadata.PluginMetadataParser
Returns the fully qualified name of the resource discovery component class for the given ResourceType.
getDiscoveryInterval() - Method in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
Gets the value of the discoveryInterval property.
getDisplayName() - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
Gets the value of the displayName property.
getDisplayName() - Method in class org.rhq.core.clientapi.descriptor.configuration.PropertyGroup
Gets the value of the displayName property.
getDisplayName() - Method in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
Gets the value of the displayName property.
getDisplayName() - Method in class org.rhq.core.clientapi.descriptor.plugin.EventDescriptor
Gets the value of the displayName property.
getDisplayName() - Method in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
Gets the value of the displayName property.
getDisplayName() - Method in class org.rhq.core.clientapi.descriptor.plugin.OperationDescriptor
Gets the value of the displayName property.
getDisplayName() - Method in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
Gets the value of the displayName property.
getDisplayName() - Method in class org.rhq.core.clientapi.descriptor.plugin.SubCategoryDescriptor
Gets the value of the displayName property.
getDisplayType() - Method in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
Gets the value of the displayType property.
getDriftDefinition() - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Gets the value of the driftDefinition property.
getDriftDefinitions(Set<Integer>) - Method in interface org.rhq.core.clientapi.server.drift.DriftServerService
 
getDriftHandlingMode() - Method in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor
Gets the value of the driftHandlingMode property.
getEmbeddedExtensions(String) - Method in class org.rhq.core.clientapi.agent.metadata.PluginMetadataManager
Returns a map of plugins and their descriptors where those plugins are child extensions of the given parent plugin.
getEndTime() - Method in class org.rhq.core.clientapi.server.discovery.InventoryReport
 
getErrorMessage() - Method in class org.rhq.core.clientapi.agent.bundle.BundlePurgeResponse
 
getErrorMessage() - Method in class org.rhq.core.clientapi.agent.bundle.BundleScheduleResponse
 
getErrorMessage() - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceResponse
 
getErrorMessage() - Method in class org.rhq.core.clientapi.agent.inventory.DeleteResourceResponse
 
getErrorMessage() - Method in class org.rhq.core.clientapi.server.configuration.ConfigurationUpdateResponse
 
getErrorMessage() - Method in class org.rhq.core.clientapi.server.content.ContentServiceResponse
 
getErrors() - Method in class org.rhq.core.clientapi.server.discovery.InventoryReport
 
getEvent() - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Gets the value of the event property.
getExclude() - Method in class org.rhq.core.clientapi.descriptor.drift.ExcludesDescriptor
Gets the value of the exclude property.
getExclude() - Method in class org.rhq.core.clientapi.descriptor.plugin.DriftExcludesDescriptor
Gets the value of the exclude property.
getExcludes() - Method in class org.rhq.core.clientapi.descriptor.drift.DriftDescriptor
Gets the value of the excludes property.
getExcludes() - Method in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor
Gets the value of the excludes property.
getExcludes() - Method in class org.rhq.core.clientapi.server.discovery.AutoDiscoveryRequest
 
getExpression() - Method in class org.rhq.core.clientapi.descriptor.configuration.OptionSource
Gets the value of the expression property.
getExpression() - Method in class org.rhq.core.clientapi.descriptor.configuration.RegexConstraintType
Gets the value of the expression property.
getFailoverList() - Method in class org.rhq.core.clientapi.server.core.AgentRegistrationResults
The FailoverListComposite that the agent must use in order to communicate with the server in the future.
getFailoverList(String) - Method in interface org.rhq.core.clientapi.server.core.CoreServerService
Returns the current server list for the agent.
getFileContents(String) - Method in interface org.rhq.core.clientapi.server.core.CoreServerService
Returns a stream that contains the given file contents.
getFilter() - Method in class org.rhq.core.clientapi.descriptor.configuration.OptionSource
Gets the value of the filter property.
getGroup() - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationDescriptor
Gets the value of the group property.
getHelp() - Method in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
Gets the value of the help property.
getHelp() - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Gets the value of the help property.
getInclude() - Method in class org.rhq.core.clientapi.descriptor.drift.IncludesDescriptor
Gets the value of the include property.
getInclude() - Method in class org.rhq.core.clientapi.descriptor.plugin.DriftIncludesDescriptor
Gets the value of the include property.
getIncludes() - Method in class org.rhq.core.clientapi.descriptor.drift.DriftDescriptor
Gets the value of the includes property.
getIncludes() - Method in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor
Gets the value of the includes property.
getInitialValue() - Method in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
Gets the value of the initialValue property.
getIntegerConstraintOrFloatConstraintOrRegexConstraint() - Method in class org.rhq.core.clientapi.descriptor.configuration.ConstraintType
Gets the value of the integerConstraintOrFloatConstraintOrRegexConstraint property.
getInterruptedState() - Method in class org.rhq.core.clientapi.agent.operation.CancelResults
Returns the state the operation was in when it was canceled.
getInterval() - Method in class org.rhq.core.clientapi.descriptor.drift.DriftDescriptor
Gets the value of the interval property.
getInterval() - Method in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor
Gets the value of the interval property.
getInterval(long, long, int) - Static method in class org.rhq.core.clientapi.util.TimeUtil
 
getInventoryStatus(int, boolean) - Method in interface org.rhq.core.clientapi.server.discovery.DiscoveryServerService
Retrieve a set of inventory statuses for a resource and potentially its descendants.
getKey() - Method in class org.rhq.core.clientapi.descriptor.configuration.DatabaseBackingType
Gets the value of the key property.
getLastDiscoveredResourcePackages(int) - Method in interface org.rhq.core.clientapi.agent.content.ContentAgentService
Returns all content known for the resource as of the last discovery that was executed.
getLatestPlugins() - Method in interface org.rhq.core.clientapi.server.core.CoreServerService
Get a list of the registered plugins managed in the server.
getLatestSchedulesForResourceId(int, boolean) - Method in interface org.rhq.core.clientapi.server.measurement.MeasurementServerService
Asks the server to return all measurement schedules for the given resource and optionally its child resources.
getLatestSchedulesForResourceIds(Set<Integer>, boolean) - Method in interface org.rhq.core.clientapi.server.measurement.MeasurementServerService
Asks the server to return all measurement schedules for the given resources and optionally their child resources.
getLiveBundleResourceDeployment() - Method in class org.rhq.core.clientapi.agent.bundle.BundlePurgeRequest
 
getLocalizedAttributes(String) - Static method in class org.rhq.core.clientapi.agent.metadata.i18n.PropertiesGenerator
 
getLongDescription() - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
Gets the value of the longDescription property.
getMatch() - Method in class org.rhq.core.clientapi.descriptor.plugin.Version
Gets the value of the match property.
getMax() - Method in class org.rhq.core.clientapi.descriptor.configuration.ListProperty
Gets the value of the max property.
getMaximum() - Method in class org.rhq.core.clientapi.descriptor.configuration.FloatConstraintType
Gets the value of the maximum property.
getMaximum() - Method in class org.rhq.core.clientapi.descriptor.configuration.IntegerConstraintType
Gets the value of the maximum property.
getMeasurementScheduleInfoForResource(int) - Method in interface org.rhq.core.clientapi.agent.measurement.MeasurementAgentService
 
getMeasurementType() - Method in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
Gets the value of the measurementType property.
getMetadataFileName() - Method in class org.rhq.core.clientapi.server.drift.SnapshotReport
 
getMetadataInputStream() - Method in class org.rhq.core.clientapi.server.drift.SnapshotReport
 
getMetadataSize() - Method in class org.rhq.core.clientapi.server.drift.SnapshotReport
 
getMetric() - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Gets the value of the metric property.
getMin() - Method in class org.rhq.core.clientapi.descriptor.configuration.ListProperty
Gets the value of the min property.
getMinimum() - Method in class org.rhq.core.clientapi.descriptor.configuration.FloatConstraintType
Gets the value of the minimum property.
getMinimum() - Method in class org.rhq.core.clientapi.descriptor.configuration.IntegerConstraintType
Gets the value of the minimum property.
getName() - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
Gets the value of the name property.
getName() - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationTemplateDescriptor
Gets the value of the name property.
getName() - Method in class org.rhq.core.clientapi.descriptor.configuration.Option
Gets the value of the name property.
getName() - Method in class org.rhq.core.clientapi.descriptor.configuration.PropertyGroup
Gets the value of the name property.
getName() - Method in class org.rhq.core.clientapi.descriptor.drift.DriftDescriptor
Gets the value of the name property.
getName() - Method in class org.rhq.core.clientapi.descriptor.plugin.BundleTargetDescriptor.DestinationBaseDir
Gets the value of the name property.
getName() - Method in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
Gets the value of the name property.
getName() - Method in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor
Gets the value of the name property.
getName() - Method in class org.rhq.core.clientapi.descriptor.plugin.EventDescriptor
Gets the value of the name property.
getName() - Method in class org.rhq.core.clientapi.descriptor.plugin.OperationDescriptor
Gets the value of the name property.
getName() - Method in class org.rhq.core.clientapi.descriptor.plugin.ParentResourceType
Gets the value of the name property.
getName() - Method in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
Gets the value of the name property.
getName() - Method in class org.rhq.core.clientapi.descriptor.plugin.ProcessScanDescriptor
Gets the value of the name property.
getName() - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Gets the value of the name property.
getName() - Method in class org.rhq.core.clientapi.descriptor.plugin.SubCategoryDescriptor
Gets the value of the name property.
getName() - Method in class org.rhq.core.clientapi.server.core.AgentRegistrationRequest
Returns the name that the agent is to be known as.
getNotes() - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationDescriptor
Gets the value of the notes property.
getNumberFormat(Locale) - Method in class org.rhq.core.clientapi.util.units.SimpleFormatter
 
getOperation() - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Gets the value of the operation property.
getOption() - Method in class org.rhq.core.clientapi.descriptor.configuration.PropertyOptions
Gets the value of the option property.
getOptionalDependents(String) - Method in class org.rhq.core.clientapi.agent.metadata.PluginDependencyGraph
Given a plugin that is in this dependency graph, this will return all those plugins that optionally depend on it.
getOptionSource() - Method in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
Gets the value of the optionSource property.
getOriginalToken() - Method in class org.rhq.core.clientapi.server.core.AgentRegistrationRequest
Returns the agent's original token, as it was known to the agent.
getOtherAttributes() - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Gets a map that contains attributes that aren't bound to any typed property on this class.
getPackage() - Method in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
Gets the value of the package property.
getPackageBitsLength(int, PackageDetailsKey) - Method in interface org.rhq.core.clientapi.server.content.ContentServerService
Requests the size, in bytes, of the identified package version.
getPackageDetails() - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceRequest
 
getPackageDetails() - Method in class org.rhq.core.clientapi.server.content.RetrievePackageBitsRequest
 
getPackages() - Method in class org.rhq.core.clientapi.server.content.DeletePackagesRequest
 
getPackages() - Method in class org.rhq.core.clientapi.server.content.DeployPackagesRequest
 
getPackageVersionMetadata(int, PageControl) - Method in interface org.rhq.core.clientapi.server.content.ContentServerService
Requests all metadata for all package versions that the given resource component is subscribed to (see Repo.getResources().
getParameters() - Method in class org.rhq.core.clientapi.descriptor.plugin.OperationDescriptor
Gets the value of the parameters property.
getParentResourceId() - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceRequest
 
getParentResourceType() - Method in class org.rhq.core.clientapi.descriptor.plugin.RunsInsideType
Gets the value of the parentResourceType property.
getPath() - Method in class org.rhq.core.clientapi.descriptor.drift.DriftFilterDescriptor
Gets the value of the path property.
getPath() - Method in class org.rhq.core.clientapi.descriptor.plugin.DriftFilterDescriptor
Gets the value of the path property.
getPaths() - Method in class org.rhq.core.clientapi.server.discovery.AutoDiscoveryRequest
 
getPattern() - Method in class org.rhq.core.clientapi.descriptor.drift.DriftFilterDescriptor
Gets the value of the pattern property.
getPattern() - Method in class org.rhq.core.clientapi.descriptor.plugin.DriftFilterDescriptor
Gets the value of the pattern property.
getPlatform() - Method in interface org.rhq.core.clientapi.agent.discovery.DiscoveryAgentService
Access to the current inventory managed by the plugin container.
getPlatforms() - Method in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
Defines a supported platform type (i.e.
getPlugin() - Method in class org.rhq.core.clientapi.descriptor.plugin.ParentResourceType
Gets the value of the plugin property.
getPlugin() - Method in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor.Depends
Gets the value of the plugin property.
getPluginArchive(String) - Method in interface org.rhq.core.clientapi.server.core.CoreServerService
Return a stream containing the contents of a plugin jar.
getPluginConfiguration() - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceRequest
 
getPluginConfiguration() - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Gets the value of the pluginConfiguration property.
getPluginDependencies(String) - Method in class org.rhq.core.clientapi.agent.metadata.PluginDependencyGraph
Given a plugin that is in this dependency graph, this will return the list of its direct dependencies (the plugins this plugin explicitly depends on).
getPluginDescriptor(String) - Method in class org.rhq.core.clientapi.agent.metadata.PluginMetadataManager
Get the plugin descriptor for the named plugin.
getPluginLifecycleListener() - Method in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
Gets the value of the pluginLifecycleListener property.
getPluginLifecycleListenerClass(String) - Method in class org.rhq.core.clientapi.agent.metadata.PluginMetadataManager
 
getPluginLifecycleListenerClass() - Method in class org.rhq.core.clientapi.agent.metadata.PluginMetadataParser
 
getPluginName() - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceRequest
 
getPluginNames() - Method in class org.rhq.core.clientapi.agent.metadata.PluginMetadataManager
 
getPlugins() - Method in class org.rhq.core.clientapi.agent.metadata.PluginDependencyGraph
Returns the set of plugin names that have been added to the dependency graph.
getPluginVersion(File, PluginDescriptor) - Static method in class org.rhq.core.clientapi.descriptor.AgentPluginDescriptorUtil
Returns the version for the plugin represented by the given descriptor/file.
getPort() - Method in class org.rhq.core.clientapi.server.core.AgentRegistrationRequest
Returns the port that the agent is listening to.
getPrecision() - Method in class org.rhq.core.clientapi.util.units.FormatSpecifics
 
getProcessScan() - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Gets the value of the processScan property.
getProperties() - Method in class org.rhq.core.clientapi.server.discovery.AutoDiscoveryRequest
 
getProperty() - Method in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
Gets the value of the property property.
getPropertyOptions() - Method in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
Gets the value of the propertyOptions property.
getQuery() - Method in class org.rhq.core.clientapi.descriptor.plugin.ProcessScanDescriptor
Gets the value of the query property.
getRealTimeMeasurementValue(int, Set<MeasurementScheduleRequest>) - Method in interface org.rhq.core.clientapi.agent.measurement.MeasurementAgentService
This method is a way for the caller to ask for measurement collections to occur "now".
getRegenerateToken() - Method in class org.rhq.core.clientapi.server.core.AgentRegistrationRequest
Returns true if the agent should be given a new token, even if the agent already has a token.
getRemoteEndpoint() - Method in class org.rhq.core.clientapi.server.core.AgentRegistrationRequest
Returns the remote endpoint string that fully describes how to connect to the agent.
getReplyServerTimestamp() - Method in class org.rhq.core.clientapi.server.core.PingRequest
 
getRequestedDeployTime() - Method in class org.rhq.core.clientapi.agent.bundle.BundleScheduleRequest
 
getRequestedDeployTimeAsString() - Method in class org.rhq.core.clientapi.agent.bundle.BundleScheduleRequest
 
getRequestId() - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceRequest
 
getRequestId() - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceResponse
 
getRequestId() - Method in class org.rhq.core.clientapi.agent.inventory.DeleteResourceRequest
 
getRequestId() - Method in class org.rhq.core.clientapi.agent.inventory.DeleteResourceResponse
 
getRequestId() - Method in class org.rhq.core.clientapi.server.content.ContentServiceResponse
 
getRequestId() - Method in class org.rhq.core.clientapi.server.content.DeletePackagesRequest
 
getRequestId() - Method in class org.rhq.core.clientapi.server.content.DeployPackagesRequest
 
getRequestId() - Method in class org.rhq.core.clientapi.server.content.RetrievePackageBitsRequest
 
getRequestId() - Method in class org.rhq.core.clientapi.server.discovery.InventoryReport
 
getResourceConfiguration() - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceRequest
 
getResourceConfiguration() - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceResponse
 
getResourceConfiguration() - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Gets the value of the resourceConfiguration property.
getResourceCount() - Method in class org.rhq.core.clientapi.server.discovery.InventoryReport
 
getResourceId() - Method in class org.rhq.core.clientapi.agent.configuration.ConfigurationUpdateRequest
 
getResourceId() - Method in class org.rhq.core.clientapi.agent.inventory.DeleteResourceRequest
 
getResourceId() - Method in class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeRequest
 
getResourceId() - Method in class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeResponse
 
getResourceId() - Method in class org.rhq.core.clientapi.server.content.ContentDiscoveryReport
 
getResourceId() - Method in class org.rhq.core.clientapi.server.content.DeletePackagesRequest
 
getResourceId() - Method in class org.rhq.core.clientapi.server.content.DeployPackagesRequest
 
getResourceId() - Method in class org.rhq.core.clientapi.server.content.RetrievePackageBitsRequest
 
getResourceId() - Method in class org.rhq.core.clientapi.server.drift.SnapshotReport
 
getResourceKey() - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceResponse
 
getResourceName() - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceRequest
 
getResourceName() - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceResponse
 
getResources(Set<Integer>, boolean) - Method in interface org.rhq.core.clientapi.server.discovery.DiscoveryServerService
Returns the Resources with the given id's, optionally including all descendant Resources.
getResourcesAsList(Integer...) - Method in interface org.rhq.core.clientapi.server.discovery.DiscoveryServerService
Returns the Resources with the given id's.
getResourceSubscriptionMD5(int) - Method in interface org.rhq.core.clientapi.server.content.ContentServerService
Gets the MD5 hash of the resource's "content subscription".
getResourceTypeName() - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceRequest
 
getResults() - Method in class org.rhq.core.clientapi.descriptor.plugin.OperationDescriptor
Gets the value of the results property.
getRootResourceTypes() - Method in class org.rhq.core.clientapi.agent.metadata.PluginMetadataParser
 
getRootTypes() - Method in class org.rhq.core.clientapi.agent.metadata.PluginMetadataManager
 
getRunsInside() - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Gets the value of the runsInside property.
getScale() - Method in class org.rhq.core.clientapi.util.units.UnitNumber
 
getScaledTime(BigDecimal, ScaleConstants) - Static method in class org.rhq.core.clientapi.util.units.DateFormatter
 
getScaledValue(BigDecimal, ScaleConstants) - Method in class org.rhq.core.clientapi.util.units.BinaryFormatter
 
getScaledValue(BigDecimal, ScaleConstants) - Method in class org.rhq.core.clientapi.util.units.DateFormatter
 
getScaledValue(BigDecimal, ScaleConstants) - Method in class org.rhq.core.clientapi.util.units.DurationFormatter
 
getScaledValue(BigDecimal, ScaleConstants) - Method in interface org.rhq.core.clientapi.util.units.Formatter
Get a scaled version of a value.
getScaledValue(BigDecimal, ScaleConstants) - Method in class org.rhq.core.clientapi.util.units.SimpleFormatter
 
getScaledValue(BigDecimal, ScaleConstants) - Method in class org.rhq.core.clientapi.util.units.TemperatureFormatter
 
getScaledValue(ScaleConstants) - Method in class org.rhq.core.clientapi.util.units.UnitNumber
 
getScanTypes() - Method in class org.rhq.core.clientapi.server.discovery.AutoDiscoveryRequest
 
getServerPlugins() - Method in class org.rhq.core.clientapi.server.discovery.AutoDiscoveryRequest
 
getServers() - Method in class org.rhq.core.clientapi.descriptor.plugin.PlatformDescriptor
Defines child server types that can be embedded in this server type.
getServers() - Method in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
Defines a supported server.
getServers() - Method in class org.rhq.core.clientapi.descriptor.plugin.ServerDescriptor
Defines child server types that can be embedded in this server type.
getServerTime() - Method in class org.rhq.core.clientapi.server.core.ConnectAgentResults
The current time as seen by the server clock.
getServices() - Method in class org.rhq.core.clientapi.descriptor.plugin.PlatformDescriptor
Defines child services that are hosted in this resource type.
getServices() - Method in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
Defines a supported service.
getServices() - Method in class org.rhq.core.clientapi.descriptor.plugin.ServerDescriptor
Defines child services that are hosted in this resource type.
getServices() - Method in class org.rhq.core.clientapi.descriptor.plugin.ServiceDescriptor
Defines child services that are hosted in this resource type.
getSnapshot(int, int, int) - Method in interface org.rhq.core.clientapi.server.drift.DriftServerService
 
getSnapshotReport(int, String, String) - Method in interface org.rhq.core.clientapi.agent.support.SupportAgentService
Takes a snapshot and returns the snapshot report content in the given stream.
getSourcePlugin() - Method in class org.rhq.core.clientapi.descriptor.plugin.ServerDescriptor
Gets the value of the sourcePlugin property.
getSourcePlugin() - Method in class org.rhq.core.clientapi.descriptor.plugin.ServiceDescriptor
Gets the value of the sourcePlugin property.
getSourceType() - Method in class org.rhq.core.clientapi.descriptor.plugin.ServerDescriptor
Gets the value of the sourceType property.
getSourceType() - Method in class org.rhq.core.clientapi.descriptor.plugin.ServiceDescriptor
Gets the value of the sourceType property.
getStartTime() - Method in class org.rhq.core.clientapi.server.discovery.InventoryReport
 
getStatus() - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceResponse
 
getStatus() - Method in class org.rhq.core.clientapi.agent.inventory.DeleteResourceResponse
 
getStatus() - Method in class org.rhq.core.clientapi.server.configuration.ConfigurationUpdateResponse
 
getStatus() - Method in class org.rhq.core.clientapi.server.content.ContentServiceResponse
 
getSubcategories() - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Gets the value of the subcategories property.
getSubCategory(SubCategoryDescriptor, ResourceType) - Static method in class org.rhq.core.clientapi.agent.metadata.SubCategoriesMetadataParser
Parses the contents of the SubCategoryDescriptor and populates an instance of the domain model representation, ResourceSubCategory
getSubCategory() - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Gets the value of the subCategory property.
getSubcategory() - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor.Subcategories
Gets the value of the subcategory property.
getSubcategory() - Method in class org.rhq.core.clientapi.descriptor.plugin.SubCategoryDescriptor
Defines sub categories which are used to group together like resource types Gets the value of the subcategory property.
getTag() - Method in class org.rhq.core.clientapi.util.units.FormattedNumber
 
getTagName() - Method in class org.rhq.core.clientapi.util.units.BinaryFormatter
 
getTagName() - Method in class org.rhq.core.clientapi.util.units.BitRateFormatter
 
getTagName() - Method in class org.rhq.core.clientapi.util.units.BytesFormatter
 
getTarget() - Method in class org.rhq.core.clientapi.descriptor.configuration.OptionSource
Gets the value of the target property.
getTarget() - Method in class org.rhq.core.clientapi.descriptor.plugin.Version
Gets the value of the target property.
getTemperatureSet() - Static method in enum org.rhq.core.clientapi.util.units.ScaleConstants
 
getTemplate() - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationDescriptor
Gets the value of the template property.
getTimeout() - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceRequest
 
getTimeout() - Method in class org.rhq.core.clientapi.descriptor.plugin.OperationDescriptor
Gets the value of the timeout property.
getTimeSet() - Static method in enum org.rhq.core.clientapi.util.units.ScaleConstants
Return an EnumSet that contain all SCALE_ enum constants dealing with time
getTimestamp() - Method in class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeRequest
 
getType(String, String) - Method in class org.rhq.core.clientapi.agent.metadata.PluginMetadataManager
Returns the Resource type with the specified name and plugin, or null if no such Resource type exists.
getType(ResourceType) - Method in class org.rhq.core.clientapi.agent.metadata.PluginMetadataManager
 
getType() - Method in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
Gets the value of the type property.
getType() - Method in class org.rhq.core.clientapi.descriptor.plugin.Bundle
Gets the value of the type property.
getType() - Method in class org.rhq.core.clientapi.descriptor.plugin.ServiceDescriptor
Gets the value of the type property.
getTypesForCategory(ResourceCategory) - Method in class org.rhq.core.clientapi.agent.metadata.PluginMetadataManager
Return the Resource types applicable for a category
getUnits() - Method in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
Gets the value of the units property.
getUnits() - Method in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
Gets the value of the units property.
getUnits() - Method in class org.rhq.core.clientapi.util.units.UnitNumber
 
getUnitScale() - Method in class org.rhq.core.clientapi.util.units.NoFormatter
 
getUnitScale() - Method in class org.rhq.core.clientapi.util.units.PercentageFormatter
 
getUnitScale() - Method in class org.rhq.core.clientapi.util.units.SimpleFormatter
 
getUnitType() - Method in class org.rhq.core.clientapi.util.units.NoFormatter
 
getUnitType() - Method in class org.rhq.core.clientapi.util.units.PercentageFormatter
 
getUnitType() - Method in class org.rhq.core.clientapi.util.units.SimpleFormatter
 
getUpgradedResourceDescription() - Method in class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeResponse
 
getUpgradedResourceKey() - Method in class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeResponse
 
getUpgradedResourceName() - Method in class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeResponse
 
getUpgradeErrorMessage() - Method in class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeRequest
 
getUpgradeErrorStackTrace() - Method in class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeRequest
 
getUseClassesDependency(String) - Method in class org.rhq.core.clientapi.agent.metadata.PluginDependencyGraph
Returns the name of the plugin who's classloader will be used as the parent of this plugin.
getValue() - Method in class org.rhq.core.clientapi.descriptor.configuration.Option
Gets the value of the value property.
getValue() - Method in class org.rhq.core.clientapi.util.units.FormattedNumber
 
getValue() - Method in class org.rhq.core.clientapi.util.units.UnitNumber
 
getValueContext() - Method in class org.rhq.core.clientapi.descriptor.drift.DriftDescriptor.Basedir
Gets the value of the valueContext property.
getValueContext() - Method in class org.rhq.core.clientapi.descriptor.plugin.BundleTargetDescriptor.DestinationBaseDir
Gets the value of the valueContext property.
getValueContext() - Method in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor.Basedir
Gets the value of the valueContext property.
getValueName() - Method in class org.rhq.core.clientapi.descriptor.drift.DriftDescriptor.Basedir
Gets the value of the valueName property.
getValueName() - Method in class org.rhq.core.clientapi.descriptor.plugin.BundleTargetDescriptor.DestinationBaseDir
Gets the value of the valueName property.
getValueName() - Method in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor.Basedir
Gets the value of the valueName property.
getVersion() - Method in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
Resource version to which this content applies.
getVersion() - Method in class org.rhq.core.clientapi.descriptor.plugin.EventDescriptor
Gets the value of the version property.
getVersion() - Method in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
Gets the value of the version property.
getVersion() - Method in class org.rhq.core.clientapi.descriptor.plugin.OperationDescriptor
Gets the value of the version property.
getVersion() - Method in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
Gets the value of the version property.
getVersion() - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Gets the value of the version property.
getVersion() - Method in class org.rhq.core.clientapi.server.core.AgentVersion
The version of the agent, such as "1.0.0.GA".
group - Variable in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationDescriptor
 

H

hashCode() - Method in class org.rhq.core.clientapi.agent.metadata.PluginDependencyGraph.PluginDependency
 
hashCode() - Method in class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeRequest
 
hasSomethingToUpgrade() - Method in class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeRequest
 
Help - Class in org.rhq.core.clientapi.descriptor.plugin
Java class for anonymous complex type.
Help() - Constructor for class org.rhq.core.clientapi.descriptor.plugin.Help
 
help - Variable in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
 
help - Variable in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
 
hiddenByDefault - Variable in class org.rhq.core.clientapi.descriptor.configuration.PropertyGroup
 

I

include - Variable in class org.rhq.core.clientapi.descriptor.drift.IncludesDescriptor
 
include - Variable in class org.rhq.core.clientapi.descriptor.plugin.DriftIncludesDescriptor
 
includes - Variable in class org.rhq.core.clientapi.descriptor.drift.DriftDescriptor
 
includes - Variable in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor
 
IncludesDescriptor - Class in org.rhq.core.clientapi.descriptor.drift
Java class for Includes complex type.
IncludesDescriptor() - Constructor for class org.rhq.core.clientapi.descriptor.drift.IncludesDescriptor
 
initializeDefaultTemplate(ConfigurationDefinition) - Static method in class org.rhq.core.clientapi.agent.configuration.ConfigurationUtility
Deprecated.
use the utility found in the domain module -org.rhq.core.domain.configuration.ConfigurationUtility
initialValue - Variable in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
 
integerConstraintOrFloatConstraintOrRegexConstraint - Variable in class org.rhq.core.clientapi.descriptor.configuration.ConstraintType
 
IntegerConstraintType - Class in org.rhq.core.clientapi.descriptor.configuration
Constraint to indicate a value must be an integer.
IntegerConstraintType() - Constructor for class org.rhq.core.clientapi.descriptor.configuration.IntegerConstraintType
 
interval - Variable in class org.rhq.core.clientapi.descriptor.drift.DriftDescriptor
 
interval - Variable in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor
 
InvalidInventoryReportException - Exception in org.rhq.core.clientapi.server.discovery
Exception to indicate that a given InventoryReport contained some invalid data and could not be processed.
InvalidInventoryReportException() - Constructor for exception org.rhq.core.clientapi.server.discovery.InvalidInventoryReportException
 
InvalidInventoryReportException(String) - Constructor for exception org.rhq.core.clientapi.server.discovery.InvalidInventoryReportException
 
InvalidInventoryReportException(String, Throwable) - Constructor for exception org.rhq.core.clientapi.server.discovery.InvalidInventoryReportException
 
InvalidInventoryReportException(Throwable) - Constructor for exception org.rhq.core.clientapi.server.discovery.InvalidInventoryReportException
 
InvalidPluginConfigurationClientException - Exception in org.rhq.core.clientapi.agent.discovery
This exception indicates that an attempt to connect to a managed resource failed due to an invalid plugin configuration.
InvalidPluginConfigurationClientException(String, Throwable) - Constructor for exception org.rhq.core.clientapi.agent.discovery.InvalidPluginConfigurationClientException
 
InvalidPluginConfigurationClientException(Throwable) - Constructor for exception org.rhq.core.clientapi.agent.discovery.InvalidPluginConfigurationClientException
 
InvalidPluginDescriptorException - Exception in org.rhq.core.clientapi.agent.metadata
 
InvalidPluginDescriptorException() - Constructor for exception org.rhq.core.clientapi.agent.metadata.InvalidPluginDescriptorException
 
InvalidPluginDescriptorException(String) - Constructor for exception org.rhq.core.clientapi.agent.metadata.InvalidPluginDescriptorException
 
InvalidPluginDescriptorException(String, Throwable) - Constructor for exception org.rhq.core.clientapi.agent.metadata.InvalidPluginDescriptorException
 
InvalidPluginDescriptorException(Throwable) - Constructor for exception org.rhq.core.clientapi.agent.metadata.InvalidPluginDescriptorException
 
InventoryReport - Class in org.rhq.core.clientapi.server.discovery
This tracks the results of an inventory discovery scan and is used to send the information back to the server when appropriate.
InventoryReport(Agent) - Constructor for class org.rhq.core.clientapi.server.discovery.InventoryReport
 
invokeOperation(String, int, String, Configuration) - Method in interface org.rhq.core.clientapi.agent.operation.OperationAgentService
Invoke the operation with the specified name.
isAllowCustomValue() - Method in class org.rhq.core.clientapi.descriptor.configuration.PropertyOptions
Gets the value of the allowCustomValue property.
isCleanDeployment() - Method in class org.rhq.core.clientapi.agent.bundle.BundleScheduleRequest
 
isComplete(StringBuilder) - Method in class org.rhq.core.clientapi.agent.metadata.PluginDependencyGraph
Returns true if the dependency graph has no missing required plugins.
isCreationType - Variable in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
 
isDefaultOn() - Method in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
Gets the value of the defaultOn property.
isDown() - Method in class org.rhq.core.clientapi.server.core.ConnectAgentResults
If true, this indicates if the server thinks the agent is down.
isHiddenByDefault() - Method in class org.rhq.core.clientapi.descriptor.configuration.PropertyGroup
Gets the value of the hiddenByDefault property.
isIsCreationType() - Method in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
Gets the value of the isCreationType property.
isLinkToTarget() - Method in class org.rhq.core.clientapi.descriptor.configuration.OptionSource
Gets the value of the linkToTarget property.
isReadOnly() - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
Gets the value of the readOnly property.
isReplyUpdateAvailability() - Method in class org.rhq.core.clientapi.server.core.PingRequest
 
isRequestServerTimestamp() - Method in class org.rhq.core.clientapi.server.core.PingRequest
 
isRequestUpdateAvailability() - Method in class org.rhq.core.clientapi.server.core.PingRequest
 
isRequired() - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
Gets the value of the required property.
isRevert() - Method in class org.rhq.core.clientapi.agent.bundle.BundleScheduleRequest
 
isRuntimeReport() - Method in class org.rhq.core.clientapi.server.discovery.InventoryReport
 
isSingleton() - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Gets the value of the singleton property.
isSuccess() - Method in class org.rhq.core.clientapi.agent.bundle.BundlePurgeResponse
 
isSuccess() - Method in class org.rhq.core.clientapi.agent.bundle.BundleScheduleResponse
 
isSummary() - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
Gets the value of the summary property.
isSupportsArchitecture() - Method in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
Gets the value of the supportsArchitecture property.
isSupportsManualAdd() - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Gets the value of the supportsManualAdd property.
isUniq(String[]) - Static method in class org.rhq.core.clientapi.util.ArrayUtil
Check to see if a _sorted_ array of values contains all unique values.
isUseClasses() - Method in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor.Depends
Gets the value of the useClasses property.

K

key - Variable in class org.rhq.core.clientapi.descriptor.configuration.DatabaseBackingType
 

L

linkToTarget - Variable in class org.rhq.core.clientapi.descriptor.configuration.OptionSource
 
ListProperty - Class in org.rhq.core.clientapi.descriptor.configuration
The definition of a child list of properties.
ListProperty() - Constructor for class org.rhq.core.clientapi.descriptor.configuration.ListProperty
 
loadDependencies(int, Set<PackageDetailsKey>) - Method in interface org.rhq.core.clientapi.server.content.ContentServerService
Informs the server that a package installation (as indicated in the specified request ID) requires dependency packages to be installed.
loadPlugin(PluginDescriptor) - Method in class org.rhq.core.clientapi.agent.metadata.i18n.PluginPropertyBundleManager
 
loadPlugin(PluginDescriptor) - Method in class org.rhq.core.clientapi.agent.metadata.PluginMetadataManager
Transforms the pluginDescriptor into domain object form and stores into this object's type system.
loadPluginDescriptorFromUrl(URL) - Static method in class org.rhq.core.clientapi.descriptor.AgentPluginDescriptorUtil
Loads a plugin descriptor from the given plugin jar and returns it.
loadResourceConfiguration(int) - Method in interface org.rhq.core.clientapi.agent.configuration.ConfigurationAgentService
Loads the current configuration for the given resource.
localizeType(ResourceType, Locale) - Method in class org.rhq.core.clientapi.agent.metadata.i18n.PluginPropertyBundleManager
 
longDescription - Variable in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
 

M

manuallyAddResource(ResourceType, int, Configuration, int) - Method in interface org.rhq.core.clientapi.agent.discovery.DiscoveryAgentService
Manually discover the resource of the specified type using the specified plugin configuration (i.e.
MapProperty - Class in org.rhq.core.clientapi.descriptor.configuration
The definition of a child map of properties.
MapProperty() - Constructor for class org.rhq.core.clientapi.descriptor.configuration.MapProperty
 
match - Variable in class org.rhq.core.clientapi.descriptor.plugin.Version
 
max - Variable in class org.rhq.core.clientapi.descriptor.configuration.ListProperty
 
max(double[]) - Static method in class org.rhq.core.clientapi.util.ArrayUtil
Find the maximum value in an array of double values.
max(int[]) - Static method in class org.rhq.core.clientapi.util.ArrayUtil
Find the maximum value in an array of int values.
maximum - Variable in class org.rhq.core.clientapi.descriptor.configuration.FloatConstraintType
 
maximum - Variable in class org.rhq.core.clientapi.descriptor.configuration.IntegerConstraintType
 
MeasurementAgentService - Interface in org.rhq.core.clientapi.agent.measurement
The interface to a JON Agent's measurement (i.e.
MeasurementServerService - Interface in org.rhq.core.clientapi.server.measurement
The server-side interface that provides access to the metric reporting facilities.
measurementType - Variable in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
 
MeasurementUnitsDescriptor - Enum in org.rhq.core.clientapi.descriptor.configuration
Java class for measurementUnitsDescriptor.
merge(Configuration, int, boolean) - Method in interface org.rhq.core.clientapi.agent.configuration.ConfigurationAgentService
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.
merge(Object[][], Object[]) - Static method in class org.rhq.core.clientapi.util.ArrayUtil
 
merge(Object[], Object[], Object[]) - Static method in class org.rhq.core.clientapi.util.ArrayUtil
 
mergeAvailabilityReport(AvailabilityReport) - Method in interface org.rhq.core.clientapi.server.discovery.DiscoveryServerService
Merges a new availability report from the agent into the server.
mergeDiscoveredPackages(ContentDiscoveryReport) - Method in interface org.rhq.core.clientapi.server.content.ContentServerService
Sends a set of newly discovered packages to the server.
mergeEventReport(EventReport) - Method in interface org.rhq.core.clientapi.server.event.EventServerService
This method is called when new Events are to be reported from an Agent to the Server.
mergeInventoryReport(InventoryReport) - Method in interface org.rhq.core.clientapi.server.discovery.DiscoveryServerService
Merge the platform/servers/services contained in the specified inventory report into the server's inventory.
mergeMeasurementReport(MeasurementReport) - Method in interface org.rhq.core.clientapi.server.measurement.MeasurementServerService
This method is called when new measurements are to be reported from an agent to the server.
messageIterator() - Method in exception org.rhq.core.clientapi.agent.configuration.ConfigurationValidationException
 
metric - Variable in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
 
MetricDescriptor - Class in org.rhq.core.clientapi.descriptor.plugin
A declared value that can be monitored for changes over time.
MetricDescriptor() - Constructor for class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
 
MetricsMetadataParser - Class in org.rhq.core.clientapi.agent.metadata
Parses metrics metadata and builds the definition domain object
MetricsMetadataParser() - Constructor for class org.rhq.core.clientapi.agent.metadata.MetricsMetadataParser
 
MILLIS_IN_DAY - Static variable in class org.rhq.core.clientapi.util.TimeUtil
 
MILLIS_IN_HOUR - Static variable in class org.rhq.core.clientapi.util.TimeUtil
 
MILLIS_IN_MINUTE - Static variable in class org.rhq.core.clientapi.util.TimeUtil
 
MILLIS_IN_WEEK - Static variable in class org.rhq.core.clientapi.util.TimeUtil
 
min - Variable in class org.rhq.core.clientapi.descriptor.configuration.ListProperty
 
min(double[]) - Static method in class org.rhq.core.clientapi.util.ArrayUtil
Find the minimum value in an array of double values.
minimum - Variable in class org.rhq.core.clientapi.descriptor.configuration.FloatConstraintType
 
minimum - Variable in class org.rhq.core.clientapi.descriptor.configuration.IntegerConstraintType
 
MINIMUM_INTERVAL - Static variable in class org.rhq.core.clientapi.agent.metadata.MetricsMetadataParser
 

N

name - Variable in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
 
name - Variable in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationTemplateDescriptor
 
name - Variable in class org.rhq.core.clientapi.descriptor.configuration.Option
 
name - Variable in class org.rhq.core.clientapi.descriptor.configuration.PropertyGroup
 
name - Variable in class org.rhq.core.clientapi.descriptor.drift.DriftDescriptor
 
name - Variable in class org.rhq.core.clientapi.descriptor.plugin.BundleTargetDescriptor.DestinationBaseDir
 
name - Variable in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
 
name - Variable in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor
 
name - Variable in class org.rhq.core.clientapi.descriptor.plugin.EventDescriptor
 
name - Variable in class org.rhq.core.clientapi.descriptor.plugin.OperationDescriptor
 
name - Variable in class org.rhq.core.clientapi.descriptor.plugin.ParentResourceType
 
name - Variable in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
 
name - Variable in class org.rhq.core.clientapi.descriptor.plugin.ProcessScanDescriptor
 
name - Variable in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
 
name - Variable in class org.rhq.core.clientapi.descriptor.plugin.SubCategoryDescriptor
 
NoFormatter - Class in org.rhq.core.clientapi.util.units
 
NoFormatter() - Constructor for class org.rhq.core.clientapi.util.units.NoFormatter
 
normalizeConfiguration(Configuration, ConfigurationDefinition) - Static method in class org.rhq.core.clientapi.agent.configuration.ConfigurationUtility
Deprecated.
use the utility found in the domain module -org.rhq.core.domain.configuration.ConfigurationUtility
notes - Variable in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationDescriptor
 

O

ObjectFactory - Class in org.rhq.core.clientapi.descriptor.configuration
This object contains factory methods for each Java content interface and Java element interface generated in the org.rhq.core.clientapi.descriptor.configuration package.
ObjectFactory() - Constructor for class org.rhq.core.clientapi.descriptor.configuration.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.rhq.core.clientapi.descriptor.configuration
ObjectFactory - Class in org.rhq.core.clientapi.descriptor.drift
This object contains factory methods for each Java content interface and Java element interface generated in the org.rhq.core.clientapi.descriptor.drift package.
ObjectFactory() - Constructor for class org.rhq.core.clientapi.descriptor.drift.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.rhq.core.clientapi.descriptor.drift
ObjectFactory - Class in org.rhq.core.clientapi.descriptor.plugin
This object contains factory methods for each Java content interface and Java element interface generated in the org.rhq.core.clientapi.descriptor.plugin package.
ObjectFactory() - Constructor for class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.rhq.core.clientapi.descriptor.plugin
operation - Variable in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
 
OperationAgentService - Interface in org.rhq.core.clientapi.agent.operation
The interface to a JON agent's operation subsystem which allows the server to execute an operation on the agent.
operationCanceled(String, Configuration, ExceptionPackage, long, long) - Method in interface org.rhq.core.clientapi.server.operation.OperationServerService
Called by the agent when a server-scheduled operation was canceled.
OperationDescriptor - Class in org.rhq.core.clientapi.descriptor.plugin
Java class for operation element declaration.
OperationDescriptor() - Constructor for class org.rhq.core.clientapi.descriptor.plugin.OperationDescriptor
 
operationFailed(String, Configuration, ExceptionPackage, long, long) - Method in interface org.rhq.core.clientapi.server.operation.OperationServerService
Called by the agent when a server-scheduled operation fails.
OperationServerService - Interface in org.rhq.core.clientapi.server.operation
The interface to a JON server's operation subsystem.
OperationsMetadataParser - Class in org.rhq.core.clientapi.agent.metadata
 
OperationsMetadataParser() - Constructor for class org.rhq.core.clientapi.agent.metadata.OperationsMetadataParser
 
operationSucceeded(String, Configuration, long, long) - Method in interface org.rhq.core.clientapi.server.operation.OperationServerService
Called by the agent when a server-scheduled operation completes successfully.
operationTimedOut(String, long, long) - Method in interface org.rhq.core.clientapi.server.operation.OperationServerService
Called by the agent when a server-scheduled operation times out.
Option - Class in org.rhq.core.clientapi.descriptor.configuration
Describes an allowed value for an enumerated simple property.
Option() - Constructor for class org.rhq.core.clientapi.descriptor.configuration.Option
 
option - Variable in class org.rhq.core.clientapi.descriptor.configuration.PropertyOptions
 
OptionSource - Class in org.rhq.core.clientapi.descriptor.configuration
Defines a source for the options of the property options.
OptionSource() - Constructor for class org.rhq.core.clientapi.descriptor.configuration.OptionSource
 
optionSource - Variable in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
 
org.rhq.core.clientapi.agent - package org.rhq.core.clientapi.agent
 
org.rhq.core.clientapi.agent.bundle - package org.rhq.core.clientapi.agent.bundle
 
org.rhq.core.clientapi.agent.configuration - package org.rhq.core.clientapi.agent.configuration
 
org.rhq.core.clientapi.agent.content - package org.rhq.core.clientapi.agent.content
 
org.rhq.core.clientapi.agent.discovery - package org.rhq.core.clientapi.agent.discovery
 
org.rhq.core.clientapi.agent.drift - package org.rhq.core.clientapi.agent.drift
 
org.rhq.core.clientapi.agent.inventory - package org.rhq.core.clientapi.agent.inventory
 
org.rhq.core.clientapi.agent.measurement - package org.rhq.core.clientapi.agent.measurement
 
org.rhq.core.clientapi.agent.metadata - package org.rhq.core.clientapi.agent.metadata
 
org.rhq.core.clientapi.agent.metadata.i18n - package org.rhq.core.clientapi.agent.metadata.i18n
 
org.rhq.core.clientapi.agent.operation - package org.rhq.core.clientapi.agent.operation
 
org.rhq.core.clientapi.agent.support - package org.rhq.core.clientapi.agent.support
 
org.rhq.core.clientapi.agent.upgrade - package org.rhq.core.clientapi.agent.upgrade
 
org.rhq.core.clientapi.descriptor - package org.rhq.core.clientapi.descriptor
 
org.rhq.core.clientapi.descriptor.configuration - package org.rhq.core.clientapi.descriptor.configuration
 
org.rhq.core.clientapi.descriptor.drift - package org.rhq.core.clientapi.descriptor.drift
 
org.rhq.core.clientapi.descriptor.plugin - package org.rhq.core.clientapi.descriptor.plugin
 
org.rhq.core.clientapi.server.bundle - package org.rhq.core.clientapi.server.bundle
 
org.rhq.core.clientapi.server.configuration - package org.rhq.core.clientapi.server.configuration
 
org.rhq.core.clientapi.server.content - package org.rhq.core.clientapi.server.content
 
org.rhq.core.clientapi.server.core - package org.rhq.core.clientapi.server.core
 
org.rhq.core.clientapi.server.discovery - package org.rhq.core.clientapi.server.discovery
 
org.rhq.core.clientapi.server.drift - package org.rhq.core.clientapi.server.drift
 
org.rhq.core.clientapi.server.event - package org.rhq.core.clientapi.server.event
 
org.rhq.core.clientapi.server.inventory - package org.rhq.core.clientapi.server.inventory
 
org.rhq.core.clientapi.server.measurement - package org.rhq.core.clientapi.server.measurement
 
org.rhq.core.clientapi.server.operation - package org.rhq.core.clientapi.server.operation
 
org.rhq.core.clientapi.util - package org.rhq.core.clientapi.util
 
org.rhq.core.clientapi.util.units - package org.rhq.core.clientapi.util.units
 

P

parameters - Variable in class org.rhq.core.clientapi.descriptor.plugin.OperationDescriptor
 
ParentResourceType - Class in org.rhq.core.clientapi.descriptor.plugin
Java class for parentResourceType complex type.
ParentResourceType() - Constructor for class org.rhq.core.clientapi.descriptor.plugin.ParentResourceType
 
parentResourceType - Variable in class org.rhq.core.clientapi.descriptor.plugin.RunsInsideType
 
parse(String, ConfigurationDescriptor) - Static method in class org.rhq.core.clientapi.agent.metadata.ConfigurationMetadataParser
 
parse(String, Locale, ParseSpecifics) - Method in class org.rhq.core.clientapi.util.units.BinaryFormatter
 
parse(String, Locale, ParseSpecifics) - Method in class org.rhq.core.clientapi.util.units.DateFormatter
 
parse(String, Locale, ParseSpecifics) - Method in class org.rhq.core.clientapi.util.units.DurationFormatter
 
parse(String, Locale, ParseSpecifics) - Method in interface org.rhq.core.clientapi.util.units.Formatter
Parse a string into a UnitNumber.
parse(String, Locale, ParseSpecifics) - Method in class org.rhq.core.clientapi.util.units.PercentageFormatter
 
parse(String, Locale, ParseSpecifics) - Method in class org.rhq.core.clientapi.util.units.SimpleFormatter
 
parse(String, Locale, ParseSpecifics) - Method in class org.rhq.core.clientapi.util.units.TemperatureFormatter
 
parseComplexTime(String, long, boolean) - Static method in class org.rhq.core.clientapi.util.TimeUtil
Parse times in a 'natural language' fashion.
parseContentDescriptor(ContentDescriptor) - Static method in class org.rhq.core.clientapi.agent.metadata.ContentMetadataParser
Parses the contents of the content descriptor and populates an instance of the domain model representation.
parseDescriptor() - Method in class org.rhq.core.clientapi.agent.metadata.PluginMetadataParser
 
parseDriftMetadata(DriftDescriptor) - Method in class org.rhq.core.clientapi.agent.metadata.DriftMetadataParser
 
parseEventsMetadata(EventDescriptor, ResourceType) - Static method in class org.rhq.core.clientapi.agent.metadata.EventsMetadataParser
 
parseMetricsMetadata(MetricDescriptor, ResourceType) - Static method in class org.rhq.core.clientapi.agent.metadata.MetricsMetadataParser
 
parseOperationDescriptor(OperationDescriptor) - Static method in class org.rhq.core.clientapi.agent.metadata.OperationsMetadataParser
 
parsePluginDescriptor(InputStream) - Static method in class org.rhq.core.clientapi.descriptor.AgentPluginDescriptorUtil
Parses a descriptor from InputStream without a validator.
parsePluginDescriptor(InputStream, ValidationEventCollector) - Static method in class org.rhq.core.clientapi.descriptor.AgentPluginDescriptorUtil
Parses a descriptor from InputStream without a validator.
ParseSpecifics - Class in org.rhq.core.clientapi.util.units
An abstract class which different unit types use to give additional information when parsing.
ParseSpecifics() - Constructor for class org.rhq.core.clientapi.util.units.ParseSpecifics
 
parseTag(double, String, int, ParseSpecifics) - Method in class org.rhq.core.clientapi.util.units.BinaryFormatter
 
parseTag(double, String, int, ParseSpecifics) - Method in class org.rhq.core.clientapi.util.units.BitRateFormatter
 
parseTag(double, String, int, ParseSpecifics) - Method in class org.rhq.core.clientapi.util.units.BytesFormatter
 
path - Variable in class org.rhq.core.clientapi.descriptor.drift.DriftFilterDescriptor
 
path - Variable in class org.rhq.core.clientapi.descriptor.plugin.DriftFilterDescriptor
 
pattern - Variable in class org.rhq.core.clientapi.descriptor.drift.DriftFilterDescriptor
 
pattern - Variable in class org.rhq.core.clientapi.descriptor.plugin.DriftFilterDescriptor
 
PC_PLUGIN - Static variable in interface org.rhq.core.clientapi.descriptor.DescriptorPackages
 
PercentageFormatter - Class in org.rhq.core.clientapi.util.units
 
PercentageFormatter() - Constructor for class org.rhq.core.clientapi.util.units.PercentageFormatter
 
persistUpdatedResourceConfiguration(int, Configuration) - Method in interface org.rhq.core.clientapi.server.configuration.ConfigurationServerService
This is for when the agent needs to notify the server that a new Resource configuration has been detected on the agent side.
ping(PingRequest) - Method in interface org.rhq.core.clientapi.server.core.CoreServerService
Ping the server.
PingRequest - Class in org.rhq.core.clientapi.server.core
A simple POJO for requesting actions or data from the ping.
PingRequest(String) - Constructor for class org.rhq.core.clientapi.server.core.PingRequest
 
PingRequest(String, boolean, boolean) - Constructor for class org.rhq.core.clientapi.server.core.PingRequest
 
pinSnapshot(int, String, DriftSnapshot) - Method in interface org.rhq.core.clientapi.agent.drift.DriftAgentService
 
PlatformDescriptor - Class in org.rhq.core.clientapi.descriptor.plugin
Java class for platform complex type.
PlatformDescriptor() - Constructor for class org.rhq.core.clientapi.descriptor.plugin.PlatformDescriptor
 
platforms - Variable in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
 
plugin - Variable in class org.rhq.core.clientapi.descriptor.plugin.ParentResourceType
 
plugin - Variable in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor.Depends
 
pluginConfiguration - Variable in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
 
PluginContainerException - Exception in org.rhq.core.clientapi.agent
This generic exception thrown by the plugin container is part of its client API; thus this exception is available to both the plugin container as well as its remote clients.
PluginContainerException(Throwable) - Constructor for exception org.rhq.core.clientapi.agent.PluginContainerException
Because this exception is part of the plugin container's client API and thus is to be available on remote clients as well, make sure the cause throwable you pass to this constructor is also available to remote clients.
PluginContainerException(String, Throwable) - Constructor for exception org.rhq.core.clientapi.agent.PluginContainerException
Because this exception is part of the plugin container's client API and thus is to be available on remote clients as well, make sure the cause throwable you pass to this constructor is also available to remote clients.
PluginContainerException() - Constructor for exception org.rhq.core.clientapi.agent.PluginContainerException
 
PluginContainerException(String) - Constructor for exception org.rhq.core.clientapi.agent.PluginContainerException
 
PluginDependencyGraph - Class in org.rhq.core.clientapi.agent.metadata
This class determines the deployment order for plugins by building the dependency graph of the plugins.
PluginDependencyGraph() - Constructor for class org.rhq.core.clientapi.agent.metadata.PluginDependencyGraph
 
PluginDependencyGraph.PluginDependency - Class in org.rhq.core.clientapi.agent.metadata
 
PluginDependencyGraph.PluginDependency(String) - Constructor for class org.rhq.core.clientapi.agent.metadata.PluginDependencyGraph.PluginDependency
 
PluginDependencyGraph.PluginDependency(String, boolean, boolean) - Constructor for class org.rhq.core.clientapi.agent.metadata.PluginDependencyGraph.PluginDependency
 
PluginDescriptor - Class in org.rhq.core.clientapi.descriptor.plugin
Root of a plugin representing an ON plugin definition and the resource model of supported managed systems and their components
PluginDescriptor() - Constructor for class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
 
PluginDescriptor.Depends - Class in org.rhq.core.clientapi.descriptor.plugin
Java class for anonymous complex type.
PluginDescriptor.Depends() - Constructor for class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor.Depends
 
pluginLifecycleListener - Variable in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
 
PluginMetadataManager - Class in org.rhq.core.clientapi.agent.metadata
This is meant to provide an interface to the underlying metadata of a plugin.
PluginMetadataManager() - Constructor for class org.rhq.core.clientapi.agent.metadata.PluginMetadataManager
 
PluginMetadataParser - Class in org.rhq.core.clientapi.agent.metadata
This is a stateful class intended to hold the related metadata for a single plugin descriptor.
PluginMetadataParser(PluginDescriptor, Map<String, PluginMetadataParser>) - Constructor for class org.rhq.core.clientapi.agent.metadata.PluginMetadataParser
 
PluginPropertyBundleManager - Class in org.rhq.core.clientapi.agent.metadata.i18n
 
PluginPropertyBundleManager() - Constructor for class org.rhq.core.clientapi.agent.metadata.i18n.PluginPropertyBundleManager
 
PluginTransformer - Class in org.rhq.core.clientapi.descriptor
Transforms some input into a Plugin object.
PluginTransformer() - Constructor for class org.rhq.core.clientapi.descriptor.PluginTransformer
 
PluginTransformException - Exception in org.rhq.core.clientapi.descriptor
An exception that is throw when a plugin transformation fails for some reason.
PluginTransformException() - Constructor for exception org.rhq.core.clientapi.descriptor.PluginTransformException
 
PluginTransformException(String) - Constructor for exception org.rhq.core.clientapi.descriptor.PluginTransformException
 
PluginTransformException(String, Throwable) - Constructor for exception org.rhq.core.clientapi.descriptor.PluginTransformException
 
PluginTransformException(Throwable) - Constructor for exception org.rhq.core.clientapi.descriptor.PluginTransformException
 
postProcessNewlyCommittedResources(Set<Integer>) - Method in interface org.rhq.core.clientapi.server.discovery.DiscoveryServerService
Gives the server a chance to apply any necessary post-processing that's needed for newly committed resources that have been successfully synchronized on the agent.
PRECISION_MAX - Static variable in class org.rhq.core.clientapi.util.units.FormatSpecifics
 
preLoadRemoteContent(int, PackageDetailsKey) - Method in interface org.rhq.core.clientapi.server.content.ContentServerService
Requests loading of lazy loaded package.
processScan - Variable in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
 
ProcessScanDescriptor - Class in org.rhq.core.clientapi.descriptor.plugin
Java class for processScan complex type.
ProcessScanDescriptor() - Constructor for class org.rhq.core.clientapi.descriptor.plugin.ProcessScanDescriptor
 
PropertiesGenerator - Class in org.rhq.core.clientapi.agent.metadata.i18n
Generates localization properties files for a plugin descriptor.
PropertiesGenerator(File, File, boolean) - Constructor for class org.rhq.core.clientapi.agent.metadata.i18n.PropertiesGenerator
 
property - Variable in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
 
PropertyGroup - Class in org.rhq.core.clientapi.descriptor.configuration
Java class for propertyGroup complex type.
PropertyGroup() - Constructor for class org.rhq.core.clientapi.descriptor.configuration.PropertyGroup
 
PropertyOptions - Class in org.rhq.core.clientapi.descriptor.configuration
Contains the elements of an enumerated property.
PropertyOptions() - Constructor for class org.rhq.core.clientapi.descriptor.configuration.PropertyOptions
 
propertyOptions - Variable in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
 
PropertyType - Enum in org.rhq.core.clientapi.descriptor.configuration
Java class for propertyType.
purge(BundlePurgeRequest) - Method in interface org.rhq.core.clientapi.agent.bundle.BundleAgentService
Purges the live deployment off the local filesystem.

Q

query - Variable in class org.rhq.core.clientapi.descriptor.plugin.ProcessScanDescriptor
 

R

readOnly - Variable in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
 
reduceGraph() - Method in class org.rhq.core.clientapi.agent.metadata.PluginDependencyGraph
If the current dependency graph is not yet complete, you can call this method to reduce the graph such that plugins with missing required dependencies are removed and only those plugins whose dependencies exist are in the returned graph.
RegexConstraintType - Class in org.rhq.core.clientapi.descriptor.configuration
Constraint to indicate a value must match the specified regular expression.
RegexConstraintType() - Constructor for class org.rhq.core.clientapi.descriptor.configuration.RegexConstraintType
 
registerAgent(AgentRegistrationRequest) - Method in interface org.rhq.core.clientapi.server.core.CoreServerService
Register an agent with this server.
repeatChangeSet(int, String, int) - Method in interface org.rhq.core.clientapi.server.drift.DriftServerService
 
requestDriftFiles(int, Headers, List<? extends DriftFile>) - Method in interface org.rhq.core.clientapi.agent.drift.DriftAgentService
Ask the agent to send the requested drift file content as a zip of all requested files.
requestFullAvailabilityReport() - Method in interface org.rhq.core.clientapi.agent.discovery.DiscoveryAgentService
This call will request that the agent produce a full availability report on its next availability scan.
required - Variable in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
 
resourceConfiguration - Variable in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
 
ResourceCreateDeletePolicy - Enum in org.rhq.core.clientapi.descriptor.plugin
Java class for resourceCreateDeletePolicy.
ResourceCreationData - Enum in org.rhq.core.clientapi.descriptor.plugin
Java class for resourceCreationData.
ResourceDescriptor - Class in org.rhq.core.clientapi.descriptor.plugin
Java class for resource complex type.
ResourceDescriptor() - Constructor for class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
 
ResourceDescriptor.Subcategories - Class in org.rhq.core.clientapi.descriptor.plugin
Java class for anonymous complex type.
ResourceDescriptor.Subcategories() - Constructor for class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor.Subcategories
 
ResourceFactoryAgentService - Interface in org.rhq.core.clientapi.agent.inventory
Plugin container interface for performing create and delete resource operations.
ResourceFactoryServerService - Interface in org.rhq.core.clientapi.server.inventory
Callback interface for resource factory operations.
ResourceUpgradeRequest - Class in org.rhq.core.clientapi.agent.upgrade
Represents a request to upgrade a resource.
ResourceUpgradeRequest(int) - Constructor for class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeRequest
 
ResourceUpgradeRequest(int, ResourceUpgradeReport) - Constructor for class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeRequest
 
ResourceUpgradeResponse - Class in org.rhq.core.clientapi.agent.upgrade
Represents a response to a resource upgrade request.
ResourceUpgradeResponse() - Constructor for class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeResponse
 
results - Variable in class org.rhq.core.clientapi.descriptor.plugin.OperationDescriptor
 
retrievePackageBits(RetrievePackageBitsRequest) - Method in interface org.rhq.core.clientapi.agent.content.ContentAgentService
Requests the plugin retrieve the content for a specified package and send the data to the server.
RetrievePackageBitsRequest - Class in org.rhq.core.clientapi.server.content
Transfer object used to carry information about a request to retrieve package contents from a resource.
RetrievePackageBitsRequest(int, int, ResourcePackageDetails) - Constructor for class org.rhq.core.clientapi.server.content.RetrievePackageBitsRequest
 
runsInside - Variable in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
 
RunsInsideType - Class in org.rhq.core.clientapi.descriptor.plugin
Java class for runsInsideType complex type.
RunsInsideType() - Constructor for class org.rhq.core.clientapi.descriptor.plugin.RunsInsideType
 

S

ScaleConstants - Enum in org.rhq.core.clientapi.util.units
Constants that deal with scaling of units.
schedule(BundleScheduleRequest) - Method in interface org.rhq.core.clientapi.agent.bundle.BundleAgentService
Schedules the deployment of a bundle to occur immediately.
scheduleCollection(Set<ResourceMeasurementScheduleRequest>) - Method in interface org.rhq.core.clientapi.agent.measurement.MeasurementAgentService
Schedules a group of measurements on the agent at specified interval.
scheduleDriftDetection(int, DriftDefinition) - Method in interface org.rhq.core.clientapi.agent.drift.DriftAgentService
Requests that the agent start performing drift detection for a resource with the specified drift definition.
sendChangesetZip(int, long, InputStream) - Method in interface org.rhq.core.clientapi.server.drift.DriftServerService
The agent invokes this method to send a change set in a zip file.
sendFilesZip(int, String, String, long, InputStream) - Method in interface org.rhq.core.clientapi.server.drift.DriftServerService
The agent invokes this method to send change set content to the server.
ServerDescriptor - Class in org.rhq.core.clientapi.descriptor.plugin
Java class for server complex type.
ServerDescriptor() - Constructor for class org.rhq.core.clientapi.descriptor.plugin.ServerDescriptor
 
servers - Variable in class org.rhq.core.clientapi.descriptor.plugin.PlatformDescriptor
 
servers - Variable in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
 
servers - Variable in class org.rhq.core.clientapi.descriptor.plugin.ServerDescriptor
 
ServiceDescriptor - Class in org.rhq.core.clientapi.descriptor.plugin
Java class for service complex type.
ServiceDescriptor() - Constructor for class org.rhq.core.clientapi.descriptor.plugin.ServiceDescriptor
 
services - Variable in class org.rhq.core.clientapi.descriptor.plugin.PlatformDescriptor
 
services - Variable in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
 
services - Variable in class org.rhq.core.clientapi.descriptor.plugin.ServerDescriptor
 
services - Variable in class org.rhq.core.clientapi.descriptor.plugin.ServiceDescriptor
 
setActivationPolicy(ActivationPolicy) - Method in class org.rhq.core.clientapi.descriptor.configuration.DynamicProperty
Sets the value of the activationPolicy property.
setActivationPolicy(ActivationPolicy) - Method in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
Sets the value of the activationPolicy property.
setAgentToken(String) - Method in class org.rhq.core.clientapi.server.core.AgentRegistrationResults
setAllowCustomValue(Boolean) - Method in class org.rhq.core.clientapi.descriptor.configuration.PropertyOptions
Sets the value of the allowCustomValue property.
setAmpsVersion(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
Sets the value of the ampsVersion property.
setBasedir(DriftDescriptor.Basedir) - Method in class org.rhq.core.clientapi.descriptor.drift.DriftDescriptor
Sets the value of the basedir property.
setBasedir(DriftDescriptor.Basedir) - Method in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor
Sets the value of the basedir property.
setBundle(Bundle) - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Sets the value of the bundle property.
setBundleDeploymentStatus(int, BundleDeploymentStatus) - Method in interface org.rhq.core.clientapi.server.bundle.BundleServerService
Set the (completion) status of a deployment.
setBundleTarget(BundleTargetDescriptor) - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Sets the value of the bundleTarget property.
setCategory(ContentDescriptorCategory) - Method in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
Sets the value of the category property.
setCategory(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
Sets the value of the category property.
setClassLoader(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Sets the value of the classLoader property.
setClazz(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Sets the value of the clazz property.
setCleanDeployment(boolean) - Method in class org.rhq.core.clientapi.agent.bundle.BundleScheduleRequest
 
setConfiguration(Configuration) - Method in class org.rhq.core.clientapi.agent.configuration.ConfigurationUpdateRequest
 
setConfiguration(ConfigurationDescriptor) - Method in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
Sets the value of the configuration property.
setConfiguration(Configuration) - Method in class org.rhq.core.clientapi.server.configuration.ConfigurationUpdateResponse
 
setConfigurationFormat(ConfigurationFormat) - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationDescriptor
Sets the value of the configurationFormat property.
setConfigurationProperty(JAXBElement<? extends ConfigurationProperty>) - Method in class org.rhq.core.clientapi.descriptor.configuration.ListProperty
The type of child property.
setConfigurationUpdateId(int) - Method in class org.rhq.core.clientapi.agent.configuration.ConfigurationUpdateRequest
 
setConfigurationUpdateId(int) - Method in class org.rhq.core.clientapi.server.configuration.ConfigurationUpdateResponse
 
setContentType(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.Help
Sets the value of the contentType property.
setCreateDeletePolicy(ResourceCreateDeletePolicy) - Method in class org.rhq.core.clientapi.descriptor.plugin.ServerDescriptor
Sets the value of the createDeletePolicy property.
setCreateDeletePolicy(ResourceCreateDeletePolicy) - Method in class org.rhq.core.clientapi.descriptor.plugin.ServiceDescriptor
Sets the value of the createDeletePolicy property.
setCreationDataType(ResourceCreationData) - Method in class org.rhq.core.clientapi.descriptor.plugin.ServerDescriptor
Sets the value of the creationDataType property.
setCreationDataType(ResourceCreationData) - Method in class org.rhq.core.clientapi.descriptor.plugin.ServiceDescriptor
Sets the value of the creationDataType property.
setDatabaseBacking(DatabaseBackingType) - Method in class org.rhq.core.clientapi.descriptor.configuration.DynamicProperty
Sets the value of the databaseBacking property.
setDataFileName(String) - Method in class org.rhq.core.clientapi.server.drift.SnapshotReport
 
setDataInputStream(InputStream) - Method in class org.rhq.core.clientapi.server.drift.SnapshotReport
 
setDataSize(long) - Method in class org.rhq.core.clientapi.server.drift.SnapshotReport
 
setDataType(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
Sets the value of the dataType property.
setDateFormat(DateFormat) - Method in class org.rhq.core.clientapi.util.units.DateFormatter.DateSpecifics
 
setDefaultInterval(BigInteger) - Method in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
Sets the value of the defaultInterval property.
setDefaultOn(Boolean) - Method in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
Sets the value of the defaultOn property.
setDefaultValue(String) - Method in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
Sets the value of the defaultValue property.
setDefaultValueDescription(String) - Method in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
Sets the value of the defaultValueDescription property.
setDescription(String) - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
Sets the value of the description property.
setDescription(String) - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationTemplateDescriptor
Sets the value of the description property.
setDescription(String) - Method in class org.rhq.core.clientapi.descriptor.configuration.PropertyGroup
Sets the value of the description property.
setDescription(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.BundleTargetDescriptor.DestinationBaseDir
Sets the value of the description property.
setDescription(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
Sets the value of the description property.
setDescription(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor
Sets the value of the description property.
setDescription(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.EventDescriptor
Sets the value of the description property.
setDescription(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
Sets the value of the description property.
setDescription(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.OperationDescriptor
Sets the value of the description property.
setDescription(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
Sets the value of the description property.
setDescription(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Sets the value of the description property.
setDescription(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.SubCategoryDescriptor
Sets the value of the description property.
setDestinationType(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
Sets the value of the destinationType property.
setDisabledResourceTypes(List<String>, String, String) - Method in class org.rhq.core.clientapi.agent.metadata.PluginMetadataManager
This will define resource types that will be disabled - and by that it means the discovery and resource components will not do anything (it is assumed the classnames for the component classes will not do anything).
setDiscovery(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Sets the value of the discovery property.
setDiscoveryInterval(Integer) - Method in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
Sets the value of the discoveryInterval property.
setDisplayName(String) - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
Sets the value of the displayName property.
setDisplayName(String) - Method in class org.rhq.core.clientapi.descriptor.configuration.PropertyGroup
Sets the value of the displayName property.
setDisplayName(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
Sets the value of the displayName property.
setDisplayName(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.EventDescriptor
Sets the value of the displayName property.
setDisplayName(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
Sets the value of the displayName property.
setDisplayName(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.OperationDescriptor
Sets the value of the displayName property.
setDisplayName(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
Sets the value of the displayName property.
setDisplayName(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.SubCategoryDescriptor
Sets the value of the displayName property.
setDisplayType(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
Sets the value of the displayType property.
setDriftHandlingMode(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor
Sets the value of the driftHandlingMode property.
setEndTime(long) - Method in class org.rhq.core.clientapi.server.discovery.InventoryReport
 
setErrorMessage(String) - Method in class org.rhq.core.clientapi.agent.bundle.BundlePurgeResponse
 
setErrorMessage(Throwable) - Method in class org.rhq.core.clientapi.agent.bundle.BundlePurgeResponse
 
setErrorMessage(String) - Method in class org.rhq.core.clientapi.agent.bundle.BundleScheduleResponse
 
setErrorMessage(Throwable) - Method in class org.rhq.core.clientapi.agent.bundle.BundleScheduleResponse
 
setErrorMessage(String) - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceResponse
 
setErrorMessage(String) - Method in class org.rhq.core.clientapi.agent.inventory.DeleteResourceResponse
 
setErrorMessage(String) - Method in class org.rhq.core.clientapi.server.configuration.ConfigurationUpdateResponse
Calling this method with a non-null error message implies that the request's status is ConfigurationUpdateStatus.FAILURE.
setErrorMessage(String) - Method in class org.rhq.core.clientapi.server.content.ContentServiceResponse
 
setErrorMessageFromThrowable(Throwable) - Method in class org.rhq.core.clientapi.server.configuration.ConfigurationUpdateResponse
Convienence method that sets the error message to the given throwable's stack trace dump.
setErrorMessageFromThrowable(Throwable) - Method in class org.rhq.core.clientapi.server.content.ContentServiceResponse
Convienence method that sets the error message to the given throwable's stack trace dump.
setErrorProperties(Throwable) - Method in class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeRequest
 
setExcludes(ExcludesDescriptor) - Method in class org.rhq.core.clientapi.descriptor.drift.DriftDescriptor
Sets the value of the excludes property.
setExcludes(DriftExcludesDescriptor) - Method in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor
Sets the value of the excludes property.
setExcludes(List<String>) - Method in class org.rhq.core.clientapi.server.discovery.AutoDiscoveryRequest
 
setExpression(String) - Method in class org.rhq.core.clientapi.descriptor.configuration.OptionSource
Sets the value of the expression property.
setExpression(String) - Method in class org.rhq.core.clientapi.descriptor.configuration.RegexConstraintType
Sets the value of the expression property.
setFailoverList(FailoverListComposite) - Method in class org.rhq.core.clientapi.server.core.AgentRegistrationResults
setFilter(String) - Method in class org.rhq.core.clientapi.descriptor.configuration.OptionSource
Sets the value of the filter property.
setHelp(Help) - Method in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
Sets the value of the help property.
setHelp(Help) - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Sets the value of the help property.
setHiddenByDefault(Boolean) - Method in class org.rhq.core.clientapi.descriptor.configuration.PropertyGroup
Sets the value of the hiddenByDefault property.
setIncludes(IncludesDescriptor) - Method in class org.rhq.core.clientapi.descriptor.drift.DriftDescriptor
Sets the value of the includes property.
setIncludes(DriftIncludesDescriptor) - Method in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor
Sets the value of the includes property.
setInitialValue(String) - Method in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
Sets the value of the initialValue property.
setInterval(Long) - Method in class org.rhq.core.clientapi.descriptor.drift.DriftDescriptor
Sets the value of the interval property.
setInterval(Long) - Method in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor
Sets the value of the interval property.
setIsCreationType(Boolean) - Method in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
Sets the value of the isCreationType property.
setKey(DatabaseBackingKeys) - Method in class org.rhq.core.clientapi.descriptor.configuration.DatabaseBackingType
Sets the value of the key property.
setLinkToTarget(Boolean) - Method in class org.rhq.core.clientapi.descriptor.configuration.OptionSource
Sets the value of the linkToTarget property.
setLongDescription(String) - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
Sets the value of the longDescription property.
setMatch(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.Version
Sets the value of the match property.
setMax(String) - Method in class org.rhq.core.clientapi.descriptor.configuration.ListProperty
Sets the value of the max property.
setMaximum(Float) - Method in class org.rhq.core.clientapi.descriptor.configuration.FloatConstraintType
Sets the value of the maximum property.
setMaximum(BigInteger) - Method in class org.rhq.core.clientapi.descriptor.configuration.IntegerConstraintType
Sets the value of the maximum property.
setMeasurementType(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
Sets the value of the measurementType property.
setMetadataFileName(String) - Method in class org.rhq.core.clientapi.server.drift.SnapshotReport
 
setMetadataInputStream(InputStream) - Method in class org.rhq.core.clientapi.server.drift.SnapshotReport
 
setMetadataSize(long) - Method in class org.rhq.core.clientapi.server.drift.SnapshotReport
 
setMin(BigInteger) - Method in class org.rhq.core.clientapi.descriptor.configuration.ListProperty
Sets the value of the min property.
setMinimum(Float) - Method in class org.rhq.core.clientapi.descriptor.configuration.FloatConstraintType
Sets the value of the minimum property.
setMinimum(BigInteger) - Method in class org.rhq.core.clientapi.descriptor.configuration.IntegerConstraintType
Sets the value of the minimum property.
setName(String) - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
Sets the value of the name property.
setName(String) - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationTemplateDescriptor
Sets the value of the name property.
setName(String) - Method in class org.rhq.core.clientapi.descriptor.configuration.Option
Sets the value of the name property.
setName(String) - Method in class org.rhq.core.clientapi.descriptor.configuration.PropertyGroup
Sets the value of the name property.
setName(String) - Method in class org.rhq.core.clientapi.descriptor.drift.DriftDescriptor
Sets the value of the name property.
setName(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.BundleTargetDescriptor.DestinationBaseDir
Sets the value of the name property.
setName(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
Sets the value of the name property.
setName(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor
Sets the value of the name property.
setName(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.EventDescriptor
Sets the value of the name property.
setName(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.OperationDescriptor
Sets the value of the name property.
setName(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.ParentResourceType
Sets the value of the name property.
setName(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
Sets the value of the name property.
setName(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.ProcessScanDescriptor
Sets the value of the name property.
setName(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Sets the value of the name property.
setName(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.SubCategoryDescriptor
Sets the value of the name property.
setNotes(String) - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationDescriptor
Sets the value of the notes property.
setOptionSource(OptionSource) - Method in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
Sets the value of the optionSource property.
setPackage(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
Sets the value of the package property.
setPackageDetails(ResourcePackageDetails) - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceRequest
 
setParameters(ConfigurationDescriptor) - Method in class org.rhq.core.clientapi.descriptor.plugin.OperationDescriptor
Sets the value of the parameters property.
setParentResourceId(int) - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceRequest
 
setPath(String) - Method in class org.rhq.core.clientapi.descriptor.drift.DriftFilterDescriptor
Sets the value of the path property.
setPath(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.DriftFilterDescriptor
Sets the value of the path property.
setPaths(List<String>) - Method in class org.rhq.core.clientapi.server.discovery.AutoDiscoveryRequest
 
setPattern(String) - Method in class org.rhq.core.clientapi.descriptor.drift.DriftFilterDescriptor
Sets the value of the pattern property.
setPattern(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.DriftFilterDescriptor
Sets the value of the pattern property.
setPlugin(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.ParentResourceType
Sets the value of the plugin property.
setPlugin(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor.Depends
Sets the value of the plugin property.
setPluginConfiguration(Configuration) - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceRequest
 
setPluginConfiguration(ConfigurationDescriptor) - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Sets the value of the pluginConfiguration property.
setPluginLifecycleListener(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
Sets the value of the pluginLifecycleListener property.
setPluginName(String) - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceRequest
 
setPrecision(int) - Method in class org.rhq.core.clientapi.util.units.FormatSpecifics
 
setProperties(Properties) - Method in class org.rhq.core.clientapi.server.discovery.AutoDiscoveryRequest
 
setProperty(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
Sets the value of the property property.
setPropertyOptions(PropertyOptions) - Method in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
Sets the value of the propertyOptions property.
setQuery(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.ProcessScanDescriptor
Sets the value of the query property.
setReadOnly(Boolean) - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
Sets the value of the readOnly property.
setReplyServerTimestamp(Long) - Method in class org.rhq.core.clientapi.server.core.PingRequest
 
setReplyUpdateAvailability(boolean) - Method in class org.rhq.core.clientapi.server.core.PingRequest
 
setRequestId(int) - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceRequest
 
setRequestId(int) - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceResponse
 
setRequestId(int) - Method in class org.rhq.core.clientapi.agent.inventory.DeleteResourceRequest
 
setRequestId(int) - Method in class org.rhq.core.clientapi.agent.inventory.DeleteResourceResponse
 
setRequestId(int) - Method in class org.rhq.core.clientapi.server.content.ContentServiceResponse
 
setRequestId(long) - Method in class org.rhq.core.clientapi.server.discovery.InventoryReport
 
setRequired(Boolean) - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
Sets the value of the required property.
setResourceConfiguration(Configuration) - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceRequest
 
setResourceConfiguration(Configuration) - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceResponse
 
setResourceConfiguration(ConfigurationDescriptor) - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Sets the value of the resourceConfiguration property.
setResourceEnablement(int, boolean) - Method in interface org.rhq.core.clientapi.server.discovery.DiscoveryServerService
Set the specified resource enabled or disabled.
setResourceError(ResourceError) - Method in interface org.rhq.core.clientapi.server.discovery.DiscoveryServerService
Indicates that an error occurred on a resource.
setResourceId(int) - Method in class org.rhq.core.clientapi.agent.configuration.ConfigurationUpdateRequest
 
setResourceId(int) - Method in class org.rhq.core.clientapi.agent.inventory.DeleteResourceRequest
 
setResourceId(int) - Method in class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeResponse
 
setResourceId(int) - Method in class org.rhq.core.clientapi.server.content.ContentDiscoveryReport
 
setResourceId(int) - Method in class org.rhq.core.clientapi.server.drift.SnapshotReport
 
setResourceKey(String) - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceResponse
 
setResourceName(String) - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceRequest
 
setResourceName(String) - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceResponse
 
setResourceTypeName(String) - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceRequest
 
setResults(ConfigurationDescriptor) - Method in class org.rhq.core.clientapi.descriptor.plugin.OperationDescriptor
Sets the value of the results property.
setRevert(boolean) - Method in class org.rhq.core.clientapi.agent.bundle.BundleScheduleRequest
 
setRunsInside(RunsInsideType) - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Sets the value of the runsInside property.
setRuntimeReport(boolean) - Method in class org.rhq.core.clientapi.server.discovery.InventoryReport
 
setScanTypes(List<AutoDiscoveryScanType>) - Method in class org.rhq.core.clientapi.server.discovery.AutoDiscoveryRequest
 
setServerPlugins(List<String>) - Method in class org.rhq.core.clientapi.server.discovery.AutoDiscoveryRequest
 
setSingleton(Boolean) - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Sets the value of the singleton property.
setSourcePlugin(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.ServerDescriptor
Sets the value of the sourcePlugin property.
setSourcePlugin(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.ServiceDescriptor
Sets the value of the sourcePlugin property.
setSourceType(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.ServerDescriptor
Sets the value of the sourceType property.
setSourceType(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.ServiceDescriptor
Sets the value of the sourceType property.
setStartTime(long) - Method in class org.rhq.core.clientapi.server.discovery.InventoryReport
 
setStatus(CreateResourceStatus) - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceResponse
 
setStatus(DeleteResourceStatus) - Method in class org.rhq.core.clientapi.agent.inventory.DeleteResourceResponse
 
setStatus(ConfigurationUpdateStatus) - Method in class org.rhq.core.clientapi.server.configuration.ConfigurationUpdateResponse
 
setStatus(ContentRequestStatus) - Method in class org.rhq.core.clientapi.server.content.ContentServiceResponse
 
setSubcategories(ResourceDescriptor.Subcategories) - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Sets the value of the subcategories property.
setSubCategory(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Sets the value of the subCategory property.
setSummary(Boolean) - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
Sets the value of the summary property.
setSupportsArchitecture(Boolean) - Method in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
Sets the value of the supportsArchitecture property.
setSupportsManualAdd(Boolean) - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Sets the value of the supportsManualAdd property.
setTarget(SourceType) - Method in class org.rhq.core.clientapi.descriptor.configuration.OptionSource
Sets the value of the target property.
setTarget(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.Version
Sets the value of the target property.
setTimeout(Integer) - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceRequest
 
setTimeout(Integer) - Method in class org.rhq.core.clientapi.descriptor.plugin.OperationDescriptor
Sets the value of the timeout property.
setTimestamp(long) - Method in class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeRequest
 
setType(PropertyType) - Method in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
Sets the value of the type property.
setType(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.Bundle
Sets the value of the type property.
setType(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.ServiceDescriptor
Sets the value of the type property.
setUnits(MeasurementUnitsDescriptor) - Method in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
Sets the value of the units property.
setUnits(MeasurementUnitsDescriptor) - Method in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
Sets the value of the units property.
setUpgradedResourceDescription(String) - Method in class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeResponse
 
setUpgradedResourceKey(String) - Method in class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeResponse
 
setUpgradedResourceName(String) - Method in class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeResponse
 
setUpgradeErrorMessage(String) - Method in class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeRequest
 
setUpgradeErrorStackTrace(String) - Method in class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeRequest
 
setUseClasses(Boolean) - Method in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor.Depends
Sets the value of the useClasses property.
setValue(String) - Method in class org.rhq.core.clientapi.descriptor.configuration.Option
Sets the value of the value property.
setValueContext(String) - Method in class org.rhq.core.clientapi.descriptor.drift.DriftDescriptor.Basedir
Sets the value of the valueContext property.
setValueContext(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.BundleTargetDescriptor.DestinationBaseDir
Sets the value of the valueContext property.
setValueContext(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor.Basedir
Sets the value of the valueContext property.
setValueName(String) - Method in class org.rhq.core.clientapi.descriptor.drift.DriftDescriptor.Basedir
Sets the value of the valueName property.
setValueName(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.BundleTargetDescriptor.DestinationBaseDir
Sets the value of the valueName property.
setValueName(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor.Basedir
Sets the value of the valueName property.
setVersion(Version) - Method in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
Resource version to which this content applies.
setVersion(Version) - Method in class org.rhq.core.clientapi.descriptor.plugin.EventDescriptor
Sets the value of the version property.
setVersion(Version) - Method in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
Sets the value of the version property.
setVersion(Version) - Method in class org.rhq.core.clientapi.descriptor.plugin.OperationDescriptor
Sets the value of the version property.
setVersion(String) - Method in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
Sets the value of the version property.
setVersion(Version) - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Sets the value of the version property.
SimpleFormatter - Class in org.rhq.core.clientapi.util.units
 
SimpleFormatter() - Constructor for class org.rhq.core.clientapi.util.units.SimpleFormatter
 
SimpleProperty - Class in org.rhq.core.clientapi.descriptor.configuration
Java class for simpleProperty complex type.
SimpleProperty() - Constructor for class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
 
singleton - Variable in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
 
SnapshotReport - Class in org.rhq.core.clientapi.server.drift
 
SnapshotReport() - Constructor for class org.rhq.core.clientapi.server.drift.SnapshotReport
 
sourcePlugin - Variable in class org.rhq.core.clientapi.descriptor.plugin.ServerDescriptor
 
sourcePlugin - Variable in class org.rhq.core.clientapi.descriptor.plugin.ServiceDescriptor
 
SourceType - Enum in org.rhq.core.clientapi.descriptor.configuration
Java class for sourceType.
sourceType - Variable in class org.rhq.core.clientapi.descriptor.plugin.ServerDescriptor
 
sourceType - Variable in class org.rhq.core.clientapi.descriptor.plugin.ServiceDescriptor
 
StaleTypeException - Exception in org.rhq.core.clientapi.server.discovery
Exception to indicate that a report contains one or more resource types that have been marked for deletion.
StaleTypeException() - Constructor for exception org.rhq.core.clientapi.server.discovery.StaleTypeException
 
StaleTypeException(String) - Constructor for exception org.rhq.core.clientapi.server.discovery.StaleTypeException
 
StaleTypeException(String, Throwable) - Constructor for exception org.rhq.core.clientapi.server.discovery.StaleTypeException
 
StaleTypeException(Throwable) - Constructor for exception org.rhq.core.clientapi.server.discovery.StaleTypeException
 
storePluginDescriptor(PluginDescriptor) - Method in class org.rhq.core.clientapi.agent.metadata.PluginMetadataManager
This will simply squirrel away the given plugin descriptor for later retrieval via PluginMetadataManager.getPluginDescriptor(String).
stringToInt(String[]) - Static method in class org.rhq.core.clientapi.util.ArrayUtil
Convert a string array to an array of int.
stringToInteger(String[]) - Static method in class org.rhq.core.clientapi.util.ArrayUtil
Convert a string array to an array of Integer.
subcategories - Variable in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
 
SubCategoriesMetadataParser - Class in org.rhq.core.clientapi.agent.metadata
Parser responsible for translating the subcategories section of the rhq-plugin.xml descriptor into domain objects.
SubCategoriesMetadataParser() - Constructor for class org.rhq.core.clientapi.agent.metadata.SubCategoriesMetadataParser
 
subcategory - Variable in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor.Subcategories
 
subCategory - Variable in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
 
subcategory - Variable in class org.rhq.core.clientapi.descriptor.plugin.SubCategoryDescriptor
 
SubCategoryDescriptor - Class in org.rhq.core.clientapi.descriptor.plugin
Java class for subcategory complex type.
SubCategoryDescriptor() - Constructor for class org.rhq.core.clientapi.descriptor.plugin.SubCategoryDescriptor
 
summary - Variable in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
 
SupportAgentService - Interface in org.rhq.core.clientapi.agent.support
The interface to agent's support subsystem which allows the server to request support tasks to be performed, such as asking a snapshot report to be generated for any resource that supports snapshot reporting.
supportsArchitecture - Variable in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
 
supportsManualAdd - Variable in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
 
synchronizeInventory(ResourceSyncInfo) - Method in interface org.rhq.core.clientapi.agent.discovery.DiscoveryAgentService
Called to inform the agent of a status change for the resource represented by syncInfo.

T

target - Variable in class org.rhq.core.clientapi.descriptor.configuration.OptionSource
 
target - Variable in class org.rhq.core.clientapi.descriptor.plugin.Version
 
TemperatureFormatter - Class in org.rhq.core.clientapi.util.units
 
TemperatureFormatter() - Constructor for class org.rhq.core.clientapi.util.units.TemperatureFormatter
 
template - Variable in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationDescriptor
 
TEST_PLATFORM_TYPE - Static variable in class org.rhq.core.clientapi.agent.metadata.PluginMetadataManager
 
timeout - Variable in class org.rhq.core.clientapi.descriptor.plugin.OperationDescriptor
 
TimeUtil - Class in org.rhq.core.clientapi.util
 
TimeUtil() - Constructor for class org.rhq.core.clientapi.util.TimeUtil
 
toPlugin(PluginDescriptor, URL) - Method in class org.rhq.core.clientapi.descriptor.PluginTransformer
Takes the given plugin descriptor and plugin JAR file URL and converts them into a Plugin object.
toString() - Method in class org.rhq.core.clientapi.agent.bundle.BundlePurgeRequest
 
toString() - Method in class org.rhq.core.clientapi.agent.bundle.BundlePurgeResponse
 
toString() - Method in class org.rhq.core.clientapi.agent.bundle.BundleScheduleRequest
 
toString() - Method in class org.rhq.core.clientapi.agent.bundle.BundleScheduleResponse
 
toString() - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceRequest
 
toString() - Method in class org.rhq.core.clientapi.agent.inventory.CreateResourceResponse
 
toString() - Method in class org.rhq.core.clientapi.agent.inventory.DeleteResourceRequest
 
toString() - Method in class org.rhq.core.clientapi.agent.inventory.DeleteResourceResponse
 
toString() - Method in class org.rhq.core.clientapi.agent.metadata.PluginDependencyGraph.PluginDependency
 
toString() - Method in class org.rhq.core.clientapi.agent.metadata.PluginDependencyGraph
 
toString() - Method in class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeRequest
 
toString() - Method in class org.rhq.core.clientapi.server.configuration.ConfigurationUpdateResponse
 
toString() - Method in class org.rhq.core.clientapi.server.content.ContentDiscoveryReport
 
toString() - Method in class org.rhq.core.clientapi.server.content.DeletePackagesRequest
 
toString() - Method in class org.rhq.core.clientapi.server.content.DeployPackagesRequest
 
toString() - Method in class org.rhq.core.clientapi.server.content.RetrievePackageBitsRequest
 
toString() - Method in class org.rhq.core.clientapi.server.core.AgentRegistrationRequest
 
toString() - Method in class org.rhq.core.clientapi.server.core.AgentRegistrationResults
 
toString() - Method in class org.rhq.core.clientapi.server.core.AgentVersion
 
toString() - Method in class org.rhq.core.clientapi.server.core.ConnectAgentRequest
 
toString() - Method in class org.rhq.core.clientapi.server.core.ConnectAgentResults
 
toString(long) - Static method in class org.rhq.core.clientapi.util.TimeUtil
 
toString() - Method in class org.rhq.core.clientapi.util.units.FormattedNumber
 
toString() - Method in class org.rhq.core.clientapi.util.units.UnitNumber
 
translateInstallationSteps(int, ResourcePackageDetails) - Method in interface org.rhq.core.clientapi.agent.content.ContentAgentService
Requests that the plugin translate the package's metadata into domain specific installation instructions.
type - Variable in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
 
type - Variable in class org.rhq.core.clientapi.descriptor.plugin.Bundle
 
type - Variable in class org.rhq.core.clientapi.descriptor.plugin.ServiceDescriptor
 

U

uninventoryResource(int) - Method in interface org.rhq.core.clientapi.agent.discovery.DiscoveryAgentService
Shuts down and removes a Resource and its descendants from the PC's inventory.
uniq(double[]) - Static method in class org.rhq.core.clientapi.util.ArrayUtil
Return an array of values where every value is unique.
UnitNumber - Class in org.rhq.core.clientapi.util.units
 
UnitNumber(double, UnitsConstants) - Constructor for class org.rhq.core.clientapi.util.units.UnitNumber
 
UnitNumber(double, UnitsConstants, ScaleConstants) - Constructor for class org.rhq.core.clientapi.util.units.UnitNumber
 
units - Variable in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
 
units - Variable in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
 
UnitsConstants - Enum in org.rhq.core.clientapi.util.units
Various constants that are internally used for validation and scaling of numbers, time ranges etc.
UnitsFormat - Class in org.rhq.core.clientapi.util.units
 
UnitsFormat() - Constructor for class org.rhq.core.clientapi.util.units.UnitsFormat
 
unscheduleCollection(Set<Integer>) - Method in interface org.rhq.core.clientapi.agent.measurement.MeasurementAgentService
Unschedule previously scheduled measurements for the resources with the specified id's .
unscheduleDriftDetection(int, DriftDefinition) - Method in interface org.rhq.core.clientapi.agent.drift.DriftAgentService
Requests that the agent stop performing the specified drift detection for the resource.
updateCollection(Set<ResourceMeasurementScheduleRequest>) - Method in interface org.rhq.core.clientapi.agent.measurement.MeasurementAgentService
Updates the schedule for a group of measurements on the agent.
updateCompliance(int, String, DriftComplianceStatus) - Method in interface org.rhq.core.clientapi.server.drift.DriftServerService
 
updateDriftDetection(int, DriftDefinition) - Method in interface org.rhq.core.clientapi.agent.drift.DriftAgentService
Requests that the agent update its processing of the specified driftDefinition.
updateDriftDetection(int, DriftDefinition, DriftSnapshot) - Method in interface org.rhq.core.clientapi.agent.drift.DriftAgentService
 
updatePluginConfiguration(int, Configuration) - Method in interface org.rhq.core.clientapi.agent.discovery.DiscoveryAgentService
This will update the plugin configuration for the resource with the given ID.
updateResource(Resource) - Method in class org.rhq.core.clientapi.agent.upgrade.ResourceUpgradeRequest
 
updateResourceConfiguration(ConfigurationUpdateRequest) - Method in interface org.rhq.core.clientapi.agent.configuration.ConfigurationAgentService
Configures a resource with the new set of configuration values found in the Configuration object within the given request.
updateResourceVersion(int, String) - Method in interface org.rhq.core.clientapi.server.discovery.DiscoveryServerService
Updates the version of the specified Resource in inventory, if it is indeed in inventory.
upgradeResources(Set<ResourceUpgradeRequest>) - Method in interface org.rhq.core.clientapi.server.discovery.DiscoveryServerService
Upgrades the data of the resources according to the provided reports.
useClasses - Variable in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor.Depends
 

V

validate(Configuration, int, boolean) - Method in interface org.rhq.core.clientapi.agent.configuration.ConfigurationAgentService
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.
validateConfiguration(Configuration, ConfigurationDefinition) - Static method in class org.rhq.core.clientapi.agent.configuration.ConfigurationUtility
Deprecated.
use the utility found in the domain module -org.rhq.core.domain.configuration.ConfigurationUtility
value() - Method in enum org.rhq.core.clientapi.descriptor.configuration.ActivationPolicy
 
value() - Method in enum org.rhq.core.clientapi.descriptor.configuration.ConfigurationFormat
 
value() - Method in enum org.rhq.core.clientapi.descriptor.configuration.DatabaseBackingKeys
 
value() - Method in enum org.rhq.core.clientapi.descriptor.configuration.MeasurementUnitsDescriptor
 
value - Variable in class org.rhq.core.clientapi.descriptor.configuration.Option
 
value() - Method in enum org.rhq.core.clientapi.descriptor.configuration.PropertyType
 
value() - Method in enum org.rhq.core.clientapi.descriptor.configuration.SourceType
 
value() - Method in enum org.rhq.core.clientapi.descriptor.plugin.ContentDescriptorCategory
 
value() - Method in enum org.rhq.core.clientapi.descriptor.plugin.ResourceCreateDeletePolicy
 
value() - Method in enum org.rhq.core.clientapi.descriptor.plugin.ResourceCreationData
 
valueContext - Variable in class org.rhq.core.clientapi.descriptor.drift.DriftDescriptor.Basedir
 
valueContext - Variable in class org.rhq.core.clientapi.descriptor.plugin.BundleTargetDescriptor.DestinationBaseDir
 
valueContext - Variable in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor.Basedir
 
valueName - Variable in class org.rhq.core.clientapi.descriptor.drift.DriftDescriptor.Basedir
 
valueName - Variable in class org.rhq.core.clientapi.descriptor.plugin.BundleTargetDescriptor.DestinationBaseDir
 
valueName - Variable in class org.rhq.core.clientapi.descriptor.plugin.DriftDescriptor.Basedir
 
valueOf(String) - Static method in enum org.rhq.core.clientapi.agent.operation.CancelResults.InterruptedState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rhq.core.clientapi.descriptor.configuration.ActivationPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rhq.core.clientapi.descriptor.configuration.ConfigurationFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rhq.core.clientapi.descriptor.configuration.DatabaseBackingKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rhq.core.clientapi.descriptor.configuration.MeasurementUnitsDescriptor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rhq.core.clientapi.descriptor.configuration.PropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rhq.core.clientapi.descriptor.configuration.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rhq.core.clientapi.descriptor.plugin.ContentDescriptorCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rhq.core.clientapi.descriptor.plugin.ResourceCreateDeletePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rhq.core.clientapi.descriptor.plugin.ResourceCreationData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rhq.core.clientapi.util.units.ScaleConstants
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rhq.core.clientapi.util.units.UnitsConstants
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.rhq.core.clientapi.agent.operation.CancelResults.InterruptedState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rhq.core.clientapi.descriptor.configuration.ActivationPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rhq.core.clientapi.descriptor.configuration.ConfigurationFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rhq.core.clientapi.descriptor.configuration.DatabaseBackingKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rhq.core.clientapi.descriptor.configuration.MeasurementUnitsDescriptor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rhq.core.clientapi.descriptor.configuration.PropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rhq.core.clientapi.descriptor.configuration.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rhq.core.clientapi.descriptor.plugin.ContentDescriptorCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rhq.core.clientapi.descriptor.plugin.ResourceCreateDeletePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rhq.core.clientapi.descriptor.plugin.ResourceCreationData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rhq.core.clientapi.util.units.ScaleConstants
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rhq.core.clientapi.util.units.UnitsConstants
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
 
version - Variable in class org.rhq.core.clientapi.descriptor.plugin.EventDescriptor
 
version - Variable in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
 
version - Variable in class org.rhq.core.clientapi.descriptor.plugin.OperationDescriptor
 
version - Variable in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
 
version - Variable in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
 
Version - Class in org.rhq.core.clientapi.descriptor.plugin
Java class for anonymous complex type.
Version() - Constructor for class org.rhq.core.clientapi.descriptor.plugin.Version
 

_

_package - Variable in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
 
A B C D E F G H I K L M N O P Q R S T U V _ 

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