aicas logoJamaicaVM 3.2 rel 62
RTSJ Implementation

Uses of Class
javax.realtime.AbsoluteTime

Uses of AbsoluteTime in javax.realtime
 

Methods in javax.realtime that return AbsoluteTime
 AbsoluteTime RelativeTime.absolute(Clock clock)
          absolute creates a new instance of absolute time for the point in time given by the current time of the given clock.
abstract  AbsoluteTime HighResolutionTime.absolute(Clock clock)
          absolute converts this time to an absolute time relative to the given clock.
 AbsoluteTime AbsoluteTime.absolute(Clock clock)
          absolute implements abstract method inherited from HighResolutionTime. absolute converts this time to an absolute time relative to the given clock.
 AbsoluteTime RationalTime.absolute(Clock clock, AbsoluteTime destination)
          Deprecated. RTSJ V1.0.1 class RationalTime is deprecated
 AbsoluteTime RelativeTime.absolute(Clock clock, AbsoluteTime destination)
          absolute converts this relative time into an instance of absolute time for the point in time given by the current time of the given clock.
abstract  AbsoluteTime HighResolutionTime.absolute(Clock clock, AbsoluteTime dest)
          absolute converts this time to an absolute time relative to the given clock.
 AbsoluteTime AbsoluteTime.absolute(Clock clock, AbsoluteTime dest)
          absolute implements abstract method inherited from HighResolutionTime.
 AbsoluteTime AbsoluteTime.add(long millis, int nanos)
          add adds time given in milliseconds and nanoseconds to this absolute time.
 AbsoluteTime AbsoluteTime.add(long millis, int nanos, AbsoluteTime dest)
          add adds time given in milliseconds and nanoseconds to this absolute time.
 AbsoluteTime AbsoluteTime.add(RelativeTime time)
          add adds interval given as RelativeTime instance to this absolute time.
 AbsoluteTime AbsoluteTime.add(RelativeTime time, AbsoluteTime dest)
          add adds interval given as RelativeTime instance to this absolute time.
 AbsoluteTime Timer.getFireTime()
          getFireTime returns the time at which this timer is expected to fire or skip firing (because it is disabled) next.
 AbsoluteTime PeriodicTimer.getFireTime()
          getFireTime returns the time at which this timer is expected to fire or skip firing (because it is disabled) next.
abstract  AbsoluteTime Clock.getTime()
          getTime returns a newly allocated object that contains the current time of this clock.
abstract  AbsoluteTime Clock.getTime(AbsoluteTime time)
          getTime store the current time of this clock into a previously allocated object Note that this time may be different from wallclock time for clocks that are not in sync with external time.
 AbsoluteTime AbsoluteTime.subtract(RelativeTime time)
          subtract substracts an interval given as an instance of RelativeTime from this.
 AbsoluteTime AbsoluteTime.subtract(RelativeTime time, AbsoluteTime dest)
          subtract substracts an interval given as an instance of RelativeTime from this.
 

Methods in javax.realtime with parameters of type AbsoluteTime
 AbsoluteTime RationalTime.absolute(Clock clock, AbsoluteTime destination)
          Deprecated. RTSJ V1.0.1 class RationalTime is deprecated
 AbsoluteTime RelativeTime.absolute(Clock clock, AbsoluteTime destination)
          absolute converts this relative time into an instance of absolute time for the point in time given by the current time of the given clock.
abstract  AbsoluteTime HighResolutionTime.absolute(Clock clock, AbsoluteTime dest)
          absolute converts this time to an absolute time relative to the given clock.
 AbsoluteTime AbsoluteTime.absolute(Clock clock, AbsoluteTime dest)
          absolute implements abstract method inherited from HighResolutionTime.
 AbsoluteTime AbsoluteTime.add(long millis, int nanos, AbsoluteTime dest)
          add adds time given in milliseconds and nanoseconds to this absolute time.
 AbsoluteTime AbsoluteTime.add(RelativeTime time, AbsoluteTime dest)
          add adds interval given as RelativeTime instance to this absolute time.
 void RationalTime.addInterarrivalTo(AbsoluteTime destination)
          Deprecated. RTSJ V1.0.1 this method is only required to support the deprecated RationalTime.
 void RelativeTime.addInterarrivalTo(AbsoluteTime destination)
          Deprecated. RTSJ V1.0.1 this method is only required to support the deprecated RationalTime.
abstract  AbsoluteTime Clock.getTime(AbsoluteTime time)
          getTime store the current time of this clock into a previously allocated object Note that this time may be different from wallclock time for clocks that are not in sync with external time.
 RelativeTime AbsoluteTime.subtract(AbsoluteTime time)
          subtract substracts another absolute time from this absolute time.
 RelativeTime AbsoluteTime.subtract(AbsoluteTime time, RelativeTime dest)
          subtract substracts another absolute time from this absolute time.
 AbsoluteTime AbsoluteTime.subtract(RelativeTime time, AbsoluteTime dest)
          subtract substracts an interval given as an instance of RelativeTime from this.
 

Constructors in javax.realtime with parameters of type AbsoluteTime
AbsoluteTime(AbsoluteTime time)
          Constructor to create an absoulte time with millis and nanos taken from an existing absolute time.
AbsoluteTime(AbsoluteTime time, Clock clock)
          Constructor to create an absoulte time with millis and nanos taken from an existing absolute time.
 


aicas logoJamaicaVM 3.2 rel 62
RTSJ Implementation

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