|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.common.metadata.common.CommonPoolImpl
public class CommonPoolImpl

A PoolImpl.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jboss.jca.common.api.metadata.common.CommonPool |
|---|
org.jboss.jca.common.api.metadata.common.CommonPool.Tag |
| Field Summary | |
|---|---|
protected Integer |
maxPoolSize
maxPoolSize |
protected Integer |
minPoolSize
minPoolSize |
protected Boolean |
prefill
prefill |
protected Boolean |
useStrictMin
use-strict-min |
| Constructor Summary | |
|---|---|
CommonPoolImpl(Integer minPoolSize,
Integer maxPoolSize,
Boolean prefill,
Boolean useStrictMin)
Create a new PoolImpl. |
|
| Method Summary | |
|---|---|
Integer |
getMaxPoolSize()
Get the maxPoolSize. |
Integer |
getMinPoolSize()
Get the minPoolSize. |
Boolean |
isPrefill()
Get the prefill. |
Boolean |
isUseStrictMin()
Get the useStrictMin. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final Integer minPoolSize
protected final Integer maxPoolSize
protected final Boolean prefill
protected final Boolean useStrictMin
| Constructor Detail |
|---|
public CommonPoolImpl(Integer minPoolSize,
Integer maxPoolSize,
Boolean prefill,
Boolean useStrictMin)
minPoolSize - minPoolSizemaxPoolSize - maxPoolSizeprefill - prefilluseStrictMin - useStrictMin| Method Detail |
|---|
public final Integer getMinPoolSize()
getMinPoolSize in interface org.jboss.jca.common.api.metadata.common.CommonPoolpublic final Integer getMaxPoolSize()
getMaxPoolSize in interface org.jboss.jca.common.api.metadata.common.CommonPoolpublic final Boolean isPrefill()
isPrefill in interface org.jboss.jca.common.api.metadata.common.CommonPoolpublic final Boolean isUseStrictMin()
isUseStrictMin in interface org.jboss.jca.common.api.metadata.common.CommonPool
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||