Added: websites/production/commons/content/proper/commons-pool/api-2.3/org/apache/commons/pool2/impl/GenericObjectPoolConfig.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/api-2.3/org/apache/commons/pool2/impl/GenericObjectPoolConfig.html (added) +++ websites/production/commons/content/proper/commons-pool/api-2.3/org/apache/commons/pool2/impl/GenericObjectPoolConfig.html Wed Dec 31 14:00:19 2014 @@ -0,0 +1,490 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1"> +<title>GenericObjectPoolConfig (Apache Commons Pool 2.3 API)</title> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="GenericObjectPoolConfig (Apache Commons Pool 2.3 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/GenericObjectPoolConfig.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="class in org.apache.commons.pool2.impl"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html" title="interface in org.apache.commons.pool2.impl"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/commons/pool2/impl/GenericObjectPoolConfig.html" target="_top">Frames</a></li> +<li><a href="GenericObjectPoolConfig.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.commons.pool2.impl</div> +<h2 title="Class GenericObjectPoolConfig" class="title">Class GenericObjectPoolConfig</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">org.apache.commons.pool2.impl.BaseObjectPoolConfig</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.commons.pool2.impl.GenericObjectPoolConfig</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</a></dd> +</dl> +<hr> +<br> +<pre>public class <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#line.31">GenericObjectPoolConfig</a> +extends <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">BaseObjectPoolConfig</a></pre> +<div class="block">A simple "struct" encapsulating the configuration for a + <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="class in org.apache.commons.pool2.impl"><code>GenericObjectPool</code></a>. + + <p> + This class is not thread-safe; it is only intended to be used to provide + attributes used when creating a pool.</div> +<dl><dt><span class="strong">Since:</span></dt> + <dd>2.0</dd> +<dt><span class="strong">Version:</span></dt> + <dd>$Revision: $</dd></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#DEFAULT_MAX_IDLE">DEFAULT_MAX_IDLE</a></strong></code> +<div class="block">The default value for the <code>maxIdle</code> configuration attribute.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#DEFAULT_MAX_TOTAL">DEFAULT_MAX_TOTAL</a></strong></code> +<div class="block">The default value for the <code>maxTotal</code> configuration attribute.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#DEFAULT_MIN_IDLE">DEFAULT_MIN_IDLE</a></strong></code> +<div class="block">The default value for the <code>minIdle</code> configuration attribute.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_org.apache.commons.pool2.impl.BaseObjectPoolConfig"> +<!-- --> +</a> +<h3>Fields inherited from class org.apache.commons.pool2.impl.<a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">BaseObjectPoolConfig</a></h3> +<code><a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_BLOCK_WHEN_EXHAUSTED">DEFAULT_BLOCK_WHEN_EXHAUSTED</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_EVICTION_POLICY_CLASS_NAME">DEFAULT_EVICTION_POLICY_CLASS_NAME</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_FAIRNESS">DEFAULT_FAIRNESS</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_JMX_ENABLE">DEFAULT_JMX_ENABLE</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_JMX_NAME_BASE">DEFAULT_JMX_NAME_BASE</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_JMX_NAME_PREFIX">DEFAULT_JMX_NAME_PREFIX</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_LIFO">DEFAULT_LIFO</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolCon fig.html#DEFAULT_MAX_WAIT_MILLIS">DEFAULT_MAX_WAIT_MILLIS</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_MIN_EVICTABLE_IDLE_TIME_MILLIS">DEFAULT_MIN_EVICTABLE_IDLE_TIME_MILLIS</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_NUM_TESTS_PER_EVICTION_RUN">DEFAULT_NUM_TESTS_PER_EVICTION_RUN</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_SOFT_MIN_EVICTABLE_IDLE_TIME_MILLIS">DEFAULT_SOFT_MIN_EVICTABLE_IDLE_TIME_MILLIS</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_TEST_ON_BORROW">DEFAULT_TEST_ON_BORROW</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_TEST_ON_CREATE">DEFAULT_TEST_ON_CREATE</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_TEST_ON_RETURN">DEFAULT_TEST_ON_RETURN</a>, <a href="../../../../../org/apache/commons/p ool2/impl/BaseObjectPoolConfig.html#DEFAULT_TEST_WHILE_IDLE">DEFAULT_TEST_WHILE_IDLE</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#DEFAULT_TIME_BETWEEN_EVICTION_RUNS_MILLIS">DEFAULT_TIME_BETWEEN_EVICTION_RUNS_MILLIS</a></code></li> +</ul> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#GenericObjectPoolConfig()">GenericObjectPoolConfig</a></strong>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">GenericObjectPoolConfig</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#clone()">clone</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#getMaxIdle()">getMaxIdle</a></strong>()</code> +<div class="block">Get the value for the <code>maxIdle</code> configuration attribute + for pools created with this configuration instance.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#getMaxTotal()">getMaxTotal</a></strong>()</code> +<div class="block">Get the value for the <code>maxTotal</code> configuration attribute + for pools created with this configuration instance.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#getMinIdle()">getMinIdle</a></strong>()</code> +<div class="block">Get the value for the <code>minIdle</code> configuration attribute + for pools created with this configuration instance.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#setMaxIdle(int)">setMaxIdle</a></strong>(int maxIdle)</code> +<div class="block">Set the value for the <code>maxIdle</code> configuration attribute for + pools created with this configuration instance.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#setMaxTotal(int)">setMaxTotal</a></strong>(int maxTotal)</code> +<div class="block">Set the value for the <code>maxTotal</code> configuration attribute for + pools created with this configuration instance.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#setMinIdle(int)">setMinIdle</a></strong>(int minIdle)</code> +<div class="block">Set the value for the <code>minIdle</code> configuration attribute for + pools created with this configuration instance.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_org.apache.commons.pool2.impl.BaseObjectPoolConfig"> +<!-- --> +</a> +<h3>Methods inherited from class org.apache.commons.pool2.impl.<a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">BaseObjectPoolConfig</a></h3> +<code><a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#getBlockWhenExhausted()">getBlockWhenExhausted</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#getEvictionPolicyClassName()">getEvictionPolicyClassName</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#getFairness()">getFairness</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#getJmxEnabled()">getJmxEnabled</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#getJmxNameBase()">getJmxNameBase</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#getJmxNamePrefix()">getJmxNamePrefix</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#getLifo()">getLifo</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#getMaxWaitMillis()">getMaxWaitMillis</a>, <a href="../../../../.. /org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#getMinEvictableIdleTimeMillis()">getMinEvictableIdleTimeMillis</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#getNumTestsPerEvictionRun()">getNumTestsPerEvictionRun</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#getSoftMinEvictableIdleTimeMillis()">getSoftMinEvictableIdleTimeMillis</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#getTestOnBorrow()">getTestOnBorrow</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#getTestOnCreate()">getTestOnCreate</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#getTestOnReturn()">getTestOnReturn</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#getTestWhileIdle()">getTestWhileIdle</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#getTimeBetween EvictionRunsMillis()">getTimeBetweenEvictionRunsMillis</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#setBlockWhenExhausted(boolean)">setBlockWhenExhausted</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#setEvictionPolicyClassName(java.lang.String)">setEvictionPolicyClassName</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#setFairness(boolean)">setFairness</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#setJmxEnabled(boolean)">setJmxEnabled</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#setJmxNameBase(java.lang.String)">setJmxNameBase</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#setJmxNamePrefix(java.lang.String)">setJmxNamePrefix</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#setLifo(boolean)">setLifo</a>, <a href="../../ ../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#setMaxWaitMillis(long)">setMaxWaitMillis</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#setMinEvictableIdleTimeMillis(long)">setMinEvictableIdleTimeMillis</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#setNumTestsPerEvictionRun(int)">setNumTestsPerEvictionRun</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#setSoftMinEvictableIdleTimeMillis(long)">setSoftMinEvictableIdleTimeMillis</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#setTestOnBorrow(boolean)">setTestOnBorrow</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#setTestOnCreate(boolean)">setTestOnCreate</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#setTestOnReturn(boolean)">setTestOnReturn</a>, <a href="../../../../../org/apache/commons/pool2/i mpl/BaseObjectPoolConfig.html#setTestWhileIdle(boolean)">setTestWhileIdle</a>, <a href="../../../../../org/apache/commons/pool2/impl/BaseObjectPoolConfig.html#setTimeBetweenEvictionRunsMillis(long)">setTimeBetweenEvictionRunsMillis</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/j ava/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="DEFAULT_MAX_TOTAL"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DEFAULT_MAX_TOTAL</h4> +<pre>public static final int <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#line.37">DEFAULT_MAX_TOTAL</a></pre> +<div class="block">The default value for the <code>maxTotal</code> configuration attribute.</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getMaxTotal()"><code>BaseGenericObjectPool.getMaxTotal()</code></a>, +<a href="../../../../../constant-values.html#org.apache.commons.pool2.impl.GenericObjectPoolConfig.DEFAULT_MAX_TOTAL">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="DEFAULT_MAX_IDLE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DEFAULT_MAX_IDLE</h4> +<pre>public static final int <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#line.43">DEFAULT_MAX_IDLE</a></pre> +<div class="block">The default value for the <code>maxIdle</code> configuration attribute.</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getMaxIdle()"><code>GenericObjectPool.getMaxIdle()</code></a>, +<a href="../../../../../constant-values.html#org.apache.commons.pool2.impl.GenericObjectPoolConfig.DEFAULT_MAX_IDLE">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="DEFAULT_MIN_IDLE"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>DEFAULT_MIN_IDLE</h4> +<pre>public static final int <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#line.49">DEFAULT_MIN_IDLE</a></pre> +<div class="block">The default value for the <code>minIdle</code> configuration attribute.</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getMinIdle()"><code>GenericObjectPool.getMinIdle()</code></a>, +<a href="../../../../../constant-values.html#org.apache.commons.pool2.impl.GenericObjectPoolConfig.DEFAULT_MIN_IDLE">Constant Field Values</a></dd></dl> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="GenericObjectPoolConfig()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>GenericObjectPoolConfig</h4> +<pre>public <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#line.31">GenericObjectPoolConfig</a>()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getMaxTotal()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getMaxTotal</h4> +<pre>public int <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#line.67">getMaxTotal</a>()</pre> +<div class="block">Get the value for the <code>maxTotal</code> configuration attribute + for pools created with this configuration instance.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>The current setting of <code>maxTotal</code> for this + configuration instance</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getMaxTotal()"><code>BaseGenericObjectPool.getMaxTotal()</code></a></dd></dl> +</li> +</ul> +<a name="setMaxTotal(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setMaxTotal</h4> +<pre>public void <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#line.80">setMaxTotal</a>(int maxTotal)</pre> +<div class="block">Set the value for the <code>maxTotal</code> configuration attribute for + pools created with this configuration instance.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>maxTotal</code> - The new setting of <code>maxTotal</code> + for this configuration instance</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#setMaxTotal(int)"><code>BaseGenericObjectPool.setMaxTotal(int)</code></a></dd></dl> +</li> +</ul> +<a name="getMaxIdle()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getMaxIdle</h4> +<pre>public int <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#line.94">getMaxIdle</a>()</pre> +<div class="block">Get the value for the <code>maxIdle</code> configuration attribute + for pools created with this configuration instance.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>The current setting of <code>maxIdle</code> for this + configuration instance</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getMaxIdle()"><code>GenericObjectPool.getMaxIdle()</code></a></dd></dl> +</li> +</ul> +<a name="setMaxIdle(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setMaxIdle</h4> +<pre>public void <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#line.107">setMaxIdle</a>(int maxIdle)</pre> +<div class="block">Set the value for the <code>maxIdle</code> configuration attribute for + pools created with this configuration instance.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>maxIdle</code> - The new setting of <code>maxIdle</code> + for this configuration instance</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#setMaxIdle(int)"><code>GenericObjectPool.setMaxIdle(int)</code></a></dd></dl> +</li> +</ul> +<a name="getMinIdle()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getMinIdle</h4> +<pre>public int <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#line.121">getMinIdle</a>()</pre> +<div class="block">Get the value for the <code>minIdle</code> configuration attribute + for pools created with this configuration instance.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>The current setting of <code>minIdle</code> for this + configuration instance</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getMinIdle()"><code>GenericObjectPool.getMinIdle()</code></a></dd></dl> +</li> +</ul> +<a name="setMinIdle(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setMinIdle</h4> +<pre>public void <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#line.134">setMinIdle</a>(int minIdle)</pre> +<div class="block">Set the value for the <code>minIdle</code> configuration attribute for + pools created with this configuration instance.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>minIdle</code> - The new setting of <code>minIdle</code> + for this configuration instance</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#setMinIdle(int)"><code>GenericObjectPool.setMinIdle(int)</code></a></dd></dl> +</li> +</ul> +<a name="clone()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>clone</h4> +<pre>public <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">GenericObjectPoolConfig</a> <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolConfig.html#line.139">clone</a>()</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a></code> in class <code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/GenericObjectPoolConfig.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="class in org.apache.commons.pool2.impl"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html" title="interface in org.apache.commons.pool2.impl"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/commons/pool2/impl/GenericObjectPoolConfig.html" target="_top">Frames</a></li> +<li><a href="GenericObjectPoolConfig.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2001–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> \ No newline at end of file
Propchange: websites/production/commons/content/proper/commons-pool/api-2.3/org/apache/commons/pool2/impl/GenericObjectPoolConfig.html ------------------------------------------------------------------------------ svn:eol-style = native Added: websites/production/commons/content/proper/commons-pool/api-2.3/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/api-2.3/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html (added) +++ websites/production/commons/content/proper/commons-pool/api-2.3/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html Wed Dec 31 14:00:19 2014 @@ -0,0 +1,822 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1"> +<title>GenericObjectPoolMXBean (Apache Commons Pool 2.3 API)</title> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="GenericObjectPoolMXBean (Apache Commons Pool 2.3 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/GenericObjectPoolMXBean.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/commons/pool2/impl/PooledSoftReference.html" title="class in org.apache.commons.pool2.impl"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html" target="_top">Frames</a></li> +<li><a href="GenericObjectPoolMXBean.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.commons.pool2.impl</div> +<h2 title="Interface GenericObjectPoolMXBean" class="title">Interface GenericObjectPoolMXBean</h2> +</div> +<div class="contentContainer"> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Known Implementing Classes:</dt> +<dd><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericObjectPool</a></dd> +</dl> +<hr> +<br> +<pre>public interface <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.35">GenericObjectPoolMXBean</a></pre> +<div class="block">Defines the methods that will be made available via JMX. + + NOTE: This interface exists only to define those attributes and methods that + will be made available via JMX. It must not be implemented by clients + as it is subject to change between major, minor and patch version + releases of commons pool. Clients that implement this interface may + not, therefore, be able to upgrade to a new minor or patch release + without requiring code changes.</div> +<dl><dt><span class="strong">Since:</span></dt> + <dd>2.0</dd> +<dt><span class="strong">Version:</span></dt> + <dd>$Revision: $</dd></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getBlockWhenExhausted()">getBlockWhenExhausted</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getBlockWhenExhausted()"><code>BaseGenericObjectPool.getBlockWhenExhausted()</code></a></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>long</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getBorrowedCount()">getBorrowedCount</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getBorrowedCount()"><code>BaseGenericObjectPool.getBorrowedCount()</code></a></div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>long</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getCreatedCount()">getCreatedCount</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getCreatedCount()"><code>BaseGenericObjectPool.getCreatedCount()</code></a></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getCreationStackTrace()">getCreationStackTrace</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getCreationStackTrace()"><code>BaseGenericObjectPool.getCreationStackTrace()</code></a></div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>long</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getDestroyedByBorrowValidationCount()">getDestroyedByBorrowValidationCount</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getDestroyedByBorrowValidationCount()"><code>BaseGenericObjectPool.getDestroyedByBorrowValidationCount()</code></a></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>long</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getDestroyedByEvictorCount()">getDestroyedByEvictorCount</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getDestroyedByEvictorCount()"><code>BaseGenericObjectPool.getDestroyedByEvictorCount()</code></a></div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>long</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getDestroyedCount()">getDestroyedCount</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getDestroyedCount()"><code>BaseGenericObjectPool.getDestroyedCount()</code></a></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getFactoryType()">getFactoryType</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getFactoryType()"><code>GenericObjectPool.getFactoryType()</code></a></div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getFairness()">getFairness</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getLifo()"><code>BaseGenericObjectPool.getLifo()</code></a></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getLifo()">getLifo</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getFairness()"><code>BaseGenericObjectPool.getFairness()</code></a></div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getLogAbandoned()">getLogAbandoned</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getLogAbandoned()"><code>GenericObjectPool.getLogAbandoned()</code></a></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>long</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getMaxBorrowWaitTimeMillis()">getMaxBorrowWaitTimeMillis</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getMaxBorrowWaitTimeMillis()"><code>BaseGenericObjectPool.getMaxBorrowWaitTimeMillis()</code></a></div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getMaxIdle()">getMaxIdle</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getMaxIdle()"><code>GenericObjectPool.getMaxIdle()</code></a></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getMaxTotal()">getMaxTotal</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getMaxTotal()"><code>BaseGenericObjectPool.getMaxTotal()</code></a></div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>long</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getMaxWaitMillis()">getMaxWaitMillis</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getMaxWaitMillis()"><code>BaseGenericObjectPool.getMaxWaitMillis()</code></a></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>long</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getMeanActiveTimeMillis()">getMeanActiveTimeMillis</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getMeanActiveTimeMillis()"><code>BaseGenericObjectPool.getMeanActiveTimeMillis()</code></a></div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>long</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getMeanBorrowWaitTimeMillis()">getMeanBorrowWaitTimeMillis</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getMeanBorrowWaitTimeMillis()"><code>BaseGenericObjectPool.getMeanBorrowWaitTimeMillis()</code></a></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>long</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getMeanIdleTimeMillis()">getMeanIdleTimeMillis</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getMeanIdleTimeMillis()"><code>BaseGenericObjectPool.getMeanIdleTimeMillis()</code></a></div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>long</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getMinEvictableIdleTimeMillis()">getMinEvictableIdleTimeMillis</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getMinEvictableIdleTimeMillis()"><code>BaseGenericObjectPool.getMinEvictableIdleTimeMillis()</code></a></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getMinIdle()">getMinIdle</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getMinIdle()"><code>GenericObjectPool.getMinIdle()</code></a></div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getNumActive()">getNumActive</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getNumActive()"><code>GenericObjectPool.getNumActive()</code></a></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getNumIdle()">getNumIdle</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getNumIdle()"><code>GenericObjectPool.getNumIdle()</code></a></div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getNumTestsPerEvictionRun()">getNumTestsPerEvictionRun</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getNumTestsPerEvictionRun()"><code>BaseGenericObjectPool.getNumTestsPerEvictionRun()</code></a></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getNumWaiters()">getNumWaiters</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getNumWaiters()"><code>GenericObjectPool.getNumWaiters()</code></a></div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getRemoveAbandonedOnBorrow()">getRemoveAbandonedOnBorrow</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getRemoveAbandonedOnBorrow()"><code>GenericObjectPool.getRemoveAbandonedOnBorrow()</code></a></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getRemoveAbandonedOnMaintenance()">getRemoveAbandonedOnMaintenance</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getRemoveAbandonedOnMaintenance()"><code>GenericObjectPool.getRemoveAbandonedOnMaintenance()</code></a></div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getRemoveAbandonedTimeout()">getRemoveAbandonedTimeout</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getRemoveAbandonedTimeout()"><code>GenericObjectPool.getRemoveAbandonedTimeout()</code></a></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>long</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getReturnedCount()">getReturnedCount</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getReturnedCount()"><code>BaseGenericObjectPool.getReturnedCount()</code></a></div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getTestOnBorrow()">getTestOnBorrow</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getTestOnBorrow()"><code>BaseGenericObjectPool.getTestOnBorrow()</code></a></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getTestOnCreate()">getTestOnCreate</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getTestOnCreate()"><code>BaseGenericObjectPool.getTestOnCreate()</code></a></div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getTestOnReturn()">getTestOnReturn</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getTestOnReturn()"><code>BaseGenericObjectPool.getTestOnReturn()</code></a></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getTestWhileIdle()">getTestWhileIdle</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getTestWhileIdle()"><code>BaseGenericObjectPool.getTestWhileIdle()</code></a></div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>long</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#getTimeBetweenEvictionRunsMillis()">getTimeBetweenEvictionRunsMillis</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getTimeBetweenEvictionRunsMillis()"><code>BaseGenericObjectPool.getTimeBetweenEvictionRunsMillis()</code></a></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#isAbandonedConfig()">isAbandonedConfig</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#isAbandonedConfig()"><code>GenericObjectPool.isAbandonedConfig()</code></a></div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#isClosed()">isClosed</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#isClosed()"><code>BaseGenericObjectPool.isClosed()</code></a></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="../../../../../org/apache/commons/pool2/impl/DefaultPooledObjectInfo.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObjectInfo</a>></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#listAllObjects()">listAllObjects</a></strong>()</code> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#listAllObjects()"><code>GenericObjectPool.listAllObjects()</code></a></div> +</td> +</tr> +</table> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getBlockWhenExhausted()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getBlockWhenExhausted</h4> +<pre>boolean <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.41">getBlockWhenExhausted</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getBlockWhenExhausted()"><code>BaseGenericObjectPool.getBlockWhenExhausted()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getBlockWhenExhausted()"><code>BaseGenericObjectPool.getBlockWhenExhausted()</code></a></dd></dl> +</li> +</ul> +<a name="getFairness()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getFairness</h4> +<pre>boolean <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.46">getFairness</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getLifo()"><code>BaseGenericObjectPool.getLifo()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getLifo()"><code>BaseGenericObjectPool.getLifo()</code></a></dd></dl> +</li> +</ul> +<a name="getLifo()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getLifo</h4> +<pre>boolean <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.51">getLifo</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getFairness()"><code>BaseGenericObjectPool.getFairness()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getFairness()"><code>BaseGenericObjectPool.getFairness()</code></a></dd></dl> +</li> +</ul> +<a name="getMaxIdle()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getMaxIdle</h4> +<pre>int <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.56">getMaxIdle</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getMaxIdle()"><code>GenericObjectPool.getMaxIdle()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getMaxIdle()"><code>GenericObjectPool.getMaxIdle()</code></a></dd></dl> +</li> +</ul> +<a name="getMaxTotal()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getMaxTotal</h4> +<pre>int <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.61">getMaxTotal</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getMaxTotal()"><code>BaseGenericObjectPool.getMaxTotal()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getMaxTotal()"><code>BaseGenericObjectPool.getMaxTotal()</code></a></dd></dl> +</li> +</ul> +<a name="getMaxWaitMillis()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getMaxWaitMillis</h4> +<pre>long <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.66">getMaxWaitMillis</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getMaxWaitMillis()"><code>BaseGenericObjectPool.getMaxWaitMillis()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getMaxWaitMillis()"><code>BaseGenericObjectPool.getMaxWaitMillis()</code></a></dd></dl> +</li> +</ul> +<a name="getMinEvictableIdleTimeMillis()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getMinEvictableIdleTimeMillis</h4> +<pre>long <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.71">getMinEvictableIdleTimeMillis</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getMinEvictableIdleTimeMillis()"><code>BaseGenericObjectPool.getMinEvictableIdleTimeMillis()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getMinEvictableIdleTimeMillis()"><code>BaseGenericObjectPool.getMinEvictableIdleTimeMillis()</code></a></dd></dl> +</li> +</ul> +<a name="getMinIdle()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getMinIdle</h4> +<pre>int <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.76">getMinIdle</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getMinIdle()"><code>GenericObjectPool.getMinIdle()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getMinIdle()"><code>GenericObjectPool.getMinIdle()</code></a></dd></dl> +</li> +</ul> +<a name="getNumActive()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getNumActive</h4> +<pre>int <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.81">getNumActive</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getNumActive()"><code>GenericObjectPool.getNumActive()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getNumActive()"><code>GenericObjectPool.getNumActive()</code></a></dd></dl> +</li> +</ul> +<a name="getNumIdle()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getNumIdle</h4> +<pre>int <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.86">getNumIdle</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getNumIdle()"><code>GenericObjectPool.getNumIdle()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getNumIdle()"><code>GenericObjectPool.getNumIdle()</code></a></dd></dl> +</li> +</ul> +<a name="getNumTestsPerEvictionRun()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getNumTestsPerEvictionRun</h4> +<pre>int <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.91">getNumTestsPerEvictionRun</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getNumTestsPerEvictionRun()"><code>BaseGenericObjectPool.getNumTestsPerEvictionRun()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getNumTestsPerEvictionRun()"><code>BaseGenericObjectPool.getNumTestsPerEvictionRun()</code></a></dd></dl> +</li> +</ul> +<a name="getTestOnCreate()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getTestOnCreate</h4> +<pre>boolean <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.97">getTestOnCreate</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getTestOnCreate()"><code>BaseGenericObjectPool.getTestOnCreate()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getTestOnCreate()"><code>BaseGenericObjectPool.getTestOnCreate()</code></a></dd><dt><span class="strong">Since:</span></dt> + <dd>2.2</dd></dl> +</li> +</ul> +<a name="getTestOnBorrow()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getTestOnBorrow</h4> +<pre>boolean <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.102">getTestOnBorrow</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getTestOnBorrow()"><code>BaseGenericObjectPool.getTestOnBorrow()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getTestOnBorrow()"><code>BaseGenericObjectPool.getTestOnBorrow()</code></a></dd></dl> +</li> +</ul> +<a name="getTestOnReturn()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getTestOnReturn</h4> +<pre>boolean <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.107">getTestOnReturn</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getTestOnReturn()"><code>BaseGenericObjectPool.getTestOnReturn()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getTestOnReturn()"><code>BaseGenericObjectPool.getTestOnReturn()</code></a></dd></dl> +</li> +</ul> +<a name="getTestWhileIdle()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getTestWhileIdle</h4> +<pre>boolean <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.112">getTestWhileIdle</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getTestWhileIdle()"><code>BaseGenericObjectPool.getTestWhileIdle()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getTestWhileIdle()"><code>BaseGenericObjectPool.getTestWhileIdle()</code></a></dd></dl> +</li> +</ul> +<a name="getTimeBetweenEvictionRunsMillis()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getTimeBetweenEvictionRunsMillis</h4> +<pre>long <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.117">getTimeBetweenEvictionRunsMillis</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getTimeBetweenEvictionRunsMillis()"><code>BaseGenericObjectPool.getTimeBetweenEvictionRunsMillis()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getTimeBetweenEvictionRunsMillis()"><code>BaseGenericObjectPool.getTimeBetweenEvictionRunsMillis()</code></a></dd></dl> +</li> +</ul> +<a name="isClosed()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isClosed</h4> +<pre>boolean <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.122">isClosed</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#isClosed()"><code>BaseGenericObjectPool.isClosed()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#isClosed()"><code>BaseGenericObjectPool.isClosed()</code></a></dd></dl> +</li> +</ul> +<a name="getBorrowedCount()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getBorrowedCount</h4> +<pre>long <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.128">getBorrowedCount</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getBorrowedCount()"><code>BaseGenericObjectPool.getBorrowedCount()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getBorrowedCount()"><code>BaseGenericObjectPool.getBorrowedCount()</code></a></dd></dl> +</li> +</ul> +<a name="getReturnedCount()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getReturnedCount</h4> +<pre>long <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.133">getReturnedCount</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getReturnedCount()"><code>BaseGenericObjectPool.getReturnedCount()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getReturnedCount()"><code>BaseGenericObjectPool.getReturnedCount()</code></a></dd></dl> +</li> +</ul> +<a name="getCreatedCount()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getCreatedCount</h4> +<pre>long <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.138">getCreatedCount</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getCreatedCount()"><code>BaseGenericObjectPool.getCreatedCount()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getCreatedCount()"><code>BaseGenericObjectPool.getCreatedCount()</code></a></dd></dl> +</li> +</ul> +<a name="getDestroyedCount()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getDestroyedCount</h4> +<pre>long <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.143">getDestroyedCount</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getDestroyedCount()"><code>BaseGenericObjectPool.getDestroyedCount()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getDestroyedCount()"><code>BaseGenericObjectPool.getDestroyedCount()</code></a></dd></dl> +</li> +</ul> +<a name="getDestroyedByEvictorCount()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getDestroyedByEvictorCount</h4> +<pre>long <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.148">getDestroyedByEvictorCount</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getDestroyedByEvictorCount()"><code>BaseGenericObjectPool.getDestroyedByEvictorCount()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getDestroyedByEvictorCount()"><code>BaseGenericObjectPool.getDestroyedByEvictorCount()</code></a></dd></dl> +</li> +</ul> +<a name="getDestroyedByBorrowValidationCount()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getDestroyedByBorrowValidationCount</h4> +<pre>long <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.153">getDestroyedByBorrowValidationCount</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getDestroyedByBorrowValidationCount()"><code>BaseGenericObjectPool.getDestroyedByBorrowValidationCount()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getDestroyedByBorrowValidationCount()"><code>BaseGenericObjectPool.getDestroyedByBorrowValidationCount()</code></a></dd></dl> +</li> +</ul> +<a name="getMeanActiveTimeMillis()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getMeanActiveTimeMillis</h4> +<pre>long <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.158">getMeanActiveTimeMillis</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getMeanActiveTimeMillis()"><code>BaseGenericObjectPool.getMeanActiveTimeMillis()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getMeanActiveTimeMillis()"><code>BaseGenericObjectPool.getMeanActiveTimeMillis()</code></a></dd></dl> +</li> +</ul> +<a name="getMeanIdleTimeMillis()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getMeanIdleTimeMillis</h4> +<pre>long <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.163">getMeanIdleTimeMillis</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getMeanIdleTimeMillis()"><code>BaseGenericObjectPool.getMeanIdleTimeMillis()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getMeanIdleTimeMillis()"><code>BaseGenericObjectPool.getMeanIdleTimeMillis()</code></a></dd></dl> +</li> +</ul> +<a name="getMeanBorrowWaitTimeMillis()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getMeanBorrowWaitTimeMillis</h4> +<pre>long <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.168">getMeanBorrowWaitTimeMillis</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getMeanBorrowWaitTimeMillis()"><code>BaseGenericObjectPool.getMeanBorrowWaitTimeMillis()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getMeanBorrowWaitTimeMillis()"><code>BaseGenericObjectPool.getMeanBorrowWaitTimeMillis()</code></a></dd></dl> +</li> +</ul> +<a name="getMaxBorrowWaitTimeMillis()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getMaxBorrowWaitTimeMillis</h4> +<pre>long <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.173">getMaxBorrowWaitTimeMillis</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getMaxBorrowWaitTimeMillis()"><code>BaseGenericObjectPool.getMaxBorrowWaitTimeMillis()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getMaxBorrowWaitTimeMillis()"><code>BaseGenericObjectPool.getMaxBorrowWaitTimeMillis()</code></a></dd></dl> +</li> +</ul> +<a name="getCreationStackTrace()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getCreationStackTrace</h4> +<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.178">getCreationStackTrace</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getCreationStackTrace()"><code>BaseGenericObjectPool.getCreationStackTrace()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getCreationStackTrace()"><code>BaseGenericObjectPool.getCreationStackTrace()</code></a></dd></dl> +</li> +</ul> +<a name="getNumWaiters()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getNumWaiters</h4> +<pre>int <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.183">getNumWaiters</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getNumWaiters()"><code>GenericObjectPool.getNumWaiters()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getNumWaiters()"><code>GenericObjectPool.getNumWaiters()</code></a></dd></dl> +</li> +</ul> +<a name="isAbandonedConfig()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isAbandonedConfig</h4> +<pre>boolean <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.190">isAbandonedConfig</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#isAbandonedConfig()"><code>GenericObjectPool.isAbandonedConfig()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#isAbandonedConfig()"><code>GenericObjectPool.isAbandonedConfig()</code></a></dd></dl> +</li> +</ul> +<a name="getLogAbandoned()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getLogAbandoned</h4> +<pre>boolean <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.195">getLogAbandoned</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getLogAbandoned()"><code>GenericObjectPool.getLogAbandoned()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getLogAbandoned()"><code>GenericObjectPool.getLogAbandoned()</code></a></dd></dl> +</li> +</ul> +<a name="getRemoveAbandonedOnBorrow()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getRemoveAbandonedOnBorrow</h4> +<pre>boolean <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.200">getRemoveAbandonedOnBorrow</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getRemoveAbandonedOnBorrow()"><code>GenericObjectPool.getRemoveAbandonedOnBorrow()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getRemoveAbandonedOnBorrow()"><code>GenericObjectPool.getRemoveAbandonedOnBorrow()</code></a></dd></dl> +</li> +</ul> +<a name="getRemoveAbandonedOnMaintenance()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getRemoveAbandonedOnMaintenance</h4> +<pre>boolean <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.205">getRemoveAbandonedOnMaintenance</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getRemoveAbandonedOnMaintenance()"><code>GenericObjectPool.getRemoveAbandonedOnMaintenance()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getRemoveAbandonedOnMaintenance()"><code>GenericObjectPool.getRemoveAbandonedOnMaintenance()</code></a></dd></dl> +</li> +</ul> +<a name="getRemoveAbandonedTimeout()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getRemoveAbandonedTimeout</h4> +<pre>int <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.210">getRemoveAbandonedTimeout</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getRemoveAbandonedTimeout()"><code>GenericObjectPool.getRemoveAbandonedTimeout()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getRemoveAbandonedTimeout()"><code>GenericObjectPool.getRemoveAbandonedTimeout()</code></a></dd></dl> +</li> +</ul> +<a name="getFactoryType()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getFactoryType</h4> +<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.215">getFactoryType</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getFactoryType()"><code>GenericObjectPool.getFactoryType()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getFactoryType()"><code>GenericObjectPool.getFactoryType()</code></a></dd></dl> +</li> +</ul> +<a name="listAllObjects()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>listAllObjects</h4> +<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="../../../../../org/apache/commons/pool2/impl/DefaultPooledObjectInfo.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObjectInfo</a>> <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html#line.220">listAllObjects</a>()</pre> +<div class="block">See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#listAllObjects()"><code>GenericObjectPool.listAllObjects()</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>See <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#listAllObjects()"><code>GenericObjectPool.listAllObjects()</code></a></dd></dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/GenericObjectPoolMXBean.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/commons/pool2/impl/PooledSoftReference.html" title="class in org.apache.commons.pool2.impl"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html" target="_top">Frames</a></li> +<li><a href="GenericObjectPoolMXBean.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2001–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> \ No newline at end of file Propchange: websites/production/commons/content/proper/commons-pool/api-2.3/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html ------------------------------------------------------------------------------ svn:eol-style = native