Interface DsXaPool
-
- All Superinterfaces:
JCAMetadata,Pool,Serializable,ValidatableMetadata,XaPool
public interface DsXaPool extends XaPool
A pool for an XA datasource.- Author:
- Jesper Pedersen
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDsXaPool.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtensiongetConnectionListener()Get the connection listenerBooleanisAllowMultipleUsers()Are multiple users allowed to create connections-
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
-
Methods inherited from interface org.jboss.jca.common.api.metadata.common.XaPool
isInterleaving, isNoTxSeparatePool, isPadXid, isSameRmOverride, isWrapXaResource
-
-