org.jboss.jca.as.converters
Interface XaDataSource

All Superinterfaces:
CommonXa, ConnectionFactory, DataSource
All Known Implementing Classes:
LegacyXaDataSourceImp

public interface XaDataSource
extends DataSource, CommonXa

A XaDataSource.

Version:
$Revision: $
Author:
Jeff Zhang

Nested Class Summary
static class XaDataSource.Tag
          A Tag.
 
Method Summary
 String getXaDataSourceClass()
          Get the xaDataSourceClass.
 Map<String,String> getXaDataSourceProperty()
          Get the xaDataSourceProperty.
 Boolean isInterleaving()
          Get the interleaving.
 Boolean isPadXid()
          Get the padXid.
 Boolean isSameRmOverride()
          Get the isSameRmOverride.
 Boolean isWrapXaResource()
          Get the wrapXaResource.
 
Methods inherited from interface org.jboss.jca.as.converters.DataSource
getCheckValidConnectionSql, getExceptionSorter, getNewConnectionSql, getPassword, getPreparedStatementsCacheSize, getQueryTimeout, getStaleConnectionChecker, getTrackStatements, getUrlDelimiter, getUrlSelectorStrategyClassName, getUserName, getUseTryLock, getValidConnectionChecker, isSetTxQueryTimeout, isSharePreparedStatements, isUseJavaContext, isValidateOnMatch
 
Methods inherited from interface org.jboss.jca.as.converters.ConnectionFactory
getAllocationRetry, getAllocationRetryWaitMillis, getBackgroundValidationMillis, getBlockingTimeoutMillis, getIdleTimeoutMinutes, getJndiName, getMaxPoolSize, getMinPoolSize, getSecurityDomain, isBackgroundValidation, isPrefill, isUseFastFail
 
Methods inherited from interface org.jboss.jca.as.converters.CommonXa
getXaResourceTimeout, isNoTxSeparatePools, isTrackConnectionByTx
 

Method Detail

getXaDataSourceClass

String getXaDataSourceClass()
Get the xaDataSourceClass.

Returns:
the xaDataSourceClass.

getXaDataSourceProperty

Map<String,String> getXaDataSourceProperty()
Get the xaDataSourceProperty.

Returns:
the xaDataSourceProperty.

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.


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