
public class XaPoolImpl extends PoolImpl implements org.jboss.jca.common.api.metadata.common.XaPool
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
interleaving
interleaving
|
protected Boolean |
isSameRmOverride
is-same-rm-override
|
protected Boolean |
noTxSeparatePool
no-tx-separate-pool
|
protected Boolean |
padXid
pad-xid
|
protected Boolean |
wrapXaResource
wrap-xa-resource
|
capacity, flushStrategy, initialPoolSize, maxPoolSize, minPoolSize, prefill, useStrictMin| Constructor and Description |
|---|
XaPoolImpl(Integer minPoolSize,
Integer initialPoolSize,
Integer maxPoolSize,
Boolean prefill,
Boolean useStrictMin,
org.jboss.jca.common.api.metadata.common.FlushStrategy flushStrategy,
org.jboss.jca.common.api.metadata.common.Capacity capacity,
Boolean isSameRmOverride,
Boolean interleaving,
Boolean padXid,
Boolean wrapXaResource,
Boolean noTxSeparatePool)
Create a new XaPoolImpl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
Boolean |
isInterleaving()
Get the interleaving.
|
Boolean |
isNoTxSeparatePool()
Get the noTxSeparatePool.
|
Boolean |
isPadXid()
Get the padXid.
|
Boolean |
isSameRmOverride()
Get the isSameRmOverride.
|
Boolean |
isWrapXaResource()
Get the wrapXaResource.
|
String |
toString() |
getCapacity, getFlushStrategy, getInitialPoolSize, getMaxPoolSize, getMinPoolSize, isPrefill, isUseStrictMin, validateclone, finalize, getClass, notify, notifyAll, wait, wait, waitprotected Boolean isSameRmOverride
protected Boolean interleaving
protected Boolean padXid
protected Boolean wrapXaResource
protected Boolean noTxSeparatePool
public XaPoolImpl(Integer minPoolSize, Integer initialPoolSize, Integer maxPoolSize, Boolean prefill, Boolean useStrictMin, org.jboss.jca.common.api.metadata.common.FlushStrategy flushStrategy, org.jboss.jca.common.api.metadata.common.Capacity capacity, Boolean isSameRmOverride, Boolean interleaving, Boolean padXid, Boolean wrapXaResource, Boolean noTxSeparatePool) throws org.jboss.jca.common.api.validator.ValidateException
minPoolSize - minPoolSizeinitialPoolSize - initialPoolSizemaxPoolSize - maxPoolSizeprefill - prefilluseStrictMin - useStrictMinflushStrategy - flushStrategycapacity - capacityisSameRmOverride - isSameRmOverrideinterleaving - interleavingpadXid - padXidwrapXaResource - wrapXaResourcenoTxSeparatePool - noTxSeparatePoolorg.jboss.jca.common.api.validator.ValidateException - ValidateExceptionpublic Boolean isSameRmOverride()
isSameRmOverride in interface org.jboss.jca.common.api.metadata.common.XaPoolpublic Boolean isInterleaving()
isInterleaving in interface org.jboss.jca.common.api.metadata.common.XaPoolpublic Boolean isPadXid()
isPadXid in interface org.jboss.jca.common.api.metadata.common.XaPoolpublic Boolean isWrapXaResource()
isWrapXaResource in interface org.jboss.jca.common.api.metadata.common.XaPoolpublic Boolean isNoTxSeparatePool()
isNoTxSeparatePool in interface org.jboss.jca.common.api.metadata.common.XaPoolCopyright © 2013 IronJacamar (http://www.ironjacamar.org)