Class PoolUtils.TimerHolder

  • Enclosing class:
    PoolUtils

    static class PoolUtils.TimerHolder
    extends java.lang.Object
    Timer used to periodically check pools idle object count. Because a Timer creates a Thread, an IODH is used.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static java.util.Timer MIN_IDLE_TIMER  
    • Constructor Summary

      Constructors 
      Constructor Description
      TimerHolder()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • MIN_IDLE_TIMER

        static final java.util.Timer MIN_IDLE_TIMER
    • Constructor Detail

      • TimerHolder

        TimerHolder()