Class FD.Monitor

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    FD

    protected class FD.Monitor
    extends java.lang.Object
    implements java.lang.Runnable
    Task which periodically checks of the last_ack from ping_dest exceeded timeout and - if yes - broadcasts a SUSPECT message
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Monitor()  
    • Method Summary

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

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

      • Monitor

        protected Monitor()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • toString

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