public static enum AbstractStatisticEvent.EventType extends java.lang.Enum<AbstractStatisticEvent.EventType>
Enum Constant and Description |
---|
ASYNCHRONOUS_EXECUTION_EVENT |
CALLBACK_COMPLETION_EVENT |
CALLBACK_HANDLED_EVENT |
CALLBACK_RECEIVED_EVENT |
CALLBACK_SENT_EVENT |
ENDFLOW_EVENT |
FAULT_EVENT |
PARENT_REOPEN_EVENT |
STATISTICS_CLOSE_EVENT |
STATISTICS_OPEN_EVENT |
Modifier and Type | Method and Description |
---|---|
static AbstractStatisticEvent.EventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractStatisticEvent.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractStatisticEvent.EventType ASYNCHRONOUS_EXECUTION_EVENT
public static final AbstractStatisticEvent.EventType CALLBACK_COMPLETION_EVENT
public static final AbstractStatisticEvent.EventType CALLBACK_HANDLED_EVENT
public static final AbstractStatisticEvent.EventType CALLBACK_RECEIVED_EVENT
public static final AbstractStatisticEvent.EventType CALLBACK_SENT_EVENT
public static final AbstractStatisticEvent.EventType ENDFLOW_EVENT
public static final AbstractStatisticEvent.EventType FAULT_EVENT
public static final AbstractStatisticEvent.EventType PARENT_REOPEN_EVENT
public static final AbstractStatisticEvent.EventType STATISTICS_CLOSE_EVENT
public static final AbstractStatisticEvent.EventType STATISTICS_OPEN_EVENT
public static AbstractStatisticEvent.EventType[] values()
for (AbstractStatisticEvent.EventType c : AbstractStatisticEvent.EventType.values()) System.out.println(c);
public static AbstractStatisticEvent.EventType 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 nullCopyright © 2005-2021 Apache Software Foundation. All Rights Reserved.