Interface AdapterFactory


  • public interface AdapterFactory
    Factory that creates a Virtual Schema Adapter
    • Method Detail

      • getSupportedAdapterNames

        java.util.Set<java.lang.String> getSupportedAdapterNames()
        List the adapter names the adapter handles
        Returns:
        names for which the adapter is responsible
      • createAdapter

        VirtualSchemaAdapter createAdapter()
        Create a new instance of the Virtual Schema Adapter
        Returns:
        new instance
      • getAdapterVersion

        java.lang.String getAdapterVersion()
        Get the version of the Virtual Schema Adapter
        Returns:
        Virtual Schema Adapter version
      • getAdapterName

        java.lang.String getAdapterName()
        Get the name of the Virtual Schema Adapter
        Returns:
        Virtual Schema Adapter name