Class ForkedBooter.PingScheduler

  • Enclosing class:
    ForkedBooter

    private static class ForkedBooter.PingScheduler
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PingScheduler​(java.util.concurrent.ScheduledExecutorService pingScheduler, PpidChecker pluginProcessChecker)  
    • Method Summary

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

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

      • pingScheduler

        private final java.util.concurrent.ScheduledExecutorService pingScheduler
      • pluginProcessChecker

        private final PpidChecker pluginProcessChecker
    • Constructor Detail

      • PingScheduler

        PingScheduler​(java.util.concurrent.ScheduledExecutorService pingScheduler,
                      PpidChecker pluginProcessChecker)
    • Method Detail

      • shutdown

        void shutdown()