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

A

ActivationPolicy - Enum in org.rhq.core.clientapi.descriptor.configuration
Java class for activationPolicy.
activationPolicy - Variable in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
 
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
 
average(double[]) - Static method in class org.rhq.core.clientapi.util.ArrayUtil
Get the average of an array of values.

B

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
 
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
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_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
 
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
Utility methods for working with Configurations.
ConfigurationUtility() - Constructor for class org.rhq.core.clientapi.agent.configuration.ConfigurationUtility
 
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) - 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.
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.
CoreServerService - Interface in org.rhq.core.clientapi.server.core
The interface to a JON server's core administrative functions used by remote agents.
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
createDeletePolicy - Variable in class org.rhq.core.clientapi.descriptor.plugin.ServerDescriptor
 
createDeletePolicy - Variable in class org.rhq.core.clientapi.descriptor.plugin.ServiceDescriptor
 
createEventDescriptor() - Method in class org.rhq.core.clientapi.descriptor.plugin.ObjectFactory
Create an instance of EventDescriptor
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
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
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) - Constructor for class org.rhq.core.clientapi.agent.inventory.CreateResourceRequest
 
CreateResourceRequest(int, int, String, String, String, Configuration, ResourcePackageDetails) - 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

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.
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.
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.ContentDescriptor
 
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.
destinationType - Variable in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
 
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
 
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.
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
 

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[], 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
 
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.RegexConstraintType
 

F

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... of the specified resourceType to see if a child ResourceSubCategory with the specified name has been defined on one of them.
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.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.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.SimpleProperty
Gets the value of the activationPolicy property.
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.
getAgentName() - Method in class org.rhq.core.clientapi.server.core.ConnectAgentRequest
The name of the agent that is requesting to be connected.
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.
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.
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".
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
 
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.
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 availablity 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.
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.
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.ContentDescriptor
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.
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.
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
 
getEvent() - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Gets the value of the event 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.
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.
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(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.
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.
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.
getMeasurementScheduleIdsForResource(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.
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.plugin.ContentDescriptor
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.
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
 
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.
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. operating system).
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).
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.
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, DataType, String...) - 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.
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
 
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.
getResourceId() - Method in class org.rhq.core.clientapi.agent.configuration.ConfigurationUpdateRequest
 
getResourceId() - Method in class org.rhq.core.clientapi.agent.inventory.DeleteResourceRequest
 
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.
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
 
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.
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.
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.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.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
getType(String, ResourceCategory) - Method in class org.rhq.core.clientapi.agent.metadata.PluginMetadataManager
 
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.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
 
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
 
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
 
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

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
 
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
 
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.
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
 
isDefault() - Method in class org.rhq.core.clientapi.descriptor.configuration.Option
Gets the value of the default property.
isDefaultOn() - Method in class org.rhq.core.clientapi.descriptor.plugin.MetricDescriptor
Gets the value of the defaultOn property.
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.
isReadOnly() - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
Gets the value of the readOnly property.
isRequired() - Method in class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
Gets the value of the required property.
isSingleton() - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Gets the value of the singleton property.
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.

L

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. connection properties).
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. metric collection) subsystem.
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(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.
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.
MIN_1 - Static variable in class org.rhq.core.clientapi.agent.metadata.MetricsMetadataParser
 
MIN_10 - Static variable in class org.rhq.core.clientapi.agent.metadata.MetricsMetadataParser
 
MIN_30 - Static variable in class org.rhq.core.clientapi.agent.metadata.MetricsMetadataParser
 
MIN_5 - Static variable in class org.rhq.core.clientapi.agent.metadata.MetricsMetadataParser
 
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.plugin.ContentDescriptor
 
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
"Normalize" the given configuration according to the given configuration definition.
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.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.
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
Used to describe items available in a property with a list type.
Option() - Constructor for class org.rhq.core.clientapi.descriptor.configuration.Option
 
option - Variable in class org.rhq.core.clientapi.descriptor.configuration.PropertyOptions
 
org.rhq.core.clientapi.agent - package org.rhq.core.clientapi.agent
 
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.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.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.plugin - package org.rhq.core.clientapi.descriptor.plugin
 
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.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
 
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
 
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
 
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.
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 Java class for plugin element declaration.
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
 
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
 
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.

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.
removeResource(int) - Method in interface org.rhq.core.clientapi.agent.discovery.DiscoveryAgentService
Shuts down and removes a Resource and its descendents from the PC's inventory.
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.
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.
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.
scheduleCollection(Set<ResourceMeasurementScheduleRequest>) - Method in interface org.rhq.core.clientapi.agent.measurement.MeasurementAgentService
Schedules a group of measurements on the agent at specified interval.
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.SimpleProperty
Sets the value of the activationPolicy property.
setAgentToken(String) - Method in class org.rhq.core.clientapi.server.core.AgentRegistrationResults
See AgentRegistrationResults.getAgentToken().
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.
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.
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
 
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
 
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.
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
 
setDefault(Boolean) - Method in class org.rhq.core.clientapi.descriptor.configuration.Option
Sets the value of the default property.
setDefaultInterval(Integer) - 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.ContentDescriptor
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.
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.
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.
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
See AgentRegistrationResults.getFailoverList().
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.
setInitialValue(String) - Method in class org.rhq.core.clientapi.descriptor.configuration.SimpleProperty
Sets the value of the initialValue property.
setIsCreationType(Boolean) - Method in class org.rhq.core.clientapi.descriptor.plugin.ContentDescriptor
Sets the value of the isCreationType 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.
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.plugin.ContentDescriptor
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.
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
 
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
 
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.
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
 
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.
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
 
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.
setRunsInside(RunsInsideType) - Method in class org.rhq.core.clientapi.descriptor.plugin.ResourceDescriptor
Sets the value of the runsInside property.
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.
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(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.descriptor.plugin.OperationDescriptor
Sets the value of the timeout property.
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.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.
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.
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
 
sourcePlugin - Variable in class org.rhq.core.clientapi.descriptor.plugin.ServerDescriptor
 
sourcePlugin - Variable in class org.rhq.core.clientapi.descriptor.plugin.ServiceDescriptor
 
sourceType - Variable in class org.rhq.core.clientapi.descriptor.plugin.ServerDescriptor
 
sourceType - Variable in class org.rhq.core.clientapi.descriptor.plugin.ServiceDescriptor
 
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.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
 
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.server.configuration.ConfigurationUpdateResponse
 
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.ServiceDescriptor
 

U

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 .
updateCollection(Set<ResourceMeasurementScheduleRequest>) - Method in interface org.rhq.core.clientapi.agent.measurement.MeasurementAgentService
Updates the schedule for a group of measurements on the agent.
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.
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.
useClasses - Variable in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor.Depends
 

V

validateConfiguration(Configuration, ConfigurationDefinition) - Static method in class org.rhq.core.clientapi.agent.configuration.ConfigurationUtility
Validate the given configuration according to the given configuration definition.
value() - Method in enum org.rhq.core.clientapi.descriptor.configuration.ActivationPolicy
 
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.plugin.ContentDescriptorCategory
 
value() - Method in enum org.rhq.core.clientapi.descriptor.plugin.ResourceCreateDeletePolicy
 
value() - Method in enum org.rhq.core.clientapi.descriptor.plugin.ResourceCreationData
 
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.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.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.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.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
 

_

_default - Variable in class org.rhq.core.clientapi.descriptor.configuration.Option
 
_package - Variable in class org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor
 

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

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