- enable() - Method in class javax.realtime.AsyncBaseEvent
-
Change the state of the event so that associated handlers
are released on fire.
- 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.memory.ScopedMemory
-
Associates this memory area with the current schedulable for the duration
of the execution of the run() method of the instance of Runnable given in the constructor.
- enter(Runnable) - Method in class javax.realtime.memory.ScopedMemory
-
Associates this memory area with the current schedulable for the duration
of the execution of the run() method of the given Runnable.
- enter() - Method in class javax.realtime.memory.StackedMemory
-
Associates this memory area with the current Schedulable object for
the duration of the run() method of the instance of Runnable given in this object's constructor.
- enter(Runnable) - Method in class javax.realtime.memory.StackedMemory
-
Associates this memory area with the current Schedulable object for
the duration of the run() method of the given Runnable.
- enter() - Method in class javax.realtime.MemoryArea
-
Associates this memory area with the current schedulable for the duration
of the execution of the run() method of the instance of
Runnable given in the constructor.
- enter(Runnable) - Method in class javax.realtime.MemoryArea
-
Associates this memory area with the current schedulable for the duration
of the execution of the run() method of the given Runnable.
- enter() - Method in class javax.realtime.ScopedMemory
-
Deprecated.
Associates this memory area with the current schedulable for the duration
of the execution of the run() method of the instance of
Runnable given in the constructor.
- enter(Runnable) - Method in class javax.realtime.ScopedMemory
-
Deprecated.
Associates this memory area with the current schedulable for the duration
of the execution of the run() method of the given Runnable.
- equals(T) - 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.memory.ScopedMemory
-
Executes the run method from the logic parameter using
this memory area as the current allocation context.
- executeInArea(Runnable) - Method in class javax.realtime.MemoryArea
-
Executes the run() method from the logic parameter using this memory
area as the current allocation context.
- executeInArea(Runnable) - Method in class javax.realtime.ScopedMemory
-
Deprecated.
Executes the run method from the logic parameter using this memory
area as the current allocation context.