Interface ConnectionObserver

All Known Subinterfaces:
NonDurableConnectionObserver
All Known Implementing Classes:
ConnectionObserverAdapter, ConnectionObserverStatsBridge

public interface ConnectionObserver
An observer of logical connection events.
Author:
Steve Ebersole
  • Method Details

    • physicalConnectionObtained

      void physicalConnectionObtained(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