
public class CommonPoolImpl
extends java.lang.Object
implements org.jboss.jca.common.api.metadata.common.CommonPool
| Modifier and Type | Field and Description |
|---|---|
protected org.jboss.jca.common.api.metadata.common.FlushStrategy |
flushStrategy
flush-strategy
|
protected java.lang.Integer |
maxPoolSize
maxPoolSize
|
protected java.lang.Integer |
minPoolSize
minPoolSize
|
protected java.lang.Boolean |
prefill
prefill
|
protected java.lang.Boolean |
useStrictMin
use-strict-min
|
| Constructor and Description |
|---|
CommonPoolImpl(java.lang.Integer minPoolSize,
java.lang.Integer maxPoolSize,
java.lang.Boolean prefill,
java.lang.Boolean useStrictMin,
org.jboss.jca.common.api.metadata.common.FlushStrategy flushStrategy)
Create a new PoolImpl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
org.jboss.jca.common.api.metadata.common.FlushStrategy |
getFlushStrategy()
Get the flush strategy.
|
java.lang.Integer |
getMaxPoolSize()
Get the maxPoolSize.
|
java.lang.Integer |
getMinPoolSize()
Get the minPoolSize.
|
int |
hashCode() |
java.lang.Boolean |
isPrefill()
Get the prefill.
|
java.lang.Boolean |
isUseStrictMin()
Get the useStrictMin.
|
java.lang.String |
toString() |
void |
validate()
Validate this metadata according validation required by specification
|
protected final java.lang.Integer minPoolSize
protected final java.lang.Integer maxPoolSize
protected final java.lang.Boolean prefill
protected final java.lang.Boolean useStrictMin
protected final org.jboss.jca.common.api.metadata.common.FlushStrategy flushStrategy
public CommonPoolImpl(java.lang.Integer minPoolSize,
java.lang.Integer maxPoolSize,
java.lang.Boolean prefill,
java.lang.Boolean useStrictMin,
org.jboss.jca.common.api.metadata.common.FlushStrategy flushStrategy)
throws org.jboss.jca.common.api.validator.ValidateException
minPoolSize - minPoolSizemaxPoolSize - maxPoolSizeprefill - prefilluseStrictMin - useStrictMinflushStrategy - flushStrategyorg.jboss.jca.common.api.validator.ValidateException - ValidateExceptionpublic final java.lang.Integer getMinPoolSize()
getMinPoolSize in interface org.jboss.jca.common.api.metadata.common.CommonPoolpublic final java.lang.Integer getMaxPoolSize()
getMaxPoolSize in interface org.jboss.jca.common.api.metadata.common.CommonPoolpublic final java.lang.Boolean isPrefill()
isPrefill in interface org.jboss.jca.common.api.metadata.common.CommonPoolpublic final java.lang.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.CommonPoolpublic void validate()
throws org.jboss.jca.common.api.validator.ValidateException
org.jboss.jca.common.api.metadata.ValidatableMetadatavalidate in interface org.jboss.jca.common.api.metadata.ValidatableMetadataorg.jboss.jca.common.api.validator.ValidateException - in case of validation failpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2013 IronJacamar (http://www.ironjacamar.org)