Class RoundRobinConnectionPool.Entry

  • Enclosing class:
    RoundRobinConnectionPool

    private static class RoundRobinConnectionPool.Entry
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Entry()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void reset()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • active

        private int active
      • used

        private long used
    • Constructor Detail

      • Entry

        private Entry()
    • Method Detail

      • reset

        private void reset()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object