Types for Active Objects with Static Deadlock Prevention

  • Authors:
  • Franz Puntigam;Christof Peter

  • Affiliations:
  • T-Systems Nova North America, Inc., 400 South El Camino Real, San Mateo, CA 94402, USA;T-Systems Nova North America, Inc., 400 South El Camino Real, San Mateo, CA 94402, USA

  • Venue:
  • Fundamenta Informaticae
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

Process types statically ensure the acceptability of all messages sent to an object even if the set of acceptable messages changes dynamically. As proposed so far, process types do not ensure the return of answers; deadlocks may prevent objects from behaving as expected. In this article we propose an object calculus with types distinguishing between obligatory messages (that must be sent, for example, as answer to a question) and optional messages (that can, but need not be sent). A type checker enforces the sending of obligatory messages and ensures that obligatory messages are not suppressed by deadlocks. The proposed type concept supports subtyping.