
public class DsXaPoolImpl extends CommonXaPoolImpl implements org.jboss.jca.common.api.metadata.ds.v11.DsXaPool
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowMultipleUsers
allow-multiple-users
|
interleaving, isSameRmOverride, noTxSeparatePool, padXid, wrapXaResourceflushStrategy, maxPoolSize, minPoolSize, prefill, useStrictMin| Constructor and Description |
|---|
DsXaPoolImpl(Integer minPoolSize,
Integer maxPoolSize,
Boolean prefill,
Boolean useStrictMin,
org.jboss.jca.common.api.metadata.common.FlushStrategy flushStrategy,
Boolean isSameRmOverride,
Boolean interleaving,
Boolean padXid,
Boolean wrapXaResource,
Boolean noTxSeparatePool,
Boolean allowMultipleUsers)
Create a new XaPoolImpl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
Boolean |
isAllowMultipleUsers()
Are multiple users allowed to create connections
|
String |
toString() |
isInterleaving, isNoTxSeparatePool, isPadXid, isSameRmOverride, isWrapXaResourcegetFlushStrategy, getMaxPoolSize, getMinPoolSize, isPrefill, isUseStrictMin, validateclone, finalize, getClass, notify, notifyAll, wait, wait, waitisInterleaving, isNoTxSeparatePool, isPadXid, isSameRmOverride, isWrapXaResourceprotected final Boolean allowMultipleUsers
public DsXaPoolImpl(Integer minPoolSize, Integer maxPoolSize, Boolean prefill, Boolean useStrictMin, org.jboss.jca.common.api.metadata.common.FlushStrategy flushStrategy, Boolean isSameRmOverride, Boolean interleaving, Boolean padXid, Boolean wrapXaResource, Boolean noTxSeparatePool, Boolean allowMultipleUsers) throws org.jboss.jca.common.api.validator.ValidateException
minPoolSize - minPoolSizemaxPoolSize - maxPoolSizeprefill - prefilluseStrictMin - useStrictMinflushStrategy - flushStrategyisSameRmOverride - isSameRmOverrideinterleaving - interleavingpadXid - padXidwrapXaResource - wrapXaResourcenoTxSeparatePool - noTxSeparatePoolallowMultipleUsers - allowMultipleUsersorg.jboss.jca.common.api.validator.ValidateException - ValidateExceptionpublic final Boolean isAllowMultipleUsers()
isAllowMultipleUsers in interface org.jboss.jca.common.api.metadata.ds.v11.DsXaPoolpublic int hashCode()
hashCode in class CommonXaPoolImplpublic boolean equals(Object obj)
equals in class CommonXaPoolImplpublic String toString()
toString in class CommonXaPoolImplCopyright © 2013 IronJacamar (http://www.ironjacamar.org)