Interface Driver

    • Method Detail

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