All Classes and Interfaces

Class
Description
The type of listeners used to manipulate objects within pools.
An exception raised when an attempt is made to use a pool that has been deleted.
The type of exceptions raised by pool implementations.
An exception raised by attempting to create a new object in a pool when that object would exceed the pool's hard size limit.
An exception raised by an internal overflow error in the pool.
An exception caused when an object raises an exception upon creation.
An exception raised when an object cannot be returned to the pool for any reason.
An exception raised by an attempt to destroy a pool with objects not yet returned.
The default implementation of the JPPoolSynchronousType interface.
The type of usable synchronous pools that yield values of type T for keys of type K, using context values of type C to create new values if necessary.
The type of usable synchronous pools that yield values of type T for keys of type K, using context values of type C to create new values if necessary.