public class BeaconHandler
extends java.lang.Object
| Constructor and Description |
|---|
BeaconHandler(ContextImpl context,
java.net.InetSocketAddress responseFrom)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
beaconNotify(short remoteTransportRevision,
long timestamp,
long sequentialID)
Update beacon period and do analytical checks (server re-started, routing problems, etc.)
|
public BeaconHandler(ContextImpl context, java.net.InetSocketAddress responseFrom)
context - the context.responseFrom - server to handle.public void beaconNotify(short remoteTransportRevision,
long timestamp,
long sequentialID)
remoteTransportRevision - the EPICS CA protocol revision number.timestamp - the timestamp.sequentialID - the ID.