Interface ConnectionPoolListener

    • Method Detail

      • connectionPoolOpened

        void connectionPoolOpened​(ConnectionPoolOpenedEvent event)
        Invoked when a connection pool is opened.
        Parameters:
        event - the event
      • connectionPoolClosed

        void connectionPoolClosed​(ConnectionPoolClosedEvent event)
        Invoked when a connection pool is closed.
        Parameters:
        event - the event
      • connectionCheckedOut

        void connectionCheckedOut​(ConnectionCheckedOutEvent event)
        Invoked when a connection is checked out of a pool.
        Parameters:
        event - the event
      • connectionCheckedIn

        void connectionCheckedIn​(ConnectionCheckedInEvent event)
        Invoked when a connection is checked in to a pool.
        Parameters:
        event - the event
      • connectionAdded

        void connectionAdded​(ConnectionAddedEvent event)
        Invoked when a connection is added to a pool.
        Parameters:
        event - the event
      • connectionRemoved

        void connectionRemoved​(ConnectionRemovedEvent event)
        Invoked when a connection is removed from a pool.
        Parameters:
        event - the event