| 程序包 | 说明 |
|---|---|
| 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. |
| 限定符和类型 | 方法和说明 |
|---|---|
MetricType |
ManagedMetric.getMetricType()
A description of how this metric's values change over time.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ManagedMetric.setMetricType(MetricType metricType)
A description of how this metric's values change over time.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static MetricType |
MetricType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static MetricType[] |
MetricType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|