Interface Driver

All Superinterfaces:
JCAMetadata, Serializable, ValidatableMetadata

public interface Driver extends JCAMetadata, ValidatableMetadata
A DataSource.
Author:
Stefano Maestri
  • Method Details

    • getName

      String getName()
      Get the name.
      Returns:
      the name.
    • getMajorVersion

      Integer getMajorVersion()
      Get the MajorVersion
      Returns:
      the MajorVersion.
    • getMinorVersion

      Integer getMinorVersion()
      Get the MinorVersion
      Returns:
      the MinorVersion.
    • getModule

      String getModule()
      Get the module providing the driver. Used in AS7 configuration
      Returns:
      the module.
    • getDriverClass

      String getDriverClass()
      Get the DriverClass.
      Returns:
      the module.
    • getDataSourceClass

      String getDataSourceClass()
      Get the DataSourceClass.
      Returns:
      the DataSourceClass.
    • getXaDataSourceClass

      String getXaDataSourceClass()
      Get the XaDataSourceClass.
      Returns:
      the XaDataSourceClass.