public class CommonXaPoolImpl extends CommonPoolImpl implements org.jboss.jca.common.api.metadata.common.CommonXaPool
| 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
|
flushStrategy, maxPoolSize, minPoolSize, prefill, useStrictMin| Constructor and Description |
|---|
CommonXaPoolImpl(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)
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() |
getFlushStrategy, getMaxPoolSize, getMinPoolSize, isPrefill, isUseStrictMin, validateclone, finalize, getClass, notify, notifyAll, wait, wait, waitprotected final Boolean isSameRmOverride
protected final Boolean interleaving
protected final Boolean padXid
protected final Boolean wrapXaResource
protected final Boolean noTxSeparatePool
public CommonXaPoolImpl(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) throws org.jboss.jca.common.api.validator.ValidateException
minPoolSize - minPoolSizemaxPoolSize - maxPoolSizeprefill - prefilluseStrictMin - useStrictMinflushStrategy - flushStrategyisSameRmOverride - isSameRmOverrideinterleaving - interleavingpadXid - padXidwrapXaResource - wrapXaResourcenoTxSeparatePool - noTxSeparatePoolorg.jboss.jca.common.api.validator.ValidateException - ValidateExceptionpublic final Boolean isSameRmOverride()
isSameRmOverride in interface org.jboss.jca.common.api.metadata.common.CommonXaPoolpublic final Boolean isInterleaving()
isInterleaving in interface org.jboss.jca.common.api.metadata.common.CommonXaPoolpublic final Boolean isPadXid()
isPadXid in interface org.jboss.jca.common.api.metadata.common.CommonXaPoolpublic final Boolean isWrapXaResource()
isWrapXaResource in interface org.jboss.jca.common.api.metadata.common.CommonXaPoolpublic final Boolean isNoTxSeparatePool()
isNoTxSeparatePool in interface org.jboss.jca.common.api.metadata.common.CommonXaPoolpublic 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)