aicas logoJamaica 6.4 release 1

Uses of Class
javax.realtime.AbsoluteTime

Packages that use AbsoluteTime
javax.realtime Jamaica's implementation of the Real-Time Specification for Java. 
 

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.
 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 PeriodicTimer.getFireTime()
          getFireTime returns the time at which this timer is expected to fire or skip firing (because it is disabled) next.
 AbsoluteTime Timer.getFireTime()
          getFireTime returns the time at which this timer is expected to fire or skip firing (because it is disabled) next.
 AbsoluteTime Timer.getFireTime(AbsoluteTime dest)
          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
 AbsoluteTime AbsoluteTime.subtract(RelativeTime time)
          subtract subtracts an interval given as an instance of RelativeTime from this.
 AbsoluteTime AbsoluteTime.subtract(RelativeTime time, AbsoluteTime dest)
          subtract subtracts 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.
 AbsoluteTime Timer.getFireTime(AbsoluteTime dest)
          getFireTime returns the time at which this timer is expected to fire or skip firing (because it is disabled) next.
abstract  AbsoluteTime Clock.getTime(AbsoluteTime time)
           getTime store the current time of this clock into a previously allocated object
 RelativeTime AbsoluteTime.subtract(AbsoluteTime time)
          subtract subtracts another absolute time from this absolute time.
 RelativeTime AbsoluteTime.subtract(AbsoluteTime time, RelativeTime dest)
          subtract subtracts another absolute time from this absolute time.
 AbsoluteTime AbsoluteTime.subtract(RelativeTime time, AbsoluteTime dest)
          subtract subtracts 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 absolute time with millis and nanos taken from an existing absolute time.
AbsoluteTime(AbsoluteTime time, Clock clock)
          Constructor to create an absolute time with millis and nanos taken from an existing absolute time.
 


aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.