public class DsPoolImpl extends PoolImpl implements DsPool
DsPool.Tag| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowMultipleUsers
allow-multiple-users
|
protected Extension |
connectionListener
connection-listener
|
capacity, fair, flushStrategy, initialPoolSize, maxPoolSize, minPoolSize, prefill, useStrictMin| Constructor and Description |
|---|
DsPoolImpl(Integer minPoolSize,
Integer initialPoolSize,
Integer maxPoolSize,
Boolean prefill,
Boolean useStrictMin,
FlushStrategy flushStrategy,
Boolean allowMultipleUsers,
Capacity capacity,
Boolean fair,
Extension connectionListener)
Create a new PoolImpl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Extension |
getConnectionListener() |
int |
hashCode() |
Boolean |
isAllowMultipleUsers() |
String |
toString() |
getCapacity, getFlushStrategy, getInitialPoolSize, getMaxPoolSize, getMinPoolSize, isFair, isPrefill, isUseStrictMin, validateclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCapacity, getFlushStrategy, getInitialPoolSize, getMaxPoolSize, getMinPoolSize, isFair, isPrefill, isUseStrictMinvalidateprotected Boolean allowMultipleUsers
protected Extension connectionListener
public DsPoolImpl(Integer minPoolSize, Integer initialPoolSize, Integer maxPoolSize, Boolean prefill, Boolean useStrictMin, FlushStrategy flushStrategy, Boolean allowMultipleUsers, Capacity capacity, Boolean fair, Extension connectionListener) throws ValidateException
minPoolSize - minPoolSizeinitialPoolSize - initialPoolSizemaxPoolSize - maxPoolSizeprefill - prefilluseStrictMin - useStrictMinflushStrategy - flushStrategyallowMultipleUsers - allowMultipleUserscapacity - capacityfair - fairconnectionListener - connectionListenerValidateException - ValidateExceptionpublic Boolean isAllowMultipleUsers()
isAllowMultipleUsers in interface DsPoolpublic Extension getConnectionListener()
getConnectionListener in interface DsPoolCopyright © 2021 JBoss by Red Hat. All rights reserved.