src/main/java/org/apache/commons/pool3/impl/GenericKeyedObjectPoolMXBean.java [44:86]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    boolean getBlockWhenExhausted();

    /**
     * See {@link GenericKeyedObjectPool#getBorrowedCount()}.
     *
     * @return See {@link GenericKeyedObjectPool#getBorrowedCount()}.
     */
    long getBorrowedCount();

    /**
     * See {@link GenericKeyedObjectPool#getCreatedCount()}.
     *
     * @return See {@link GenericKeyedObjectPool#getCreatedCount()}.
     */
    long getCreatedCount();

    /**
     * See {@link GenericKeyedObjectPool#getCreationStackTrace()}.
     *
     * @return See {@link GenericKeyedObjectPool#getCreationStackTrace()}.
     */
    String getCreationStackTrace();

    /**
     * See {@link GenericKeyedObjectPool#getDestroyedByBorrowValidationCount()}.
     *
     * @return See {@link GenericKeyedObjectPool#getDestroyedByBorrowValidationCount()}.
     */
    long getDestroyedByBorrowValidationCount();

    /**
     * See {@link GenericKeyedObjectPool#getDestroyedByEvictorCount()}.
     *
     * @return See {@link GenericKeyedObjectPool#getDestroyedByEvictorCount()}.
     */
    long getDestroyedByEvictorCount();

    /**
     * See {@link GenericKeyedObjectPool#getDestroyedCount()}.
     *
     * @return See {@link GenericKeyedObjectPool#getDestroyedCount()}.
     */
    long getDestroyedCount();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/commons/pool3/impl/GenericObjectPoolMXBean.java [39:81]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    boolean getBlockWhenExhausted();

    /**
     * See {@link GenericObjectPool#getBorrowedCount()}.
     *
     * @return See {@link GenericObjectPool#getBorrowedCount()}.
     */
    long getBorrowedCount();

    /**
     * See {@link GenericObjectPool#getCreatedCount()}.
     *
     * @return See {@link GenericObjectPool#getCreatedCount()}.
     */
    long getCreatedCount();

    /**
     * See {@link GenericObjectPool#getCreationStackTrace()}.
     *
     * @return See {@link GenericObjectPool#getCreationStackTrace()}.
     */
    String getCreationStackTrace();

    /**
     * See {@link GenericObjectPool#getDestroyedByBorrowValidationCount()}.
     *
     * @return See {@link GenericObjectPool#getDestroyedByBorrowValidationCount()}.
     */
    long getDestroyedByBorrowValidationCount();

    /**
     * See {@link GenericObjectPool#getDestroyedByEvictorCount()}.
     *
     * @return See {@link GenericObjectPool#getDestroyedByEvictorCount()}.
     */
    long getDestroyedByEvictorCount();

    /**
     * See {@link GenericObjectPool#getDestroyedCount()}.
     *
     * @return See {@link GenericObjectPool#getDestroyedCount()}.
     */
    long getDestroyedCount();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



