public enum Metric extends Enum<Metric>
| Enum Constant and Description |
|---|
ATP_ITF_REPORTING_JMS_LISTENER_THREAD_POOL_ACTIVE_SIZE |
ATP_ITF_REPORTING_JMS_LISTENER_THREAD_POOL_MAX_SIZE |
| Modifier and Type | Method and Description |
|---|---|
static Metric |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Metric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Metric ATP_ITF_REPORTING_JMS_LISTENER_THREAD_POOL_MAX_SIZE
public static final Metric ATP_ITF_REPORTING_JMS_LISTENER_THREAD_POOL_ACTIVE_SIZE
public static Metric[] values()
for (Metric c : Metric.values()) System.out.println(c);
public static Metric valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2025. All rights reserved.