public static enum XcaConnectionEvent.EventType extends java.lang.Enum<XcaConnectionEvent.EventType>
Enum Constant and Description |
---|
CONNECTION_CLOSED
Event notification that an application component has closed the connection.
|
CONNECTION_ERROR_OCCURRED
Event notification that an error occurred on the connection.
|
Modifier and Type | Method and Description |
---|---|
static XcaConnectionEvent.EventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XcaConnectionEvent.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XcaConnectionEvent.EventType CONNECTION_CLOSED
public static final XcaConnectionEvent.EventType CONNECTION_ERROR_OCCURRED
public static XcaConnectionEvent.EventType[] values()
for (XcaConnectionEvent.EventType c : XcaConnectionEvent.EventType.values()) System.out.println(c);
public static XcaConnectionEvent.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 © 2001-2023 Jaybird (Firebird JDBC) team. All rights reserved.