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, validate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getCapacity, getFlushStrategy, getInitialPoolSize, getMaxPoolSize, getMinPoolSize, isFair, isPrefill, isUseStrictMin
validate
protected 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 DsPool
public Extension getConnectionListener()
getConnectionListener
in interface DsPool
Copyright © 2021 JBoss by Red Hat. All rights reserved.