public enum ServerJmxMetricGenerator extends java.lang.Enum<ServerJmxMetricGenerator>
| Modifier and Type | Method and Description |
|---|---|
abstract JmxMetric |
createMetric(java.lang.String attributeName) |
static ServerJmxMetricGenerator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServerJmxMetricGenerator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerJmxMetricGenerator MAX_THREAD_POOL_COUNT
public static final ServerJmxMetricGenerator ACTIVE_THREAD_POOL_COUNT
public static final ServerJmxMetricGenerator IDLE_THREAD_POOL_COUNT
public static final ServerJmxMetricGenerator STANDBY_THREAD_POOL_COUNT
public static final ServerJmxMetricGenerator SESSION_AVG_ALIVE_TIME
public static final ServerJmxMetricGenerator SESSION_ACTIVE_COUNT
public static final ServerJmxMetricGenerator SESSION_REJECTED_COUNT
public static final ServerJmxMetricGenerator SESSION_EXPIRED_COUNT
public static final ServerJmxMetricGenerator TRANS_ACTIVE_COUNT
public static final ServerJmxMetricGenerator TRANS_NESTED_COUNT
public static final ServerJmxMetricGenerator TRANS_COMMITED_COUNT
public static final ServerJmxMetricGenerator TRANS_ROLLED_BACK_COUNT
public static final ServerJmxMetricGenerator TRANS_TOP_LEVEL_COUNT
public static ServerJmxMetricGenerator[] values()
for (ServerJmxMetricGenerator c : ServerJmxMetricGenerator.values()) System.out.println(c);
public static ServerJmxMetricGenerator valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic abstract JmxMetric createMetric(java.lang.String attributeName)