org.jboss.jca.common.api.metadata.common
Interface CommonXaPool

All Superinterfaces:
CommonPool, JCAMetadata, Serializable, ValidatableMetadata

public interface CommonXaPool
extends CommonPool

A XaPool.

Author:
Stefano Maestri

Nested Class Summary
static class CommonXaPool.Tag
          A Tag.
 
Method Summary
 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.
 
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
 

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.

isWrapXaDataSource

Boolean isWrapXaDataSource()
Get the wrapXaDataSource.

Returns:
the wrapXaDataSource.

isNoTxSeparatePool

Boolean isNoTxSeparatePool()
Get the noTxSeparatePool.

Returns:
the noTxSeparatePool.


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)