The Flying Object for an Open Distributed Environment

  • Authors:
  • Kentaro Oda;Shin'ichi Tazuneki;Takaichi Yoshida

  • Affiliations:
  • -;-;-

  • Venue:
  • ICOIN '01 Proceedings of the The 15th International Conference on Information Networking
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

We propose the flying object that adapts itself to the environment by means of the dynamic behavior change mechanism. The flying object is user-defined, first-class and abstract entity. Such properties provide independency and transparency. The flying object model establishes a unique decomposition of the flying object. In this model, the flying object consists of four objects: the delegator that encapsulates the implementation, the message handler that interprets the messages, the event handler that provides adaptation strategies and the context object that holds a state beyond the adaptation. The ability of accommodation, the openness, is one of great contributions of this model because many functions such as object migration, load balancing, distributed transaction management, the communication protocols and even adaptation strategies can be introduced by the message handler and the event handler as a plug-in module. Furthermore, a source code translation technique is introduced for automatic decomposition of the flying object as a replacement for the virtual machine customizations or low-level programming. The delegator and the context object are instantiated from the same translated class to minimize maintenance costs of classes as a result of an automatic translation. Therefore, the system organized by the flying object is best suited for the open distributed environment.