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
  • Method Details

    • 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.