org.LatencyUtils
Class TimeServices.ScheduledExecutor

java.lang.Object
  extended by org.LatencyUtils.TimeServices.ScheduledExecutor
Enclosing class:
TimeServices

public static class TimeServices.ScheduledExecutor
extends java.lang.Object


Method Summary
 void scheduleAtFixedRate(java.lang.Runnable command, long initialDelay, long period, java.util.concurrent.TimeUnit unit)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

scheduleAtFixedRate

public void scheduleAtFixedRate(java.lang.Runnable command,
                                long initialDelay,
                                long period,
                                java.util.concurrent.TimeUnit unit)

shutdown

public void shutdown()