A B C D E F G H I J L M N O P R S T U V W

H

HeapMemory - class javax.realtime.HeapMemory.
The HeapMemory class is a singleton object that allows logic with a non-heap allocation context to allocate objects in the Java heap.
HeapMemory() - Constructor for class javax.realtime.HeapMemory
Constructor.
HighResolutionTime - class javax.realtime.HighResolutionTime.
Class HighResolutionTime is the base class for AbsoluteTime and RelativeTime.
HighResolutionTime() - Constructor for class javax.realtime.HighResolutionTime
 
handleAsyncEvent() - Method in class javax.realtime.AsyncEventHandler
If this handler was constructed using a separate Runnable object, then that Runnable object's run() method is called.
handleAsyncEvent() - Method in class javax.realtime.test.bridge.BridgeObserver
If this handler was constructed using a separate Runnable object, then that Runnable object's run method is called.
handledBy(AsyncEventHandler) - Method in class javax.realtime.AsyncEvent
Test to see if the handler given as the parameter is associated with this.
handlers - Variable in class javax.realtime.AsyncEvent
The set of handlers for this AsyncEvent
hashCode() - Method in class javax.realtime.HighResolutionTime
Returns a hash code for this object in accordance with the general contract of Object.hashCode().
high - Variable in class javax.realtime.DSS.Random
 
hold(RelativeTime) - Static method in class javax.realtime.DSS.DSS
Passivate and activate the current RealtimeThread at current time plus t.
hold(RelativeTime, Resource) - Static method in class javax.realtime.DSS.DSS
 
hold(RelativeTime, boolean) - Static method in class javax.realtime.DSS.DSS
 
hold(RelativeTime, boolean, Resource) - Static method in class javax.realtime.DSS.DSS
Passivate and activate the current RealtimeThread at current time plus t.
holdGivingUpResource(RelativeTime, Resource, boolean) - Static method in class javax.realtime.DSS.DSS
Perform a hold operation bracketing it by release() and seize() operations on a resource.
holdWithResource(RelativeTime, Resource, boolean) - Static method in class javax.realtime.DSS.DSS
Perform a hold operation wherein periods when the resource has been stolen do not count toward the hold time.
holderThread - Variable in class javax.realtime.DSS.Resource
The current holder of this Resource; if null, the resource is not currently held.

A B C D E F G H I J L M N O P R S T U V W