public enum MetricEvent extends Enum<MetricEvent>
| Enum Constant and Description |
|---|
ACQUIRE_QUEUE |
ACQUIRE_TOPIC |
ACQUIRE_WORKER |
COMPLETE_CALLBACK |
CONSTRUCT_MESSAGE |
INVOCATION |
WORKER_IDLE |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplay() |
static MetricEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetricEvent INVOCATION
public static final MetricEvent ACQUIRE_QUEUE
public static final MetricEvent ACQUIRE_TOPIC
public static final MetricEvent CONSTRUCT_MESSAGE
public static final MetricEvent ACQUIRE_WORKER
public static final MetricEvent WORKER_IDLE
public static final MetricEvent COMPLETE_CALLBACK
public static MetricEvent[] values()
for (MetricEvent c : MetricEvent.values()) System.out.println(c);
public static MetricEvent 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 nullpublic String getDisplay()
Copyright © 2013. All Rights Reserved.