|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionPoolEvent | |
|---|---|
| snaq.db | Utility classes to enhance the standard JDBC functionality. |
| Uses of ConnectionPoolEvent in snaq.db |
|---|
| Methods in snaq.db with parameters of type ConnectionPoolEvent | |
|---|---|
void |
DBPoolDataSource.maxPoolLimitExceeded(ConnectionPoolEvent evt)
|
void |
ConnectionPoolListener.maxPoolLimitExceeded(ConnectionPoolEvent evt)
Called when a check-out request causes the maxPool limit to be exceeded. |
void |
ConnectionPoolEventAdapter.maxPoolLimitExceeded(ConnectionPoolEvent evt)
|
void |
DBPoolDataSource.maxPoolLimitReached(ConnectionPoolEvent evt)
|
void |
ConnectionPoolListener.maxPoolLimitReached(ConnectionPoolEvent evt)
Called when a check-out request causes the maxPool limit to be reached. |
void |
ConnectionPoolEventAdapter.maxPoolLimitReached(ConnectionPoolEvent evt)
|
void |
DBPoolDataSource.maxSizeLimitError(ConnectionPoolEvent evt)
|
void |
ConnectionPoolListener.maxSizeLimitError(ConnectionPoolEvent evt)
Called when a check-out request attempts to exceed the maxSize limit. |
void |
ConnectionPoolEventAdapter.maxSizeLimitError(ConnectionPoolEvent evt)
|
void |
DBPoolDataSource.maxSizeLimitReached(ConnectionPoolEvent evt)
|
void |
ConnectionPoolListener.maxSizeLimitReached(ConnectionPoolEvent evt)
Called when a check-out request causes the maxSize limit to be reached. |
void |
ConnectionPoolEventAdapter.maxSizeLimitReached(ConnectionPoolEvent evt)
|
void |
DBPoolDataSource.poolCheckIn(ConnectionPoolEvent evt)
|
void |
ConnectionPoolListener.poolCheckIn(ConnectionPoolEvent evt)
Called when a connection is checked back in to the pool. |
void |
ConnectionPoolEventAdapter.poolCheckIn(ConnectionPoolEvent evt)
|
void |
DBPoolDataSource.poolCheckOut(ConnectionPoolEvent evt)
|
void |
ConnectionPoolListener.poolCheckOut(ConnectionPoolEvent evt)
Called when a connection is checked out of the pool. |
void |
ConnectionPoolEventAdapter.poolCheckOut(ConnectionPoolEvent evt)
|
void |
DBPoolDataSource.poolFlushed(ConnectionPoolEvent evt)
|
void |
ConnectionPoolListener.poolFlushed(ConnectionPoolEvent evt)
Called when the pool is flushed of free/unused connections. |
void |
ConnectionPoolEventAdapter.poolFlushed(ConnectionPoolEvent evt)
|
void |
DBPoolDataSource.poolInitCompleted(ConnectionPoolEvent evt)
|
void |
ConnectionPoolListener.poolInitCompleted(ConnectionPoolEvent evt)
Called when the pool's ObjectPool.init(int) method has completed. |
void |
ConnectionPoolEventAdapter.poolInitCompleted(ConnectionPoolEvent evt)
|
void |
DBPoolDataSource.poolParametersChanged(ConnectionPoolEvent evt)
|
void |
ConnectionPoolListener.poolParametersChanged(ConnectionPoolEvent evt)
Called when the pool's parameters are changed. |
void |
ConnectionPoolEventAdapter.poolParametersChanged(ConnectionPoolEvent evt)
|
void |
DBPoolDataSource.poolReleased(ConnectionPoolEvent evt)
|
void |
ConnectionPoolListener.poolReleased(ConnectionPoolEvent evt)
Called when the pool is released (no more events are fired by the pool after this event). |
void |
ConnectionPoolEventAdapter.poolReleased(ConnectionPoolEvent evt)
|
void |
DBPoolDataSource.validationError(ConnectionPoolEvent evt)
|
void |
ConnectionPoolListener.validationError(ConnectionPoolEvent evt)
Called when a connection is found to be invalid. |
void |
ConnectionPoolEventAdapter.validationError(ConnectionPoolEvent evt)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||