| |
|
| java.lang.Object java.util.EventObject snaq.util.ObjectPoolEvent
All known Subclasses: snaq.db.ConnectionPoolEvent,
ObjectPoolEvent | public class ObjectPoolEvent extends EventObject (Code) | | Event for ObjectPool objects.
author: Giles Winstanley |
CHECKIN | final public static int CHECKIN(Code) | | |
CHECKOUT | final public static int CHECKOUT(Code) | | |
MAX_POOL_LIMIT_EXCEEDED | final public static int MAX_POOL_LIMIT_EXCEEDED(Code) | | |
MAX_POOL_LIMIT_REACHED | final public static int MAX_POOL_LIMIT_REACHED(Code) | | |
MAX_SIZE_LIMIT_ERROR | final public static int MAX_SIZE_LIMIT_ERROR(Code) | | |
MAX_SIZE_LIMIT_REACHED | final public static int MAX_SIZE_LIMIT_REACHED(Code) | | |
PARAMETERS_CHANGED | final public static int PARAMETERS_CHANGED(Code) | | |
POOL_RELEASED | final public static int POOL_RELEASED(Code) | | |
ObjectPoolEvent | public ObjectPoolEvent(ObjectPool pool, int type)(Code) | | Creates a new PoolEvent.
|
getPool | public ObjectPool getPool()(Code) | | Returns the pool for which this event was created.
|
getType | public int getType()(Code) | | Returns the type of event this object represents.
|
isMaxPoolLimitExceeded | public boolean isMaxPoolLimitExceeded()(Code) | | |
isMaxPoolLimitReached | public boolean isMaxPoolLimitReached()(Code) | | |
isMaxSizeLimitError | public boolean isMaxSizeLimitError()(Code) | | |
isMaxSizeLimitReached | public boolean isMaxSizeLimitReached()(Code) | | |
isPoolCheckIn | public boolean isPoolCheckIn()(Code) | | |
isPoolCheckOut | public boolean isPoolCheckOut()(Code) | | Returns the type of event this object represents as a string.
|
isPoolParametersChanged | public boolean isPoolParametersChanged()(Code) | | |
isPoolReleased | public boolean isPoolReleased()(Code) | | |
|
|
|