public abstract class JmxFrameworkValues
extends java.lang.Object
Constructor and Description |
---|
JmxFrameworkValues()
Creates this FrameworkJmxMetrics.
|
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<BaseJmxValue> |
getFrameworkMetrics()
The metrics to add for the framework.
|
java.util.List<BaseJmxInvokeValue> |
getJmxInvokers()
The jmx invokes which need to occur to get metrics.Generally this returns null.
|
abstract java.lang.String |
getPrefix()
The prefix for all of the metrics.
|
public abstract java.util.List<BaseJmxValue> getFrameworkMetrics()
public java.util.List<BaseJmxInvokeValue> getJmxInvokers()
public abstract java.lang.String getPrefix()