public static enum TraceEventListener.JdbcExecutionEvent extends java.lang.Enum<TraceEventListener.JdbcExecutionEvent>
| Enum Constant and Description |
|---|
AC_REPLAY_STARTED |
AC_REPLAY_SUCCESSFUL |
VIP_RETRY |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the event's description.
|
static TraceEventListener.JdbcExecutionEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TraceEventListener.JdbcExecutionEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TraceEventListener.JdbcExecutionEvent VIP_RETRY
public static final TraceEventListener.JdbcExecutionEvent AC_REPLAY_STARTED
public static final TraceEventListener.JdbcExecutionEvent AC_REPLAY_SUCCESSFUL
public static TraceEventListener.JdbcExecutionEvent[] values()
for (TraceEventListener.JdbcExecutionEvent c : TraceEventListener.JdbcExecutionEvent.values()) System.out.println(c);
public static TraceEventListener.JdbcExecutionEvent 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 java.lang.String getDescription()