@Beta public interface ConnectionPoolListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
connectionAdded(ConnectionEvent event)
Invoked when a connection is added to a pool.
|
void |
connectionCheckedIn(ConnectionEvent event)
Invoked when a connection is checked in to a pool.
|
void |
connectionCheckedOut(ConnectionEvent event)
Invoked when a connection is checked out of a pool.
|
void |
connectionPoolClosed(ConnectionPoolEvent event)
Invoked when a connection pool is closed.
|
void |
connectionPoolOpened(ConnectionPoolOpenedEvent event)
Invoked when a connection pool is opened.
|
void |
connectionRemoved(ConnectionEvent event)
Invoked when a connection is removed from a pool.
|
void |
waitQueueEntered(ConnectionPoolWaitQueueEvent event)
Invoked when a connection pool's wait queue is entered.
|
void |
waitQueueExited(ConnectionPoolWaitQueueEvent event)
Invoked when a connection pools wait queue is exited.
|
void connectionPoolOpened(ConnectionPoolOpenedEvent event)
event
- the eventvoid connectionPoolClosed(ConnectionPoolEvent event)
event
- the eventvoid connectionCheckedOut(ConnectionEvent event)
event
- the eventvoid connectionCheckedIn(ConnectionEvent event)
event
- the eventvoid waitQueueEntered(ConnectionPoolWaitQueueEvent event)
event
- the eventvoid waitQueueExited(ConnectionPoolWaitQueueEvent event)
event
- the eventvoid connectionAdded(ConnectionEvent event)
event
- the eventvoid connectionRemoved(ConnectionEvent event)
event
- the eventCopyright © 2016. All Rights Reserved.