|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.common.metadata.common.CommonPoolImpl
org.jboss.jca.common.metadata.common.CommonXaPoolImpl
public class CommonXaPoolImpl

A XaPoolImpl.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jboss.jca.common.api.metadata.common.CommonXaPool |
|---|
org.jboss.jca.common.api.metadata.common.CommonXaPool.Tag |
| Field Summary | |
|---|---|
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 |
| Fields inherited from class org.jboss.jca.common.metadata.common.CommonPoolImpl |
|---|
flushStrategy, maxPoolSize, minPoolSize, prefill, useStrictMin |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class org.jboss.jca.common.metadata.common.CommonPoolImpl |
|---|
getFlushStrategy, getMaxPoolSize, getMinPoolSize, isPrefill, isUseStrictMin, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jboss.jca.common.api.metadata.common.CommonPool |
|---|
getFlushStrategy, getMaxPoolSize, getMinPoolSize, isPrefill, isUseStrictMin |
| Methods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata |
|---|
validate |
| Field Detail |
|---|
protected final Boolean isSameRmOverride
protected final Boolean interleaving
protected final Boolean padXid
protected final Boolean wrapXaResource
protected final Boolean noTxSeparatePool
| Constructor Detail |
|---|
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 - noTxSeparatePool
org.jboss.jca.common.api.validator.ValidateException - ValidateException| Method Detail |
|---|
public 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 CommonPoolImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||