Interface XaPool
-
- All Superinterfaces:
JCAMetadata,Pool,Serializable,ValidatableMetadata
- All Known Subinterfaces:
DsXaPool
public interface XaPool extends Pool
A XaPool.- Author:
- Stefano Maestri
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classXaPool.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleanisInterleaving()Get the interleaving.BooleanisNoTxSeparatePool()Get the noTxSeparatePool.BooleanisPadXid()Get the padXid.BooleanisSameRmOverride()Get the isSameRmOverride.BooleanisWrapXaResource()Get the wrapXaResource.-
Methods inherited from interface org.jboss.jca.common.api.metadata.common.Pool
getCapacity, getFlushStrategy, getInitialPoolSize, getMaxPoolSize, getMinPoolSize, isFair, isPrefill, isUseStrictMin
-
Methods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
-
-
-
-
Method Detail
-
isSameRmOverride
Boolean isSameRmOverride()
Get the isSameRmOverride.- Returns:
- the isSameRmOverride.
-
isInterleaving
Boolean isInterleaving()
Get the interleaving.- Returns:
- the interleaving.
-
isPadXid
Boolean isPadXid()
Get the padXid.- Returns:
- the padXid.
-
isWrapXaResource
Boolean isWrapXaResource()
Get the wrapXaResource.- Returns:
- the wrapXaResource.
-
isNoTxSeparatePool
Boolean isNoTxSeparatePool()
Get the noTxSeparatePool.- Returns:
- the noTxSeparatePool.
-
-