Class BaseObjectPoolConfig<T>

java.lang.Object
org.apache.commons.pool2.BaseObject
org.apache.commons.pool2.impl.BaseObjectPoolConfig<T>
Type Parameters:
T - Type of element pooled.
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
GenericKeyedObjectPoolConfig, GenericObjectPoolConfig

public abstract class BaseObjectPoolConfig<T> extends BaseObject implements Cloneable
Provides the implementation for the common attributes shared by the sub-classes. New instances of this class will be created using the defaults defined by the public constants.

This class is not thread-safe.

Since:
2.0