aicas logo Realtime Java
Technology.

Uses of Class
javax.realtime.HighResolutionTime

Uses of HighResolutionTime in javax.realtime
 

Subclasses of HighResolutionTime in javax.realtime
 class AbsoluteTime
           
 class RationalTime
           
 class RelativeTime
           
 

Methods in javax.realtime that return HighResolutionTime
 HighResolutionTime ProcessingGroupParameters.getStart()
           
 HighResolutionTime PeriodicParameters.getStart()
           
 

Methods in javax.realtime with parameters of type HighResolutionTime
 void Timed.resetTime(HighResolutionTime time)
           
static void RealtimeThread.sleep(Clock clock, HighResolutionTime time)
           
static void RealtimeThread.sleep(HighResolutionTime time)
           
 void Timer.reschedule(HighResolutionTime time)
           
 int HighResolutionTime.compareTo(HighResolutionTime time)
           
 boolean HighResolutionTime.equals(HighResolutionTime time)
           
 void HighResolutionTime.set(HighResolutionTime time)
           
static void HighResolutionTime.waitForObject(java.lang.Object target, HighResolutionTime time)
           
abstract  RelativeTime HighResolutionTime.relative(Clock clock, HighResolutionTime time)
           
 RelativeTime RelativeTime.relative(Clock clock, HighResolutionTime destination)
           
 RelativeTime AbsoluteTime.relative(Clock clock, HighResolutionTime destination)
           
 void ProcessingGroupParameters.setStart(HighResolutionTime start)
           
 void PeriodicParameters.setStart(HighResolutionTime s)
           
 void ScopedMemory.join(HighResolutionTime time)
           
 void ScopedMemory.joinAndEnter(HighResolutionTime time)
           
 void ScopedMemory.joinAndEnter(java.lang.Runnable logic, HighResolutionTime time)
           
 

Constructors in javax.realtime with parameters of type HighResolutionTime
Timed(HighResolutionTime time)
           
Timer(HighResolutionTime t, Clock c, AsyncEventHandler handler)
           
OneShotTimer(HighResolutionTime time, AsyncEventHandler handler)
           
OneShotTimer(HighResolutionTime start, Clock clock, AsyncEventHandler handler)
           
ProcessingGroupParameters(HighResolutionTime start, RelativeTime period, RelativeTime cost, RelativeTime deadline, AsyncEventHandler overrunHandler, AsyncEventHandler missHandler)
           
PeriodicTimer(HighResolutionTime start, RelativeTime interval, AsyncEventHandler handler)
           
PeriodicTimer(HighResolutionTime start, RelativeTime interval, Clock clock, AsyncEventHandler handler)
           
PeriodicParameters(HighResolutionTime start, RelativeTime period, RelativeTime cost, RelativeTime deadline, AsyncEventHandler overrunHandler, AsyncEventHandler missHandler)
           
 


aicas logo Realtime Java
Technology.

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2003 aicas GmbH. All Rights Reserved.