
public class DsPoolImpl extends CommonPoolImpl implements org.jboss.jca.common.api.metadata.ds.v11.DsPool
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowMultipleUsers
allow-multiple-users
|
flushStrategy, maxPoolSize, minPoolSize, prefill, useStrictMin| Constructor and Description |
|---|
DsPoolImpl(Integer minPoolSize,
Integer maxPoolSize,
Boolean prefill,
Boolean useStrictMin,
org.jboss.jca.common.api.metadata.common.FlushStrategy flushStrategy,
Boolean allowMultipleUsers)
Create a new PoolImpl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
Boolean |
isAllowMultipleUsers()
Are multiple users allowed to create connections
|
String |
toString() |
getFlushStrategy, getMaxPoolSize, getMinPoolSize, isPrefill, isUseStrictMin, validateclone, finalize, getClass, notify, notifyAll, wait, wait, waitprotected final Boolean allowMultipleUsers
public DsPoolImpl(Integer minPoolSize, Integer maxPoolSize, Boolean prefill, Boolean useStrictMin, org.jboss.jca.common.api.metadata.common.FlushStrategy flushStrategy, Boolean allowMultipleUsers) throws org.jboss.jca.common.api.validator.ValidateException
minPoolSize - minPoolSizemaxPoolSize - maxPoolSizeprefill - prefilluseStrictMin - useStrictMinflushStrategy - flushStrategyallowMultipleUsers - allowMultipleUsersorg.jboss.jca.common.api.validator.ValidateException - ValidateExceptionpublic final Boolean isAllowMultipleUsers()
isAllowMultipleUsers in interface org.jboss.jca.common.api.metadata.ds.v11.DsPoolpublic int hashCode()
hashCode in class CommonPoolImplpublic boolean equals(Object obj)
equals in class CommonPoolImplpublic String toString()
toString in class CommonPoolImplCopyright © 2013 IronJacamar (http://www.ironjacamar.org)