public interface ConnectionObserver
| 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)
connection - The physical connection just obtained.void physicalConnectionReleased()
void logicalConnectionClosed()
void statementPrepared()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.