Interface ConnectionObserver

    • Method Detail

      • physicalConnectionObtained

        void physicalConnectionObtained​(java.sql.Connection connection)
        A physical connection was obtained.
        Parameters:
        connection - The physical connection just obtained.
      • physicalConnectionReleased

        void physicalConnectionReleased()
        A physical connection was released.
      • logicalConnectionClosed

        void logicalConnectionClosed()
        The logical connection was closed.
      • statementPrepared

        void statementPrepared()
        Notification of a statement being prepared