com.cosylab.epics.caj.impl
Class CABeaconHandler

java.lang.Object
  extended by com.cosylab.epics.caj.impl.CABeaconHandler

public class CABeaconHandler
extends Object

CA beacon handler.

Version:
$id$
Author:
Matej Sekoranja

Constructor Summary
CABeaconHandler(CAJContext context, InetSocketAddress responseFrom)
          Constructor.
 
Method Summary
 void beaconNotify(short remoteTransportRevision, long timestamp, long sequentalID)
          Update beacon period and do analitical checks (server restared, routing problems, etc.)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CABeaconHandler

public CABeaconHandler(CAJContext context,
                       InetSocketAddress responseFrom)
Constructor.

Parameters:
context - context ot handle.
responseFrom - server to handle.
Method Detail

beaconNotify

public void beaconNotify(short remoteTransportRevision,
                         long timestamp,
                         long sequentalID)
Update beacon period and do analitical checks (server restared, routing problems, etc.)

Parameters:
remoteTransportRevision -
timestamp -
sequentalID -


Copyright © 2004-2013 Cosylab. All Rights Reserved.