Integration of concurrency control in a language with subtyping and subclassing

  • Authors:
  • Carlos Baquero;Rui Oliveira;Francisco Moura

  • Affiliations:
  • Departamento de Informatica, Universidade do Minho, Braga - Portugal;Departamento de Informatica, Universidade do Minho, Braga - Portugal;Departamento de Informatica, Universidade do Minho, Braga - Portugal

  • Venue:
  • COOTS'95 Proceedings of the USENIX Conference on Object-Oriented Technologies on USENIX Conference on Object-Oriented Technologies (COOTS)
  • Year:
  • 1995

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper describes the integration of concurrency control in BALLOON, an object-oriented language that separates the concepts of type and class as well of subtyping and subclassing. Types are interface specifications enriched with concurrency control annotations. Classes are used to implement the operational functionality of types as well as concurrency control mechanisms. Types, classes and concurrency control annotations are independently reusable and derivable. The language takes advantage of this separation to solve the typical problems of the inheritance anomaly.