- javax.realtime - package javax.realtime
- 
Jamaica's implementation of the Real-Time Specification for Java. 
- javax.realtime.device - package javax.realtime.device
- 
JamaicaVM's implementation of the RTSJ Device Module. 
- join(HighResolutionTime) - Method in class javax.realtime.ScopedMemory
- 
join waits for the reference count of this memory area to drop to
 zero. 
- join() - Method in class javax.realtime.ScopedMemory
- 
join waits for the reference count of this memory area to drop to
 zero. 
- joinAndEnter() - Method in class javax.realtime.ScopedMemory
- 
joinAndEnter combines join() and enter() such that no other
 schedulable object may enter() in between the join() and the
 enter(). 
- joinAndEnter(HighResolutionTime) - Method in class javax.realtime.ScopedMemory
- 
joinAndEnter combines join() and enter() such that no other
 schedulable object may enter() in between the join() and the
 enter(). 
- joinAndEnter(Runnable) - Method in class javax.realtime.ScopedMemory
- 
joinAndEnter combines join() and enter() such that no other
 schedulable object may enter() in between the join() and the
 enter(). 
- joinAndEnter(Runnable, HighResolutionTime) - Method in class javax.realtime.ScopedMemory
- 
joinAndEnter combines join() and enter() such that no other
 schedulable object may enter() in between the join() and the
 enter().