Uses of Class
org.apache.qpid.test.framework.clocksynch.ClockSynchFailureException

Packages that use ClockSynchFailureException
org.apache.qpid.test.framework.clocksynch   
 

Uses of ClockSynchFailureException in org.apache.qpid.test.framework.clocksynch
 

Methods in org.apache.qpid.test.framework.clocksynch that throw ClockSynchFailureException
protected  long UDPClockSynchronizer.ping()
          Performs a single reference clock request cycle and returns the estimated delta relative to the local clock.
 void ClockSynchronizer.synch()
          The slave side should call this to copute a clock delta with the reference.
 void LocalClockSynchronizer.synch()
          The slave side should call this to copute a clock delta with the reference.
 void UDPClockSynchronizer.synch()
          The slave side should call this to compute a clock delta with the reference.
protected  void UDPClockSynchronizer.synch(int n)
          Updates the synchronization delta by performing the specified number of reference clock requests.
 



Licensed to the Apache Software Foundation