|
||||||||||
| 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 |
|---|
| Fields inherited from class org.jboss.jca.common.metadata.common.CommonPoolImpl |
|---|
maxPoolSize, minPoolSize, prefill, useStrictMin |
| Constructor Summary | |
|---|---|
CommonXaPoolImpl(Integer minPoolSize,
Integer maxPoolSize,
Boolean prefill,
Boolean useStrictMin,
Boolean isSameRmOverride,
Boolean interleaving,
Boolean padXid,
Boolean wrapXaDataSource,
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 |
isWrapXaDataSource()
Get the wrapXaDataSource. |
String |
toString()
|
| Methods inherited from class org.jboss.jca.common.metadata.common.CommonPoolImpl |
|---|
getMaxPoolSize, getMinPoolSize, isPrefill, isUseStrictMin |
| 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 |
|---|
getMaxPoolSize, getMinPoolSize, isPrefill, isUseStrictMin |
| Constructor Detail |
|---|
public CommonXaPoolImpl(Integer minPoolSize,
Integer maxPoolSize,
Boolean prefill,
Boolean useStrictMin,
Boolean isSameRmOverride,
Boolean interleaving,
Boolean padXid,
Boolean wrapXaDataSource,
Boolean noTxSeparatePool)
minPoolSize - minPoolSizemaxPoolSize - maxPoolSizeprefill - prefilluseStrictMin - useStrictMinisSameRmOverride - isSameRmOverrideinterleaving - interleavingpadXid - padXidwrapXaDataSource - wrapXaDataSourcenoTxSeparatePool - noTxSeparatePool| 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 isWrapXaDataSource()
isWrapXaDataSource 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 Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||