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