Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
Modifier and Type | Method and Description |
---|---|
Clock |
Timer.getClock()
getClock returns the clock this timer was based on.
|
Clock |
HighResolutionTime.getClock()
getClock returns a reference to the clock associated with this.
|
static Clock |
Clock.getRealtimeClock()
Returns the default RealtimeClock.
|
static Clock |
Clock.getUniversalClock()
Returns the default UniversalClock.
|
Modifier and Type | Method and Description |
---|---|
abstract AbsoluteTime |
HighResolutionTime.absolute(Clock clock)
Deprecated.
since RTSJ 2.0
|
AbsoluteTime |
RelativeTime.absolute(Clock clock)
Deprecated.
since RTSJ 2.0
|
AbsoluteTime |
AbsoluteTime.absolute(Clock clock)
Deprecated.
since RTSJ 2.0
|
abstract AbsoluteTime |
HighResolutionTime.absolute(Clock clock,
AbsoluteTime dest)
Deprecated.
since RTSJ 2.0
|
AbsoluteTime |
RelativeTime.absolute(Clock clock,
AbsoluteTime destination)
Deprecated.
since RTSJ 2.0
|
AbsoluteTime |
RationalTime.absolute(Clock clock,
AbsoluteTime destination)
Deprecated.
absolute converts this rational 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)
Deprecated.
since RTSJ 2.0
|
abstract RelativeTime |
HighResolutionTime.relative(Clock clock)
Deprecated.
since RTSJ 2.0
|
RelativeTime |
RelativeTime.relative(Clock clock)
Deprecated.
since RTSJ 2.0
|
RelativeTime |
AbsoluteTime.relative(Clock clock)
Deprecated.
since RTSJ 2.0
|
abstract RelativeTime |
HighResolutionTime.relative(Clock clock,
RelativeTime time)
Deprecated.
since RTSJ 2.0
|
RelativeTime |
RelativeTime.relative(Clock clock,
RelativeTime destination)
Deprecated.
since RTSJ 2.0
|
RelativeTime |
AbsoluteTime.relative(Clock clock,
RelativeTime dest)
Deprecated.
since RTSJ 2.0
|
static void |
Clock.setRealtimeClock(Clock clock)
Sets the system default realtime clock.
|
static void |
Clock.setUniversalClock(Clock clock)
Sets the system default universal clock.
|
static void |
RealtimeThread.sleep(Clock clock,
HighResolutionTime<?> time)
Deprecated.
in RTSJ 2.0
|
Constructor and Description |
---|
AbsoluteTime(AbsoluteTime time,
Clock clock)
Deprecated.
since version 2.0
|
AbsoluteTime(Clock clock)
Deprecated.
since RTSJ 2.0
|
AbsoluteTime(java.util.Date date,
Clock clock)
Deprecated.
since RTSJ 2.0
|
AbsoluteTime(long millis,
int nanos,
Clock clock)
Deprecated.
since RTSJ 2.0
|
OneShotTimer(HighResolutionTime<?> start,
Clock clock,
AsyncEventHandler handler)
Deprecated.
since RTSJ 2.0
|
PeriodicTimer(HighResolutionTime<?> start,
RelativeTime interval,
Clock clock,
AsyncEventHandler handler)
Deprecated.
since RTSJ 2.0
|
RelativeTime(Clock clock)
Deprecated.
since version 2.0
|
RelativeTime(long ms,
int ns,
Clock clock)
Deprecated.
since version 2.0
|
RelativeTime(RelativeTime time,
Clock clock)
Deprecated.
since version 2.0
|
Timer(HighResolutionTime<?> time,
Clock clock,
AsyncEventHandler handler)
Deprecated.
since RTSJ 2.0
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2025 aicas GmbH. All Rights Reserved.