- negate(RelativeTime) - Method in class javax.realtime.RelativeTime
-
Multiply the current time by -1.
- negate() - Method in class javax.realtime.RelativeTime
-
Multiply the current time by -1.
- newArray(Class<?>, int) - Method in class javax.realtime.MemoryArea
-
Allocates an array of the given type in this memory area.
- newArray(Class<?>, int) - Method in class javax.realtime.ScopedMemory
-
Allocates an array of the given type in this memory area.
- newArrayInArea(Object, Class<?>, int) - Static method in class javax.realtime.MemoryArea
-
A helper method for creating an array of type type
in the
memory area containing object.
- newInstance(Class<T>) - Method in class javax.realtime.MemoryArea
-
Allocates an object in this memory area.
- newInstance(Constructor<T>, Object[]) - Method in class javax.realtime.MemoryArea
-
Allocates a new instance using the given constructor
and passing arguments to this constructor.
- newInstance(Class<T>) - Method in class javax.realtime.ScopedMemory
-
Allocates an object in this memory area.
- newInstance(Constructor<T>, Object[]) - Method in class javax.realtime.ScopedMemory
-
Allocates an object in this memory area.
- NO_MAX - Static variable in class javax.realtime.MemoryParameters
-
This value specifies no limit on the allocation budget.
- NoHeapRealtimeThread - Class in javax.realtime
-
Jamaica Real-Time Specification for Java class NoHeapRealTimeThread.
- NoHeapRealtimeThread(SchedulingParameters, MemoryArea) - Constructor for class javax.realtime.NoHeapRealtimeThread
-
Constructor to create a NoHeapRealtimeThread with the given
scheduling parameters and memory area.
- NoHeapRealtimeThread(SchedulingParameters, ReleaseParameters<?>, MemoryArea) - Constructor for class javax.realtime.NoHeapRealtimeThread
-
Constructor to create a NoHeapRealtimeThread with the given
scheduling and release parameters and memory area.
- NoHeapRealtimeThread(SchedulingParameters, ReleaseParameters<?>, MemoryParameters, MemoryArea, ProcessingGroupParameters, Runnable) - Constructor for class javax.realtime.NoHeapRealtimeThread
-
Constructor to create a NoHeapRealtimeThread using specified
scheduling, release, and memory parameters, using the specified
memory area, group, and logic.
- nonBlockingRead() - Method in class javax.realtime.WaitFreeDequeue
-
- nonBlockingWrite(Object) - Method in class javax.realtime.WaitFreeDequeue
-