Interface DataSourceFactory

    • Method Detail

      • getDataSourceDescription

        ObjectDescription getDataSourceDescription​(String name)
        Returns a data source description.
        Parameters:
        name - the name.
        Returns:
        The description.
      • getDataSourceName

        String getDataSourceName​(ObjectDescription od)
        Returns a data source name.
        Parameters:
        od - the description.
        Returns:
        The name.
      • getRegisteredNames

        Iterator getRegisteredNames()
        Returns the names of all registered datasources as iterator.
        Returns:
        the registered names.