| |
|
| com.mchange.v2.resourcepool.ResourcePool
All known Subclasses: com.mchange.v2.resourcepool.BasicResourcePool,
Inner Class :public interface Manager | |
KNOWN_AND_AVAILABLE | final static int KNOWN_AND_AVAILABLE(Code) | | |
KNOWN_AND_CHECKED_OUT | final static int KNOWN_AND_CHECKED_OUT(Code) | | |
UNKNOWN_OR_PURGED | final static int UNKNOWN_OR_PURGED(Code) | | |
markBroken | public void markBroken(Object resc) throws ResourcePoolException(Code) | | Marks a resource as broken. If the resource is checked in,
it will be destroyed immediately. Otherwise, it will be
destroyed on checkin.
|
resetPool | public void resetPool() throws ResourcePoolException(Code) | | Discards all resources managed by the pool
and reacquires new resources to populate the
pool. Current checked out resources will still
be valid, and should still be checked into the
pool (so the pool can destroy them).
|
|
|
|