| Package | Description |
|---|---|
| com.mysql.cj.protocol | |
| com.mysql.cj.xdevapi |
Java classes for X DevAPI support.
|
| Modifier and Type | Method and Description |
|---|---|
static Protocol.ProtocolEventListener.EventType |
Protocol.ProtocolEventListener.EventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Protocol.ProtocolEventListener.EventType[] |
Protocol.ProtocolEventListener.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Protocol.ProtocolEventListener.handleEvent(Protocol.ProtocolEventListener.EventType type,
java.lang.Object info,
java.lang.Throwable reason) |
void |
Protocol.ProtocolEventHandler.invokeListeners(Protocol.ProtocolEventListener.EventType type,
java.lang.Throwable reason) |
void |
AbstractProtocol.invokeListeners(Protocol.ProtocolEventListener.EventType type,
java.lang.Throwable reason) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientImpl.handleEvent(Protocol.ProtocolEventListener.EventType type,
java.lang.Object info,
java.lang.Throwable reason) |