- unbindTo(String) - Method in class javax.realtime.AsyncEvent
-
unbindTo removes the binding to a certain happening.
- 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.
- unmap() - Method in class javax.realtime.RawMemoryAccess
-
unmap unmaps this range from virtual memory.
- 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.device
-
An exception to throw when a program requests a
RawMemoryRegion
,
which does not have an implementation.
- UnsupportedRawMemoryRegionException(String) - Constructor for exception javax.realtime.device.UnsupportedRawMemoryRegionException
-
Construct an exception with a message.