Class BeaconHandler


  • public class BeaconHandler
    extends java.lang.Object
    Beacon handler.
    • Constructor Summary

      Constructors 
      Constructor Description
      BeaconHandler​(ContextImpl context, java.net.InetSocketAddress responseFrom)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void beaconNotify​(short remoteTransportRevision, long timestamp, long sequentialID)
      Update beacon period and do analytical checks (server re-started, routing problems, etc.)
      • Methods inherited from class java.lang.Object

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

      • BeaconHandler

        public BeaconHandler​(ContextImpl context,
                             java.net.InetSocketAddress responseFrom)
        Constructor.
        Parameters:
        context - the context.
        responseFrom - server to handle.
    • Method Detail

      • beaconNotify

        public void beaconNotify​(short remoteTransportRevision,
                                 long timestamp,
                                 long sequentialID)
        Update beacon period and do analytical checks (server re-started, routing problems, etc.)
        Parameters:
        remoteTransportRevision - the EPICS CA protocol revision number.
        timestamp - the timestamp.
        sequentialID - the ID.