- unbindTo(String) - Method in class javax.realtime.AsyncEvent
-
unbindTo removes the binding to a certain happening.
- UninitializedStateException - Exception in javax.realtime
-
Thrown when a resource is not yet initialized, such as a Clock which cannot
be created yet because its data source is not yet available.
- UnknownHappeningException - Exception in javax.realtime
-
Jamaica Real-Time Specification for Java class
UnknownHappeningException.
- UnknownHappeningException() - Constructor for exception javax.realtime.UnknownHappeningException
-
Constructor of this exception without detail message.
- UnknownHappeningException(String) - Constructor for exception javax.realtime.UnknownHappeningException
-
Constructor of this exception with detail message.
- UNLIMITED - Static variable in class javax.realtime.MemoryParameters
-
Specifies no maximum limit.
- unmap() - Method in class javax.realtime.RawMemoryAccess
-
unmap unmaps this range from virtual memory.
- unpin() - Method in class javax.realtime.memory.PinnableMemory
-
Allows the contents to be freed once no
Schedulable
is active within the scope.
- unregisterInsertionEvent(long, long, AsyncEvent) - Static method in class javax.realtime.PhysicalMemoryManager
-
unregisterInsertionEvent removes the association events added by
onInsertion(long, long, AsyncEvent).
- unregisterInsertionEvent(long, long, AsyncEvent) - Method in interface javax.realtime.PhysicalMemoryTypeFilter
-
unregisterInsertionEvent removes the association events added by
onInsertion(long, long, AsyncEvent).
- unregisterRemovalEvent(long, long, AsyncEvent) - Static method in class javax.realtime.PhysicalMemoryManager
-
unregisterRemovalEvent removes the association events added by
onRemoval(long, long, AsyncEvent).
- unregisterRemovalEvent(long, long, AsyncEvent) - Method in interface javax.realtime.PhysicalMemoryTypeFilter
-
unregisterRemovalEvent removes the association events added by
onRemoval(long, long, AsyncEvent).
- UnsupportedPhysicalMemoryException - Exception in javax.realtime
-
Jamaica Real-Time Specification for Java class
UnsupportedPhysicalMemoryException.
- UnsupportedPhysicalMemoryException() - Constructor for exception javax.realtime.UnsupportedPhysicalMemoryException
-
Constructor of this exception without detail message.
- UnsupportedPhysicalMemoryException(String) - Constructor for exception javax.realtime.UnsupportedPhysicalMemoryException
-
Constructor of this exception with detail message.
- UnsupportedRawMemoryRegionException - Exception in javax.realtime
-
An exception to throw when a program requests a raw memory region
which does not have an implementation.