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 Timer.reschedule(HighResolutionTime time)
           
 void Timed.resetTime(HighResolutionTime time)
           
 void ScopedMemory.join(HighResolutionTime time)
           
 void ScopedMemory.joinAndEnter(HighResolutionTime time)
           
 void ScopedMemory.joinAndEnter(java.lang.Runnable logic, HighResolutionTime time)
           
 RelativeTime RelativeTime.relative(Clock clock, HighResolutionTime destination)
           
static void RealtimeThread.sleep(Clock clock, HighResolutionTime time)
           
static void RealtimeThread.sleep(HighResolutionTime time)
           
 void ProcessingGroupParameters.setStart(HighResolutionTime start)
           
 void PeriodicParameters.setStart(HighResolutionTime s)
           
 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 AbsoluteTime.relative(Clock clock, HighResolutionTime destination)
           
 

Constructors in javax.realtime with parameters of type HighResolutionTime
Timer(HighResolutionTime t, Clock c, AsyncEventHandler handler)
           
Timed(HighResolutionTime time)
           
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)
           
OneShotTimer(HighResolutionTime time, AsyncEventHandler handler)
           
OneShotTimer(HighResolutionTime start, Clock clock, AsyncEventHandler handler)
           
 


aicas logo Realtime Java
Technology.

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