Interface ConnectionCache

    • Method Detail

      • getMonitoringName

        java.lang.String getMonitoringName()
      • getCacheType

        java.lang.String getCacheType()
      • stampTime

        void stampTime​(Connection connection)
      • numberOfConnections

        long numberOfConnections()
      • numberOfIdleConnections

        long numberOfIdleConnections()
      • numberOfBusyConnections

        long numberOfBusyConnections()
      • reclaim

        boolean reclaim()
      • close

        void close()
        Close all connections in the connection cache. This is used as a final cleanup, and will result in abrupt termination of any pending communications.