public interface ConnectionObserver
An observer of logical connection events.
| Modifier and Type | Method and Description |
|---|---|
void |
logicalConnectionClosed()
The logical connection was closed.
|
void |
physicalConnectionObtained(Connection connection)
A physical connection was obtained.
|
void |
physicalConnectionReleased()
A physical connection was released.
|
void |
statementPrepared()
Notification of a statement being prepared
|
void physicalConnectionObtained(Connection connection)
A physical connection was obtained.
connection - The physical connection just obtained.void physicalConnectionReleased()
A physical connection was released.
void logicalConnectionClosed()
The logical connection was closed.
void statementPrepared()
Notification of a statement being prepared
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.