public class DsPoolImpl extends CommonPoolImpl implements DsPool
DsPool.Tag
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
allowMultipleUsers
allow-multiple-users
|
flushStrategy, maxPoolSize, minPoolSize, prefill, useStrictMin
Constructor and Description |
---|
DsPoolImpl(java.lang.Integer minPoolSize,
java.lang.Integer maxPoolSize,
java.lang.Boolean prefill,
java.lang.Boolean useStrictMin,
FlushStrategy flushStrategy,
java.lang.Boolean allowMultipleUsers)
Create a new PoolImpl.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.Boolean |
isAllowMultipleUsers()
Are multiple users allowed to create connections
|
java.lang.String |
toString() |
getFlushStrategy, getMaxPoolSize, getMinPoolSize, isPrefill, isUseStrictMin, validate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getFlushStrategy, getMaxPoolSize, getMinPoolSize, isPrefill, isUseStrictMin
validate
protected final java.lang.Boolean allowMultipleUsers
public DsPoolImpl(java.lang.Integer minPoolSize, java.lang.Integer maxPoolSize, java.lang.Boolean prefill, java.lang.Boolean useStrictMin, FlushStrategy flushStrategy, java.lang.Boolean allowMultipleUsers) throws ValidateException
minPoolSize
- minPoolSizemaxPoolSize
- maxPoolSizeprefill
- prefilluseStrictMin
- useStrictMinflushStrategy
- flushStrategyallowMultipleUsers
- allowMultipleUsersValidateException
- ValidateExceptionpublic final java.lang.Boolean isAllowMultipleUsers()
isAllowMultipleUsers
in interface DsPool
public int hashCode()
hashCode
in class CommonPoolImpl
public boolean equals(java.lang.Object obj)
equals
in class CommonPoolImpl
public java.lang.String toString()
toString
in class CommonPoolImpl
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)