| Package | Description |
|---|---|
| org.springframework.jmx.export.metadata |
Provides generic JMX metadata classes and basic support for reading
JMX metadata in a provider-agnostic manner.
|
| org.springframework.jmx.support |
Contains support classes for connecting to local and remote
MBeanServers
and for exposing an MBeanServer to remote clients. |
| Modifier and Type | Method and Description |
|---|---|
MetricType |
ManagedMetric.getMetricType()
A description of how this metric's values change over time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedMetric.setMetricType(MetricType metricType)
A description of how this metric's values change over time.
|
| Modifier and Type | Method and Description |
|---|---|
static MetricType |
MetricType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricType[] |
MetricType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|