Interface NFEConnectionDataSource

  • All Superinterfaces:
    NFEDataSource
    All Known Implementing Classes:
    JdbcDataSource

    public interface NFEConnectionDataSource
    extends NFEDataSource
    This interface defines methods related to the Connection handling.
    • Method Detail

      • setConnectionData

        void setConnectionData​(DbConnectionData connectionData)
        Sets the connection data.
        Parameters:
        connectionData - the data for the connection
      • testConnection

        void testConnection()
                     throws java.lang.Exception
        Tests a connection to the database.
        Throws:
        java.lang.Exception - thrown if something goes wrong with the test.