You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by ps...@apache.org on 2015/06/01 00:24:05 UTC

svn commit: r953350 [2/37] - in /websites/production/commons/content/proper/commons-pool: api-2.4.1/ api-2.4.1/org/ api-2.4.1/org/apache/ api-2.4.1/org/apache/commons/ api-2.4.1/org/apache/commons/pool2/ api-2.4.1/org/apache/commons/pool2/class-use/ ap...

Added: websites/production/commons/content/proper/commons-pool/api-2.4.1/index-all.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/api-2.4.1/index-all.html (added)
+++ websites/production/commons/content/proper/commons-pool/api-2.4.1/index-all.html Sun May 31 22:24:03 2015
@@ -0,0 +1,2324 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Index (Apache Commons Pool 2.4.1 API)</title>
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Index (Apache Commons Pool 2.4.1 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li class="navBarCell1Rev">Index</li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
+<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:K">K</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a name="I:A">
+<!--   -->
+</a>
+<h2 class="title">A</h2>
+<dl>
+<dt><a href="org/apache/commons/pool2/impl/AbandonedConfig.html" title="class in org.apache.commons.pool2.impl"><span class="typeNameLink">AbandonedConfig</span></a> - Class in <a href="org/apache/commons/pool2/impl/package-summary.html">org.apache.commons.pool2.impl</a></dt>
+<dd>
+<div class="block">Configuration settings for abandoned object removal.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/AbandonedConfig.html#AbandonedConfig--">AbandonedConfig()</a></span> - Constructor for class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/AbandonedConfig.html" title="class in org.apache.commons.pool2.impl">AbandonedConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/BaseKeyedPooledObjectFactory.html#activateObject-K-org.apache.commons.pool2.PooledObject-">activateObject(K, PooledObject&lt;V&gt;)</a></span> - Method in class org.apache.commons.pool2.<a href="org/apache/commons/pool2/BaseKeyedPooledObjectFactory.html" title="class in org.apache.commons.pool2">BaseKeyedPooledObjectFactory</a></dt>
+<dd>
+<div class="block">Reinitialize an instance to be returned by the pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/BasePooledObjectFactory.html#activateObject-org.apache.commons.pool2.PooledObject-">activateObject(PooledObject&lt;T&gt;)</a></span> - Method in class org.apache.commons.pool2.<a href="org/apache/commons/pool2/BasePooledObjectFactory.html" title="class in org.apache.commons.pool2">BasePooledObjectFactory</a></dt>
+<dd>
+<div class="block">No-op.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/KeyedPooledObjectFactory.html#activateObject-K-org.apache.commons.pool2.PooledObject-">activateObject(K, PooledObject&lt;V&gt;)</a></span> - Method in interface org.apache.commons.pool2.<a href="org/apache/commons/pool2/KeyedPooledObjectFactory.html" title="interface in org.apache.commons.pool2">KeyedPooledObjectFactory</a></dt>
+<dd>
+<div class="block">Reinitialize an instance to be returned by the pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/PooledObjectFactory.html#activateObject-org.apache.commons.pool2.PooledObject-">activateObject(PooledObject&lt;T&gt;)</a></span> - Method in interface org.apache.commons.pool2.<a href="org/apache/commons/pool2/PooledObjectFactory.html" title="interface in org.apache.commons.pool2">PooledObjectFactory</a></dt>
+<dd>
+<div class="block">Reinitialize an instance to be returned by the pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/BaseObjectPool.html#addObject--">addObject()</a></span> - Method in class org.apache.commons.pool2.<a href="org/apache/commons/pool2/BaseObjectPool.html" title="class in org.apache.commons.pool2">BaseObjectPool</a></dt>
+<dd>
+<div class="block">Not supported in this base implementation.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html#addObject-K-">addObject(K)</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericKeyedObjectPool</a></dt>
+<dd>
+<div class="block">Create an object using the <a href="org/apache/commons/pool2/KeyedPooledObjectFactory.html#makeObject-K-"><code>factory</code></a>, passivate it, and then place it in the idle object pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericObjectPool.html#addObject--">addObject()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericObjectPool</a></dt>
+<dd>
+<div class="block">Create an object, and place it into the pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/SoftReferenceObjectPool.html#addObject--">addObject()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/SoftReferenceObjectPool.html" title="class in org.apache.commons.pool2.impl">SoftReferenceObjectPool</a></dt>
+<dd>
+<div class="block">Create an object, and place it into the pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/KeyedObjectPool.html#addObject-K-">addObject(K)</a></span> - Method in interface org.apache.commons.pool2.<a href="org/apache/commons/pool2/KeyedObjectPool.html" title="interface in org.apache.commons.pool2">KeyedObjectPool</a></dt>
+<dd>
+<div class="block">Create an object using the <a href="org/apache/commons/pool2/KeyedPooledObjectFactory.html" title="interface in org.apache.commons.pool2"><code>factory</code></a> or
+ other implementation dependent mechanism, passivate it, and then place it
+ in the idle object pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/ObjectPool.html#addObject--">addObject()</a></span> - Method in interface org.apache.commons.pool2.<a href="org/apache/commons/pool2/ObjectPool.html" title="interface in org.apache.commons.pool2">ObjectPool</a></dt>
+<dd>
+<div class="block">Create an object using the <a href="org/apache/commons/pool2/PooledObjectFactory.html" title="interface in org.apache.commons.pool2"><code>factory</code></a> or other
+ implementation dependent mechanism, passivate it, and then place it in
+ the idle object pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/proxy/ProxiedKeyedObjectPool.html#addObject-K-">addObject(K)</a></span> - Method in class org.apache.commons.pool2.proxy.<a href="org/apache/commons/pool2/proxy/ProxiedKeyedObjectPool.html" title="class in org.apache.commons.pool2.proxy">ProxiedKeyedObjectPool</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/proxy/ProxiedObjectPool.html#addObject--">addObject()</a></span> - Method in class org.apache.commons.pool2.proxy.<a href="org/apache/commons/pool2/proxy/ProxiedObjectPool.html" title="class in org.apache.commons.pool2.proxy">ProxiedObjectPool</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/DefaultPooledObject.html#allocate--">allocate()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/DefaultPooledObject.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObject</a></dt>
+<dd>
+<div class="block">Allocates the object.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/PooledObject.html#allocate--">allocate()</a></span> - Method in interface org.apache.commons.pool2.<a href="org/apache/commons/pool2/PooledObject.html" title="interface in org.apache.commons.pool2">PooledObject</a></dt>
+<dd>
+<div class="block">Allocates the object.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/BaseObjectPool.html#assertOpen--">assertOpen()</a></span> - Method in class org.apache.commons.pool2.<a href="org/apache/commons/pool2/BaseObjectPool.html" title="class in org.apache.commons.pool2">BaseObjectPool</a></dt>
+<dd>
+<div class="block">Throws an <code>IllegalStateException</code> when this pool has been
+ closed.</div>
+</dd>
+</dl>
+<a name="I:B">
+<!--   -->
+</a>
+<h2 class="title">B</h2>
+<dl>
+<dt><a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html" title="class in org.apache.commons.pool2.impl"><span class="typeNameLink">BaseGenericObjectPool</span></a>&lt;<a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html" title="type parameter in BaseGenericObjectPool">T</a>&gt; - Class in <a href="org/apache/commons/pool2/impl/package-summary.html">org.apache.commons.pool2.impl</a></dt>
+<dd>
+<div class="block">Base class that provides common functionality for <a href="org/apache/commons/pool2/impl/GenericObjectPool.html" title="class in org.apache.commons.pool2.impl"><code>GenericObjectPool</code></a>
+ and <a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool2.impl"><code>GenericKeyedObjectPool</code></a>.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#BaseGenericObjectPool-org.apache.commons.pool2.impl.BaseObjectPoolConfig-java.lang.String-java.lang.String-">BaseGenericObjectPool(BaseObjectPoolConfig, String, String)</a></span> - Constructor for class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html" title="class in org.apache.commons.pool2.impl">BaseGenericObjectPool</a></dt>
+<dd>
+<div class="block">Handles JMX registration (if required) and the initialization required for
+ monitoring.</div>
+</dd>
+<dt><a href="org/apache/commons/pool2/BaseKeyedPooledObjectFactory.html" title="class in org.apache.commons.pool2"><span class="typeNameLink">BaseKeyedPooledObjectFactory</span></a>&lt;<a href="org/apache/commons/pool2/BaseKeyedPooledObjectFactory.html" title="type parameter in BaseKeyedPooledObjectFactory">K</a>,<a href="org/apache/commons/pool2/BaseKeyedPooledObjectFactory.html" title="type parameter in BaseKeyedPooledObjectFactory">V</a>&gt; - Class in <a href="org/apache/commons/pool2/package-summary.html">org.apache.commons.pool2</a></dt>
+<dd>
+<div class="block">A base implementation of <code>KeyedPooledObjectFactory</code>.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/BaseKeyedPooledObjectFactory.html#BaseKeyedPooledObjectFactory--">BaseKeyedPooledObjectFactory()</a></span> - Constructor for class org.apache.commons.pool2.<a href="org/apache/commons/pool2/BaseKeyedPooledObjectFactory.html" title="class in org.apache.commons.pool2">BaseKeyedPooledObjectFactory</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/commons/pool2/BaseObjectPool.html" title="class in org.apache.commons.pool2"><span class="typeNameLink">BaseObjectPool</span></a>&lt;<a href="org/apache/commons/pool2/BaseObjectPool.html" title="type parameter in BaseObjectPool">T</a>&gt; - Class in <a href="org/apache/commons/pool2/package-summary.html">org.apache.commons.pool2</a></dt>
+<dd>
+<div class="block">A simple base implementation of <a href="org/apache/commons/pool2/ObjectPool.html" title="interface in org.apache.commons.pool2"><code>ObjectPool</code></a>.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/BaseObjectPool.html#BaseObjectPool--">BaseObjectPool()</a></span> - Constructor for class org.apache.commons.pool2.<a href="org/apache/commons/pool2/BaseObjectPool.html" title="class in org.apache.commons.pool2">BaseObjectPool</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl"><span class="typeNameLink">BaseObjectPoolConfig</span></a> - Class in <a href="org/apache/commons/pool2/impl/package-summary.html">org.apache.commons.pool2.impl</a></dt>
+<dd>
+<div class="block">Provides the implementation for the common attributes shared by the
+ sub-classes.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#BaseObjectPoolConfig--">BaseObjectPoolConfig()</a></span> - Constructor for class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">BaseObjectPoolConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/commons/pool2/BasePooledObjectFactory.html" title="class in org.apache.commons.pool2"><span class="typeNameLink">BasePooledObjectFactory</span></a>&lt;<a href="org/apache/commons/pool2/BasePooledObjectFactory.html" title="type parameter in BasePooledObjectFactory">T</a>&gt; - Class in <a href="org/apache/commons/pool2/package-summary.html">org.apache.commons.pool2</a></dt>
+<dd>
+<div class="block">A base implementation of <code>PoolableObjectFactory</code>.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/BasePooledObjectFactory.html#BasePooledObjectFactory--">BasePooledObjectFactory()</a></span> - Constructor for class org.apache.commons.pool2.<a href="org/apache/commons/pool2/BasePooledObjectFactory.html" title="class in org.apache.commons.pool2">BasePooledObjectFactory</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/BaseObjectPool.html#borrowObject--">borrowObject()</a></span> - Method in class org.apache.commons.pool2.<a href="org/apache/commons/pool2/BaseObjectPool.html" title="class in org.apache.commons.pool2">BaseObjectPool</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html#borrowObject-K-">borrowObject(K)</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericKeyedObjectPool</a></dt>
+<dd>
+<div class="block">Equivalent to <code><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html#borrowObject-K-long-"><code>borrowObject</code></a>(key,
+ <a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getMaxWaitMillis--"><code>BaseGenericObjectPool.getMaxWaitMillis()</code></a>)</code>.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html#borrowObject-K-long-">borrowObject(K, long)</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericKeyedObjectPool</a></dt>
+<dd>
+<div class="block">Borrows an object from the sub-pool associated with the given key using
+ the specified waiting time which only applies if
+ <a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getBlockWhenExhausted--"><code>BaseGenericObjectPool.getBlockWhenExhausted()</code></a> is true.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericObjectPool.html#borrowObject--">borrowObject()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericObjectPool</a></dt>
+<dd>
+<div class="block">Equivalent to <code><a href="org/apache/commons/pool2/impl/GenericObjectPool.html#borrowObject-long-"><code>borrowObject</code></a>(<a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getMaxWaitMillis--"><code>BaseGenericObjectPool.getMaxWaitMillis()</code></a>)</code>.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericObjectPool.html#borrowObject-long-">borrowObject(long)</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericObjectPool</a></dt>
+<dd>
+<div class="block">Borrow an object from the pool using the specific waiting time which only
+ applies if <a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getBlockWhenExhausted--"><code>BaseGenericObjectPool.getBlockWhenExhausted()</code></a> is true.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/SoftReferenceObjectPool.html#borrowObject--">borrowObject()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/SoftReferenceObjectPool.html" title="class in org.apache.commons.pool2.impl">SoftReferenceObjectPool</a></dt>
+<dd>
+<div class="block">Borrow an object from the pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/KeyedObjectPool.html#borrowObject-K-">borrowObject(K)</a></span> - Method in interface org.apache.commons.pool2.<a href="org/apache/commons/pool2/KeyedObjectPool.html" title="interface in org.apache.commons.pool2">KeyedObjectPool</a></dt>
+<dd>
+<div class="block">Obtains an instance from this pool for the specified <code>key</code>.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/ObjectPool.html#borrowObject--">borrowObject()</a></span> - Method in interface org.apache.commons.pool2.<a href="org/apache/commons/pool2/ObjectPool.html" title="interface in org.apache.commons.pool2">ObjectPool</a></dt>
+<dd>
+<div class="block">Obtains an instance from this pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/proxy/ProxiedKeyedObjectPool.html#borrowObject-K-">borrowObject(K)</a></span> - Method in class org.apache.commons.pool2.proxy.<a href="org/apache/commons/pool2/proxy/ProxiedKeyedObjectPool.html" title="class in org.apache.commons.pool2.proxy">ProxiedKeyedObjectPool</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/proxy/ProxiedObjectPool.html#borrowObject--">borrowObject()</a></span> - Method in class org.apache.commons.pool2.proxy.<a href="org/apache/commons/pool2/proxy/ProxiedObjectPool.html" title="class in org.apache.commons.pool2.proxy">ProxiedObjectPool</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="I:C">
+<!--   -->
+</a>
+<h2 class="title">C</h2>
+<dl>
+<dt><a href="org/apache/commons/pool2/proxy/CglibProxySource.html" title="class in org.apache.commons.pool2.proxy"><span class="typeNameLink">CglibProxySource</span></a>&lt;<a href="org/apache/commons/pool2/proxy/CglibProxySource.html" title="type parameter in CglibProxySource">T</a>&gt; - Class in <a href="org/apache/commons/pool2/proxy/package-summary.html">org.apache.commons.pool2.proxy</a></dt>
+<dd>
+<div class="block">Provides proxy objects using CGLib.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/proxy/CglibProxySource.html#CglibProxySource-java.lang.Class-">CglibProxySource(Class&lt;? extends T&gt;)</a></span> - Constructor for class org.apache.commons.pool2.proxy.<a href="org/apache/commons/pool2/proxy/CglibProxySource.html" title="class in org.apache.commons.pool2.proxy">CglibProxySource</a></dt>
+<dd>
+<div class="block">Create a new proxy source for the given class.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/PoolUtils.html#checkMinIdle-org.apache.commons.pool2.ObjectPool-int-long-">checkMinIdle(ObjectPool&lt;T&gt;, int, long)</a></span> - Static method in class org.apache.commons.pool2.<a href="org/apache/commons/pool2/PoolUtils.html" title="class in org.apache.commons.pool2">PoolUtils</a></dt>
+<dd>
+<div class="block">Periodically check the idle object count for the pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/PoolUtils.html#checkMinIdle-org.apache.commons.pool2.KeyedObjectPool-K-int-long-">checkMinIdle(KeyedObjectPool&lt;K, V&gt;, K, int, long)</a></span> - Static method in class org.apache.commons.pool2.<a href="org/apache/commons/pool2/PoolUtils.html" title="class in org.apache.commons.pool2">PoolUtils</a></dt>
+<dd>
+<div class="block">Periodically check the idle object count for the key in the keyedPool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/PoolUtils.html#checkMinIdle-org.apache.commons.pool2.KeyedObjectPool-java.util.Collection-int-long-">checkMinIdle(KeyedObjectPool&lt;K, V&gt;, Collection&lt;K&gt;, int, long)</a></span> - Static method in class org.apache.commons.pool2.<a href="org/apache/commons/pool2/PoolUtils.html" title="class in org.apache.commons.pool2">PoolUtils</a></dt>
+<dd>
+<div class="block">Periodically check the idle object count for each key in the
+ <code>Collection</code> <code>keys</code> in the keyedPool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/PoolUtils.html#checkRethrow-java.lang.Throwable-">checkRethrow(Throwable)</a></span> - Static method in class org.apache.commons.pool2.<a href="org/apache/commons/pool2/PoolUtils.html" title="class in org.apache.commons.pool2">PoolUtils</a></dt>
+<dd>
+<div class="block">Should the supplied Throwable be re-thrown (eg if it is an instance of
+ one of the Throwables that should never be swallowed).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/BaseObjectPool.html#clear--">clear()</a></span> - Method in class org.apache.commons.pool2.<a href="org/apache/commons/pool2/BaseObjectPool.html" title="class in org.apache.commons.pool2">BaseObjectPool</a></dt>
+<dd>
+<div class="block">Not supported in this base implementation.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html#clear--">clear()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericKeyedObjectPool</a></dt>
+<dd>
+<div class="block">Clears any objects sitting idle in the pool by removing them from the
+ idle instance sub-pools and then invoking the configured
+ PoolableObjectFactory's
+ <a href="org/apache/commons/pool2/KeyedPooledObjectFactory.html#destroyObject-K-org.apache.commons.pool2.PooledObject-"><code>KeyedPooledObjectFactory.destroyObject(Object, PooledObject)</code></a>
+ method on each idle instance.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html#clear-K-">clear(K)</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericKeyedObjectPool</a></dt>
+<dd>
+<div class="block">Clears the specified sub-pool, removing all pooled instances
+ corresponding to the given <code>key</code>.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericObjectPool.html#clear--">clear()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericObjectPool</a></dt>
+<dd>
+<div class="block">Clears any objects sitting idle in the pool by removing them from the
+ idle instance pool and then invoking the configured
+ <a href="org/apache/commons/pool2/PooledObjectFactory.html#destroyObject-org.apache.commons.pool2.PooledObject-"><code>PooledObjectFactory.destroyObject(PooledObject)</code></a> method on each
+ idle instance.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/SoftReferenceObjectPool.html#clear--">clear()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/SoftReferenceObjectPool.html" title="class in org.apache.commons.pool2.impl">SoftReferenceObjectPool</a></dt>
+<dd>
+<div class="block">Clears any objects sitting idle in the pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/KeyedObjectPool.html#clear--">clear()</a></span> - Method in interface org.apache.commons.pool2.<a href="org/apache/commons/pool2/KeyedObjectPool.html" title="interface in org.apache.commons.pool2">KeyedObjectPool</a></dt>
+<dd>
+<div class="block">Clears the pool, removing all pooled instances (optional operation).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/KeyedObjectPool.html#clear-K-">clear(K)</a></span> - Method in interface org.apache.commons.pool2.<a href="org/apache/commons/pool2/KeyedObjectPool.html" title="interface in org.apache.commons.pool2">KeyedObjectPool</a></dt>
+<dd>
+<div class="block">Clears the specified pool, removing all pooled instances corresponding to
+ the given <code>key</code> (optional operation).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/ObjectPool.html#clear--">clear()</a></span> - Method in interface org.apache.commons.pool2.<a href="org/apache/commons/pool2/ObjectPool.html" title="interface in org.apache.commons.pool2">ObjectPool</a></dt>
+<dd>
+<div class="block">Clears any objects sitting idle in the pool, releasing any associated
+ resources (optional operation).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/proxy/ProxiedKeyedObjectPool.html#clear--">clear()</a></span> - Method in class org.apache.commons.pool2.proxy.<a href="org/apache/commons/pool2/proxy/ProxiedKeyedObjectPool.html" title="class in org.apache.commons.pool2.proxy">ProxiedKeyedObjectPool</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/proxy/ProxiedKeyedObjectPool.html#clear-K-">clear(K)</a></span> - Method in class org.apache.commons.pool2.proxy.<a href="org/apache/commons/pool2/proxy/ProxiedKeyedObjectPool.html" title="class in org.apache.commons.pool2.proxy">ProxiedKeyedObjectPool</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/proxy/ProxiedObjectPool.html#clear--">clear()</a></span> - Method in class org.apache.commons.pool2.proxy.<a href="org/apache/commons/pool2/proxy/ProxiedObjectPool.html" title="class in org.apache.commons.pool2.proxy">ProxiedObjectPool</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html#clearOldest--">clearOldest()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericKeyedObjectPool</a></dt>
+<dd>
+<div class="block">Clears oldest 15% of objects in pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolConfig.html#clone--">clone()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">GenericKeyedObjectPoolConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#clone--">clone()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">GenericObjectPoolConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/BaseObjectPool.html#close--">close()</a></span> - Method in class org.apache.commons.pool2.<a href="org/apache/commons/pool2/BaseObjectPool.html" title="class in org.apache.commons.pool2">BaseObjectPool</a></dt>
+<dd>
+<div class="block">Close this pool, and free any resources associated with it.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#close--">close()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html" title="class in org.apache.commons.pool2.impl">BaseGenericObjectPool</a></dt>
+<dd>
+<div class="block">Closes the pool, destroys the remaining idle objects and, if registered
+ in JMX, deregisters it.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html#close--">close()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericKeyedObjectPool</a></dt>
+<dd>
+<div class="block">Closes the keyed object pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericObjectPool.html#close--">close()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericObjectPool</a></dt>
+<dd>
+<div class="block">Closes the pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/SoftReferenceObjectPool.html#close--">close()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/SoftReferenceObjectPool.html" title="class in org.apache.commons.pool2.impl">SoftReferenceObjectPool</a></dt>
+<dd>
+<div class="block">Close this pool, and free any resources associated with it.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/KeyedObjectPool.html#close--">close()</a></span> - Method in interface org.apache.commons.pool2.<a href="org/apache/commons/pool2/KeyedObjectPool.html" title="interface in org.apache.commons.pool2">KeyedObjectPool</a></dt>
+<dd>
+<div class="block">Close this pool, and free any resources associated with it.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/ObjectPool.html#close--">close()</a></span> - Method in interface org.apache.commons.pool2.<a href="org/apache/commons/pool2/ObjectPool.html" title="interface in org.apache.commons.pool2">ObjectPool</a></dt>
+<dd>
+<div class="block">Close this pool, and free any resources associated with it.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/proxy/ProxiedKeyedObjectPool.html#close--">close()</a></span> - Method in class org.apache.commons.pool2.proxy.<a href="org/apache/commons/pool2/proxy/ProxiedKeyedObjectPool.html" title="class in org.apache.commons.pool2.proxy">ProxiedKeyedObjectPool</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/proxy/ProxiedObjectPool.html#close--">close()</a></span> - Method in class org.apache.commons.pool2.proxy.<a href="org/apache/commons/pool2/proxy/ProxiedObjectPool.html" title="class in org.apache.commons.pool2.proxy">ProxiedObjectPool</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/DefaultPooledObject.html#compareTo-org.apache.commons.pool2.PooledObject-">compareTo(PooledObject&lt;T&gt;)</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/DefaultPooledObject.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObject</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/PooledObject.html#compareTo-org.apache.commons.pool2.PooledObject-">compareTo(PooledObject&lt;T&gt;)</a></span> - Method in interface org.apache.commons.pool2.<a href="org/apache/commons/pool2/PooledObject.html" title="interface in org.apache.commons.pool2">PooledObject</a></dt>
+<dd>
+<div class="block">Orders instances based on idle time - i.e.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/BaseKeyedPooledObjectFactory.html#create-K-">create(K)</a></span> - Method in class org.apache.commons.pool2.<a href="org/apache/commons/pool2/BaseKeyedPooledObjectFactory.html" title="class in org.apache.commons.pool2">BaseKeyedPooledObjectFactory</a></dt>
+<dd>
+<div class="block">Create an instance that can be served by the pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/BasePooledObjectFactory.html#create--">create()</a></span> - Method in class org.apache.commons.pool2.<a href="org/apache/commons/pool2/BasePooledObjectFactory.html" title="class in org.apache.commons.pool2">BasePooledObjectFactory</a></dt>
+<dd>
+<div class="block">Creates an object instance, to be wrapped in a <a href="org/apache/commons/pool2/PooledObject.html" title="interface in org.apache.commons.pool2"><code>PooledObject</code></a>.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/proxy/CglibProxySource.html#createProxy-T-org.apache.commons.pool2.UsageTracking-">createProxy(T, UsageTracking&lt;T&gt;)</a></span> - Method in class org.apache.commons.pool2.proxy.<a href="org/apache/commons/pool2/proxy/CglibProxySource.html" title="class in org.apache.commons.pool2.proxy">CglibProxySource</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/proxy/JdkProxySource.html#createProxy-T-org.apache.commons.pool2.UsageTracking-">createProxy(T, UsageTracking&lt;T&gt;)</a></span> - Method in class org.apache.commons.pool2.proxy.<a href="org/apache/commons/pool2/proxy/JdkProxySource.html" title="class in org.apache.commons.pool2.proxy">JdkProxySource</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="I:D">
+<!--   -->
+</a>
+<h2 class="title">D</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/DefaultPooledObject.html#deallocate--">deallocate()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/DefaultPooledObject.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObject</a></dt>
+<dd>
+<div class="block">Deallocates the object and sets it <a href="org/apache/commons/pool2/PooledObjectState.html#IDLE"><code>IDLE</code></a>
+ if it is currently <a href="org/apache/commons/pool2/PooledObjectState.html#ALLOCATED"><code>ALLOCATED</code></a>.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/PooledObject.html#deallocate--">deallocate()</a></span> - Method in interface org.apache.commons.pool2.<a href="org/apache/commons/pool2/PooledObject.html" title="interface in org.apache.commons.pool2">PooledObject</a></dt>
+<dd>
+<div class="block">Deallocates the object and sets it <a href="org/apache/commons/pool2/PooledObjectState.html#IDLE"><code>IDLE</code></a>
+ if it is currently <a href="org/apache/commons/pool2/PooledObjectState.html#ALLOCATED"><code>ALLOCATED</code></a>.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_BLOCK_WHEN_EXHAUSTED">DEFAULT_BLOCK_WHEN_EXHAUSTED</a></span> - Static variable in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">BaseObjectPoolConfig</a></dt>
+<dd>
+<div class="block">The default value for the <code>blockWhenExhausted</code> configuration
+ attribute.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_EVICTION_POLICY_CLASS_NAME">DEFAULT_EVICTION_POLICY_CLASS_NAME</a></span> - Static variable in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">BaseObjectPoolConfig</a></dt>
+<dd>
+<div class="block">The default value for the <code>evictionPolicyClassName</code> configuration
+ attribute.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_FAIRNESS">DEFAULT_FAIRNESS</a></span> - Static variable in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">BaseObjectPoolConfig</a></dt>
+<dd>
+<div class="block">The default value for the <code>fairness</code> configuration attribute.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_JMX_ENABLE">DEFAULT_JMX_ENABLE</a></span> - Static variable in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">BaseObjectPoolConfig</a></dt>
+<dd>
+<div class="block">The default value for enabling JMX for pools created with a configuration
+ instance.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_JMX_NAME_BASE">DEFAULT_JMX_NAME_BASE</a></span> - Static variable in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">BaseObjectPoolConfig</a></dt>
+<dd>
+<div class="block">The default value for the base name to use to name JMX enabled pools
+ created with a configuration instance.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_JMX_NAME_PREFIX">DEFAULT_JMX_NAME_PREFIX</a></span> - Static variable in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">BaseObjectPoolConfig</a></dt>
+<dd>
+<div class="block">The default value for the prefix used to name JMX enabled pools created
+ with a configuration instance.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_LIFO">DEFAULT_LIFO</a></span> - Static variable in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">BaseObjectPoolConfig</a></dt>
+<dd>
+<div class="block">The default value for the <code>lifo</code> configuration attribute.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#DEFAULT_MAX_IDLE">DEFAULT_MAX_IDLE</a></span> - Static variable in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">GenericObjectPoolConfig</a></dt>
+<dd>
+<div class="block">The default value for the <code>maxIdle</code> configuration attribute.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolConfig.html#DEFAULT_MAX_IDLE_PER_KEY">DEFAULT_MAX_IDLE_PER_KEY</a></span> - Static variable in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">GenericKeyedObjectPoolConfig</a></dt>
+<dd>
+<div class="block">The default value for the <code>maxIdlePerKey</code> configuration attribute.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolConfig.html#DEFAULT_MAX_TOTAL">DEFAULT_MAX_TOTAL</a></span> - Static variable in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">GenericKeyedObjectPoolConfig</a></dt>
+<dd>
+<div class="block">The default value for the <code>maxTotal</code> configuration attribute.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#DEFAULT_MAX_TOTAL">DEFAULT_MAX_TOTAL</a></span> - Static variable in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">GenericObjectPoolConfig</a></dt>
+<dd>
+<div class="block">The default value for the <code>maxTotal</code> configuration attribute.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolConfig.html#DEFAULT_MAX_TOTAL_PER_KEY">DEFAULT_MAX_TOTAL_PER_KEY</a></span> - Static variable in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">GenericKeyedObjectPoolConfig</a></dt>
+<dd>
+<div class="block">The default value for the <code>maxTotalPerKey</code> configuration attribute.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_MAX_WAIT_MILLIS">DEFAULT_MAX_WAIT_MILLIS</a></span> - Static variable in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">BaseObjectPoolConfig</a></dt>
+<dd>
+<div class="block">The default value for the <code>maxWait</code> configuration attribute.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_MIN_EVICTABLE_IDLE_TIME_MILLIS">DEFAULT_MIN_EVICTABLE_IDLE_TIME_MILLIS</a></span> - Static variable in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">BaseObjectPoolConfig</a></dt>
+<dd>
+<div class="block">The default value for the <code>minEvictableIdleTimeMillis</code>
+ configuration attribute.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#DEFAULT_MIN_IDLE">DEFAULT_MIN_IDLE</a></span> - Static variable in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">GenericObjectPoolConfig</a></dt>
+<dd>
+<div class="block">The default value for the <code>minIdle</code> configuration attribute.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolConfig.html#DEFAULT_MIN_IDLE_PER_KEY">DEFAULT_MIN_IDLE_PER_KEY</a></span> - Static variable in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">GenericKeyedObjectPoolConfig</a></dt>
+<dd>
+<div class="block">The default value for the <code>minIdlePerKey</code> configuration attribute.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_NUM_TESTS_PER_EVICTION_RUN">DEFAULT_NUM_TESTS_PER_EVICTION_RUN</a></span> - Static variable in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">BaseObjectPoolConfig</a></dt>
+<dd>
+<div class="block">The default value for the <code>numTestsPerEvictionRun</code> configuration
+ attribute.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_SOFT_MIN_EVICTABLE_IDLE_TIME_MILLIS">DEFAULT_SOFT_MIN_EVICTABLE_IDLE_TIME_MILLIS</a></span> - Static variable in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">BaseObjectPoolConfig</a></dt>
+<dd>
+<div class="block">The default value for the <code>softMinEvictableIdleTimeMillis</code>
+ configuration attribute.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_TEST_ON_BORROW">DEFAULT_TEST_ON_BORROW</a></span> - Static variable in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">BaseObjectPoolConfig</a></dt>
+<dd>
+<div class="block">The default value for the <code>testOnBorrow</code> configuration attribute.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_TEST_ON_CREATE">DEFAULT_TEST_ON_CREATE</a></span> - Static variable in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">BaseObjectPoolConfig</a></dt>
+<dd>
+<div class="block">The default value for the <code>testOnCreate</code> configuration attribute.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_TEST_ON_RETURN">DEFAULT_TEST_ON_RETURN</a></span> - Static variable in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">BaseObjectPoolConfig</a></dt>
+<dd>
+<div class="block">The default value for the <code>testOnReturn</code> configuration attribute.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_TEST_WHILE_IDLE">DEFAULT_TEST_WHILE_IDLE</a></span> - Static variable in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">BaseObjectPoolConfig</a></dt>
+<dd>
+<div class="block">The default value for the <code>testWhileIdle</code> configuration attribute.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_TIME_BETWEEN_EVICTION_RUNS_MILLIS">DEFAULT_TIME_BETWEEN_EVICTION_RUNS_MILLIS</a></span> - Static variable in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">BaseObjectPoolConfig</a></dt>
+<dd>
+<div class="block">The default value for the <code>timeBetweenEvictionRunsMillis</code>
+ configuration attribute.</div>
+</dd>
+<dt><a href="org/apache/commons/pool2/impl/DefaultEvictionPolicy.html" title="class in org.apache.commons.pool2.impl"><span class="typeNameLink">DefaultEvictionPolicy</span></a>&lt;<a href="org/apache/commons/pool2/impl/DefaultEvictionPolicy.html" title="type parameter in DefaultEvictionPolicy">T</a>&gt; - Class in <a href="org/apache/commons/pool2/impl/package-summary.html">org.apache.commons.pool2.impl</a></dt>
+<dd>
+<div class="block">Provides the default implementation of <a href="org/apache/commons/pool2/impl/EvictionPolicy.html" title="interface in org.apache.commons.pool2.impl"><code>EvictionPolicy</code></a> used by the
+ pools.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/DefaultEvictionPolicy.html#DefaultEvictionPolicy--">DefaultEvictionPolicy()</a></span> - Constructor for class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/DefaultEvictionPolicy.html" title="class in org.apache.commons.pool2.impl">DefaultEvictionPolicy</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/commons/pool2/impl/DefaultPooledObject.html" title="class in org.apache.commons.pool2.impl"><span class="typeNameLink">DefaultPooledObject</span></a>&lt;<a href="org/apache/commons/pool2/impl/DefaultPooledObject.html" title="type parameter in DefaultPooledObject">T</a>&gt; - Class in <a href="org/apache/commons/pool2/impl/package-summary.html">org.apache.commons.pool2.impl</a></dt>
+<dd>
+<div class="block">This wrapper is used to track the additional information, such as state, for
+ the pooled objects.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/DefaultPooledObject.html#DefaultPooledObject-T-">DefaultPooledObject(T)</a></span> - Constructor for class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/DefaultPooledObject.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObject</a></dt>
+<dd>
+<div class="block">Create a new instance that wraps the provided object so that the pool can
+ track the state of the pooled object.</div>
+</dd>
+<dt><a href="org/apache/commons/pool2/impl/DefaultPooledObjectInfo.html" title="class in org.apache.commons.pool2.impl"><span class="typeNameLink">DefaultPooledObjectInfo</span></a> - Class in <a href="org/apache/commons/pool2/impl/package-summary.html">org.apache.commons.pool2.impl</a></dt>
+<dd>
+<div class="block">Implementation of object that is used to provide information on pooled
+ objects via JMX.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/DefaultPooledObjectInfo.html#DefaultPooledObjectInfo-org.apache.commons.pool2.PooledObject-">DefaultPooledObjectInfo(PooledObject&lt;?&gt;)</a></span> - Constructor for class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/DefaultPooledObjectInfo.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObjectInfo</a></dt>
+<dd>
+<div class="block">Create a new instance for the given pooled object.</div>
+</dd>
+<dt><a href="org/apache/commons/pool2/impl/DefaultPooledObjectInfoMBean.html" title="interface in org.apache.commons.pool2.impl"><span class="typeNameLink">DefaultPooledObjectInfoMBean</span></a> - Interface in <a href="org/apache/commons/pool2/impl/package-summary.html">org.apache.commons.pool2.impl</a></dt>
+<dd>
+<div class="block">The interface that defines the information about pooled objects that will be
+ exposed via JMX.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/BaseKeyedPooledObjectFactory.html#destroyObject-K-org.apache.commons.pool2.PooledObject-">destroyObject(K, PooledObject&lt;V&gt;)</a></span> - Method in class org.apache.commons.pool2.<a href="org/apache/commons/pool2/BaseKeyedPooledObjectFactory.html" title="class in org.apache.commons.pool2">BaseKeyedPooledObjectFactory</a></dt>
+<dd>
+<div class="block">Destroy an instance no longer needed by the pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/BasePooledObjectFactory.html#destroyObject-org.apache.commons.pool2.PooledObject-">destroyObject(PooledObject&lt;T&gt;)</a></span> - Method in class org.apache.commons.pool2.<a href="org/apache/commons/pool2/BasePooledObjectFactory.html" title="class in org.apache.commons.pool2">BasePooledObjectFactory</a></dt>
+<dd>
+<div class="block">No-op.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/KeyedPooledObjectFactory.html#destroyObject-K-org.apache.commons.pool2.PooledObject-">destroyObject(K, PooledObject&lt;V&gt;)</a></span> - Method in interface org.apache.commons.pool2.<a href="org/apache/commons/pool2/KeyedPooledObjectFactory.html" title="interface in org.apache.commons.pool2">KeyedPooledObjectFactory</a></dt>
+<dd>
+<div class="block">Destroy an instance no longer needed by the pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/PooledObjectFactory.html#destroyObject-org.apache.commons.pool2.PooledObject-">destroyObject(PooledObject&lt;T&gt;)</a></span> - Method in interface org.apache.commons.pool2.<a href="org/apache/commons/pool2/PooledObjectFactory.html" title="interface in org.apache.commons.pool2">PooledObjectFactory</a></dt>
+<dd>
+<div class="block">Destroys an instance no longer needed by the pool.</div>
+</dd>
+</dl>
+<a name="I:E">
+<!--   -->
+</a>
+<h2 class="title">E</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/DefaultPooledObject.html#endEvictionTest-java.util.Deque-">endEvictionTest(Deque&lt;PooledObject&lt;T&gt;&gt;)</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/DefaultPooledObject.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObject</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/PooledObject.html#endEvictionTest-java.util.Deque-">endEvictionTest(Deque&lt;PooledObject&lt;T&gt;&gt;)</a></span> - Method in interface org.apache.commons.pool2.<a href="org/apache/commons/pool2/PooledObject.html" title="interface in org.apache.commons.pool2">PooledObject</a></dt>
+<dd>
+<div class="block">Called to inform the object that the eviction test has ended.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/PooledObject.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in interface org.apache.commons.pool2.<a href="org/apache/commons/pool2/PooledObject.html" title="interface in org.apache.commons.pool2">PooledObject</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/PoolUtils.html#erodingPool-org.apache.commons.pool2.ObjectPool-">erodingPool(ObjectPool&lt;T&gt;)</a></span> - Static method in class org.apache.commons.pool2.<a href="org/apache/commons/pool2/PoolUtils.html" title="class in org.apache.commons.pool2">PoolUtils</a></dt>
+<dd>
+<div class="block">Returns a pool that adaptively decreases its size when idle objects are
+ no longer needed.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/PoolUtils.html#erodingPool-org.apache.commons.pool2.ObjectPool-float-">erodingPool(ObjectPool&lt;T&gt;, float)</a></span> - Static method in class org.apache.commons.pool2.<a href="org/apache/commons/pool2/PoolUtils.html" title="class in org.apache.commons.pool2">PoolUtils</a></dt>
+<dd>
+<div class="block">Returns a pool that adaptively decreases its size when idle objects are
+ no longer needed.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/PoolUtils.html#erodingPool-org.apache.commons.pool2.KeyedObjectPool-">erodingPool(KeyedObjectPool&lt;K, V&gt;)</a></span> - Static method in class org.apache.commons.pool2.<a href="org/apache/commons/pool2/PoolUtils.html" title="class in org.apache.commons.pool2">PoolUtils</a></dt>
+<dd>
+<div class="block">Returns a pool that adaptively decreases its size when idle objects are
+ no longer needed.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/PoolUtils.html#erodingPool-org.apache.commons.pool2.KeyedObjectPool-float-">erodingPool(KeyedObjectPool&lt;K, V&gt;, float)</a></span> - Static method in class org.apache.commons.pool2.<a href="org/apache/commons/pool2/PoolUtils.html" title="class in org.apache.commons.pool2">PoolUtils</a></dt>
+<dd>
+<div class="block">Returns a pool that adaptively decreases its size when idle objects are
+ no longer needed.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/PoolUtils.html#erodingPool-org.apache.commons.pool2.KeyedObjectPool-float-boolean-">erodingPool(KeyedObjectPool&lt;K, V&gt;, float, boolean)</a></span> - Static method in class org.apache.commons.pool2.<a href="org/apache/commons/pool2/PoolUtils.html" title="class in org.apache.commons.pool2">PoolUtils</a></dt>
+<dd>
+<div class="block">Returns a pool that adaptively decreases its size when idle objects are
+ no longer needed.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#evict--">evict()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html" title="class in org.apache.commons.pool2.impl">BaseGenericObjectPool</a></dt>
+<dd>
+<div class="block">Perform <code>numTests</code> idle object eviction tests, evicting
+ examined objects that meet the criteria for eviction.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/DefaultEvictionPolicy.html#evict-org.apache.commons.pool2.impl.EvictionConfig-org.apache.commons.pool2.PooledObject-int-">evict(EvictionConfig, PooledObject&lt;T&gt;, int)</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/DefaultEvictionPolicy.html" title="class in org.apache.commons.pool2.impl">DefaultEvictionPolicy</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/EvictionPolicy.html#evict-org.apache.commons.pool2.impl.EvictionConfig-org.apache.commons.pool2.PooledObject-int-">evict(EvictionConfig, PooledObject&lt;T&gt;, int)</a></span> - Method in interface org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/EvictionPolicy.html" title="interface in org.apache.commons.pool2.impl">EvictionPolicy</a></dt>
+<dd>
+<div class="block">This method is called to test if an idle object in the pool should be
+ evicted or not.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html#evict--">evict()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericKeyedObjectPool</a></dt>
+<dd>
+<div class="block">Perform <code>numTests</code> idle object eviction tests, evicting
+ examined objects that meet the criteria for eviction.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericObjectPool.html#evict--">evict()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericObjectPool</a></dt>
+<dd>
+<div class="block">Perform <code>numTests</code> idle object eviction tests, evicting
+ examined objects that meet the criteria for eviction.</div>
+</dd>
+<dt><a href="org/apache/commons/pool2/impl/EvictionConfig.html" title="class in org.apache.commons.pool2.impl"><span class="typeNameLink">EvictionConfig</span></a> - Class in <a href="org/apache/commons/pool2/impl/package-summary.html">org.apache.commons.pool2.impl</a></dt>
+<dd>
+<div class="block">This class is used by pool implementations to pass configuration information
+ to <a href="org/apache/commons/pool2/impl/EvictionPolicy.html" title="interface in org.apache.commons.pool2.impl"><code>EvictionPolicy</code></a> instances.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/EvictionConfig.html#EvictionConfig-long-long-int-">EvictionConfig(long, long, int)</a></span> - Constructor for class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/EvictionConfig.html" title="class in org.apache.commons.pool2.impl">EvictionConfig</a></dt>
+<dd>
+<div class="block">Create a new eviction configuration with the specified parameters.</div>
+</dd>
+<dt><a href="org/apache/commons/pool2/impl/EvictionPolicy.html" title="interface in org.apache.commons.pool2.impl"><span class="typeNameLink">EvictionPolicy</span></a>&lt;<a href="org/apache/commons/pool2/impl/EvictionPolicy.html" title="type parameter in EvictionPolicy">T</a>&gt; - Interface in <a href="org/apache/commons/pool2/impl/package-summary.html">org.apache.commons.pool2.impl</a></dt>
+<dd>
+<div class="block">To provide a custom eviction policy (i.e.</div>
+</dd>
+</dl>
+<a name="I:G">
+<!--   -->
+</a>
+<h2 class="title">G</h2>
+<dl>
+<dt><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool2.impl"><span class="typeNameLink">GenericKeyedObjectPool</span></a>&lt;<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html" title="type parameter in GenericKeyedObjectPool">K</a>,<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html" title="type parameter in GenericKeyedObjectPool">T</a>&gt; - Class in <a href="org/apache/commons/pool2/impl/package-summary.html">org.apache.commons.pool2.impl</a></dt>
+<dd>
+<div class="block">A configurable <code>KeyedObjectPool</code> implementation.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html#GenericKeyedObjectPool-org.apache.commons.pool2.KeyedPooledObjectFactory-">GenericKeyedObjectPool(KeyedPooledObjectFactory&lt;K, T&gt;)</a></span> - Constructor for class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericKeyedObjectPool</a></dt>
+<dd>
+<div class="block">Create a new <code>GenericKeyedObjectPool</code> using defaults from
+ <a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl"><code>GenericKeyedObjectPoolConfig</code></a>.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html#GenericKeyedObjectPool-org.apache.commons.pool2.KeyedPooledObjectFactory-org.apache.commons.pool2.impl.GenericKeyedObjectPoolConfig-">GenericKeyedObjectPool(KeyedPooledObjectFactory&lt;K, T&gt;, GenericKeyedObjectPoolConfig)</a></span> - Constructor for class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericKeyedObjectPool</a></dt>
+<dd>
+<div class="block">Create a new <code>GenericKeyedObjectPool</code> using a specific
+ configuration.</div>
+</dd>
+<dt><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl"><span class="typeNameLink">GenericKeyedObjectPoolConfig</span></a> - Class in <a href="org/apache/commons/pool2/impl/package-summary.html">org.apache.commons.pool2.impl</a></dt>
+<dd>
+<div class="block">A simple "struct" encapsulating the configuration for a
+ <a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool2.impl"><code>GenericKeyedObjectPool</code></a>.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolConfig.html#GenericKeyedObjectPoolConfig--">GenericKeyedObjectPoolConfig()</a></span> - Constructor for class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">GenericKeyedObjectPoolConfig</a></dt>
+<dd>
+<div class="block">Create a new configuration with default settings.</div>
+</dd>
+<dt><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolMXBean.html" title="interface in org.apache.commons.pool2.impl"><span class="typeNameLink">GenericKeyedObjectPoolMXBean</span></a>&lt;<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolMXBean.html" title="type parameter in GenericKeyedObjectPoolMXBean">K</a>&gt; - Interface in <a href="org/apache/commons/pool2/impl/package-summary.html">org.apache.commons.pool2.impl</a></dt>
+<dd>
+<div class="block">Defines the methods that will be made available via JMX.</div>
+</dd>
+<dt><a href="org/apache/commons/pool2/impl/GenericObjectPool.html" title="class in org.apache.commons.pool2.impl"><span class="typeNameLink">GenericObjectPool</span></a>&lt;<a href="org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&gt; - Class in <a href="org/apache/commons/pool2/impl/package-summary.html">org.apache.commons.pool2.impl</a></dt>
+<dd>
+<div class="block">A configurable <a href="org/apache/commons/pool2/ObjectPool.html" title="interface in org.apache.commons.pool2"><code>ObjectPool</code></a> implementation.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericObjectPool.html#GenericObjectPool-org.apache.commons.pool2.PooledObjectFactory-">GenericObjectPool(PooledObjectFactory&lt;T&gt;)</a></span> - Constructor for class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericObjectPool</a></dt>
+<dd>
+<div class="block">Create a new <code>GenericObjectPool</code> using defaults from
+ <a href="org/apache/commons/pool2/impl/GenericObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl"><code>GenericObjectPoolConfig</code></a>.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericObjectPool.html#GenericObjectPool-org.apache.commons.pool2.PooledObjectFactory-org.apache.commons.pool2.impl.GenericObjectPoolConfig-">GenericObjectPool(PooledObjectFactory&lt;T&gt;, GenericObjectPoolConfig)</a></span> - Constructor for class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericObjectPool</a></dt>
+<dd>
+<div class="block">Create a new <code>GenericObjectPool</code> using a specific
+ configuration.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericObjectPool.html#GenericObjectPool-org.apache.commons.pool2.PooledObjectFactory-org.apache.commons.pool2.impl.GenericObjectPoolConfig-org.apache.commons.pool2.impl.AbandonedConfig-">GenericObjectPool(PooledObjectFactory&lt;T&gt;, GenericObjectPoolConfig, AbandonedConfig)</a></span> - Constructor for class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericObjectPool</a></dt>
+<dd>
+<div class="block">Create a new <code>GenericObjectPool</code> that tracks and destroys
+ objects that are checked out, but never returned to the pool.</div>
+</dd>
+<dt><a href="org/apache/commons/pool2/impl/GenericObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl"><span class="typeNameLink">GenericObjectPoolConfig</span></a> - Class in <a href="org/apache/commons/pool2/impl/package-summary.html">org.apache.commons.pool2.impl</a></dt>
+<dd>
+<div class="block">A simple "struct" encapsulating the configuration for a
+ <a href="org/apache/commons/pool2/impl/GenericObjectPool.html" title="class in org.apache.commons.pool2.impl"><code>GenericObjectPool</code></a>.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#GenericObjectPoolConfig--">GenericObjectPoolConfig()</a></span> - Constructor for class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">GenericObjectPoolConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html" title="interface in org.apache.commons.pool2.impl"><span class="typeNameLink">GenericObjectPoolMXBean</span></a> - Interface in <a href="org/apache/commons/pool2/impl/package-summary.html">org.apache.commons.pool2.impl</a></dt>
+<dd>
+<div class="block">Defines the methods that will be made available via JMX.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/DefaultPooledObject.html#getActiveTimeMillis--">getActiveTimeMillis()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/DefaultPooledObject.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObject</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/PooledObject.html#getActiveTimeMillis--">getActiveTimeMillis()</a></span> - Method in interface org.apache.commons.pool2.<a href="org/apache/commons/pool2/PooledObject.html" title="interface in org.apache.commons.pool2">PooledObject</a></dt>
+<dd>
+<div class="block">Obtain the time in milliseconds that this object last spent in the the
+ active state (it may still be active in which case subsequent calls will
+ return an increased value).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getBlockWhenExhausted--">getBlockWhenExhausted()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html" title="class in org.apache.commons.pool2.impl">BaseGenericObjectPool</a></dt>
+<dd>
+<div class="block">Returns whether to block when the <code>borrowObject()</code> method is
+ invoked when the pool is exhausted (the maximum number of "active"
+ objects has been reached).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#getBlockWhenExhausted--">getBlockWhenExhausted()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">BaseObjectPoolConfig</a></dt>
+<dd>
+<div class="block">Get the value for the <code>blockWhenExhausted</code> configuration attribute
+ for pools created with this configuration instance.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolMXBean.html#getBlockWhenExhausted--">getBlockWhenExhausted()</a></span> - Method in interface org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolMXBean.html" title="interface in org.apache.commons.pool2.impl">GenericKeyedObjectPoolMXBean</a></dt>
+<dd>
+<div class="block">See <a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getBlockWhenExhausted--"><code>BaseGenericObjectPool.getBlockWhenExhausted()</code></a></div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getBlockWhenExhausted--">getBlockWhenExhausted()</a></span> - Method in interface org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html" title="interface in org.apache.commons.pool2.impl">GenericObjectPoolMXBean</a></dt>
+<dd>
+<div class="block">See <a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getBlockWhenExhausted--"><code>BaseGenericObjectPool.getBlockWhenExhausted()</code></a></div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getBorrowedCount--">getBorrowedCount()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html" title="class in org.apache.commons.pool2.impl">BaseGenericObjectPool</a></dt>
+<dd>
+<div class="block">The total number of objects successfully borrowed from this pool over the
+ lifetime of the pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/DefaultPooledObject.html#getBorrowedCount--">getBorrowedCount()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/DefaultPooledObject.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObject</a></dt>
+<dd>
+<div class="block">Get the number of times this object has been borrowed.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/DefaultPooledObjectInfo.html#getBorrowedCount--">getBorrowedCount()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/DefaultPooledObjectInfo.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObjectInfo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/DefaultPooledObjectInfoMBean.html#getBorrowedCount--">getBorrowedCount()</a></span> - Method in interface org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/DefaultPooledObjectInfoMBean.html" title="interface in org.apache.commons.pool2.impl">DefaultPooledObjectInfoMBean</a></dt>
+<dd>
+<div class="block">Get the number of times this object has been borrowed.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolMXBean.html#getBorrowedCount--">getBorrowedCount()</a></span> - Method in interface org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolMXBean.html" title="interface in org.apache.commons.pool2.impl">GenericKeyedObjectPoolMXBean</a></dt>
+<dd>
+<div class="block">See <a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getBorrowedCount--"><code>BaseGenericObjectPool.getBorrowedCount()</code></a></div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getBorrowedCount--">getBorrowedCount()</a></span> - Method in interface org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html" title="interface in org.apache.commons.pool2.impl">GenericObjectPoolMXBean</a></dt>
+<dd>
+<div class="block">See <a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getBorrowedCount--"><code>BaseGenericObjectPool.getBorrowedCount()</code></a></div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getCreatedCount--">getCreatedCount()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html" title="class in org.apache.commons.pool2.impl">BaseGenericObjectPool</a></dt>
+<dd>
+<div class="block">The total number of objects created for this pool over the lifetime of
+ the pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolMXBean.html#getCreatedCount--">getCreatedCount()</a></span> - Method in interface org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolMXBean.html" title="interface in org.apache.commons.pool2.impl">GenericKeyedObjectPoolMXBean</a></dt>
+<dd>
+<div class="block">See <a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getCreatedCount--"><code>BaseGenericObjectPool.getCreatedCount()</code></a></div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getCreatedCount--">getCreatedCount()</a></span> - Method in interface org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html" title="interface in org.apache.commons.pool2.impl">GenericObjectPoolMXBean</a></dt>
+<dd>
+<div class="block">See <a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getCreatedCount--"><code>BaseGenericObjectPool.getCreatedCount()</code></a></div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/DefaultPooledObject.html#getCreateTime--">getCreateTime()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/DefaultPooledObject.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObject</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/DefaultPooledObjectInfo.html#getCreateTime--">getCreateTime()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/DefaultPooledObjectInfo.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObjectInfo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/DefaultPooledObjectInfoMBean.html#getCreateTime--">getCreateTime()</a></span> - Method in interface org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/DefaultPooledObjectInfoMBean.html" title="interface in org.apache.commons.pool2.impl">DefaultPooledObjectInfoMBean</a></dt>
+<dd>
+<div class="block">Obtain the time (using the same basis as
+ <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/System.html?is-external=true#currentTimeMillis--" title="class or interface in java.lang"><code>System.currentTimeMillis()</code></a>) that pooled object was created.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/PooledObject.html#getCreateTime--">getCreateTime()</a></span> - Method in interface org.apache.commons.pool2.<a href="org/apache/commons/pool2/PooledObject.html" title="interface in org.apache.commons.pool2">PooledObject</a></dt>
+<dd>
+<div class="block">Obtain the time (using the same basis as
+ <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/System.html?is-external=true#currentTimeMillis--" title="class or interface in java.lang"><code>System.currentTimeMillis()</code></a>) that this object was created.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/DefaultPooledObjectInfo.html#getCreateTimeFormatted--">getCreateTimeFormatted()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/DefaultPooledObjectInfo.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObjectInfo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/DefaultPooledObjectInfoMBean.html#getCreateTimeFormatted--">getCreateTimeFormatted()</a></span> - Method in interface org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/DefaultPooledObjectInfoMBean.html" title="interface in org.apache.commons.pool2.impl">DefaultPooledObjectInfoMBean</a></dt>
+<dd>
+<div class="block">Obtain the time that pooled object was created.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getCreationStackTrace--">getCreationStackTrace()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html" title="class in org.apache.commons.pool2.impl">BaseGenericObjectPool</a></dt>
+<dd>
+<div class="block">Provides the stack trace for the call that created this pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolMXBean.html#getCreationStackTrace--">getCreationStackTrace()</a></span> - Method in interface org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolMXBean.html" title="interface in org.apache.commons.pool2.impl">GenericKeyedObjectPoolMXBean</a></dt>
+<dd>
+<div class="block">See <a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getCreationStackTrace--"><code>BaseGenericObjectPool.getCreationStackTrace()</code></a></div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getCreationStackTrace--">getCreationStackTrace()</a></span> - Method in interface org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html" title="interface in org.apache.commons.pool2.impl">GenericObjectPoolMXBean</a></dt>
+<dd>
+<div class="block">See <a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getCreationStackTrace--"><code>BaseGenericObjectPool.getCreationStackTrace()</code></a></div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getDestroyedByBorrowValidationCount--">getDestroyedByBorrowValidationCount()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html" title="class in org.apache.commons.pool2.impl">BaseGenericObjectPool</a></dt>
+<dd>
+<div class="block">The total number of objects destroyed by this pool as a result of failing
+ validation during <code>borrowObject()</code> over the lifetime of the
+ pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolMXBean.html#getDestroyedByBorrowValidationCount--">getDestroyedByBorrowValidationCount()</a></span> - Method in interface org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolMXBean.html" title="interface in org.apache.commons.pool2.impl">GenericKeyedObjectPoolMXBean</a></dt>
+<dd>
+<div class="block">See <a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getDestroyedByBorrowValidationCount--"><code>BaseGenericObjectPool.getDestroyedByBorrowValidationCount()</code></a></div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getDestroyedByBorrowValidationCount--">getDestroyedByBorrowValidationCount()</a></span> - Method in interface org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html" title="interface in org.apache.commons.pool2.impl">GenericObjectPoolMXBean</a></dt>
+<dd>
+<div class="block">See <a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getDestroyedByBorrowValidationCount--"><code>BaseGenericObjectPool.getDestroyedByBorrowValidationCount()</code></a></div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getDestroyedByEvictorCount--">getDestroyedByEvictorCount()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html" title="class in org.apache.commons.pool2.impl">BaseGenericObjectPool</a></dt>
+<dd>
+<div class="block">The total number of objects destroyed by the evictor associated with this
+ pool over the lifetime of the pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolMXBean.html#getDestroyedByEvictorCount--">getDestroyedByEvictorCount()</a></span> - Method in interface org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolMXBean.html" title="interface in org.apache.commons.pool2.impl">GenericKeyedObjectPoolMXBean</a></dt>
+<dd>
+<div class="block">See <a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getDestroyedByEvictorCount--"><code>BaseGenericObjectPool.getDestroyedByEvictorCount()</code></a></div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getDestroyedByEvictorCount--">getDestroyedByEvictorCount()</a></span> - Method in interface org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html" title="interface in org.apache.commons.pool2.impl">GenericObjectPoolMXBean</a></dt>
+<dd>
+<div class="block">See <a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getDestroyedByEvictorCount--"><code>BaseGenericObjectPool.getDestroyedByEvictorCount()</code></a></div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getDestroyedCount--">getDestroyedCount()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html" title="class in org.apache.commons.pool2.impl">BaseGenericObjectPool</a></dt>
+<dd>
+<div class="block">The total number of objects destroyed by this pool over the lifetime of
+ the pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolMXBean.html#getDestroyedCount--">getDestroyedCount()</a></span> - Method in interface org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPoolMXBean.html" title="interface in org.apache.commons.pool2.impl">GenericKeyedObjectPoolMXBean</a></dt>
+<dd>
+<div class="block">See <a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getDestroyedCount--"><code>BaseGenericObjectPool.getDestroyedCount()</code></a></div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getDestroyedCount--">getDestroyedCount()</a></span> - Method in interface org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html" title="interface in org.apache.commons.pool2.impl">GenericObjectPoolMXBean</a></dt>
+<dd>
+<div class="block">See <a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getDestroyedCount--"><code>BaseGenericObjectPool.getDestroyedCount()</code></a></div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getEvictionPolicy--">getEvictionPolicy()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html" title="class in org.apache.commons.pool2.impl">BaseGenericObjectPool</a></dt>
+<dd>
+<div class="block">Returns the <a href="org/apache/commons/pool2/impl/EvictionPolicy.html" title="interface in org.apache.commons.pool2.impl"><code>EvictionPolicy</code></a> defined for this pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getEvictionPolicyClassName--">getEvictionPolicyClassName()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseGenericObjectPool.html" title="class in org.apache.commons.pool2.impl">BaseGenericObjectPool</a></dt>
+<dd>
+<div class="block">Returns the name of the <a href="org/apache/commons/pool2/impl/EvictionPolicy.html" title="interface in org.apache.commons.pool2.impl"><code>EvictionPolicy</code></a> implementation that is
+ used by this pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#getEvictionPolicyClassName--">getEvictionPolicyClassName()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/BaseObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">BaseObjectPoolConfig</a></dt>
+<dd>
+<div class="block">Get the value for the <code>evictionPolicyClassName</code> configuration
+ attribute for pools created with this configuration instance.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html#getFactory--">getFactory()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericKeyedObjectPool</a></dt>
+<dd>
+<div class="block">Obtain a reference to the factory used to create, destroy and validate
+ the objects used by this pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericObjectPool.html#getFactory--">getFactory()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericObjectPool</a></dt>
+<dd>
+<div class="block">Obtain a reference to the factory used to create, destroy and validate
+ the objects used by this pool.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/SoftReferenceObjectPool.html#getFactory--">getFactory()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/SoftReferenceObjectPool.html" title="class in org.apache.commons.pool2.impl">SoftReferenceObjectPool</a></dt>
+<dd>
+<div class="block">Returns the <a href="org/apache/commons/pool2/PooledObjectFactory.html" title="interface in org.apache.commons.pool2"><code>PooledObjectFactory</code></a> used by this pool to create and
+ manage object instances.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericObjectPool.html#getFactoryType--">getFactoryType()</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericObjectPool</a></dt>
+<dd>
+<div class="block">Return the type - including the specific type rather than the generic -
+ of the factory.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getFactoryType--">getFactoryType()</a></span> - Method in interface org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html" title="interface in org.apache.commons.pool2.impl">GenericObjectPoolMXBean</a></dt>
+<dd>
+<div class="block">See <a href="org/apache/commons/pool2/impl/GenericObjectPool.html#getFactoryType--"><code>GenericObjectPool.getFactoryType()</code></a></div>
+</dd>

[... 1490 lines stripped ...]