Class BaseObjectPoolConfig<T>

  • Type Parameters:
    T - Type of element pooled.
    All Implemented Interfaces:
    java.lang.Cloneable
    Direct Known Subclasses:
    GenericKeyedObjectPoolConfig, GenericObjectPoolConfig

    public abstract class BaseObjectPoolConfig<T>
    extends BaseObject
    implements java.lang.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