public class ConnDefPoolImpl extends CommonPoolImpl implements ConnDefPool
ConnDefPool.Tag
flushStrategy, 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, validate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getFlushStrategy, getMaxPoolSize, getMinPoolSize, isPrefill, isUseStrictMin
validate
public 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 ConnDefPool
public Capacity getCapacity()
getCapacity
in interface ConnDefPool
public int hashCode()
hashCode
in class CommonPoolImpl
public boolean equals(java.lang.Object obj)
equals
in class CommonPoolImpl
public java.lang.String toString()
CommonPoolImpl
toString
in class CommonPoolImpl
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)