Return-Path: X-Original-To: apmail-commons-notifications-archive@minotaur.apache.org Delivered-To: apmail-commons-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E34C318F83 for ; Wed, 27 May 2015 15:48:39 +0000 (UTC) Received: (qmail 99123 invoked by uid 500); 27 May 2015 15:48:39 -0000 Delivered-To: apmail-commons-notifications-archive@commons.apache.org Received: (qmail 99072 invoked by uid 500); 27 May 2015 15:48:39 -0000 Mailing-List: contact notifications-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list notifications@commons.apache.org Received: (qmail 98778 invoked by uid 99); 27 May 2015 15:48:39 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 May 2015 15:48:39 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 88C56AC0B60 for ; Wed, 27 May 2015 15:48:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r952883 [19/37] - in /websites/production/commons/content/proper/commons-pool/api-2.4: ./ org/ org/apache/ org/apache/commons/ org/apache/commons/pool2/ org/apache/commons/pool2/class-use/ org/apache/commons/pool2/impl/ org/apache/commons/p... Date: Wed, 27 May 2015 15:48:36 -0000 To: notifications@commons.apache.org From: psteitz@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150527154839.88C56AC0B60@hades.apache.org> Propchange: websites/production/commons/content/proper/commons-pool/api-2.4/org/apache/commons/pool2/impl/GenericObjectPool.html ------------------------------------------------------------------------------ svn:eol-style = native Added: websites/production/commons/content/proper/commons-pool/api-2.4/org/apache/commons/pool2/impl/GenericObjectPoolConfig.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/api-2.4/org/apache/commons/pool2/impl/GenericObjectPoolConfig.html (added) +++ websites/production/commons/content/proper/commons-pool/api-2.4/org/apache/commons/pool2/impl/GenericObjectPoolConfig.html Wed May 27 15:48:33 2015 @@ -0,0 +1,547 @@ + + + + + + +GenericObjectPoolConfig (Apache Commons Pool 2.4 API) + + + + + + + + + + + +
+
org.apache.commons.pool2.impl
+

Class GenericObjectPoolConfig

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Cloneable
    +
    +
    +
    +
    public class GenericObjectPoolConfig
    +extends BaseObjectPoolConfig
    +
    A simple "struct" encapsulating the configuration for a + GenericObjectPool. + +

    + This class is not thread-safe; it is only intended to be used to provide + attributes used when creating a pool.

    +
    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Revision: $
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.

+ + Propchange: websites/production/commons/content/proper/commons-pool/api-2.4/org/apache/commons/pool2/impl/GenericObjectPoolConfig.html ------------------------------------------------------------------------------ svn:eol-style = native Added: websites/production/commons/content/proper/commons-pool/api-2.4/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/api-2.4/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html (added) +++ websites/production/commons/content/proper/commons-pool/api-2.4/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html Wed May 27 15:48:33 2015 @@ -0,0 +1,949 @@ + + + + + + +GenericObjectPoolMXBean (Apache Commons Pool 2.4 API) + + + + + + + + + + + +
+
org.apache.commons.pool2.impl
+

Interface GenericObjectPoolMXBean

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    GenericObjectPool
    +
    +
    +
    +
    public interface GenericObjectPoolMXBean
    +
    Defines the methods that will be made available via JMX. + + NOTE: This interface exists only to define those attributes and methods that + will be made available via JMX. It must not be implemented by clients + as it is subject to change between major, minor and patch version + releases of commons pool. Clients that implement this interface may + not, therefore, be able to upgrade to a new minor or patch release + without requiring code changes.
    +
    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Revision: $
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.

+ + Propchange: websites/production/commons/content/proper/commons-pool/api-2.4/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html ------------------------------------------------------------------------------ svn:eol-style = native