Package org.epics.ca.impl
Class BeaconHandler
- java.lang.Object
-
- org.epics.ca.impl.BeaconHandler
-
public class BeaconHandler extends java.lang.ObjectBeacon 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 voidbeaconNotify(short remoteTransportRevision, long timestamp, long sequentialID)Update beacon period and do analytical checks (server re-started, routing problems, etc.)
-
-
-
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.
-
-