Interface XaPool
- All Superinterfaces:
JCAMetadata,Pool,Serializable,ValidatableMetadata
- All Known Subinterfaces:
DsXaPool
A XaPool.
- Author:
- Stefano Maestri
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGet the interleaving.Get the noTxSeparatePool.isPadXid()Get the padXid.Get the isSameRmOverride.Get the wrapXaResource.Methods inherited from interface org.jboss.jca.common.api.metadata.common.Pool
getCapacity, getFlushStrategy, getInitialPoolSize, getMaxPoolSize, getMinPoolSize, isFair, isPrefill, isUseStrictMinMethods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
-
Method Details
-
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.
-