public static interface ConnectionPool.IPoolEvent
| Modifier and Type | Method and Description |
|---|---|
void |
connectionAllocated(Connection dbc) |
void |
connectionReleased(Connection dbc) |
void connectionAllocated(@Nonnull Connection dbc) throws Exception
Exceptionvoid connectionReleased(@Nonnull Connection dbc) throws Exception
ExceptionCopyright © 2017 etc.to. All rights reserved.