public class ConnDefPoolImpl extends CommonPoolImpl implements ConnDefPool
ConnDefPool.TagflushStrategy, maxPoolSize, minPoolSize, prefill, useStrictMin| Constructor and Description |
|---|
ConnDefPoolImpl(java.lang.Integer minPoolSize,
java.lang.Integer initialPoolSize,
java.lang.Integer maxPoolSize,
java.lang.Boolean prefill,
java.lang.Boolean useStrictMin,
FlushStrategy flushStrategy,
Capacity capacity)
Construcot
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Capacity |
getCapacity()
Get the capacity
|
java.lang.Integer |
getInitialPoolSize()
Get the initial pool size
|
int |
hashCode() |
java.lang.String |
toString() |
getFlushStrategy, getMaxPoolSize, getMinPoolSize, isPrefill, isUseStrictMin, validateclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetFlushStrategy, getMaxPoolSize, getMinPoolSize, isPrefill, isUseStrictMinvalidatepublic ConnDefPoolImpl(java.lang.Integer minPoolSize,
java.lang.Integer initialPoolSize,
java.lang.Integer maxPoolSize,
java.lang.Boolean prefill,
java.lang.Boolean useStrictMin,
FlushStrategy flushStrategy,
Capacity capacity)
throws ValidateException
minPoolSize - minPoolSizeinitialPoolSize - initialPoolSizemaxPoolSize - maxPoolSizeprefill - prefilluseStrictMin - useStrictMinflushStrategy - flushStrategycapacity - capacityValidateException - ValidateExceptionpublic java.lang.Integer getInitialPoolSize()
getInitialPoolSize in interface ConnDefPoolpublic Capacity getCapacity()
getCapacity in interface ConnDefPoolpublic int hashCode()
hashCode in class CommonPoolImplpublic boolean equals(java.lang.Object obj)
equals in class CommonPoolImplpublic java.lang.String toString()
CommonPoolImpltoString in class CommonPoolImplCopyright © 2013 IronJacamar (http://www.ironjacamar.org)