Skip navigation links
ACS-2016.6
com.cosylab.acs.maci.manager

Class PingTimerTask

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      protected static int FAULT_CODE 
      protected static java.lang.String FAULT_FAMILY 
    • Constructor Summary

      Constructors 
      Constructor and Description
      PingTimerTask(ManagerImpl manager, java.util.logging.Logger logger, ClientInfo clientInfo, AlarmSource alarmSource)
      Constructs a ping task which monitors client's state.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void run() 
      java.lang.String toString()
      Returns a single-line rendition of this instance into text.
      • Methods inherited from class java.util.TimerTask

        cancel, scheduledExecutionTime
      • Methods inherited from class java.lang.Object

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

      • PingTimerTask

        public PingTimerTask(ManagerImpl manager,
                             java.util.logging.Logger logger,
                             ClientInfo clientInfo,
                             AlarmSource alarmSource)
        Constructs a ping task which monitors client's state.
        Parameters:
        manager - manager to which the client is logged in
        logger - logger.
        clientInfo - info of the client to be monitored
        alarmSource - interface to send alarms
        activeAlarm - set of active alarms
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
        Specified by:
        run in class java.util.TimerTask
        See Also:
        Runnable.run()
      • toString

        public java.lang.String toString()
        Returns a single-line rendition of this instance into text.
        Overrides:
        toString in class java.lang.Object
        Returns:
        internal state of this instance
Generated at 2016-07-04