public class DsXaPoolImpl extends XaPoolImpl implements DsXaPool
DsXaPool.Tag| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowMultipleUsers
allow-multiple-users
|
protected Extension |
connectionListener
connection-listener
|
interleaving, isSameRmOverride, noTxSeparatePool, padXid, wrapXaResourcecapacity, fair, flushStrategy, initialPoolSize, maxPoolSize, minPoolSize, prefill, useStrictMin| Constructor and Description |
|---|
DsXaPoolImpl(Integer minPoolSize,
Integer initialPoolSize,
Integer maxPoolSize,
Boolean prefill,
Boolean useStrictMin,
FlushStrategy flushStrategy,
Boolean isSameRmOverride,
Boolean interleaving,
Boolean padXid,
Boolean wrapXaResource,
Boolean noTxSeparatePool,
Boolean allowMultipleUsers,
Capacity capacity,
Boolean fair,
Extension connectionListener)
Create a new XaPoolImpl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Extension |
getConnectionListener() |
int |
hashCode() |
Boolean |
isAllowMultipleUsers() |
String |
toString() |
isInterleaving, isNoTxSeparatePool, isPadXid, isSameRmOverride, isWrapXaResourcegetCapacity, getFlushStrategy, getInitialPoolSize, getMaxPoolSize, getMinPoolSize, isFair, isPrefill, isUseStrictMin, validateclone, finalize, getClass, notify, notifyAll, wait, wait, waitisInterleaving, isNoTxSeparatePool, isPadXid, isSameRmOverride, isWrapXaResourcegetCapacity, getFlushStrategy, getInitialPoolSize, getMaxPoolSize, getMinPoolSize, isFair, isPrefill, isUseStrictMinvalidateprotected final Boolean allowMultipleUsers
protected final Extension connectionListener
public DsXaPoolImpl(Integer minPoolSize, Integer initialPoolSize, Integer maxPoolSize, Boolean prefill, Boolean useStrictMin, FlushStrategy flushStrategy, Boolean isSameRmOverride, Boolean interleaving, Boolean padXid, Boolean wrapXaResource, Boolean noTxSeparatePool, Boolean allowMultipleUsers, Capacity capacity, Boolean fair, Extension connectionListener) throws ValidateException
minPoolSize - minPoolSizeinitialPoolSize - initialPoolSizemaxPoolSize - maxPoolSizeprefill - prefilluseStrictMin - useStrictMinflushStrategy - flushStrategyisSameRmOverride - isSameRmOverrideinterleaving - interleavingpadXid - padXidwrapXaResource - wrapXaResourcenoTxSeparatePool - noTxSeparatePoolallowMultipleUsers - allowMultipleUserscapacity - capacityfair - fairconnectionListener - connectionListenerValidateException - ValidateExceptionpublic final Boolean isAllowMultipleUsers()
isAllowMultipleUsers in interface DsXaPoolpublic Extension getConnectionListener()
getConnectionListener in interface DsXaPoolpublic int hashCode()
XaPoolImplhashCode in class XaPoolImplpublic boolean equals(Object obj)
XaPoolImplequals in class XaPoolImplpublic String toString()
toString in class XaPoolImplCopyright © 2021 JBoss by Red Hat. All rights reserved.