|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /usr/share/javadoc/jakarta-commons-pool/ |
Upload File : |
<?xml version="1.0" encoding="US-ASCII"?> <!DOCTYPE html PUBLIC "-//gnu.org///DTD XHTML 1.1 plus Target 1.0//EN" "./resources/xhtml11-target10.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><title>Alphabetical Index (Jakarta Commons Object Pooling Package)</title><script src="./resources/gjdoc.js" type="text/javascript"><!-- this comment required for konqueror 3.2.2 --></script><meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"/><meta name="generator" content="GNU Gjdoc Standard Doclet"/><link rel="stylesheet" type="text/css" href="./resources/gjdochtml-clean-layout.css" title="GNU Clean"/><link rel="stylesheet" type="text/css" href="./resources/gjdochtml-clean-color1.css" title="GNU Clean"/></head><body class="content index" onload="if(parent.contentPageLoaded)parent.contentPageLoaded(document.title)"><table class="navbar div top"><tr><td class="navbar div top"><div class="navbar div top"><span class="navbar item enabled"><a href="./overview-summary.html">Overview</a></span> <span class="navbar item disabled">Package</span> <span class="navbar item active">Index</span> <span class="navbar item enabled"><a href="./about.html">About</a></span></div></td></tr><tr><td class="navi"></td><td class="navi"><a href="./index.html" title="Show in a frameset" target="_top">Frames</a> | <a href="alphaindex.html" title="Show without frames" target="_top">No Frames</a> </td></tr></table><h1 class="index title">Alphabetical Index</h1><div class="index letters"><span class="index letter"><a href="#A">A</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#B">B</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#C">C</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#D">D</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#E">E</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#G">G</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#I">I</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#K">K</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#M">M</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#N">N</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#O">O</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#P">P</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#R">R</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#S">S</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#T">T</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#V">V</a></span><span class="index letter spacer"> </span><span class="index letter"><a href="#W">W</a></span><span class="index letter spacer"> </span></div><a name="A" id="A"/><h2 class="index category header">A</h2><div class="index category"><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BasePoolableObjectFactory.html#activateObject(Object)">activateObject(Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BasePoolableObjectFactory.html" title="Class in org.apache.commons.pool">BasePoolableObjectFactory</a></div><div class="description">No-op.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/PoolableObjectFactory.html#activateObject(Object)">activateObject(Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/PoolableObjectFactory.html" title="Interface in org.apache.commons.pool">PoolableObjectFactory</a></div><div class="description"> Reinitialize an instance to be returned by the pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BaseKeyedPoolableObjectFactory.html#activateObject(Object,Object)">activateObject(Object,Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseKeyedPoolableObjectFactory.html" title="Class in org.apache.commons.pool">BaseKeyedPoolableObjectFactory</a></div><div class="description">No-op.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/KeyedPoolableObjectFactory.html#activateObject(Object,Object)">activateObject(Object,Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/KeyedPoolableObjectFactory.html" title="Interface in org.apache.commons.pool">KeyedPoolableObjectFactory</a></div><div class="description"> Reinitialize an instance to be returned by the pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BaseObjectPool.html#addObject()">addObject()</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseObjectPool.html" title="Class in org.apache.commons.pool">BaseObjectPool</a></div><div class="description"> Not supported in this base implementation.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#addObject()">addObject()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Create an object, and place it into the pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/ObjectPool.html#addObject()">addObject()</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/ObjectPool.html" title="Interface in org.apache.commons.pool">ObjectPool</a></div><div class="description"> Create an object using my <a href="./org/apache/commons/pool/ObjectPool.html#setFactory(org.apache.commons.pool.PoolableObjectFactory)"><code>factory</code></a> or other implementation dependent mechanism, and place it into the pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/SoftReferenceObjectPool.html#addObject()">addObject()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/SoftReferenceObjectPool.html" title="Class in org.apache.commons.pool.impl">SoftReferenceObjectPool</a></div><div class="description"> Create an object, and place it into the pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackObjectPool.html#addObject()">addObject()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackObjectPool.html" title="Class in org.apache.commons.pool.impl">StackObjectPool</a></div><div class="description"> Create an object, and place it into the pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BaseKeyedObjectPool.html#addObject(Object)">addObject(Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseKeyedObjectPool.html" title="Class in org.apache.commons.pool">BaseKeyedObjectPool</a></div><div class="description"> Not supported in this base implementation.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#addObject(Object)">addObject(Object)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Create an object using my <a href="./org/apache/commons/pool/KeyedObjectPool.html#setFactory(org.apache.commons.pool.KeyedPoolableObjectFactory)"><code>factory</code></a> or other implementation dependent mechanism, and place it into the pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/KeyedObjectPool.html#addObject(Object)">addObject(Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/KeyedObjectPool.html" title="Interface in org.apache.commons.pool">KeyedObjectPool</a></div><div class="description"> Create an object using my <a href="./org/apache/commons/pool/KeyedObjectPool.html#setFactory(org.apache.commons.pool.KeyedPoolableObjectFactory)"><code>factory</code></a> or other implementation dependent mechanism, and place it into the pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html#addObject(Object)">addObject(Object)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPool</a></div><div class="description"> Create an object using my <a href="./org/apache/commons/pool/KeyedObjectPool.html#setFactory(org.apache.commons.pool.KeyedPoolableObjectFactory)"><code>factory</code></a> or other implementation dependent mechanism, and place it into the pool.</div></div></div><a name="B" id="B"/><h2 class="index category header">B</h2><div class="index category"><div class="index entry"><div class="key"><a href="org/apache/commons/pool/BaseKeyedObjectPool.html">BaseKeyedObjectPool</a> - class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseKeyedObjectPool.html" title="Class in org.apache.commons.pool">BaseKeyedObjectPool</a></div><div class="description"> A simple base impementation of <a href="./org/apache/commons/pool/ObjectPool.html"><code>ObjectPool</code></a>.</div></div><div class="index entry"><div class="key"><a href="org/apache/commons/pool/BaseKeyedPoolableObjectFactory.html">BaseKeyedPoolableObjectFactory</a> - class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseKeyedPoolableObjectFactory.html" title="Class in org.apache.commons.pool">BaseKeyedPoolableObjectFactory</a></div><div class="description"> A base implemenation of <a href="./org/apache/commons/pool/KeyedPoolableObjectFactory.html"><code>KeyedPoolableObjectFactory</code></a>.</div></div><div class="index entry"><div class="key"><a href="org/apache/commons/pool/BaseObjectPool.html">BaseObjectPool</a> - class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseObjectPool.html" title="Class in org.apache.commons.pool">BaseObjectPool</a></div><div class="description"> A simple base impementation of <a href="./org/apache/commons/pool/ObjectPool.html"><code>ObjectPool</code></a>.</div></div><div class="index entry"><div class="key"><a href="org/apache/commons/pool/BasePoolableObjectFactory.html">BasePoolableObjectFactory</a> - class org.apache.commons.pool.<a href="./org/apache/commons/pool/BasePoolableObjectFactory.html" title="Class in org.apache.commons.pool">BasePoolableObjectFactory</a></div><div class="description"> A base implemenation of <a href="./org/apache/commons/pool/PoolableObjectFactory.html"><code><tt>PoolableObjectFactory</tt></code></a>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BaseObjectPool.html#borrowObject()">borrowObject()</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseObjectPool.html" title="Class in org.apache.commons.pool">BaseObjectPool</a></div><div class="description"> Obtain an instance from my pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#borrowObject()">borrowObject()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/ObjectPool.html#borrowObject()">borrowObject()</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/ObjectPool.html" title="Interface in org.apache.commons.pool">ObjectPool</a></div><div class="description"> Obtain an instance from my pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/SoftReferenceObjectPool.html#borrowObject()">borrowObject()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/SoftReferenceObjectPool.html" title="Class in org.apache.commons.pool.impl">SoftReferenceObjectPool</a></div><div class="description"> Obtain an instance from my pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackObjectPool.html#borrowObject()">borrowObject()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackObjectPool.html" title="Class in org.apache.commons.pool.impl">StackObjectPool</a></div><div class="description"> Obtain an instance from my pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BaseKeyedObjectPool.html#borrowObject(Object)">borrowObject(Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseKeyedObjectPool.html" title="Class in org.apache.commons.pool">BaseKeyedObjectPool</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#borrowObject(Object)">borrowObject(Object)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Obtain an instance from my pool for the specified <i>key</i>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/KeyedObjectPool.html#borrowObject(Object)">borrowObject(Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/KeyedObjectPool.html" title="Interface in org.apache.commons.pool">KeyedObjectPool</a></div><div class="description"> Obtain an instance from my pool for the specified <i>key</i>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html#borrowObject(Object)">borrowObject(Object)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPool</a></div><div class="description"> Obtain an instance from my pool for the specified <i>key</i>.</div></div></div><a name="C" id="C"/><h2 class="index category header">C</h2><div class="index category"><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BaseKeyedObjectPool.html#clear()">clear()</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseKeyedObjectPool.html" title="Class in org.apache.commons.pool">BaseKeyedObjectPool</a></div><div class="description"> Not supported in this base implementation.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BaseObjectPool.html#clear()">clear()</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseObjectPool.html" title="Class in org.apache.commons.pool">BaseObjectPool</a></div><div class="description"> Not supported in this base implementation.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#clear()">clear()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Clears my pool, removing all pooled instances (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#clear()">clear()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/KeyedObjectPool.html#clear()">clear()</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/KeyedObjectPool.html" title="Interface in org.apache.commons.pool">KeyedObjectPool</a></div><div class="description"> Clears my pool, removing all pooled instances (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/ObjectPool.html#clear()">clear()</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/ObjectPool.html" title="Interface in org.apache.commons.pool">ObjectPool</a></div><div class="description"> Clears any objects sitting idle in the pool, releasing any associated resources (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/SoftReferenceObjectPool.html#clear()">clear()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/SoftReferenceObjectPool.html" title="Class in org.apache.commons.pool.impl">SoftReferenceObjectPool</a></div><div class="description"> Clears any objects sitting idle in the pool, releasing any associated resources (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html#clear()">clear()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPool</a></div><div class="description"> Clears my pool, removing all pooled instances (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackObjectPool.html#clear()">clear()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackObjectPool.html" title="Class in org.apache.commons.pool.impl">StackObjectPool</a></div><div class="description"> Clears any objects sitting idle in the pool, releasing any associated resources (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BaseKeyedObjectPool.html#clear(Object)">clear(Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseKeyedObjectPool.html" title="Class in org.apache.commons.pool">BaseKeyedObjectPool</a></div><div class="description"> Not supported in this base implementation.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#clear(Object)">clear(Object)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Clears the specified pool, removing all pooled instances corresponding to the given <i>key</i> (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/KeyedObjectPool.html#clear(Object)">clear(Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/KeyedObjectPool.html" title="Interface in org.apache.commons.pool">KeyedObjectPool</a></div><div class="description"> Clears the specified pool, removing all pooled instances corresponding to the given <i>key</i> (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html#clear(Object)">clear(Object)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPool</a></div><div class="description"> Clears the specified pool, removing all pooled instances corresponding to the given <i>key</i> (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BaseKeyedObjectPool.html#close()">close()</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseKeyedObjectPool.html" title="Class in org.apache.commons.pool">BaseKeyedObjectPool</a></div><div class="description"> Does nothing this base implementation.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BaseObjectPool.html#close()">close()</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseObjectPool.html" title="Class in org.apache.commons.pool">BaseObjectPool</a></div><div class="description"> Close this pool, and free any resources associated with it.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#close()">close()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Close this pool, and free any resources associated with it.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#close()">close()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/KeyedObjectPool.html#close()">close()</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/KeyedObjectPool.html" title="Interface in org.apache.commons.pool">KeyedObjectPool</a></div><div class="description"> Close this pool, and free any resources associated with it.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/ObjectPool.html#close()">close()</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/ObjectPool.html" title="Interface in org.apache.commons.pool">ObjectPool</a></div><div class="description"> Close this pool, and free any resources associated with it.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/SoftReferenceObjectPool.html#close()">close()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/SoftReferenceObjectPool.html" title="Class in org.apache.commons.pool.impl">SoftReferenceObjectPool</a></div><div class="description"> Close this pool, and free any resources associated with it.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html#close()">close()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPool</a></div><div class="description"> Close this pool, and free any resources associated with it.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackObjectPool.html#close()">close()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackObjectPool.html" title="Class in org.apache.commons.pool.impl">StackObjectPool</a></div><div class="description"> Close this pool, and free any resources associated with it.</div></div><div class="index entry"><div class="key"><a href="org/apache/commons/pool/impl/GenericKeyedObjectPool.Config.html">GenericKeyedObjectPool.Config</a> - class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.Config.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool.Config</a></div><div class="description"> A simple "struct" encapsulating the configuration information for a <a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html"><code>GenericKeyedObjectPool</code></a>.</div></div><div class="index entry"><div class="key"><a href="org/apache/commons/pool/impl/GenericObjectPool.Config.html">GenericObjectPool.Config</a> - class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.Config.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool.Config</a></div><div class="description"> A simple "struct" encapsulating the configuration information for a <a href="./org/apache/commons/pool/impl/GenericObjectPool.html"><code>GenericObjectPool</code></a>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.html#createPool()">createPool()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPoolFactory</a></div><div class="description"> Create a new <a href="./org/apache/commons/pool/KeyedObjectPool.html"><code>KeyedObjectPool</code></a>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPoolFactory.html#createPool()">createPool()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">GenericObjectPoolFactory</a></div><div class="description"> Create and return a new <a href="./org/apache/commons/pool/ObjectPool.html"><code>ObjectPool</code></a>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/KeyedObjectPoolFactory.html#createPool()">createPool()</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/KeyedObjectPoolFactory.html" title="Interface in org.apache.commons.pool">KeyedObjectPoolFactory</a></div><div class="description"> Create a new <a href="./org/apache/commons/pool/KeyedObjectPool.html"><code>KeyedObjectPool</code></a>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/ObjectPoolFactory.html#createPool()">createPool()</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/ObjectPoolFactory.html" title="Interface in org.apache.commons.pool">ObjectPoolFactory</a></div><div class="description"> Create and return a new <a href="./org/apache/commons/pool/ObjectPool.html"><code>ObjectPool</code></a>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackKeyedObjectPoolFactory.html#createPool()">createPool()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPoolFactory</a></div><div class="description"> Create a new <a href="./org/apache/commons/pool/KeyedObjectPool.html"><code>KeyedObjectPool</code></a>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackObjectPoolFactory.html#createPool()">createPool()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">StackObjectPoolFactory</a></div><div class="description"> Create and return a new <a href="./org/apache/commons/pool/ObjectPool.html"><code>ObjectPool</code></a>.</div></div></div><a name="D" id="D"/><h2 class="index category header">D</h2><div class="index category"><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#DEFAULT_MAX_ACTIVE">DEFAULT_MAX_ACTIVE</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> The default cap on the total number of active instances from the pool (per key).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#DEFAULT_MAX_ACTIVE">DEFAULT_MAX_ACTIVE</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> The default cap on the total number of active instances from the pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#DEFAULT_MAX_IDLE">DEFAULT_MAX_IDLE</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> The default cap on the number of idle instances in the pool (per key).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#DEFAULT_MAX_IDLE">DEFAULT_MAX_IDLE</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> The default cap on the number of "sleeping" instances in the pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#DEFAULT_MAX_TOTAL">DEFAULT_MAX_TOTAL</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> The default cap on the the maximum number of objects that can exists at one time.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#DEFAULT_MAX_WAIT">DEFAULT_MAX_WAIT</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> The default maximum amount of time (in millis) the <a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#borrowObject(Object)"><code>borrowObject(Object)</code></a> method should block before throwing an exception when the pool is exhausted and the <a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#getWhenExhaustedAction()"><code>"when exhausted" action</code></a> is <a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#WHEN_EXHAUSTED_BLOCK"><code>WHEN_EXHAUSTED_BLOCK</code></a>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#DEFAULT_MAX_WAIT">DEFAULT_MAX_WAIT</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> The default maximum amount of time (in millis) the <a href="./org/apache/commons/pool/impl/GenericObjectPool.html#borrowObject()"><code>borrowObject()</code></a> method should block before throwing an exception when the pool is exhausted and the <a href="./org/apache/commons/pool/impl/GenericObjectPool.html#getWhenExhaustedAction()"><code>"when exhausted" action</code></a> is <a href="./org/apache/commons/pool/impl/GenericObjectPool.html#WHEN_EXHAUSTED_BLOCK"><code>WHEN_EXHAUSTED_BLOCK</code></a>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#DEFAULT_MIN_EVICTABLE_IDLE_TIME_MILLIS">DEFAULT_MIN_EVICTABLE_IDLE_TIME_MILLIS</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> The default value for <a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#getMinEvictableIdleTimeMillis()"><code>getMinEvictableIdleTimeMillis()</code></a>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#DEFAULT_MIN_EVICTABLE_IDLE_TIME_MILLIS">DEFAULT_MIN_EVICTABLE_IDLE_TIME_MILLIS</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> The default value for <a href="./org/apache/commons/pool/impl/GenericObjectPool.html#getMinEvictableIdleTimeMillis()"><code>getMinEvictableIdleTimeMillis()</code></a>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#DEFAULT_MIN_IDLE">DEFAULT_MIN_IDLE</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> The default minimum number of "sleeping" instances in the pool before before the evictor thread (if active) spawns new objects.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#DEFAULT_NUM_TESTS_PER_EVICTION_RUN">DEFAULT_NUM_TESTS_PER_EVICTION_RUN</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> The default number of objects to examine per run in the idle object evictor.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#DEFAULT_NUM_TESTS_PER_EVICTION_RUN">DEFAULT_NUM_TESTS_PER_EVICTION_RUN</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> The default number of objects to examine per run in the idle object evictor.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#DEFAULT_TEST_ON_BORROW">DEFAULT_TEST_ON_BORROW</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> The default "test on borrow" value.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#DEFAULT_TEST_ON_BORROW">DEFAULT_TEST_ON_BORROW</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> The default "test on borrow" value.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#DEFAULT_TEST_ON_RETURN">DEFAULT_TEST_ON_RETURN</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> The default "test on return" value.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#DEFAULT_TEST_ON_RETURN">DEFAULT_TEST_ON_RETURN</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> The default "test on return" value.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#DEFAULT_TEST_WHILE_IDLE">DEFAULT_TEST_WHILE_IDLE</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> The default "test while idle" value.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#DEFAULT_TEST_WHILE_IDLE">DEFAULT_TEST_WHILE_IDLE</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> The default "test while idle" value.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#DEFAULT_TIME_BETWEEN_EVICTION_RUNS_MILLIS">DEFAULT_TIME_BETWEEN_EVICTION_RUNS_MILLIS</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> The default "time between eviction runs" value.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#DEFAULT_TIME_BETWEEN_EVICTION_RUNS_MILLIS">DEFAULT_TIME_BETWEEN_EVICTION_RUNS_MILLIS</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> The default "time between eviction runs" value.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#DEFAULT_WHEN_EXHAUSTED_ACTION">DEFAULT_WHEN_EXHAUSTED_ACTION</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> The default "when exhausted action" for the pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#DEFAULT_WHEN_EXHAUSTED_ACTION">DEFAULT_WHEN_EXHAUSTED_ACTION</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> The default "when exhausted action" for the pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BasePoolableObjectFactory.html#destroyObject(Object)">destroyObject(Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BasePoolableObjectFactory.html" title="Class in org.apache.commons.pool">BasePoolableObjectFactory</a></div><div class="description">No-op.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/PoolableObjectFactory.html#destroyObject(Object)">destroyObject(Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/PoolableObjectFactory.html" title="Interface in org.apache.commons.pool">PoolableObjectFactory</a></div><div class="description"> Destroys an instance no longer needed by the pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BaseKeyedPoolableObjectFactory.html#destroyObject(Object,Object)">destroyObject(Object,Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseKeyedPoolableObjectFactory.html" title="Class in org.apache.commons.pool">BaseKeyedPoolableObjectFactory</a></div><div class="description">No-op.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/KeyedPoolableObjectFactory.html#destroyObject(Object,Object)">destroyObject(Object,Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/KeyedPoolableObjectFactory.html" title="Interface in org.apache.commons.pool">KeyedPoolableObjectFactory</a></div><div class="description"> Destroy an instance no longer needed by the pool.</div></div></div><a name="E" id="E"/><h2 class="index category header">E</h2><div class="index category"><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#evict()">evict()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#evict()">evict()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"></div></div></div><a name="G" id="G"/><h2 class="index category header">G</h2><div class="index category"><div class="index entry"><div class="key"><a href="org/apache/commons/pool/impl/GenericKeyedObjectPool.html">GenericKeyedObjectPool</a> - class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> A configurable <a href="./org/apache/commons/pool/KeyedObjectPool.html"><code>KeyedObjectPool</code></a> implementation.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#GenericKeyedObjectPool()">GenericKeyedObjectPool()</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Create a new <tt>GenericKeyedObjectPool</tt>..</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#GenericKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory)">GenericKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Create a new <tt>GenericKeyedObjectPool</tt> using the specified values.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#GenericKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory,int)">GenericKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory,int)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Create a new <tt>GenericKeyedObjectPool</tt> using the specified values.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#GenericKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory,int,byte,long)">GenericKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory,int,byte,long)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Create a new <tt>GenericKeyedObjectPool</tt> using the specified values.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#GenericKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory,int,byte,long,boolean,boolean)">GenericKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory,int,byte,long,boolean,boolean)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Create a new <tt>GenericKeyedObjectPool</tt> using the specified values.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#GenericKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory,int,byte,long,int)">GenericKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory,int,byte,long,int)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Create a new <tt>GenericKeyedObjectPool</tt> using the specified values.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#GenericKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory,int,byte,long,int,boolean,boolean)">GenericKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory,int,byte,long,int,boolean,boolean)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Create a new <tt>GenericKeyedObjectPool</tt> using the specified values.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#GenericKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory,int,byte,long,int,boolean,boolean,long,int,long,boolean)">GenericKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory,int,byte,long,int,boolean,boolean,long,int,long,boolean)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Create a new <tt>GenericKeyedObjectPool</tt> using the specified values.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#GenericKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory,int,byte,long,int,int,boolean,boolean,long,int,long,boolean)">GenericKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory,int,byte,long,int,int,boolean,boolean,long,int,long,boolean)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Create a new <tt>GenericKeyedObjectPool</tt> using the specified values.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#GenericKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory,org.apache.commons.pool.impl.GenericKeyedObjectPool.Config)">GenericKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory,org.apache.commons.pool.impl.GenericKeyedObjectPool.Config)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Create a new <tt>GenericKeyedObjectPool</tt> using the specified values.</div></div><div class="index entry"><div class="key"><a href="org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.html">GenericKeyedObjectPoolFactory</a> - class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPoolFactory</a></div><div class="description"> A factory for creating <a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html"><code>GenericKeyedObjectPool</code></a> instances.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.html#GenericKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory)">GenericKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.html#GenericKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory,int)">GenericKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory,int)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.html#GenericKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory,int,byte,long)">GenericKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory,int,byte,long)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.html#GenericKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory,int,byte,long,boolean,boolean)">GenericKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory,int,byte,long,boolean,boolean)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.html#GenericKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory,int,byte,long,int)">GenericKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory,int,byte,long,int)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.html#GenericKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory,int,byte,long,int,boolean,boolean)">GenericKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory,int,byte,long,int,boolean,boolean)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.html#GenericKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory,int,byte,long,int,boolean,boolean,long,int,long,boolean)">GenericKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory,int,byte,long,int,boolean,boolean,long,int,long,boolean)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.html#GenericKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory,int,byte,long,int,int)">GenericKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory,int,byte,long,int,int)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.html#GenericKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory,int,byte,long,int,int,boolean,boolean,long,int,long,boolean)">GenericKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory,int,byte,long,int,int,boolean,boolean,long,int,long,boolean)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.html#GenericKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory,org.apache.commons.pool.impl.GenericKeyedObjectPool.Config)">GenericKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory,org.apache.commons.pool.impl.GenericKeyedObjectPool.Config)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="org/apache/commons/pool/impl/GenericObjectPool.html">GenericObjectPool</a> - class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> A configurable <a href="./org/apache/commons/pool/ObjectPool.html"><code>ObjectPool</code></a> implementation.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#GenericObjectPool()">GenericObjectPool()</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Create a new <tt>GenericObjectPool</tt>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#GenericObjectPool(org.apache.commons.pool.PoolableObjectFactory)">GenericObjectPool(org.apache.commons.pool.PoolableObjectFactory)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Create a new <tt>GenericObjectPool</tt> using the specified values.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#GenericObjectPool(org.apache.commons.pool.PoolableObjectFactory,int)">GenericObjectPool(org.apache.commons.pool.PoolableObjectFactory,int)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Create a new <tt>GenericObjectPool</tt> using the specified values.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#GenericObjectPool(org.apache.commons.pool.PoolableObjectFactory,int,byte,long)">GenericObjectPool(org.apache.commons.pool.PoolableObjectFactory,int,byte,long)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Create a new <tt>GenericObjectPool</tt> using the specified values.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#GenericObjectPool(org.apache.commons.pool.PoolableObjectFactory,int,byte,long,boolean,boolean)">GenericObjectPool(org.apache.commons.pool.PoolableObjectFactory,int,byte,long,boolean,boolean)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Create a new <tt>GenericObjectPool</tt> using the specified values.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#GenericObjectPool(org.apache.commons.pool.PoolableObjectFactory,int,byte,long,int)">GenericObjectPool(org.apache.commons.pool.PoolableObjectFactory,int,byte,long,int)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Create a new <tt>GenericObjectPool</tt> using the specified values.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#GenericObjectPool(org.apache.commons.pool.PoolableObjectFactory,int,byte,long,int,boolean,boolean)">GenericObjectPool(org.apache.commons.pool.PoolableObjectFactory,int,byte,long,int,boolean,boolean)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Create a new <tt>GenericObjectPool</tt> using the specified values.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#GenericObjectPool(org.apache.commons.pool.PoolableObjectFactory,int,byte,long,int,boolean,boolean,long,int,long,boolean)">GenericObjectPool(org.apache.commons.pool.PoolableObjectFactory,int,byte,long,int,boolean,boolean,long,int,long,boolean)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Create a new <tt>GenericObjectPool</tt> using the specified values.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#GenericObjectPool(org.apache.commons.pool.PoolableObjectFactory,int,byte,long,int,int,boolean,boolean,long,int,long,boolean)">GenericObjectPool(org.apache.commons.pool.PoolableObjectFactory,int,byte,long,int,int,boolean,boolean,long,int,long,boolean)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Create a new <tt>GenericObjectPool</tt> using the specified values.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#GenericObjectPool(org.apache.commons.pool.PoolableObjectFactory,org.apache.commons.pool.impl.GenericObjectPool.Config)">GenericObjectPool(org.apache.commons.pool.PoolableObjectFactory,org.apache.commons.pool.impl.GenericObjectPool.Config)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Create a new <tt>GenericObjectPool</tt> using the specified values.</div></div><div class="index entry"><div class="key"><a href="org/apache/commons/pool/impl/GenericObjectPoolFactory.html">GenericObjectPoolFactory</a> - class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">GenericObjectPoolFactory</a></div><div class="description"> A factory for creating <a href="./org/apache/commons/pool/impl/GenericObjectPool.html"><code>GenericObjectPool</code></a> instances.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPoolFactory.html#GenericObjectPoolFactory(org.apache.commons.pool.PoolableObjectFactory)">GenericObjectPoolFactory(org.apache.commons.pool.PoolableObjectFactory)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">GenericObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPoolFactory.html#GenericObjectPoolFactory(org.apache.commons.pool.PoolableObjectFactory,int)">GenericObjectPoolFactory(org.apache.commons.pool.PoolableObjectFactory,int)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">GenericObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPoolFactory.html#GenericObjectPoolFactory(org.apache.commons.pool.PoolableObjectFactory,int,byte,long)">GenericObjectPoolFactory(org.apache.commons.pool.PoolableObjectFactory,int,byte,long)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">GenericObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPoolFactory.html#GenericObjectPoolFactory(org.apache.commons.pool.PoolableObjectFactory,int,byte,long,boolean,boolean)">GenericObjectPoolFactory(org.apache.commons.pool.PoolableObjectFactory,int,byte,long,boolean,boolean)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">GenericObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPoolFactory.html#GenericObjectPoolFactory(org.apache.commons.pool.PoolableObjectFactory,int,byte,long,int)">GenericObjectPoolFactory(org.apache.commons.pool.PoolableObjectFactory,int,byte,long,int)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">GenericObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPoolFactory.html#GenericObjectPoolFactory(org.apache.commons.pool.PoolableObjectFactory,int,byte,long,int,boolean,boolean)">GenericObjectPoolFactory(org.apache.commons.pool.PoolableObjectFactory,int,byte,long,int,boolean,boolean)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">GenericObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPoolFactory.html#GenericObjectPoolFactory(org.apache.commons.pool.PoolableObjectFactory,int,byte,long,int,boolean,boolean,long,int,long,boolean)">GenericObjectPoolFactory(org.apache.commons.pool.PoolableObjectFactory,int,byte,long,int,boolean,boolean,long,int,long,boolean)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">GenericObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPoolFactory.html#GenericObjectPoolFactory(org.apache.commons.pool.PoolableObjectFactory,int,byte,long,int,int,boolean,boolean,long,int,long,boolean)">GenericObjectPoolFactory(org.apache.commons.pool.PoolableObjectFactory,int,byte,long,int,int,boolean,boolean,long,int,long,boolean)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">GenericObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPoolFactory.html#GenericObjectPoolFactory(org.apache.commons.pool.PoolableObjectFactory,org.apache.commons.pool.impl.GenericObjectPool.Config)">GenericObjectPoolFactory(org.apache.commons.pool.PoolableObjectFactory,org.apache.commons.pool.impl.GenericObjectPool.Config)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">GenericObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#getMaxActive()">getMaxActive()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Returns the cap on the number of active instances from my pool (per key).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#getMaxActive()">getMaxActive()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Returns the cap on the total number of active instances from my pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#getMaxIdle()">getMaxIdle()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Returns the cap on the number of "idle" instances in the pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#getMaxIdle()">getMaxIdle()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Returns the cap on the number of "idle" instances in the pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#getMaxTotal()">getMaxTotal()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Returns the cap on the total number of instances from my pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#getMaxWait()">getMaxWait()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Returns the maximum amount of time (in milliseconds) the <a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#borrowObject(Object)"><code>borrowObject(Object)</code></a> method should block before throwing an exception when the pool is exhausted and the <a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#setWhenExhaustedAction(byte)"><code>"when exhausted" action</code></a> is <a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#WHEN_EXHAUSTED_BLOCK"><code>WHEN_EXHAUSTED_BLOCK</code></a>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#getMaxWait()">getMaxWait()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Returns the maximum amount of time (in milliseconds) the <a href="./org/apache/commons/pool/impl/GenericObjectPool.html#borrowObject()"><code>borrowObject()</code></a> method should block before throwing an exception when the pool is exhausted and the <a href="./org/apache/commons/pool/impl/GenericObjectPool.html#setWhenExhaustedAction(byte)"><code>"when exhausted" action</code></a> is <a href="./org/apache/commons/pool/impl/GenericObjectPool.html#WHEN_EXHAUSTED_BLOCK"><code>WHEN_EXHAUSTED_BLOCK</code></a>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#getMinEvictableIdleTimeMillis()">getMinEvictableIdleTimeMillis()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Returns the minimum amount of time an object may sit idle in the pool before it is eligable for eviction by the idle object evictor (if any).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#getMinEvictableIdleTimeMillis()">getMinEvictableIdleTimeMillis()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Returns the minimum amount of time an object may sit idle in the pool before it is eligable for eviction by the idle object evictor (if any).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#getMinIdle()">getMinIdle()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Returns the minimum number of objects allowed in the pool before the evictor thread (if active) spawns new objects.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BaseKeyedObjectPool.html#getNumActive()">getNumActive()</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseKeyedObjectPool.html" title="Class in org.apache.commons.pool">BaseKeyedObjectPool</a></div><div class="description"> Not supported in this base implementation.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BaseObjectPool.html#getNumActive()">getNumActive()</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseObjectPool.html" title="Class in org.apache.commons.pool">BaseObjectPool</a></div><div class="description"> Not supported in this base implementation.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#getNumActive()">getNumActive()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Returns the total number of instances current borrowed from my pool but not yet returned (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#getNumActive()">getNumActive()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/KeyedObjectPool.html#getNumActive()">getNumActive()</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/KeyedObjectPool.html" title="Interface in org.apache.commons.pool">KeyedObjectPool</a></div><div class="description"> Returns the total number of instances current borrowed from my pool but not yet returned (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/ObjectPool.html#getNumActive()">getNumActive()</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/ObjectPool.html" title="Interface in org.apache.commons.pool">ObjectPool</a></div><div class="description"> Return the number of instances currently borrowed from my pool (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/SoftReferenceObjectPool.html#getNumActive()">getNumActive()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/SoftReferenceObjectPool.html" title="Class in org.apache.commons.pool.impl">SoftReferenceObjectPool</a></div><div class="description"> Return the number of instances currently borrowed from my pool (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html#getNumActive()">getNumActive()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPool</a></div><div class="description"> Returns the total number of instances current borrowed from my pool but not yet returned (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackObjectPool.html#getNumActive()">getNumActive()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackObjectPool.html" title="Class in org.apache.commons.pool.impl">StackObjectPool</a></div><div class="description"> Return the number of instances currently borrowed from my pool (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BaseKeyedObjectPool.html#getNumActive(Object)">getNumActive(Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseKeyedObjectPool.html" title="Class in org.apache.commons.pool">BaseKeyedObjectPool</a></div><div class="description"> Not supported in this base implementation.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#getNumActive(Object)">getNumActive(Object)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Returns the number of instances currently borrowed from but not yet returned to my pool corresponding to the given <i>key</i> (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/KeyedObjectPool.html#getNumActive(Object)">getNumActive(Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/KeyedObjectPool.html" title="Interface in org.apache.commons.pool">KeyedObjectPool</a></div><div class="description"> Returns the number of instances currently borrowed from but not yet returned to my pool corresponding to the given <i>key</i> (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html#getNumActive(Object)">getNumActive(Object)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPool</a></div><div class="description"> Returns the number of instances currently borrowed from but not yet returned to my pool corresponding to the given <i>key</i> (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BaseKeyedObjectPool.html#getNumIdle()">getNumIdle()</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseKeyedObjectPool.html" title="Class in org.apache.commons.pool">BaseKeyedObjectPool</a></div><div class="description"> Not supported in this base implementation.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BaseObjectPool.html#getNumIdle()">getNumIdle()</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseObjectPool.html" title="Class in org.apache.commons.pool">BaseObjectPool</a></div><div class="description"> Not supported in this base implementation.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#getNumIdle()">getNumIdle()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Returns the total number of instances currently idle in my pool (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#getNumIdle()">getNumIdle()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/KeyedObjectPool.html#getNumIdle()">getNumIdle()</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/KeyedObjectPool.html" title="Interface in org.apache.commons.pool">KeyedObjectPool</a></div><div class="description"> Returns the total number of instances currently idle in my pool (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/ObjectPool.html#getNumIdle()">getNumIdle()</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/ObjectPool.html" title="Interface in org.apache.commons.pool">ObjectPool</a></div><div class="description"> Return the number of instances currently idle in my pool (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/SoftReferenceObjectPool.html#getNumIdle()">getNumIdle()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/SoftReferenceObjectPool.html" title="Class in org.apache.commons.pool.impl">SoftReferenceObjectPool</a></div><div class="description">Returns an approximation not less than the of the number of idle instances in the pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html#getNumIdle()">getNumIdle()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPool</a></div><div class="description"> Returns the total number of instances currently idle in my pool (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackObjectPool.html#getNumIdle()">getNumIdle()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackObjectPool.html" title="Class in org.apache.commons.pool.impl">StackObjectPool</a></div><div class="description"> Return the number of instances currently idle in my pool (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BaseKeyedObjectPool.html#getNumIdle(Object)">getNumIdle(Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseKeyedObjectPool.html" title="Class in org.apache.commons.pool">BaseKeyedObjectPool</a></div><div class="description"> Not supported in this base implementation.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#getNumIdle(Object)">getNumIdle(Object)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Returns the number of instances corresponding to the given <i>key</i> currently idle in my pool (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/KeyedObjectPool.html#getNumIdle(Object)">getNumIdle(Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/KeyedObjectPool.html" title="Interface in org.apache.commons.pool">KeyedObjectPool</a></div><div class="description"> Returns the number of instances corresponding to the given <i>key</i> currently idle in my pool (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html#getNumIdle(Object)">getNumIdle(Object)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPool</a></div><div class="description"> Returns the number of instances corresponding to the given <i>key</i> currently idle in my pool (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#getNumTestsPerEvictionRun()">getNumTestsPerEvictionRun()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Returns the number of objects to examine during each run of the idle object evictor thread (if any).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#getNumTestsPerEvictionRun()">getNumTestsPerEvictionRun()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Returns the number of objects to examine during each run of the idle object evictor thread (if any).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#getTestOnBorrow()">getTestOnBorrow()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> When <tt>true</tt>, objects will be <a href="./org/apache/commons/pool/PoolableObjectFactory.html#validateObject(Object)"><code>validated</code></a> before being returned by the <a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#borrowObject(Object)"><code>borrowObject(Object)</code></a> method.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#getTestOnBorrow()">getTestOnBorrow()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> When <tt>true</tt>, objects will be <a href="./org/apache/commons/pool/PoolableObjectFactory.html#validateObject(Object)"><code>validated</code></a> before being returned by the <a href="./org/apache/commons/pool/impl/GenericObjectPool.html#borrowObject()"><code>borrowObject()</code></a> method.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#getTestOnReturn()">getTestOnReturn()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> When <tt>true</tt>, objects will be <a href="./org/apache/commons/pool/PoolableObjectFactory.html#validateObject(Object)"><code>validated</code></a> before being returned to the pool within the <a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#returnObject(Object,Object)"><code>returnObject(Object,Object)</code></a>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#getTestOnReturn()">getTestOnReturn()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> When <tt>true</tt>, objects will be <a href="./org/apache/commons/pool/PoolableObjectFactory.html#validateObject(Object)"><code>validated</code></a> before being returned to the pool within the <a href="./org/apache/commons/pool/impl/GenericObjectPool.html#returnObject(Object)"><code>returnObject(Object)</code></a>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#getTestWhileIdle()">getTestWhileIdle()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> When <tt>true</tt>, objects will be <a href="./org/apache/commons/pool/PoolableObjectFactory.html#validateObject(Object)"><code>validated</code></a> by the idle object evictor (if any).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#getTestWhileIdle()">getTestWhileIdle()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> When <tt>true</tt>, objects will be <a href="./org/apache/commons/pool/PoolableObjectFactory.html#validateObject(Object)"><code>validated</code></a> by the idle object evictor (if any).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#getTimeBetweenEvictionRunsMillis()">getTimeBetweenEvictionRunsMillis()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Returns the number of milliseconds to sleep between runs of the idle object evictor thread.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#getTimeBetweenEvictionRunsMillis()">getTimeBetweenEvictionRunsMillis()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Returns the number of milliseconds to sleep between runs of the idle object evictor thread.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#getWhenExhaustedAction()">getWhenExhaustedAction()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Returns the action to take when the <a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#borrowObject(Object)"><code>borrowObject(Object)</code></a> method is invoked when the pool is exhausted (the maximum number of "active" objects has been reached).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#getWhenExhaustedAction()">getWhenExhaustedAction()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Returns the action to take when the <a href="./org/apache/commons/pool/impl/GenericObjectPool.html#borrowObject()"><code>borrowObject()</code></a> method is invoked when the pool is exhausted (the maximum number of "active" objects has been reached).</div></div></div><a name="I" id="I"/><h2 class="index category header">I</h2><div class="index category"><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BaseObjectPool.html#invalidateObject(Object)">invalidateObject(Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseObjectPool.html" title="Class in org.apache.commons.pool">BaseObjectPool</a></div><div class="description"> Invalidates an object from the pool By contract, <i>obj</i> MUST have been obtained using <a href="./org/apache/commons/pool/ObjectPool.html#borrowObject()"><code>borrowObject</code></a> or a related method as defined in an implementation or sub-interface.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#invalidateObject(Object)">invalidateObject(Object)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/ObjectPool.html#invalidateObject(Object)">invalidateObject(Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/ObjectPool.html" title="Interface in org.apache.commons.pool">ObjectPool</a></div><div class="description"> Invalidates an object from the pool By contract, <i>obj</i> MUST have been obtained using <a href="./org/apache/commons/pool/ObjectPool.html#borrowObject()"><code>borrowObject</code></a> or a related method as defined in an implementation or sub-interface.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/SoftReferenceObjectPool.html#invalidateObject(Object)">invalidateObject(Object)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/SoftReferenceObjectPool.html" title="Class in org.apache.commons.pool.impl">SoftReferenceObjectPool</a></div><div class="description"> Invalidates an object from the pool By contract, <i>obj</i> MUST have been obtained using <a href="./org/apache/commons/pool/ObjectPool.html#borrowObject()"><code>borrowObject</code></a> or a related method as defined in an implementation or sub-interface.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackObjectPool.html#invalidateObject(Object)">invalidateObject(Object)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackObjectPool.html" title="Class in org.apache.commons.pool.impl">StackObjectPool</a></div><div class="description"> Invalidates an object from the pool By contract, <i>obj</i> MUST have been obtained using <a href="./org/apache/commons/pool/ObjectPool.html#borrowObject()"><code>borrowObject</code></a> or a related method as defined in an implementation or sub-interface.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BaseKeyedObjectPool.html#invalidateObject(Object,Object)">invalidateObject(Object,Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseKeyedObjectPool.html" title="Class in org.apache.commons.pool">BaseKeyedObjectPool</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#invalidateObject(Object,Object)">invalidateObject(Object,Object)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Invalidates an object from the pool By contract, <i>obj</i> MUST have been obtained using <a href="./org/apache/commons/pool/KeyedObjectPool.html#borrowObject(Object)"><code>borrowObject</code></a> or a related method as defined in an implementation or sub-interface using a <i>key</i> that is equivalent to the one used to borrow the <tt>Object</tt> in the first place.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/KeyedObjectPool.html#invalidateObject(Object,Object)">invalidateObject(Object,Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/KeyedObjectPool.html" title="Interface in org.apache.commons.pool">KeyedObjectPool</a></div><div class="description"> Invalidates an object from the pool By contract, <i>obj</i> MUST have been obtained using <a href="./org/apache/commons/pool/KeyedObjectPool.html#borrowObject(Object)"><code>borrowObject</code></a> or a related method as defined in an implementation or sub-interface using a <i>key</i> that is equivalent to the one used to borrow the <tt>Object</tt> in the first place.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html#invalidateObject(Object,Object)">invalidateObject(Object,Object)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPool</a></div><div class="description"> Invalidates an object from the pool By contract, <i>obj</i> MUST have been obtained using <a href="./org/apache/commons/pool/KeyedObjectPool.html#borrowObject(Object)"><code>borrowObject</code></a> or a related method as defined in an implementation or sub-interface using a <i>key</i> that is equivalent to the one used to borrow the <tt>Object</tt> in the first place.</div></div></div><a name="K" id="K"/><h2 class="index category header">K</h2><div class="index category"><div class="index entry"><div class="key"><a href="org/apache/commons/pool/KeyedObjectPool.html">KeyedObjectPool</a> - interface org.apache.commons.pool.<a href="./org/apache/commons/pool/KeyedObjectPool.html" title="Interface in org.apache.commons.pool">KeyedObjectPool</a></div><div class="description"> A "keyed" pooling interface.</div></div><div class="index entry"><div class="key"><a href="org/apache/commons/pool/KeyedObjectPoolFactory.html">KeyedObjectPoolFactory</a> - interface org.apache.commons.pool.<a href="./org/apache/commons/pool/KeyedObjectPoolFactory.html" title="Interface in org.apache.commons.pool">KeyedObjectPoolFactory</a></div><div class="description"> A factory for creating <a href="./org/apache/commons/pool/KeyedObjectPool.html"><code>KeyedObjectPool</code></a>s.</div></div><div class="index entry"><div class="key"><a href="org/apache/commons/pool/KeyedPoolableObjectFactory.html">KeyedPoolableObjectFactory</a> - interface org.apache.commons.pool.<a href="./org/apache/commons/pool/KeyedPoolableObjectFactory.html" title="Interface in org.apache.commons.pool">KeyedPoolableObjectFactory</a></div><div class="description"> An interface defining life-cycle methods for instances to be served by a <a href="./org/apache/commons/pool/KeyedObjectPool.html"><code>KeyedObjectPool</code></a>.</div></div></div><a name="M" id="M"/><h2 class="index category header">M</h2><div class="index category"><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BasePoolableObjectFactory.html#makeObject()">makeObject()</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BasePoolableObjectFactory.html" title="Class in org.apache.commons.pool">BasePoolableObjectFactory</a></div><div class="description"> Creates an instance that can be returned by the pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/PoolableObjectFactory.html#makeObject()">makeObject()</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/PoolableObjectFactory.html" title="Interface in org.apache.commons.pool">PoolableObjectFactory</a></div><div class="description"> Creates an instance that can be returned by the pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BaseKeyedPoolableObjectFactory.html#makeObject(Object)">makeObject(Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseKeyedPoolableObjectFactory.html" title="Class in org.apache.commons.pool">BaseKeyedPoolableObjectFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/KeyedPoolableObjectFactory.html#makeObject(Object)">makeObject(Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/KeyedPoolableObjectFactory.html" title="Interface in org.apache.commons.pool">KeyedPoolableObjectFactory</a></div><div class="description"> Create an instance that can be served by the pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.Config.html#maxActive">maxActive</a> - field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.Config.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool.Config</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.Config.html#maxActive">maxActive</a> - field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.Config.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool.Config</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.Config.html#maxIdle">maxIdle</a> - field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.Config.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool.Config</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.Config.html#maxIdle">maxIdle</a> - field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.Config.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool.Config</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.Config.html#maxTotal">maxTotal</a> - field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.Config.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool.Config</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.Config.html#maxWait">maxWait</a> - field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.Config.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool.Config</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.Config.html#maxWait">maxWait</a> - field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.Config.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool.Config</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.Config.html#minEvictableIdleTimeMillis">minEvictableIdleTimeMillis</a> - field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.Config.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool.Config</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.Config.html#minEvictableIdleTimeMillis">minEvictableIdleTimeMillis</a> - field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.Config.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool.Config</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.Config.html#minIdle">minIdle</a> - field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.Config.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool.Config</a></div><div class="description"></div></div></div><a name="N" id="N"/><h2 class="index category header">N</h2><div class="index category"><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.Config.html#numTestsPerEvictionRun">numTestsPerEvictionRun</a> - field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.Config.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool.Config</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.Config.html#numTestsPerEvictionRun">numTestsPerEvictionRun</a> - field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.Config.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool.Config</a></div><div class="description"></div></div></div><a name="O" id="O"/><h2 class="index category header">O</h2><div class="index category"><div class="index entry"><div class="key"><a href="org/apache/commons/pool/ObjectPool.html">ObjectPool</a> - interface org.apache.commons.pool.<a href="./org/apache/commons/pool/ObjectPool.html" title="Interface in org.apache.commons.pool">ObjectPool</a></div><div class="description"> A pooling interface.</div></div><div class="index entry"><div class="key"><a href="org/apache/commons/pool/ObjectPoolFactory.html">ObjectPoolFactory</a> - interface org.apache.commons.pool.<a href="./org/apache/commons/pool/ObjectPoolFactory.html" title="Interface in org.apache.commons.pool">ObjectPoolFactory</a></div><div class="description"> A factory interface for creating <a href="./org/apache/commons/pool/ObjectPool.html"><code>ObjectPool</code></a>s.</div></div><div class="index entry"><div class="key"><a href="org/apache/commons/pool/package-summary.html">org.apache.commons.pool</a> - package</div><div class="description"> Object pooling API.</div></div><div class="index entry"><div class="key"><a href="org/apache/commons/pool/impl/package-summary.html">org.apache.commons.pool.impl</a> - package</div><div class="description"> Object pooling API implementations.</div></div></div><a name="P" id="P"/><h2 class="index category header">P</h2><div class="index category"><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BasePoolableObjectFactory.html#passivateObject(Object)">passivateObject(Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BasePoolableObjectFactory.html" title="Class in org.apache.commons.pool">BasePoolableObjectFactory</a></div><div class="description">No-op.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/PoolableObjectFactory.html#passivateObject(Object)">passivateObject(Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/PoolableObjectFactory.html" title="Interface in org.apache.commons.pool">PoolableObjectFactory</a></div><div class="description"> Uninitialize an instance to be returned to the pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BaseKeyedPoolableObjectFactory.html#passivateObject(Object,Object)">passivateObject(Object,Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseKeyedPoolableObjectFactory.html" title="Class in org.apache.commons.pool">BaseKeyedPoolableObjectFactory</a></div><div class="description">No-op.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/KeyedPoolableObjectFactory.html#passivateObject(Object,Object)">passivateObject(Object,Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/KeyedPoolableObjectFactory.html" title="Interface in org.apache.commons.pool">KeyedPoolableObjectFactory</a></div><div class="description"> Uninitialize an instance to be returned to the pool.</div></div><div class="index entry"><div class="key"><a href="org/apache/commons/pool/PoolableObjectFactory.html">PoolableObjectFactory</a> - interface org.apache.commons.pool.<a href="./org/apache/commons/pool/PoolableObjectFactory.html" title="Interface in org.apache.commons.pool">PoolableObjectFactory</a></div><div class="description"> An interface defining life-cycle methods for instances to be used in an <a href="./org/apache/commons/pool/ObjectPool.html"><code>ObjectPool</code></a>.</div></div></div><a name="R" id="R"/><h2 class="index category header">R</h2><div class="index category"><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BaseObjectPool.html#returnObject(Object)">returnObject(Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseObjectPool.html" title="Class in org.apache.commons.pool">BaseObjectPool</a></div><div class="description"> Return an instance to my pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#returnObject(Object)">returnObject(Object)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/ObjectPool.html#returnObject(Object)">returnObject(Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/ObjectPool.html" title="Interface in org.apache.commons.pool">ObjectPool</a></div><div class="description"> Return an instance to my pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/SoftReferenceObjectPool.html#returnObject(Object)">returnObject(Object)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/SoftReferenceObjectPool.html" title="Class in org.apache.commons.pool.impl">SoftReferenceObjectPool</a></div><div class="description"> Return an instance to my pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackObjectPool.html#returnObject(Object)">returnObject(Object)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackObjectPool.html" title="Class in org.apache.commons.pool.impl">StackObjectPool</a></div><div class="description"> Return an instance to my pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BaseKeyedObjectPool.html#returnObject(Object,Object)">returnObject(Object,Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseKeyedObjectPool.html" title="Class in org.apache.commons.pool">BaseKeyedObjectPool</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#returnObject(Object,Object)">returnObject(Object,Object)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Return an instance to my pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/KeyedObjectPool.html#returnObject(Object,Object)">returnObject(Object,Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/KeyedObjectPool.html" title="Interface in org.apache.commons.pool">KeyedObjectPool</a></div><div class="description"> Return an instance to my pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html#returnObject(Object,Object)">returnObject(Object,Object)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPool</a></div><div class="description"> Return an instance to my pool.</div></div></div><a name="S" id="S"/><h2 class="index category header">S</h2><div class="index category"><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#setConfig(org.apache.commons.pool.impl.GenericKeyedObjectPool.Config)">setConfig(org.apache.commons.pool.impl.GenericKeyedObjectPool.Config)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Sets my configuration.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#setConfig(org.apache.commons.pool.impl.GenericObjectPool.Config)">setConfig(org.apache.commons.pool.impl.GenericObjectPool.Config)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Sets my configuration.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BaseKeyedObjectPool.html#setFactory(org.apache.commons.pool.KeyedPoolableObjectFactory)">setFactory(org.apache.commons.pool.KeyedPoolableObjectFactory)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseKeyedObjectPool.html" title="Class in org.apache.commons.pool">BaseKeyedObjectPool</a></div><div class="description"> Not supported in this base implementation.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#setFactory(org.apache.commons.pool.KeyedPoolableObjectFactory)">setFactory(org.apache.commons.pool.KeyedPoolableObjectFactory)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Sets the <a href="./org/apache/commons/pool/KeyedPoolableObjectFactory.html"><code>factory</code></a> I use to create new instances (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/KeyedObjectPool.html#setFactory(org.apache.commons.pool.KeyedPoolableObjectFactory)">setFactory(org.apache.commons.pool.KeyedPoolableObjectFactory)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/KeyedObjectPool.html" title="Interface in org.apache.commons.pool">KeyedObjectPool</a></div><div class="description"> Sets the <a href="./org/apache/commons/pool/KeyedPoolableObjectFactory.html"><code>factory</code></a> I use to create new instances (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html#setFactory(org.apache.commons.pool.KeyedPoolableObjectFactory)">setFactory(org.apache.commons.pool.KeyedPoolableObjectFactory)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPool</a></div><div class="description"> Sets the <a href="./org/apache/commons/pool/KeyedPoolableObjectFactory.html"><code>factory</code></a> I use to create new instances (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BaseObjectPool.html#setFactory(org.apache.commons.pool.PoolableObjectFactory)">setFactory(org.apache.commons.pool.PoolableObjectFactory)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseObjectPool.html" title="Class in org.apache.commons.pool">BaseObjectPool</a></div><div class="description"> Not supported in this base implementation.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#setFactory(org.apache.commons.pool.PoolableObjectFactory)">setFactory(org.apache.commons.pool.PoolableObjectFactory)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/ObjectPool.html#setFactory(org.apache.commons.pool.PoolableObjectFactory)">setFactory(org.apache.commons.pool.PoolableObjectFactory)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/ObjectPool.html" title="Interface in org.apache.commons.pool">ObjectPool</a></div><div class="description"> Sets the <a href="./org/apache/commons/pool/PoolableObjectFactory.html"><code>factory</code></a> I use to create new instances (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/SoftReferenceObjectPool.html#setFactory(org.apache.commons.pool.PoolableObjectFactory)">setFactory(org.apache.commons.pool.PoolableObjectFactory)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/SoftReferenceObjectPool.html" title="Class in org.apache.commons.pool.impl">SoftReferenceObjectPool</a></div><div class="description"> Sets the <a href="./org/apache/commons/pool/PoolableObjectFactory.html"><code>factory</code></a> I use to create new instances (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackObjectPool.html#setFactory(org.apache.commons.pool.PoolableObjectFactory)">setFactory(org.apache.commons.pool.PoolableObjectFactory)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackObjectPool.html" title="Class in org.apache.commons.pool.impl">StackObjectPool</a></div><div class="description"> Sets the <a href="./org/apache/commons/pool/PoolableObjectFactory.html"><code>factory</code></a> I use to create new instances (optional operation).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#setMaxActive(int)">setMaxActive(int)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Sets the cap on the number of active instances from my pool (per key).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#setMaxActive(int)">setMaxActive(int)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Sets the cap on the total number of active instances from my pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#setMaxIdle(int)">setMaxIdle(int)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Sets the cap on the number of "idle" instances in the pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#setMaxIdle(int)">setMaxIdle(int)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Sets the cap on the number of "idle" instances in the pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#setMaxTotal(int)">setMaxTotal(int)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Sets the cap on the total number of instances from my pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#setMaxWait(long)">setMaxWait(long)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Sets the maximum amount of time (in milliseconds) the <a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#borrowObject(Object)"><code>borrowObject(Object)</code></a> method should block before throwing an exception when the pool is exhausted and the <a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#setWhenExhaustedAction(byte)"><code>"when exhausted" action</code></a> is <a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#WHEN_EXHAUSTED_BLOCK"><code>WHEN_EXHAUSTED_BLOCK</code></a>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#setMaxWait(long)">setMaxWait(long)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Sets the maximum amount of time (in milliseconds) the <a href="./org/apache/commons/pool/impl/GenericObjectPool.html#borrowObject()"><code>borrowObject()</code></a> method should block before throwing an exception when the pool is exhausted and the <a href="./org/apache/commons/pool/impl/GenericObjectPool.html#setWhenExhaustedAction(byte)"><code>"when exhausted" action</code></a> is <a href="./org/apache/commons/pool/impl/GenericObjectPool.html#WHEN_EXHAUSTED_BLOCK"><code>WHEN_EXHAUSTED_BLOCK</code></a>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#setMinEvictableIdleTimeMillis(long)">setMinEvictableIdleTimeMillis(long)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Sets the minimum amount of time an object may sit idle in the pool before it is eligable for eviction by the idle object evictor (if any).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#setMinEvictableIdleTimeMillis(long)">setMinEvictableIdleTimeMillis(long)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Sets the minimum amount of time an object may sit idle in the pool before it is eligable for eviction by the idle object evictor (if any).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#setMinIdle(int)">setMinIdle(int)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Sets the minimum number of objects allowed in the pool before the evictor thread (if active) spawns new objects.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#setNumTestsPerEvictionRun(int)">setNumTestsPerEvictionRun(int)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Sets the number of objects to examine during each run of the idle object evictor thread (if any).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#setNumTestsPerEvictionRun(int)">setNumTestsPerEvictionRun(int)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Sets the number of objects to examine during each run of the idle object evictor thread (if any).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#setTestOnBorrow(boolean)">setTestOnBorrow(boolean)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> When <tt>true</tt>, objects will be <a href="./org/apache/commons/pool/PoolableObjectFactory.html#validateObject(Object)"><code>validated</code></a> before being returned by the <a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#borrowObject(Object)"><code>borrowObject(Object)</code></a> method.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#setTestOnBorrow(boolean)">setTestOnBorrow(boolean)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> When <tt>true</tt>, objects will be <a href="./org/apache/commons/pool/PoolableObjectFactory.html#validateObject(Object)"><code>validated</code></a> before being returned by the <a href="./org/apache/commons/pool/impl/GenericObjectPool.html#borrowObject()"><code>borrowObject()</code></a> method.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#setTestOnReturn(boolean)">setTestOnReturn(boolean)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> When <tt>true</tt>, objects will be <a href="./org/apache/commons/pool/PoolableObjectFactory.html#validateObject(Object)"><code>validated</code></a> before being returned to the pool within the <a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#returnObject(Object,Object)"><code>returnObject(Object,Object)</code></a>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#setTestOnReturn(boolean)">setTestOnReturn(boolean)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> When <tt>true</tt>, objects will be <a href="./org/apache/commons/pool/PoolableObjectFactory.html#validateObject(Object)"><code>validated</code></a> before being returned to the pool within the <a href="./org/apache/commons/pool/impl/GenericObjectPool.html#returnObject(Object)"><code>returnObject(Object)</code></a>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#setTestWhileIdle(boolean)">setTestWhileIdle(boolean)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> When <tt>true</tt>, objects will be <a href="./org/apache/commons/pool/PoolableObjectFactory.html#validateObject(Object)"><code>validated</code></a> by the idle object evictor (if any).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#setTestWhileIdle(boolean)">setTestWhileIdle(boolean)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> When <tt>true</tt>, objects will be <a href="./org/apache/commons/pool/PoolableObjectFactory.html#validateObject(Object)"><code>validated</code></a> by the idle object evictor (if any).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#setTimeBetweenEvictionRunsMillis(long)">setTimeBetweenEvictionRunsMillis(long)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Sets the number of milliseconds to sleep between runs of the idle object evictor thread.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#setTimeBetweenEvictionRunsMillis(long)">setTimeBetweenEvictionRunsMillis(long)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Sets the number of milliseconds to sleep between runs of the idle object evictor thread.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#setWhenExhaustedAction(byte)">setWhenExhaustedAction(byte)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> Sets the action to take when the <a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#borrowObject(Object)"><code>borrowObject(Object)</code></a> method is invoked when the pool is exhausted (the maximum number of "active" objects has been reached).</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#setWhenExhaustedAction(byte)">setWhenExhaustedAction(byte)</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> Sets the action to take when the <a href="./org/apache/commons/pool/impl/GenericObjectPool.html#borrowObject()"><code>borrowObject()</code></a> method is invoked when the pool is exhausted (the maximum number of "active" objects has been reached).</div></div><div class="index entry"><div class="key"><a href="org/apache/commons/pool/impl/SoftReferenceObjectPool.html">SoftReferenceObjectPool</a> - class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/SoftReferenceObjectPool.html" title="Class in org.apache.commons.pool.impl">SoftReferenceObjectPool</a></div><div class="description"> A <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/ref/SoftReference.html"><code>SoftReference</code></a> based <a href="./org/apache/commons/pool/ObjectPool.html"><code>ObjectPool</code></a>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/SoftReferenceObjectPool.html#SoftReferenceObjectPool()">SoftReferenceObjectPool()</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/SoftReferenceObjectPool.html" title="Class in org.apache.commons.pool.impl">SoftReferenceObjectPool</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/SoftReferenceObjectPool.html#SoftReferenceObjectPool(org.apache.commons.pool.PoolableObjectFactory)">SoftReferenceObjectPool(org.apache.commons.pool.PoolableObjectFactory)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/SoftReferenceObjectPool.html" title="Class in org.apache.commons.pool.impl">SoftReferenceObjectPool</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/SoftReferenceObjectPool.html#SoftReferenceObjectPool(org.apache.commons.pool.PoolableObjectFactory,int)">SoftReferenceObjectPool(org.apache.commons.pool.PoolableObjectFactory,int)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/SoftReferenceObjectPool.html" title="Class in org.apache.commons.pool.impl">SoftReferenceObjectPool</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="org/apache/commons/pool/impl/StackKeyedObjectPool.html">StackKeyedObjectPool</a> - class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPool</a></div><div class="description"> A simple, <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/Stack.html"><code>Stack</code></a>-based <a href="./org/apache/commons/pool/KeyedObjectPool.html"><code>KeyedObjectPool</code></a> implementation.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html#StackKeyedObjectPool()">StackKeyedObjectPool()</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPool</a></div><div class="description"> Create a new pool using no factory.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html#StackKeyedObjectPool(int)">StackKeyedObjectPool(int)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPool</a></div><div class="description"> Create a new pool using no factory.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html#StackKeyedObjectPool(int,int)">StackKeyedObjectPool(int,int)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPool</a></div><div class="description"> Create a new pool using no factory.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html#StackKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory)">StackKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPool</a></div><div class="description"> Create a new <tt>SimpleKeyedObjectPool</tt> using the specified <i>factory</i> to create new instances.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html#StackKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory,int)">StackKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory,int)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPool</a></div><div class="description"> Create a new <tt>SimpleKeyedObjectPool</tt> using the specified <i>factory</i> to create new instances.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html#StackKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory,int,int)">StackKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory,int,int)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPool</a></div><div class="description"> Create a new <tt>SimpleKeyedObjectPool</tt> using the specified <i>factory</i> to create new instances.</div></div><div class="index entry"><div class="key"><a href="org/apache/commons/pool/impl/StackKeyedObjectPoolFactory.html">StackKeyedObjectPoolFactory</a> - class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPoolFactory</a></div><div class="description"> A factory for creating <a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html"><code>StackKeyedObjectPool</code></a> instances.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackKeyedObjectPoolFactory.html#StackKeyedObjectPoolFactory()">StackKeyedObjectPoolFactory()</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackKeyedObjectPoolFactory.html#StackKeyedObjectPoolFactory(int)">StackKeyedObjectPoolFactory(int)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackKeyedObjectPoolFactory.html#StackKeyedObjectPoolFactory(int,int)">StackKeyedObjectPoolFactory(int,int)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackKeyedObjectPoolFactory.html#StackKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory)">StackKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackKeyedObjectPoolFactory.html#StackKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory,int)">StackKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory,int)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackKeyedObjectPoolFactory.html#StackKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory,int,int)">StackKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory,int,int)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="org/apache/commons/pool/impl/StackObjectPool.html">StackObjectPool</a> - class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackObjectPool.html" title="Class in org.apache.commons.pool.impl">StackObjectPool</a></div><div class="description"> A simple, <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/Stack.html"><code>Stack</code></a>-based <a href="./org/apache/commons/pool/ObjectPool.html"><code>ObjectPool</code></a> implementation.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackObjectPool.html#StackObjectPool()">StackObjectPool()</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackObjectPool.html" title="Class in org.apache.commons.pool.impl">StackObjectPool</a></div><div class="description"> Create a new pool using no factory.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackObjectPool.html#StackObjectPool(int)">StackObjectPool(int)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackObjectPool.html" title="Class in org.apache.commons.pool.impl">StackObjectPool</a></div><div class="description"> Create a new pool using no factory.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackObjectPool.html#StackObjectPool(int,int)">StackObjectPool(int,int)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackObjectPool.html" title="Class in org.apache.commons.pool.impl">StackObjectPool</a></div><div class="description"> Create a new pool using no factory.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackObjectPool.html#StackObjectPool(org.apache.commons.pool.PoolableObjectFactory)">StackObjectPool(org.apache.commons.pool.PoolableObjectFactory)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackObjectPool.html" title="Class in org.apache.commons.pool.impl">StackObjectPool</a></div><div class="description"> Create a new <tt>StackObjectPool</tt> using the specified <i>factory</i> to create new instances.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackObjectPool.html#StackObjectPool(org.apache.commons.pool.PoolableObjectFactory,int)">StackObjectPool(org.apache.commons.pool.PoolableObjectFactory,int)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackObjectPool.html" title="Class in org.apache.commons.pool.impl">StackObjectPool</a></div><div class="description"> Create a new <tt>SimpleObjectPool</tt> using the specified <i>factory</i> to create new instances, capping the number of "sleeping" instances to <i>max</i> </div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackObjectPool.html#StackObjectPool(org.apache.commons.pool.PoolableObjectFactory,int,int)">StackObjectPool(org.apache.commons.pool.PoolableObjectFactory,int,int)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackObjectPool.html" title="Class in org.apache.commons.pool.impl">StackObjectPool</a></div><div class="description"> Create a new <tt>SimpleObjectPool</tt> using the specified <i>factory</i> to create new instances, capping the number of "sleeping" instances to <i>max</i>, and initially allocating a container capable of containing at least <i>init</i> instances.</div></div><div class="index entry"><div class="key"><a href="org/apache/commons/pool/impl/StackObjectPoolFactory.html">StackObjectPoolFactory</a> - class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">StackObjectPoolFactory</a></div><div class="description"> A factory for creating <a href="./org/apache/commons/pool/impl/StackObjectPool.html"><code>StackObjectPool</code></a> instances.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackObjectPoolFactory.html#StackObjectPoolFactory()">StackObjectPoolFactory()</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">StackObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackObjectPoolFactory.html#StackObjectPoolFactory(int)">StackObjectPoolFactory(int)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">StackObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackObjectPoolFactory.html#StackObjectPoolFactory(int,int)">StackObjectPoolFactory(int,int)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">StackObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackObjectPoolFactory.html#StackObjectPoolFactory(org.apache.commons.pool.PoolableObjectFactory)">StackObjectPoolFactory(org.apache.commons.pool.PoolableObjectFactory)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">StackObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackObjectPoolFactory.html#StackObjectPoolFactory(org.apache.commons.pool.PoolableObjectFactory,int)">StackObjectPoolFactory(org.apache.commons.pool.PoolableObjectFactory,int)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">StackObjectPoolFactory</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackObjectPoolFactory.html#StackObjectPoolFactory(org.apache.commons.pool.PoolableObjectFactory,int,int)">StackObjectPoolFactory(org.apache.commons.pool.PoolableObjectFactory,int,int)</a> - constructor for class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackObjectPoolFactory.html" title="Class in org.apache.commons.pool.impl">StackObjectPoolFactory</a></div><div class="description"></div></div></div><a name="T" id="T"/><h2 class="index category header">T</h2><div class="index category"><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.Config.html#testOnBorrow">testOnBorrow</a> - field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.Config.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool.Config</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.Config.html#testOnBorrow">testOnBorrow</a> - field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.Config.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool.Config</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.Config.html#testOnReturn">testOnReturn</a> - field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.Config.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool.Config</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.Config.html#testOnReturn">testOnReturn</a> - field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.Config.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool.Config</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.Config.html#testWhileIdle">testWhileIdle</a> - field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.Config.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool.Config</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.Config.html#testWhileIdle">testWhileIdle</a> - field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.Config.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool.Config</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.Config.html#timeBetweenEvictionRunsMillis">timeBetweenEvictionRunsMillis</a> - field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.Config.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool.Config</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.Config.html#timeBetweenEvictionRunsMillis">timeBetweenEvictionRunsMillis</a> - field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.Config.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool.Config</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html#toString()">toString()</a> - method in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/StackKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">StackKeyedObjectPool</a></div><div class="description"></div></div></div><a name="V" id="V"/><h2 class="index category header">V</h2><div class="index category"><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BasePoolableObjectFactory.html#validateObject(Object)">validateObject(Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BasePoolableObjectFactory.html" title="Class in org.apache.commons.pool">BasePoolableObjectFactory</a></div><div class="description"> This implementation always returns <tt>true</tt>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/PoolableObjectFactory.html#validateObject(Object)">validateObject(Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/PoolableObjectFactory.html" title="Interface in org.apache.commons.pool">PoolableObjectFactory</a></div><div class="description"> Ensures that the instance is safe to be returned by the pool.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/BaseKeyedPoolableObjectFactory.html#validateObject(Object,Object)">validateObject(Object,Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/BaseKeyedPoolableObjectFactory.html" title="Class in org.apache.commons.pool">BaseKeyedPoolableObjectFactory</a></div><div class="description"> This implementation always returns <tt>true</tt>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/KeyedPoolableObjectFactory.html#validateObject(Object,Object)">validateObject(Object,Object)</a> - method in class org.apache.commons.pool.<a href="./org/apache/commons/pool/KeyedPoolableObjectFactory.html" title="Interface in org.apache.commons.pool">KeyedPoolableObjectFactory</a></div><div class="description"> Ensures that the instance is safe to be returned by the pool.</div></div></div><a name="W" id="W"/><h2 class="index category header">W</h2><div class="index category"><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#WHEN_EXHAUSTED_BLOCK">WHEN_EXHAUSTED_BLOCK</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> A "when exhausted action" type indicating that when the pool is exhausted (i.e., the maximum number of active objects has been reached), the <a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#borrowObject(Object)"><code>borrowObject(Object)</code></a> method should block until a new object is available, or the <a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#getMaxWait()"><code>maximum wait time</code></a> has been reached.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#WHEN_EXHAUSTED_BLOCK">WHEN_EXHAUSTED_BLOCK</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> A "when exhausted action" type indicating that when the pool is exhausted (i.e., the maximum number of active objects has been reached), the <a href="./org/apache/commons/pool/impl/GenericObjectPool.html#borrowObject()"><code>borrowObject()</code></a> method should block until a new object is available, or the <a href="./org/apache/commons/pool/impl/GenericObjectPool.html#getMaxWait()"><code>maximum wait time</code></a> has been reached.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#WHEN_EXHAUSTED_FAIL">WHEN_EXHAUSTED_FAIL</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> A "when exhausted action" type indicating that when the pool is exhausted (i.e., the maximum number of active objects has been reached), the <a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#borrowObject(Object)"><code>borrowObject(Object)</code></a> method should fail, throwing a <code>NoSuchElementException</code>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#WHEN_EXHAUSTED_FAIL">WHEN_EXHAUSTED_FAIL</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> A "when exhausted action" type indicating that when the pool is exhausted (i.e., the maximum number of active objects has been reached), the <a href="./org/apache/commons/pool/impl/GenericObjectPool.html#borrowObject()"><code>borrowObject()</code></a> method should fail, throwing a <code>NoSuchElementException</code>.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#WHEN_EXHAUSTED_GROW">WHEN_EXHAUSTED_GROW</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool</a></div><div class="description"> A "when exhausted action" type indicating that when the pool is exhausted (i.e., the maximum number of active objects has been reached), the <a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#borrowObject(Object)"><code>borrowObject(Object)</code></a> method should simply create a new object anyway.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.html#WHEN_EXHAUSTED_GROW">WHEN_EXHAUSTED_GROW</a> - static field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool</a></div><div class="description"> A "when exhausted action" type indicating that when the pool is exhausted (i.e., the maximum number of active objects has been reached), the <a href="./org/apache/commons/pool/impl/GenericObjectPool.html#borrowObject()"><code>borrowObject()</code></a> method should simply create a new object anyway.</div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.Config.html#whenExhaustedAction">whenExhaustedAction</a> - field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericKeyedObjectPool.Config.html" title="Class in org.apache.commons.pool.impl">GenericKeyedObjectPool.Config</a></div><div class="description"></div></div><div class="index entry"><div class="key"><a href="./org/apache/commons/pool/impl/GenericObjectPool.Config.html#whenExhaustedAction">whenExhaustedAction</a> - field in class org.apache.commons.pool.impl.<a href="./org/apache/commons/pool/impl/GenericObjectPool.Config.html" title="Class in org.apache.commons.pool.impl">GenericObjectPool.Config</a></div><div class="description"></div></div></div><p class="navbar bottom spacer"> </p><table class="navbar div bottom"><tr><td><div class="navbar div top"><span class="navbar item enabled"><a href="./overview-summary.html">Overview</a></span> <span class="navbar item disabled">Package</span> <span class="navbar item active">Index</span> <span class="navbar item enabled"><a href="./about.html">About</a></span></div></td></tr></table><hr/><small>Copyright © 2001-2003 Apache Software Foundation. Documenation generated March 6 2006</small>.</body></html>