Asynchronous transfer of control in the real-time specification for java™

  • Authors:
  • Benjamin M. Brosgol;Ricardo J. Hassan, II;Scott Robbins

  • Affiliations:
  • Ada Core Technologies, Inc.;NASA Jet Propulsion Laboratories;TimeSys, Inc.

  • Venue:
  • IRTAW '02 Proceedings of the 11th international workshop on Real-time Ada workshop
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

The Real-Time Specification for Java provides a facility for Asynchronous Transfer of Control based on exception handling and a generalization of the interrupt() method from the Thread class. This mechanism allows the programming of useful idioms such as timeouts and thread termination without the latency found in polling, and it avoids the problems inherent in the Thread class's stop() and destroy() methods.