| Interface | Description |
|---|---|
| Validatable |
Objects that can have their state checked for correctness implement this interface.
|
| Class | Description |
|---|---|
| AbstractExpression<T> |
If a YAML property supports expressions (that is, can have ${x} tokens in its value), the
property type is going to be a subclass of this.
|
| AbstractStringifiedProperty<T> |
Provides a way to serialize and deserialize YAML value as a String but maintain
an object of type
|
| BooleanExpression |
The type of any YAML property that is a boolean
but whose YAML representation can include ${x} expressions.
|
| ConfigConverter |
Converts the YAML configuration to the configuration used by the agent (
AgentCoreEngineConfiguration). |
| ConfigManager |
This manages the configuration file.
|
| Configuration | |
| Diagnostics | |
| DMRAvail | |
| DMRAvailSet | |
| DMRMetric | |
| DMRMetricSet | |
| DMRNotification |
The Notification name should map to a defined NotificationType using the transform:
|
| DMROperation | |
| DMROperationParam | |
| DMRResourceConfig | |
| DMRResourceType | |
| DMRResourceTypeSet | |
| IntegerExpression |
The type of any YAML property that is an integer
but whose YAML representation can include ${x} expressions.
|
| JMXAvail | |
| JMXAvailSet | |
| JMXMetric | |
| JMXMetricSet | |
| JMXOperation | |
| JMXOperationParam | |
| JMXResourceConfig | |
| JMXResourceType | |
| JMXResourceTypeSet | |
| LocalDMR | |
| LocalJMX | |
| ManagedServers | |
| MeasurementUnitJsonProperty | |
| MetricTypeJsonProperty | |
| Platform | |
| Platform.PlatformChild | |
| RemoteDMR | |
| RemoteJMX | |
| SecurityRealm | |
| StorageAdapter | |
| StringExpression |
The type of any YAML property that is a string
but whose YAML representation can include ${x} expressions.
|
| StringExpression.StringValue | |
| StringPropertyReplacer |
A utility class for replacing properties in strings.
|
| Subsystem | |
| WaitFor |
| Enum | Description |
|---|---|
| Diagnostics.ReportTo | |
| StorageAdapter.Type | |
| TimeUnits |
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.