|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
snaq.util.ObjectPoolEvent
snaq.db.ConnectionPoolEvent
public class ConnectionPoolEvent
Event for signalling changes in ConnectionPool
instances.
Field Summary |
---|
Fields inherited from class snaq.util.ObjectPoolEvent |
---|
CHECKIN, CHECKOUT, INIT_COMPLETED, MAX_POOL_LIMIT_EXCEEDED, MAX_POOL_LIMIT_REACHED, MAX_SIZE_LIMIT_ERROR, MAX_SIZE_LIMIT_REACHED, PARAMETERS_CHANGED, POOL_FLUSHED, POOL_RELEASED, VALIDATION_ERROR |
Method Summary | |
---|---|
ConnectionPool |
getConnectionPool()
|
Methods inherited from class snaq.util.ObjectPoolEvent |
---|
getCheckedOut, getFreeCount, getIdleTimeout, getMaxPool, getMaxSize, getMinPool, getPool, getPoolHitRate, getSize, getType, getTypeString, isMaxPoolLimitExceeded, isMaxPoolLimitReached, isMaxSizeLimitError, isMaxSizeLimitReached, isPoolCheckIn, isPoolCheckOut, isPoolFlushed, isPoolInitCompleted, isPoolParametersChanged, isPoolReleased, isValidationError, toString |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public ConnectionPool getConnectionPool()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |