|
||||||||||
| 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 org.jboss.jca.common.api.metadata.common.FlushStrategy |
flushStrategy
flush-strategy |
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,
org.jboss.jca.common.api.metadata.common.FlushStrategy flushStrategy)
Create a new PoolImpl. |
|
| Method Summary | |
|---|---|
org.jboss.jca.common.api.metadata.common.FlushStrategy |
getFlushStrategy()
Get the flush strategy. |
Integer |
getMaxPoolSize()
Get the maxPoolSize. |
Integer |
getMinPoolSize()
Get the minPoolSize. |
Boolean |
isPrefill()
Get the prefill. |
Boolean |
isUseStrictMin()
Get the useStrictMin. |
void |
validate()
|
| 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
protected final org.jboss.jca.common.api.metadata.common.FlushStrategy flushStrategy
| Constructor Detail |
|---|
public CommonPoolImpl(Integer minPoolSize,
Integer maxPoolSize,
Boolean prefill,
Boolean useStrictMin,
org.jboss.jca.common.api.metadata.common.FlushStrategy flushStrategy)
throws org.jboss.jca.common.api.validator.ValidateException
minPoolSize - minPoolSizemaxPoolSize - maxPoolSizeprefill - prefilluseStrictMin - useStrictMinflushStrategy - flushStrategy
org.jboss.jca.common.api.validator.ValidateException - ValidateException| 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.CommonPoolpublic final org.jboss.jca.common.api.metadata.common.FlushStrategy getFlushStrategy()
getFlushStrategy in interface org.jboss.jca.common.api.metadata.common.CommonPool
public void validate()
throws org.jboss.jca.common.api.validator.ValidateException
validate in interface org.jboss.jca.common.api.metadata.ValidatableMetadataorg.jboss.jca.common.api.validator.ValidateException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||