- deregister(T) - Method in class javax.realtime.ActiveEventDispatcher
-
Deregister a POSIX Signal form this dispatcher.
- deregister(RawMemoryRegionFactory) - Method in class javax.realtime.device.RawMemoryFactory
-
Deregister a region factory for the region of the given factory.
- DeregistrationException - Exception in javax.realtime
-
- DeregistrationException() - Constructor for exception javax.realtime.DeregistrationException
-
Create an exception with neither message nor cause
- DeregistrationException(String) - Constructor for exception javax.realtime.DeregistrationException
-
Create an exception with just a message.
- DeregistrationException(Throwable) - Constructor for exception javax.realtime.DeregistrationException
-
Create an exception with just a cause.
- DeregistrationException(String, Throwable) - Constructor for exception javax.realtime.DeregistrationException
-
Create an exception with a message and a cause.
- deschedulePeriodic() - Method in class javax.realtime.RealtimeThread
-
deschedulePeriodic deschedules this thread if its release
parameters are PeriodicParameters.
- destroy() - Method in class javax.realtime.ActiveEventDispatcher
-
Makes the dispatcher unusable.
- destroy() - Method in class javax.realtime.Timer
-
destroy destroys this timer, i.e., stops it from counting.
- disable() - Method in exception javax.realtime.AsynchronouslyInterruptedException
-
disable interruption by this exception.
- disable() - Method in class javax.realtime.Timer
-
disable disables firing of this timer.
- DMA - Static variable in class javax.realtime.PhysicalMemoryManager
-
Memory type for direct memory access memory, if supported by the
implementation.
- doInterruptible(Interruptible) - Method in exception javax.realtime.AsynchronouslyInterruptedException
-
doInterruptible executes the run() method of the provided
Interruptible.
- doInterruptible(Interruptible) - Method in exception javax.realtime.Timed
-
doInterruptible executes the run() method of the provided
Interruptible logic with the time-out provided to the constructor
of this Timed or set via resetTime.
- DuplicateFilterException - Exception in javax.realtime
-
Jamaica Real-Time Specification for Java class
DuplicateFilterException.
- DuplicateFilterException() - Constructor for exception javax.realtime.DuplicateFilterException
-
Constructor of this exception without detail message.
- DuplicateFilterException(String) - Constructor for exception javax.realtime.DuplicateFilterException
-
Constructor of this exception with detail message.