Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
Modifier and Type | Method and Description |
---|---|
abstract AbsoluteTime |
HighResolutionTime.absolute(Clock clock)
absolute converts this time to an absolute time relative to the
given clock.
|
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.
|
AbsoluteTime |
AbsoluteTime.absolute(Clock clock)
absolute implements abstract method inherited from
HighResolutionTime.
|
abstract AbsoluteTime |
HighResolutionTime.absolute(Clock clock,
AbsoluteTime dest)
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.
|
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.
|
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 |
Chronograph.getTime()
Determines the current time.
|
abstract AbsoluteTime |
Clock.getTime(AbsoluteTime time)
Obtain the current time.
|
AbsoluteTime |
Chronograph.getTime(AbsoluteTime dest)
Obtain the current time.
|
AbsoluteTime |
AbsoluteTime.set(Date date)
set sets the time represented by this to the time represented by
an instance of Date.
|
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.
|
Modifier and Type | Method and Description |
---|---|
abstract AbsoluteTime |
HighResolutionTime.absolute(Clock clock,
AbsoluteTime dest)
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.
|
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)
Obtain the current time.
|
AbsoluteTime |
Chronograph.getTime(AbsoluteTime dest)
Obtain the current time.
|
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.
|
Constructor and Description |
---|
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 GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.