com.fluendo.jst
Class Clock.ClockID

java.lang.Object
  extended by com.fluendo.jst.Clock.ClockID
Enclosing class:
Clock

public class Clock.ClockID
extends java.lang.Object


Constructor Summary
Clock.ClockID(long time, long interval, int type)
           
 
Method Summary
 long getTime()
           
 void unschedule()
           
 WaitStatus waitID()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Clock.ClockID

public Clock.ClockID(long time,
                     long interval,
                     int type)
Method Detail

getTime

public long getTime()

waitID

public WaitStatus waitID()

unschedule

public void unschedule()