| Class | Description |
|---|---|
| BaseJmxInvokeValue |
Some application servers such as glassfish require you to invoke the boot method to get any jmx metrics.
|
| BaseJmxValue |
This is the base class for storing a jmx metrics.
|
| JmxFrameworkValues | |
| JmxMetric | |
| MonotonicallyIncreasingJmxMetric | |
| SimpleJmxMetric |
| Enum | Description |
|---|---|
| DataSourceJmxMetricGenerator | |
| EjbPoolJmxMetricGenerator | |
| EjbTransactionJmxMetricGenerator | |
| JmxAction | |
| JMXMetricType |
Determines how the metric should be reported.
|
| JtaJmxMetricGenerator | |
| KafkaMetricGenerator | |
| ServerJmxMetricGenerator |
| Annotation Type | Description |
|---|---|
| JmxInit |
This annotation should be placed on classes which provide JMX metrics to report (JmxFrameworkValues) and should be
loaded on startup.
|