| Interface | Description |
|---|---|
| NodeLocation |
Just a marker interface for protocol specific node locations.
|
| Class | Description |
|---|---|
| AttributeLocation<L> |
A comnination of an attribute name (in
AttributeLocation.attribute) and node location (in AttributeLocation.location). |
| AttributeLocationProvider<L> |
This abstract class simply is here as a common way for subclasses to be provided
an attribute location.
|
| AvailType<L> | |
| ConnectionData |
The data to use when connecting to a remote host.
|
| ID |
Can be used to identify object instances.
|
| IDObject |
An object that has an ID that can uniquely identify it.
|
| Instance<L,T extends AttributeLocationProvider<L>> |
An abstract supertype for
MeasurementInstance and ResourceConfigurationPropertyInstance. |
| Interval |
A bundle consisting of a number of time units and the time unit
|
| InventoryIdUtil |
Basic functions used to generate and work with IDs for entities in inventory.
|
| InventoryIdUtil.ResourceIdParts | |
| MeasurementInstance<L,T extends MeasurementType<L>> |
A measurement instance that can be used to represent either numeric metric data or availability data.
|
| MeasurementType<L> |
A common superclass for
AvailType and MetricType. |
| MetricType<L> | |
| MonitoredEndpoint<C extends MonitorServiceConfiguration.AbstractEndpointConfiguration> |
A named protocol specific endpoint to monitor.
|
| Name | |
| NamedObject |
An object that has an associated name as well as an ID.
|
| NameSet |
A generic named, disableable collection of other names.
|
| NameSet.NameSetBuilder | |
| NodeLocationProvider<L> | |
| NodeLocationProvider.Builder<This extends NodeLocationProvider.Builder<?,L>,L> | |
| Operation<L> |
Defines an operation that can be executed on the managed resource.
|
| OperationParam |
Immutable object that describes a single operation parameter.
|
| Resource<L> |
Identifies a managed resource and contains all of its related data.
|
| Resource.Builder<L> | |
| ResourceConfigurationPropertyInstance<L> | |
| ResourceConfigurationPropertyType<L> | |
| ResourceManager<L> |
Holds the graph of resources.
|
| ResourceManager.AddResult<L> |
Indicates the results of the
ResourceManager.addResource(Resource) method. |
| ResourceType<L> | |
| ResourceType.Builder<This extends ResourceType.Builder<?,L>,L> | |
| ResourceTypeManager<L> |
Holds the graph of resource types.
|
| TypeSet<T extends NamedObject> |
A named, disableable collection of types.
|
| TypeSet.TypeSetBuilder<T extends NamedObject> | |
| TypeSets<L> |
A bundle of various
TypeSets. |
| TypeSets.Builder<L> |
| Enum | Description |
|---|---|
| ResourceManager.AddResult.Effect |
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.