- enable() - Method in exception javax.realtime.AsynchronouslyInterruptedException
-
enable interruption by this exception.
- enable() - Method in class javax.realtime.Timer
-
enable re-enables firing of this timer if it was disabled by a
previous call to disable().
- enter() - Method in class javax.realtime.MemoryArea
-
enter enters this memory area and executes the logic that was
passed to this memory area's constructor.
- enter(Runnable) - Method in class javax.realtime.MemoryArea
-
enter enters this memory area and executes the given logic.
- enter() - Method in class javax.realtime.ScopedMemory
-
enter enters this memory area and executes the logic that was
passed to this memory area's constructor.
- enter(Runnable) - Method in class javax.realtime.ScopedMemory
-
enter this memory area and execute the given logic.
- equals(HighResolutionTime) - Method in class javax.realtime.HighResolutionTime
-
equals checks if this and time are equal.
- equals(Object) - Method in class javax.realtime.HighResolutionTime
-
equals checks if this and object are equal.
- executeInArea(Runnable) - Method in class javax.realtime.MemoryArea
-
executeInArea executes a code sequence given as logic in this
memory area.
- executeInArea(Runnable) - Method in class javax.realtime.ScopedMemory
-
executeInArea executes a code sequence given as logic in this
memory area.