Class SharedTimer


  • public class SharedTimer
    extends java.lang.Object
    • Field Detail

      • timerCount

        private static final java.util.concurrent.atomic.AtomicInteger timerCount
      • LOGGER

        private static final java.util.logging.Logger LOGGER
      • timer

        private volatile java.util.Timer timer
      • refCount

        private final java.util.concurrent.atomic.AtomicInteger refCount
    • Constructor Detail

      • SharedTimer

        public SharedTimer()
    • Method Detail

      • getRefCount

        public int getRefCount()
      • getTimer

        public java.util.Timer getTimer()
      • releaseTimer

        public void releaseTimer()