|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
PooledObject | Optional interface for an object in an ObjectPool. |
PoolEventListener | A listener for object pool events. |
Class Summary | |
ObjectPool | A generic object pool. |
PoolEvent | An event caused by an object in a pool. |
PoolObjectFactory | Creates objects to be used in an object pool. |
Contains classes required for generic object pools. With these classes, you can create pools for any type of objects - all you do is supply the object factory. There are specific object factory implementations for JDBC connections in the package org.minerva.factories.
This documentation links to the J2SE v1.3 documentation on the JavaSoft web site, but the classes are compatible with v1.2 as well.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |