- 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
-
Allocate a new array with number elements in this memory
area.
- newInstance(Class<?>) - Method in class javax.realtime.MemoryArea
-
allocate a new instance of class type in this memory area.
- newInstance(Constructor<?>, Object[]) - Method in class javax.realtime.MemoryArea
-
newInstance allocates a new instance using the given constructor
and passing arguments to this constructor.
- 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
-