JPH11120148A - Asynchronous communication device and system - Google Patents

Asynchronous communication device and system

Info

Publication number
JPH11120148A
JPH11120148A JP9293302A JP29330297A JPH11120148A JP H11120148 A JPH11120148 A JP H11120148A JP 9293302 A JP9293302 A JP 9293302A JP 29330297 A JP29330297 A JP 29330297A JP H11120148 A JPH11120148 A JP H11120148A
Authority
JP
Japan
Prior art keywords
computer
network
communication
downloaded
computers
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP9293302A
Other languages
Japanese (ja)
Inventor
Takuya Shimakawa
卓也 島川
Satoshi Matsumoto
智 松本
Hiroshi Tomita
浩史 冨田
Eiji Matsumura
松村  栄二
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP9293302A priority Critical patent/JPH11120148A/en
Publication of JPH11120148A publication Critical patent/JPH11120148A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To perform communication between computers with each other asynchronously by down loading a reception program from another computer. SOLUTION: A computer 1 is provided with a Web browser 103 for obtaining information of another computer and an applet 104 which is down loaded through the browser 103. The computer 2 is provided with a WWW server 107 which offers information providing and retrieval service to the other computer, an applet program 109 which is down loaded to the other computer, a program 106 to communicate with the other computer and a management table 108 which registers object reference of the applet that is down loaded to the other computer. The program 109 is down loaded to a client (computer 1) to be carried out, and by this, communication is asynchronously performed with each other.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、ネットワークに接
続されているコンピュータやネットワーク接続機器など
の情報機器の動作状態に関する情報を、別の情報機器か
ら非同期に入手する非同期通信装置およびシステムに関
する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an asynchronous communication apparatus and system for asynchronously obtaining information on the operation state of an information device such as a computer or a network device connected to a network from another information device.

【0002】[0002]

【従来の技術】コンピュータ間で通信する方式として、
従来より、ソケットを使った通信方式がある。この方式
では、要求を受信する側のコンピュータのプログラムは
常にデーモンとして動作していて、別のコンピュータか
ら要求があると子プロセスを生成し、その子プロセスが
別のコンピュータから要求を受けつける。したがって、
複数のコンピュータから同時に要求を受け付けると、子
プロセスがその数だけ生成し業務処理を行う。また、コ
ンピュータ間の通信インターフェースは、関数インター
フェースのようなインターフェースでなく、ただの通信
メッセージ(文字列)のため、送信元のコンピュータは
その通信メッセージを作成しなければならないし、さら
に、受信先のコンピュータでは受信した通信メッセージ
を解析しなければならない。そこで、上記の通信先を意
識したメッセージ型インターフェースの代わりに、ロー
カルの関数(サブルーチン)呼び出しと同じように通信
先を意識せずに処理を行うRPC(Remote Procedure Call)
が考えられた。
2. Description of the Related Art As a method of communicating between computers,
Conventionally, there is a communication method using a socket. In this method, the program of the computer receiving the request always operates as a daemon, and when a request is received from another computer, a child process is created, and the child process receives the request from another computer. Therefore,
When a request is received from a plurality of computers at the same time, the child processes generate the number of requests and perform business processing. Also, the communication interface between the computers is not an interface such as a function interface, but just a communication message (character string), so the sending computer must create the communication message, and The computer must analyze the received communication message. Therefore, instead of the above message-type interface that is aware of the communication destination, RPC (Remote Procedure Call) that performs processing without being aware of the communication destination like a local function (subroutine) call
Was thought.

【0003】また、非同期の通信手段としてSNMP(Simpl
e Network Management Protocol)のトラップ機能があ
る。これは、マルチベンダのネットワーク環境で、コン
ピュータやネットワーク接続機器や情報機器などを管理
するためのプロトコルである。SNMPでは、ネットワーク
上の1台のコンピュータにマネージャと呼ばれる管理プ
ログラムを実装するとともに、管理されるコンピュータ
には、前記マネージャと通信するためのエージェントと
呼ばれるプログラムを実装する。そして、マネージャと
エージェントとの間で情報をアクセスするときには、管
理情報を指定するために用いるオブジェクトを指定する
方法を用いる。エージェントはトラップを使って、非同
期にマネージャに対して情報を送信する。
As an asynchronous communication means, SNMP (Simplified
There is a trap function of e Network Management Protocol). This is a protocol for managing computers, network connection devices, information devices, and the like in a multi-vendor network environment. In the SNMP, a management program called a manager is mounted on one computer on a network, and a program called an agent for communicating with the manager is mounted on a managed computer. When information is accessed between the manager and the agent, a method of specifying an object used to specify management information is used. Agents use traps to send information asynchronously to managers.

【0004】さらに、従来のマルチベンダ環境のネット
ワーク管理では、SNMPを使ってワークステーションやコ
ンピュータなどの情報機器およびブリッジなどのネット
ワーク接続機器を管理しているが、Webブラウザ(ネ
ットワーク閲覧ソフトウェア)、WWW(World Wide We
b)サーバ(ネットワーク情報提供/検索サーバソフトウ
ェア)、分散オブジェクト基盤技術、およびJava
(米国 Sun Microsystems社のオブジェクト指向型言語
を中心とする環境)を使ったネットワーク監視は行って
いなかった。
Further, in conventional network management in a multi-vendor environment, information devices such as workstations and computers and network connection devices such as bridges are managed using SNMP, but a Web browser (network browsing software), WWW (World Wide We
b) Server (network information providing / retrieval server software), distributed object platform technology, and Java
It did not use network monitoring (an environment centered on Sun Microsystems' object-oriented language).

【0005】[0005]

【発明が解決しようとする課題】従来は非同期に通信を
行うために、コンピュータにはあらかじめ受信プログラ
ムをインストールしていなければならないため、ネット
ワークに接続しているあらゆるコンピュータやネットワ
ーク接続機器などの情報機器から受信できるとは限らな
かった。
Conventionally, in order to perform asynchronous communication, a receiving program must be installed in a computer in advance. Therefore, information devices such as all computers connected to a network and network-connected devices are required. Was not always available.

【0006】従来のソケットによる通信プログラムだ
と、通信メッセージを解析するための処理が受信側に必
要となるため、その部分の開発が必要となり、プログラ
ム不良を発生する原因のひとつとなり、開発の時間と手
間がかかる。また、RPCだとオブジェクト指向技術に対
応していないので、将来の発展性に期待できない。
In the case of a conventional communication program using a socket, a process for analyzing a communication message is required on the receiving side, so that the development of that part is necessary, which is one of the causes of the occurrence of program defects, and the development time It takes time. Also, RPC does not support object-oriented technology, so we cannot expect future development.

【0007】また、特開平8−272725号公報に
は、分散オブジェクト基盤技術を用いてオブジェクト指
向アプリケーションに関する管理的な操作を行う方法や
システムが開示されている。この技術では、コンピュー
タ1のオブジェクトは別のコンピュータ2のオブジェク
トに対して、アドレスを指定せずに、オブジェクトリフ
ァレンスを指定することで、非同期にコンピュータ間同
士で通信しているが、コンピュータ1にあらかじめ受信
プログラムをインストールしていなければならないとい
う問題がある。
Japanese Patent Application Laid-Open No. 8-272725 discloses a method and system for performing administrative operations on an object-oriented application using distributed object infrastructure technology. In this technique, the object of the computer 1 communicates with the object of another computer 2 asynchronously between the computers by designating an object reference without designating an address. There is a problem that the receiving program must be installed.

【0008】本発明は、プログラム開発者の時間と手間
をできるだけ少なくし、受信プログラムをあらかじめイ
ンストールしていないコンピュータも別のコンピュータ
から受信プログラムをダウンロードすることで、コンピ
ュータ間同士で非同期に通信できるようにすることを目
的とする。
The present invention minimizes the time and labor of a program developer, and allows a computer that does not previously install a receiving program to download the receiving program from another computer so that the computers can communicate with each other asynchronously. The purpose is to.

【0009】[0009]

【課題を解決するための手段】上記目的を達成するため
に、請求項1に係る発明は、ネットワークに接続され、
第2のコンピュータからの通信要求を受けて該第2のコ
ンピュータとの間で非同期に通信を行う第1のコンピュ
ータである非同期通信装置であって、該第1のコンピュ
ータは、ネットワークに接続されたコンピュータが他の
コンピュータに業務処理を依頼するとき、該業務処理に
係るソフトウェアの物理的なアドレスを指定して依頼す
るのではなく、該業務処理に係るオブジェクトの名称ま
たはオブジェクトリファレンスを指定して業務処理を依
頼できるようにする環境を提供する分散オブジェクト基
盤技術と、ネットワーク上のネットワーク情報提供/検
索サーバから各種の情報を入手するためのネットワーク
閲覧ソフトウェアと、ネットワーク情報提供/検索サー
バからダウンロードしたオブジェクトを前記ネットワー
ク閲覧ソフトウェアで実行するためのインタプリタとを
実装するとともに、前記ネットワーク閲覧ソフトウェア
を介して、前記第2のコンピュータ上のネットワーク情
報提供/検索サーバからオブジェクトをダウンロード
し、ダウンロードしたオブジェクトのオブジェクトリフ
ァレンスを前記第2のコンピュータへ送信する手段と、
前記分散オブジェクト基盤技術を介して、前記第2のコ
ンピュータからの通信要求が起きたとき、前記ダウンロ
ードしたオブジェクトが前記第2のコンピュータからの
通信要求を受けて、非同期に通信する手段とを備えてい
ることを特徴とする。
In order to achieve the above object, the invention according to claim 1 is connected to a network,
An asynchronous communication device that is a first computer that performs a communication with the second computer asynchronously in response to a communication request from the second computer, wherein the first computer is connected to a network. When a computer requests a business process from another computer, the computer does not specify the physical address of the software related to the business process but requests it, but specifies the name or object reference of the object related to the business process. Distributed object platform technology that provides an environment that allows processing to be requested, network browsing software for obtaining various types of information from a network information providing / retrieval server on a network, and objects downloaded from the network information providing / retrieval server To the network browsing software And executing an interpreter for executing the object from the network information providing / retrieval server on the second computer via the network browsing software, and referencing the object reference of the downloaded object to the second computer. Means for transmitting to the computer;
Means for, when a communication request from the second computer occurs via the distributed object infrastructure technology, receiving the communication request from the second computer and asynchronously communicating with the downloaded object. It is characterized by being.

【0010】請求項2に係る発明は、ネットワークに接
続され、第1のコンピュータに対して通信要求を送信し
て該第1のコンピュータとの間で非同期に通信を行う第
2のコンピュータである非同期通信装置であって、該第
2のコンピュータは、ネットワークに接続されたコンピ
ュータが他のコンピュータに業務処理を依頼するとき、
該業務処理に係るソフトウェアの物理的なアドレスを指
定して依頼するのではなく、該業務処理に係るオブジェ
クトの名称またはオブジェクトリファレンスを指定して
業務処理を依頼できるようにする環境を提供する分散オ
ブジェクト基盤技術と、他のコンピュータに情報を提供
したり、情報の検索サービスを提供するネットワーク情
報提供/検索サーバを実現するネットワーク情報/検索
サービスソフトウェアと、他のコンピュータがダウンロ
ードして業務処理を実行するためのオブジェクトと、他
のコンピュータがダウンロードしたオブジェクトと通信
するための通信オブジェクトとを実装するとともに、前
記第1のコンピュータがネットワーク情報提供/検索サ
ービスソフトウェアを介して前記オブジェクトのダウン
ロード要求を行い、これに応じて前記オブジェクトが第
1のコンピュータにダウンロードされた後、前記第1の
コンピュータが送信する該ダウンロードしたオブジェク
トのオブジェクトリファレンスを受信する手段と、受信
したオブジェクトリファレンスを登録しておく管理テー
ブルと、前記第1のコンピュータに対する通信要求があ
るとき、前記通信オブジェクトによって、前記管理テー
ブルに保管してある前記第1のコンピュータのオブジェ
クトリファレンスを取り出し、該オブジェクトリファレ
ンスの情報をもとに、分散オブジェクト基盤技術を介し
て、前記第1のコンピュータのオブジェクトに非同期で
通信する手段とを備えていることを特徴とする。
According to a second aspect of the present invention, there is provided an asynchronous communication system comprising a second computer connected to a network, transmitting a communication request to the first computer, and performing asynchronous communication with the first computer. A communication device, wherein the second computer, when a computer connected to the network requests another computer for business processing,
A distributed object providing an environment in which a request for a business process can be made by designating an object name or an object reference related to the business process, instead of designating and requesting a physical address of software related to the business process. Basic technology, network information / search service software for providing a network information providing / search server for providing information to another computer or providing an information search service, and other computers downloading and executing business processing And a communication object for communicating with an object downloaded by another computer, and the first computer makes a download request for the object via network information providing / search service software. Means for receiving the object reference of the downloaded object transmitted by the first computer after the object is downloaded to the first computer in response thereto; and a management table for registering the received object reference. When there is a communication request to the first computer, the communication object retrieves the object reference of the first computer stored in the management table, and based on the information of the object reference, Means for asynchronously communicating with the object of the first computer via technology.

【0011】請求項3に係る発明は、ネットワークに接
続された第1のコンピュータと第2のコンピュータとの
間で非同期に通信を行う非同期通信システムであって、
前記第1のコンピュータは、ネットワークに接続された
コンピュータが他のコンピュータに業務処理を依頼する
とき、該業務処理に係るソフトウェアの物理的なアドレ
スを指定して依頼するのではなく、該業務処理に係るオ
ブジェクトの名称またはオブジェクトリファレンスを指
定して業務処理を依頼できるようにする環境を提供する
分散オブジェクト基盤技術と、ネットワーク上のネット
ワーク情報提供/検索サーバから各種の情報を入手する
ためのネットワーク閲覧ソフトウェアと、ネットワーク
情報提供/検索サーバからダウンロードしたオブジェク
トを前記ネットワーク閲覧ソフトウェアで実行するため
のインタプリタとを実装し、前記第2のコンピュータ
は、分散オブジェクト基盤技術と、他のコンピュータに
情報を提供したり、情報の検索サービスを提供するネッ
トワーク情報提供/検索サーバを実現するネットワーク
情報/検索サービスソフトウェアと、他のコンピュータ
がダウンロードして業務処理を実行するためのオブジェ
クトと、他のコンピュータがダウンロードしたオブジェ
クトと通信するための通信オブジェクトとを実装すると
ともに、前記第1のコンピュータは、前記ネットワーク
閲覧ソフトウェアを介して、前記第2のコンピュータ上
のネットワーク情報提供/検索サーバから前記オブジェ
クトをダウンロードし、ダウンロードしたオブジェクト
のオブジェクトリファレンスを前記第2のコンピュータ
へ送信する手段と、前記分散オブジェクト基盤技術を介
して、前記第2のコンピュータからの通信要求が起きた
とき、前記ダウンロードしたオブジェクトが前記第2の
コンピュータからの通信要求を受けて、非同期に通信す
る手段とを備え、前記第2のコンピュータは、前記第1
のコンピュータが前記ネットワーク情報提供/検索サー
ビスソフトウェアを介して前記オブジェクトのダウンロ
ード要求を行い、これに応じて前記オブジェクトが前記
第1のコンピュータにダウンロードされた後、前記第1
のコンピュータが送信する該ダウンロードしたオブジェ
クトのオブジェクトリファレンスを受信する手段と、受
信したオブジェクトリファレンスを登録しておく管理テ
ーブルと、前記第1のコンピュータに対する通信要求が
あるとき、前記通信オブジェクトによって、前記管理テ
ーブルに保管してある前記第1のコンピュータのオブジ
ェクトリファレンスを取り出し、該オブジェクトリファ
レンスの情報をもとに、分散オブジェクト基盤技術を介
して、前記第1のコンピュータのオブジェクトに非同期
で通信する手段とを備えていることを特徴とする。
According to a third aspect of the present invention, there is provided an asynchronous communication system for performing asynchronous communication between a first computer and a second computer connected to a network,
When the computer connected to the network requests a business process from another computer, the first computer does not specify the physical address of the software related to the business process, but requests the business process. A distributed object platform technology that provides an environment in which a business process can be requested by designating the name of the object or an object reference, and network browsing software for obtaining various information from a network information providing / searching server on a network And an interpreter for executing an object downloaded from a network information providing / retrieval server with the network browsing software, wherein the second computer provides information to a distributed object infrastructure technology and another computer. , Network information providing / searching service software realizing a network information providing / searching server providing information search service, an object to be downloaded by another computer to execute a business process, and communication with an object downloaded by another computer The first computer downloads the object from the network information providing / retrieval server on the second computer via the network browsing software, and executes the downloaded object. Means for transmitting an object reference to the second computer; and, when a communication request is issued from the second computer via the distributed object infrastructure technology, the downloaded object is transmitted to the second computer. Doo is receiving communications request from said second computer, and means for communicating asynchronously, the second computer, the first
Computer makes a request to download the object via the network information providing / search service software, and in response to the object being downloaded to the first computer,
Means for receiving the object reference of the downloaded object transmitted by the computer, a management table for registering the received object reference, and when there is a communication request to the first computer, the communication object Means for extracting the object reference of the first computer stored in the table, and asynchronously communicating with the object of the first computer via the distributed object infrastructure technology based on the information of the object reference. It is characterized by having.

【0012】請求項4に係る発明は、請求項1におい
て、前記第2のコンピュータがネットワークに複数台接
続されており、前記第1のコンピュータは、前記ネット
ワーク閲覧ソフトウェアを複数起動して、前記複数台の
第2のコンピュータのそれぞれに接続し、前記複数台の
第2のコンピュータからそれぞれ前記オブジェクトをダ
ウンロードし、ダウンロードしたオブジェクトのオブジ
ェクトリファレンスをそれぞれ前記複数台の第2のコン
ピュータへ送信し、前記ダウンロードしたオブジェクト
により、前記複数台の第2のコンピュータからの通信要
求を受けて非同期に通信を行うことを特徴とする。
According to a fourth aspect of the present invention, in the first aspect, a plurality of the second computers are connected to a network, and the first computer activates a plurality of the network browsing software, and Connecting to each of the second computers, downloading the object from each of the plurality of second computers, transmitting an object reference of the downloaded object to each of the plurality of second computers, The communication is performed asynchronously in response to a communication request from the plurality of second computers.

【0013】請求項5に係る発明は、請求項2におい
て、前記第1のコンピュータがネットワークに複数台接
続されており、前記第2のコンピュータは、前記複数台
の第1のコンピュータが前記オブジェクトのダウンロー
ド要求を行い、これに応じて前記オブジェクトが前記複
数台の第1のコンピュータにそれぞれダウンロードされ
た後、前記複数台の第1のコンピュータが送信するオブ
ジェクトリファレンスを受信してそれぞれ前記管理テー
ブルに登録し、通信要求が発生したときは、前記通信オ
ブジェクトによって、前記管理テーブルに保管してある
前記複数台の第1のコンピュータのオブジェクトリファ
レンスをそれぞれ取り出して、取り出した前記複数台の
第1のコンピュータのオブジェクトと非同期で通信する
ことを特徴とする。
According to a fifth aspect of the present invention, in the second aspect, the first computer is connected to a plurality of networks, and the second computer is connected to the plurality of first computers. After a download request is made and the object is downloaded to the plurality of first computers in response to the request, an object reference transmitted by the plurality of first computers is received and registered in the management table. Then, when a communication request is issued, the object references of the plurality of first computers stored in the management table are respectively extracted by the communication object, and the object references of the extracted first computers are extracted. It is characterized by communicating with objects asynchronously.

【0014】請求項6に係る発明は、ネットワークに接
続された第1のコンピュータと第2のコンピュータとの
間で非同期に通信を行う際に、前記第1のコンピュータ
と第2のコンピュータとの間の通信データのやり取りを
中継する中継コンピュータである非同期通信装置であっ
て、該中継コンピュータは、ネットワークに接続された
コンピュータが他のコンピュータに業務処理を依頼する
とき、該業務処理に係るソフトウェアの物理的なアドレ
スを指定して依頼するのではなく、該業務処理に係るオ
ブジェクトの名称またはオブジェクトリファレンスを指
定して業務処理を依頼できるようにする環境を提供する
分散オブジェクト基盤技術と、他のコンピュータに情報
を提供したり、情報の検索サービスを提供するネットワ
ーク情報提供/検索サーバを実現するネットワーク情報
/検索サービスソフトウェアと、他のコンピュータがダ
ウンロードして業務処理を実行するためのオブジェクト
と、前記第1のコンピュータおよび第2のコンピュータ
と通信するための通信オブジェクトとを実装するととも
に、前記第1のコンピュータがネットワーク情報提供/
検索サービスソフトウェアを介して前記オブジェクトの
ダウンロード要求を行い、これに応じて前記オブジェク
トが前記第1のコンピュータにダウンロードされた後、
前記第1のコンピュータが送信する該ダウンロードした
オブジェクトのオブジェクトリファレンスを受信する手
段と、受信したオブジェクトリファレンスを登録してお
く管理テーブルと、前記第2のコンピュータから前記第
1のコンピュータに対する通信要求があるとき、前記通
信オブジェクトによって、前記第2のコンピュータから
送信された通信データを受信し、前記管理テーブルに保
管してある前記第1のコンピュータのオブジェクトリフ
ァレンスを取り出し、該オブジェクトリファレンスの情
報をもとに、分散オブジェクト基盤技術を介して、前記
受信した通信データを前記第1のコンピュータのオブジ
ェクトに送信し、これにより前記第1のコンピュータと
第2のコンピュータとの間の非同期な通信を中継する手
段とを備えていることを特徴とする。
According to a sixth aspect of the present invention, when communication is performed asynchronously between a first computer and a second computer connected to a network, the communication between the first computer and the second computer is performed. An asynchronous communication device that is a relay computer that relays the exchange of communication data, wherein the relay computer, when a computer connected to the network requests another computer to perform a business process, performs physical processing of software related to the business process. A distributed object platform technology that provides an environment in which a request for a business process can be made by specifying an object name or an object reference related to the business process instead of making a request by specifying an Network information provision / search that provides information and provides information search services Implements network information / search service software for realizing a server, an object to be downloaded by another computer to execute a business process, and a communication object to communicate with the first computer and the second computer. And the first computer provides network information /
Making a download request for the object via search service software, and in response to the object being downloaded to the first computer,
Means for receiving the object reference of the downloaded object transmitted by the first computer, a management table for registering the received object reference, and a communication request from the second computer to the first computer. When the communication object receives the communication data transmitted from the second computer, retrieves the object reference of the first computer stored in the management table, and, based on the information of the object reference, Means for transmitting the received communication data to an object of the first computer via a distributed object infrastructure technology, thereby relaying asynchronous communication between the first computer and the second computer; Have And wherein the door.

【0015】請求項7に係る発明は、ネットワークに接
続された第1のコンピュータと第2のコンピュータとの
間で中継コンピュータを介して非同期に通信を行う非同
期通信システムであって、前記第1のコンピュータは、
ネットワークに接続されたコンピュータが他のコンピュ
ータに業務処理を依頼するとき、該業務処理に係るソフ
トウェアの物理的なアドレスを指定して依頼するのでは
なく、該業務処理に係るオブジェクトの名称またはオブ
ジェクトリファレンスを指定して業務処理を依頼できる
ようにする環境を提供する分散オブジェクト基盤技術
と、ネットワーク上のネットワーク情報提供/検索サー
バから各種の情報を入手するためのネットワーク閲覧ソ
フトウェアと、ネットワーク情報提供/検索サーバから
ダウンロードしたオブジェクトを前記ネットワーク閲覧
ソフトウェアで実行するためのインタプリタとを実装
し、前記第2のコンピュータは、分散オブジェクト基盤
技術と、前記中継コンピュータと通信するための通信オ
ブジェクトとを実装し、前記中継コンピュータは、分散
オブジェクト基盤技術と、他のコンピュータに情報を提
供したり、情報の検索サービスを提供するネットワーク
情報提供/検索サーバを実現するネットワーク情報/検
索サービスソフトウェアと、他のコンピュータがダウン
ロードして業務処理を実行するためのオブジェクトと、
前記第1のコンピュータおよび第2のコンピュータと通
信するための通信オブジェクトとを実装するとともに、
前記第1のコンピュータは、前記ネットワーク閲覧ソフ
トウェアを介して、前記中継コンピュータ上のネットワ
ーク情報提供/検索サーバから前記オブジェクトをダウ
ンロードし、ダウンロードしたオブジェクトのオブジェ
クトリファレンスを前記中継コンピュータへ送信する手
段と、前記分散オブジェクト基盤技術を介して、前記中
継コンピュータからの通信要求が起きたとき、前記ダウ
ンロードしたオブジェクトが前記中継コンピュータから
の通信要求を受けて、非同期に通信する手段とを備え、
前記第2のコンピュータは、前記第1のコンピュータに
対する通信要求があるとき、前記通信オブジェクトによ
って、前記中継コンピュータに非同期で通信データを送
信する手段を備え、前記中継コンピュータは、前記第1
のコンピュータがネットワーク情報提供/検索サービス
ソフトウェアを介して前記オブジェクトのダウンロード
要求を行い、これに応じて前記オブジェクトが前記第1
のコンピュータにダウンロードされた後、前記第1のコ
ンピュータが送信する該ダウンロードしたオブジェクト
のオブジェクトリファレンスを受信する手段と、受信し
たオブジェクトリファレンスを登録しておく管理テーブ
ルと、前記第2のコンピュータから前記第1のコンピュ
ータに対する通信要求があるとき、前記通信オブジェク
トによって、前記第2のコンピュータから送信された通
信データを受信し、前記管理テーブルに保管してある前
記第1のコンピュータのオブジェクトリファレンスを取
り出し、該オブジェクトリファレンスの情報をもとに、
分散オブジェクト基盤技術を介して、前記受信した通信
データを前記第1のコンピュータのオブジェクトに送信
し、これにより前記第1のコンピュータと第2のコンピ
ュータとの間の非同期な通信を中継する手段とを備えて
いることを特徴とする。
[0015] The invention according to claim 7 is an asynchronous communication system for performing asynchronous communication between a first computer and a second computer connected to a network via a relay computer, wherein the first computer and the second computer are connected via a relay computer. Computer
When a computer connected to the network requests another computer to perform a business process, the request is performed by designating the physical address of the software related to the business process, but not by the name or object reference of the object related to the business process. , A distributed object platform technology that provides an environment that allows business requests to be specified, network browsing software for obtaining various types of information from a network information providing / retrieval server on a network, and network information providing / searching An interpreter for executing an object downloaded from a server with the network browsing software is implemented, and the second computer implements a distributed object infrastructure technology and a communication object for communicating with the relay computer. The relay computer includes a distributed object infrastructure technology, network information / search service software for providing a network information providing / search server for providing information to another computer, and providing an information search service, and a computer for downloading. Object to execute business processing by
A communication object for communicating with the first computer and the second computer;
Means for downloading the object from a network information providing / retrieval server on the relay computer via the network browsing software, and transmitting an object reference of the downloaded object to the relay computer; Via a distributed object infrastructure technology, when a communication request from the relay computer occurs, the downloaded object receives a communication request from the relay computer, comprising means for asynchronously communicating,
The second computer includes means for asynchronously transmitting communication data to the relay computer by the communication object when there is a communication request to the first computer.
Computer makes a request to download the object via the network information providing / retrieval service software, and in response to the request, the object
Means for receiving the object reference of the downloaded object transmitted by the first computer after being downloaded to the computer, a management table for registering the received object reference, and When there is a communication request to one computer, the communication object receives communication data transmitted from the second computer, extracts an object reference of the first computer stored in the management table, and Based on the information in the object reference,
Means for transmitting the received communication data to the object of the first computer via the distributed object-based technology, thereby relaying asynchronous communication between the first computer and the second computer. It is characterized by having.

【0016】[0016]

【発明の実施の形態】以下、図面を用いて本発明の実施
の形態を説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0017】まず、本発明の第1の実施の形態につい
て、図1から図3を用いて説明する。図1は、本発明の
第1の実施の形態に係るシステム構成図である。ネット
ワーク100に、コンピュータ1とコンピュータ2とが
接続されている。この図では、説明を簡単にするため
に、ネットワーク100にコンピュータ1とコンピュー
タ2とを1台ずつ接続した例を示したが、実際の実施形
態では、ネットワーク100にコンピュータ1およびコ
ンピュータ2が共に複数台接続される。なお、コンピュ
ータとは、演算装置、記憶装置、および入出力装置など
を備えた計算機のことである。
First, a first embodiment of the present invention will be described with reference to FIGS. FIG. 1 is a system configuration diagram according to the first embodiment of the present invention. Computer 1 and computer 2 are connected to network 100. In this figure, for the sake of simplicity, an example is shown in which one computer 1 and one computer 2 are connected to the network 100, but in an actual embodiment, both the computer 1 and the computer 2 are connected to the network 100. Connected. Note that a computer is a computer including an arithmetic device, a storage device, an input / output device, and the like.

【0018】コンピュータ1は、分散オブジェクト基盤
101、インタプリタ102、Webブラウザ103、
アプレット104、および記憶媒体105を備えてい
る。分散オブジェクト基盤101、インタプリタ10
2、およびWebブラウザ103は不揮発性記憶媒体に
保管されており、アプレット104は揮発性記憶媒体に
保管される。
The computer 1 includes a distributed object base 101, an interpreter 102, a web browser 103,
An applet 104 and a storage medium 105 are provided. Distributed object infrastructure 101, interpreter 10
2 and the Web browser 103 are stored in a non-volatile storage medium, and the applet 104 is stored in a volatile storage medium.

【0019】コンピュータ2は、分散オブジェクト基盤
101、インタプリタ102、通信プログラム106、
WWWサーバ107、オブジェクトリファレンス管理テ
ーブル108、アプレットプログラム109、および記
憶媒体110を備えている。分散オブジェクト基盤10
1、インタプリタ102、通信プログラム106、WW
Wサーバ107、オブジェクトリファレンス管理テーブ
ル108、およびアプレットプログラム109は、記憶
媒体110に保管されている。
The computer 2 includes a distributed object base 101, an interpreter 102, a communication program 106,
It includes a WWW server 107, an object reference management table 108, an applet program 109, and a storage medium 110. Distributed object platform 10
1, interpreter 102, communication program 106, WW
The W server 107, the object reference management table 108, and the applet program 109 are stored in a storage medium 110.

【0020】分散オブジェクト基盤101とは、ネット
ワーク上のコンピュータに分散配置されたオブジェクト
同士が相互に通信しながら全体として1つの流れに沿っ
た処理を実行する環境であり、呼び出し側のプログラム
が、呼び出される側のプログラムの場所を意識しなくて
も、処理を実行できるプラットフォームのことである。
分散オブジェクト基盤101としては、例えば、OMG
(Object Management Group)で規定されたCORBA(Co
mmon Object Request Broker Architecture)2.0や、J
ava(米国 Sun Microsystems社のオブジェクト指向
型言語を中心とする環境)のRMI(Remote Method Inv
ocation)などがある。
The distributed object platform 101 is an environment in which objects distributed in computers on a network execute processing in accordance with one flow as a whole while communicating with each other. This is a platform that can execute processing without being aware of the location of the program to be executed.
As the distributed object base 101, for example, OMG
(Object Management Group) CORBA (Co
mmon Object Request Broker Architecture) 2.0, J
RMI (Remote Method Inv) of ava (environment centered on Sun Microsystems' object oriented language)
ocation).

【0021】インタプリタ102は、ネットワーク対応
オブジェクト指向言語の実行環境であり、例えばJav
aインタプリタなど、従来のC++やSmalltalkなどの
オブジェクト指向言語などに比べて、ネットワーク間で
プログラム連携して処理するのに適した言語の実行環境
である。ここでは、Javaインタプリタを用いるもの
とする。
The interpreter 102 is an execution environment for a network-compatible object-oriented language.
This is a language execution environment suitable for processing in cooperation with a program between networks, such as a interpreter or other object-oriented languages such as conventional C ++ and Smalltalk. Here, a Java interpreter is used.

【0022】WWWサーバ107は、ネットワーク上に
さまざまな情報を公開したり、情報の検索サービスを提
供するソフトウェア(ネットワーク情報/検索サービス
ソフトウェア)のことである。Webブラウザ103
は、ネットワーク上のWWWサーバ107にアクセスし
て、前記サーバ107が公開している情報を入手した
り、欲しい情報を検索して探したりするソフトウェア
(ネットワーク閲覧ソフトウェア)である。アプレット
プログラム109は、ここではJavaで開発したプロ
グラムである。他のコンピュータ1からコンピュータ2
にWebブラウザ103を介してダウンロード要求があ
ると、このアプレットプログラム109がコンピュータ
2からコンピュータ1へダウンロードされ、該コンピュ
ータ1においてアプレット104として実行される。
The WWW server 107 is software (network information / search service software) for releasing various information on a network and providing an information search service. Web browser 103
Is software (network browsing software) for accessing the WWW server 107 on the network to obtain information disclosed by the server 107 or to search for and search for desired information. The applet program 109 is a program developed in Java here. Computer 2 from another computer 1
When there is a download request via the Web browser 103, the applet program 109 is downloaded from the computer 2 to the computer 1, and executed as the applet 104 in the computer 1.

【0023】通信プログラム106は、コンピュータ2
がコンピュータ1に対して非同期に通信を行う(例え
ば、コンピュータ2の動作状態に関する情報をコンピュ
ータ2からコンピュータ1へと非同期に送信する場合な
ど)ために使用するプログラムで、オブジェクトリファ
レンス管理テーブル108に登録されたオブジェクトに
対して通信を行うものである。記憶媒体105,110
は、分散オブジェクト基盤101、インタプリタ10
2、Webブラウザ103、およびアプレット104な
どを保管する。
The communication program 106 is the computer 2
Is a program used for asynchronously communicating with the computer 1 (for example, when information about the operating state of the computer 2 is asynchronously transmitted from the computer 2 to the computer 1), and registered in the object reference management table 108. It communicates with the object. Storage media 105, 110
Is a distributed object infrastructure 101, an interpreter 10
2. Store the Web browser 103, the applet 104, and the like.

【0024】図2は、図1のシステムにおいてクライア
ントの役割を果たすコンピュータ1が処理する手順を示
すフローチャートである。コンピュータ1は、まずWe
bブラウザ103を起動し、別のコンピュータ(ここで
はサーバの役割を果たすコンピュータ2)に接続して、
アプレットプログラム109をダウンロードし、アプレ
ット104としてインタプリタ102上で実行する(ス
テップ201)。
FIG. 2 is a flowchart showing a procedure performed by the computer 1 serving as a client in the system shown in FIG. First, the computer 1
b Start the browser 103 and connect to another computer (the computer 2 which plays the role of a server in this case),
The applet program 109 is downloaded and executed on the interpreter 102 as the applet 104 (step 201).

【0025】アプレットをダウンロードしてきたら、分
散オブジェクト基盤101を初期化する(ステップ20
2)。初期化が成功したら、アプレット104は、ダウ
ンロードしたコンピュータ2のサーバオブジェクトに接
続する(ステップ203)。接続が成功したら、オブジ
ェクトであるアプレット104自身のオブジェクトリフ
ァレンスをコンピュータ2へ送信する(ステップ20
4)。次に、アプレット104は、コンピュータ2から
メッセージが送信されてくるまで、待ち状態となり(ス
テップ205)、メッセージを受信したらそのメッセー
ジを表示する(ステップ206)。その後、ステップ2
05に戻って、処理を繰り返す。また、ステップ202
〜204の各処理が失敗した場合は、処理を終了する。
When the applet has been downloaded, the distributed object infrastructure 101 is initialized (step 20).
2). If the initialization is successful, the applet 104 connects to the server object of the downloaded computer 2 (step 203). If the connection is successful, the object reference of the applet 104 itself, which is an object, is transmitted to the computer 2 (step 20).
4). Next, the applet 104 waits until a message is transmitted from the computer 2 (step 205), and upon receiving the message, displays the message (step 206). Then step 2
Returning to step 05, the process is repeated. Step 202
If each of the processes of to 204 fails, the process ends.

【0026】図3および図4は、図1のシステムにおい
てサーバの役割を果たすコンピュータ2が処理する手順
を示すフローチャートである。コンピュータ2は、まず
分散オブジェクト基盤101を初期化する(ステップ3
01)。初期化が失敗したときは、処理を終了する。初
期化が成功したら、オブジェクトを生成して(ステップ
302)、生成したオブジェクトをメッセージ受信状態
にし(ステップ303)、メッセージ受信待ちにする
(ステップ304)。そして、別のコンピュータ(例え
ば、コンピュータ1)からオブジェクトリファレンスを
受信すると、そのオブジェクトリファレンスをオブジェ
クトリファレンス管理テーブル108に登録する(ステ
ップ305)。その後、ステップ304に戻って、処理
を繰り返す。
FIG. 3 and FIG. 4 are flowcharts showing a procedure performed by the computer 2 serving as a server in the system of FIG. The computer 2 first initializes the distributed object infrastructure 101 (Step 3)
01). If the initialization has failed, the process ends. If the initialization is successful, an object is generated (step 302), the generated object is put into a message receiving state (step 303), and a message reception wait is made (step 304). When an object reference is received from another computer (for example, computer 1), the object reference is registered in the object reference management table 108 (step 305). Thereafter, the process returns to step 304 to repeat the processing.

【0027】ステップ302で生成したオブジェクト
は、図4の処理を行う。まず、他のコンピュータに対す
る通信要求が有るか否かを判定する(ステップ30
7)。例えば、あるファイルを監視していて、そのファ
イルの記述内容に変更があったときに、そのファイルの
記述内容を他のコンピュータに通知したい場合などであ
る。そのような通信要求が発生したときは、まずオブジ
ェクトリファレンス管理テーブル108からオブジェク
トリファレンスを1個取り出す(ステップ309)。無
ければ、ステップ308へ戻る。有るなら、取り出した
オブジェクトリファレンスに対して、メッセージを返す
(ステップ310)。これが成功したら、次のオブジェ
クトリファレンスを取り出すべく、ステップ309に戻
る。ステップ310でメッセージ送信に失敗したら、ネ
ットワーク上のオブジェクトリファレンスを探す(ステ
ップ311)。存在するなら、ステップ310に戻る。
存在しないなら、オブジェクトリファレンス管理テーブ
ル108から前記オブジェクトリファレンスを削除し
て、ステップ311へ戻る。
The object generated in step 302 performs the processing shown in FIG. First, it is determined whether there is a communication request to another computer (step 30).
7). For example, there is a case where a file is monitored, and when the description of the file is changed, the description of the file is to be notified to another computer. When such a communication request occurs, first, one object reference is extracted from the object reference management table 108 (step 309). If not, the process returns to step 308. If there is, a message is returned to the retrieved object reference (step 310). If this is successful, control returns to step 309 to retrieve the next object reference. If the message transmission fails in step 310, an object reference on the network is searched (step 311). If so, return to step 310.
If not, the object reference is deleted from the object reference management table 108, and the process returns to step 311.

【0028】以上のようにして、上記第1の実施の形態
では、分散オブジェクト基盤技術とJava言語とWe
bブラウザを用いて、Java言語で記述した受信プロ
グラム(アプレットプログラム109)を、サーバ(コ
ンピュータ2)からクライアント(コンピュータ1)に
ダウンロードして実行し、これによりコンピュータ2か
らコンピュータ1に対して非同期に通信を行うことがで
きるので、コンピュータ1ではあらかじめ受信プログラ
ムをインストールすることなく、非同期に送られてくる
情報を受信することができる。また、開発するときに受
信メッセージの解析処理などがなくなるので、開発工数
が少なくなり、プログラムの不良を削減できる。
As described above, in the first embodiment, the distributed object infrastructure technology, the Java language, and the We
Using a browser b, a receiving program (an applet program 109) described in the Java language is downloaded from the server (computer 2) to the client (computer 1) and executed, whereby the computer 2 is asynchronous with the computer 1 Since communication can be performed, the computer 1 can receive information transmitted asynchronously without installing a receiving program in advance. In addition, since there is no need to analyze received messages during development, the number of development steps is reduced, and program defects can be reduced.

【0029】なお、上記のシステムではコンピュータ1
とコンピュータ2とが1台ずつネットワークに接続され
ている例を説明したが、これらが複数台ある場合も同様
に処理すればよい。
In the above system, the computer 1
Although the example in which the computer and the computer 2 are connected to the network one by one has been described, the same processing may be performed when there are a plurality of computers.

【0030】例えば、ネットワークにコンピュータ1と
複数台のコンピュータ2とが接続されており、それら複
数台のコンピュータ2の動作状態に関する情報をコンピ
ュータ1で非同期に入手したい場合は、上述したのと同
様にコンピュータ1では各コンピュータ2に対応して図
2の処理を実行し、各コンピュータ2では図3、4の処
理を実行すればよい。すなわち、コンピュータ1では、
複数のWebブラウザを起動して各コンピュータ2に接
続し、各コンピュータ2からそれぞれオブジェクトをダ
ウンロードし、ダウンロードした各コンピュータ2へそ
れぞれオブジェクトリファレンスを送信しておく。各コ
ンピュータ2では、コンピュータ1から送られたオブジ
ェクトリファレンスをテーブルに登録しておくととも
に、通信要求が発生したときにはテーブルからオブジェ
クトリファレンスを取り出してメッセージを送るように
する。なお、複数のWebブラウザを起動せずに、1つ
のWebブラウザでネットワーク上の複数のコンピュー
タ2と非同期通信することも可能である。
For example, when a computer 1 and a plurality of computers 2 are connected to a network and information on the operating states of the plurality of computers 2 is desired to be obtained asynchronously by the computer 1, as described above, The computer 1 may execute the processing of FIG. 2 corresponding to each computer 2, and each computer 2 may execute the processing of FIGS. That is, in the computer 1,
A plurality of Web browsers are activated to connect to each computer 2, download an object from each computer 2, and transmit an object reference to each downloaded computer 2. In each computer 2, the object reference sent from the computer 1 is registered in a table, and when a communication request occurs, the object reference is extracted from the table and a message is sent. Note that it is also possible to perform asynchronous communication with a plurality of computers 2 on a network using one Web browser without activating a plurality of Web browsers.

【0031】また、ネットワークに複数台のコンピュー
タ1とコンピュータ2とが接続されており、コンピュー
タ2の動作状態に関する情報を複数台の各コンピュータ
1で非同期に入手したい場合は、やはり上述したのと同
様に、複数台の各コンピュータ1ではコンピュータ2に
対してそれぞれ図2の処理を実行し、コンピュータ2で
は図3、4の処理を実行すればよい。すなわち、各コン
ピュータ1では、ネットワーク閲覧ソフトウェアを起動
してコンピュータ2に接続し、コンピュータ2からオブ
ジェクトをダウンロードし、ダウンロードしたコンピュ
ータ2へオブジェクトリファレンスを送信しておく。コ
ンピュータ2では、複数台のコンピュータ1からそれぞ
れ送られたオブジェクトリファレンスをテーブルに登録
しておくとともに、通信要求が発生したときにはテーブ
ルからオブジェクトリファレンスを取り出してメッセー
ジを送る処理をテーブル内のすべてのオブジェクトリフ
ァレンスに対して行うようにする。
When a plurality of computers 1 and computers 2 are connected to a network and information on the operating state of the computer 2 is to be obtained asynchronously by each of the plurality of computers 1, the same operation as described above is performed. In addition, the plurality of computers 1 may execute the processing of FIG. 2 on the computer 2 and the computer 2 may execute the processing of FIGS. That is, in each computer 1, network browsing software is activated, connected to the computer 2, downloads an object from the computer 2, and transmits an object reference to the downloaded computer 2. In the computer 2, the object references sent from the plurality of computers 1 are registered in a table, and when a communication request occurs, the process of extracting the object reference from the table and sending a message is performed on all the object references in the table. To do it.

【0032】次に、本発明の第2の実施の形態につい
て、図5から図9を用いて説明する。図5は、本発明の
第2の実施の形態に係るシステム構成図である。ネット
ワーク100に、コンピュータ41とコンピュータ42
と中継コンピュータ43とが接続されている。この図で
は、説明を簡単にするために、ネットワーク100にコ
ンピュータ41とコンピュータ42と中継コンピュータ
43とを1台ずつしか接続していないが、実際の実施形
態では、ネットワーク100にコンピュータ41とコン
ピュータ42と中継コンピュータ43とが共に複数台接
続される。なお、図5において400番台の番号を付し
た構成要素は、図1において100番台の番号を付した
構成要素のうち下2桁が一致する構成要素に対応する。
例えば、図5の分散オブジェクト基盤401は、図1の
分散オブジェクト基盤101と同様のものである。
Next, a second embodiment of the present invention will be described with reference to FIGS. FIG. 5 is a system configuration diagram according to the second embodiment of the present invention. A computer 41 and a computer 42 are connected to the network 100.
And the relay computer 43 are connected. In this figure, for the sake of simplicity, only one computer 41, one computer 42, and one relay computer 43 are connected to the network 100. However, in the actual embodiment, the computer 41 and the computer 42 are connected to the network 100. And a plurality of relay computers 43 are connected together. Note that the components numbered 400s in FIG. 5 correspond to the components with the same last two digits of the components numbered 100s in FIG. 1.
For example, the distributed object platform 401 in FIG. 5 is similar to the distributed object platform 101 in FIG.

【0033】図5の第2の実施の形態の基本的な構成
は、図1と同様であるが、第2の実施の形態では、コン
ピュータ41とコンピュータ42とが直接通信しないで
済むように、中継コンピュータ43を設置している。中
継コンピュータ43は、図1のコンピュータ2と同様の
構成である。コンピュータ42は、図1のコンピュータ
2にあったWWWサーバ107とアプレットプログラム
109とを削除した構成とする。コンピュータ42の通
信プログラム411は、コンピュータ42が中継コンピ
ュータ43に対して非同期に通信を行うために使用する
プログラムで、オブジェクトリファレンス管理テーブル
412(中継コンピュータ43の中継プログラムによる
通信オブジェクトのオブジェクトレファレンスがあらか
じめ登録されているものとする)に登録されたオブジェ
クトに対して通信を行うものである。
The basic configuration of the second embodiment of FIG. 5 is the same as that of FIG. 1, but in the second embodiment, the computer 41 and the computer 42 do not need to directly communicate with each other. A relay computer 43 is provided. The relay computer 43 has the same configuration as the computer 2 in FIG. The computer 42 has a configuration in which the WWW server 107 and the applet program 109 in the computer 2 of FIG. 1 are deleted. The communication program 411 of the computer 42 is a program used by the computer 42 to asynchronously communicate with the relay computer 43. The object reference management table 412 (the object reference of the communication object by the relay program of the relay computer 43 is registered in advance. The communication is performed with respect to the object registered in).

【0034】図6は、コンピュータ41が処理する手順
を示すフローチャートである。コンピュータ41は、ま
ずWebブラウザ403を起動し、別のコンピュータ
(ここでは中継コンピュータ43)に接続して、アプレ
ットプログラム409をダウンロードし、アプレット4
04としてインタプリタ402上で実行する(ステップ
501)。
FIG. 6 is a flowchart showing a procedure performed by the computer 41. The computer 41 first activates the Web browser 403, connects to another computer (here, the relay computer 43), downloads the applet program 409, and downloads the applet 4
04 and executed on the interpreter 402 (step 501).

【0035】アプレットをダウンロードしてきたら、分
散オブジェクト基盤401を初期化する(ステップ50
2)。初期化が成功したら、アプレット404は、ダウ
ンロードした中継コンピュータ43のサーバオブジェク
トに接続する(ステップ503)。接続が成功したら、
アプレット404自身のオブジェクトリファレンスを中
継コンピュータ43へ送信する(ステップ504)。次
に、アプレット404は、中継コンピュータ43からメ
ッセージが送信されてくるまで、待ち状態となり(ステ
ップ505)、メッセージを受信したらそのメッセージ
を表示する(ステップ506)。その後、ステップ50
5に戻って、処理を繰り返す。また、ステップ502〜
504の各処理が失敗した場合は、処理を終了する。
After downloading the applet, the distributed object base 401 is initialized (step 50).
2). If the initialization is successful, the applet 404 connects to the server object of the downloaded relay computer 43 (step 503). If the connection is successful,
The applet 404 sends its own object reference to the relay computer 43 (step 504). Next, the applet 404 waits until a message is transmitted from the relay computer 43 (step 505), and upon receiving the message, displays the message (step 506). Then, step 50
Returning to step 5, the process is repeated. Steps 502-
If each process of 504 fails, the process ends.

【0036】図7および図8は、図5のシステムにおい
て中継コンピュータ43が処理する手順を示すフローチ
ャートである。中継コンピュータ43は、まず分散オブ
ジェクト基盤401を初期化する(ステップ601)。
初期化が失敗したときは、処理を終了する。初期化が成
功したら、オブジェクトを生成して(ステップ60
2)、生成したオブジェクトをメッセージ受信状態にし
(ステップ603)、メッセージ受信待ちする(ステッ
プ604)。そして、別のコンピュータ(例えば、コン
ピュータ41)からオブジェクトリファレンスを受信す
ると、そのオブジェクトリファレンスをオブジェクトリ
ファレンス管理テーブル408に登録する(ステップ6
05)。その後、ステップ604に戻って、処理を繰り
返す。
FIGS. 7 and 8 are flow charts showing the procedure performed by the relay computer 43 in the system of FIG. The relay computer 43 first initializes the distributed object base 401 (step 601).
If the initialization has failed, the process ends. If the initialization is successful, an object is created (step 60).
2) Put the generated object in a message receiving state (step 603) and wait for a message to be received (step 604). When an object reference is received from another computer (for example, the computer 41), the object reference is registered in the object reference management table 408 (step 6).
05). Thereafter, the process returns to step 604 to repeat the processing.

【0037】ステップ602で生成したオブジェクト
は、図8の処理を行う。すなわち、メッセージ受信待ち
をし(ステップ606)、メッセージを受信すると、オ
ブジェクトリファレンス管理テーブル408からオブジ
ェクトリファレンスを1個取り出す(ステップ60
7)。無ければ、ステップ608へ戻る。有るなら、取
り出したオブジェクトリファレンスに対して、上記受信
したメッセージを送る(ステップ609)。メッセージ
送信に成功したら、次のオブジェクトリファレンスを取
り出すべく、ステップ607に戻る(ステップ61
0)。メッセージ送信に失敗したら、ネットワーク上か
らオブジェクトリファレンスを探す(ステップ61
1)。存在するなら、ステップ612に戻る。存在しな
いなら、オブジェクトリファレンス管理テーブル408
から前記オブジェクトリファレンスを削除して(ステッ
プ613)、ステップ610へ戻る。
The object generated in step 602 performs the processing shown in FIG. That is, it waits for a message to be received (step 606), and upon receiving the message, retrieves one object reference from the object reference management table 408 (step 60).
7). If not, the process returns to step 608. If there is, the received message is sent to the extracted object reference (step 609). If the message transmission is successful, the process returns to step 607 to retrieve the next object reference (step 61).
0). If the message transmission fails, an object reference is searched for on the network (step 61).
1). If so, return to step 612. If not, the object reference management table 408
The object reference is deleted from (step 613), and the process returns to step 610.

【0038】図9は、図5のシステムにおいてコンピュ
ータ42が処理する手順を示すフローチャートである。
コンピュータ42では、まず他のコンピュータに対する
通信要求が発生したか否かを判定する(ステップ70
1)。例えば、あるファイルを監視していて、ファイル
の記述内容に変更があったときに、そのファイルの記述
内容を他のコンピュータに通知したい場合などである。
そのような通信要求が発生したときは、まずオブジェク
トリファレンス管理テーブル412からオブジェクトリ
ファレンスを1個取り出す(ステップ703)。このオ
ブジェクトリファレンスは、中継コンピュータ43の通
信オブジェクトを呼ぶためのオブジェクトリファレンス
であり、あらかじめオブジェクトリファレンス管理テー
ブル412に用意されている。すなわち、コンピュータ
42から別のコンピュータに非同期に通信を行う際にコ
ンピュータ42からメッセージを送る中継コンピュータ
43の通信オブジェクトがすべてオブジェクトリファレ
ンス管理テーブル412に登録されているものである。
FIG. 9 is a flowchart showing a procedure performed by the computer 42 in the system shown in FIG.
The computer 42 first determines whether a communication request to another computer has occurred (step 70).
1). For example, there is a case where a file is monitored, and when the description of the file is changed, it is desired to notify the description of the file to another computer.
When such a communication request occurs, first, one object reference is extracted from the object reference management table 412 (step 703). This object reference is an object reference for calling a communication object of the relay computer 43 and is prepared in the object reference management table 412 in advance. That is, all communication objects of the relay computer 43 that send a message from the computer 42 when performing asynchronous communication from the computer 42 to another computer are registered in the object reference management table 412.

【0039】ステップ703でオブジェクトリファレン
スが無ければ、ステップ702へ戻る。有るなら、取り
出したオブジェクトリファレンスに対して、メッセージ
を送る(ステップ704)。これが成功したら、次のオ
ブジェクトリファレンスが取り出せるまで、ループする
(ステップ705)。メッセージ送信に失敗したら、ネ
ットワーク上のオブジェクトリファレンスを探す(ステ
ップ706)。存在するなら、ステップ707へ戻る。
存在しないなら、オブジェクトリファレンス管理テーブ
ル412から前記オブジェクトリファレンスを削除して
(ステップ708)、ステップ705へ戻る。
If there is no object reference in step 703, the process returns to step 702. If there is, a message is sent to the retrieved object reference (step 704). If this succeeds, the process loops until the next object reference can be retrieved (step 705). If the message transmission fails, an object reference on the network is searched (step 706). If there is, the process returns to step 707.
If not, the object reference is deleted from the object reference management table 412 (step 708), and the process returns to step 705.

【0040】以上のようにして、上記第2の実施の形態
では、分散オブジェクト基盤技術とJava言語とWe
bブラウザを用いて、Java言語で記述した受信プロ
グラム(アプレットプログラム409)を中継コンピュ
ータ43からコンピュータ41にダウンロードして実行
し、コンピュータ41では中継コンピュータ43にオブ
ジェクトリファレンスを送信し、中継コンピュータ43
ではそのオブジェクトリファレンスをテーブル408に
登録しておき、コンピュータ42から非同期に通信する
際には、コンピュータ42から中継コンピュータ43の
通信オブジェクトにメッセージを送り、中継コンピュー
タ43では受信したメッセージをオブジェクトリファレ
ンス管理テーブル408から取り出したオブジェクトリ
ファレンスに送る。これにより、コンピュータ42と中
継コンピュータ43との間で非同期に通信を行い、さら
に中継コンピュータ43とコンピュータ41との間で非
同期に通信を行うことができ、結果として、中継コンピ
ュータ43を介してコンピュータ41と42との間で非
同期に通信を行うことができる。なお、コンピュータ4
1、コンピュータ42、および中継コンピュータ43が
ネットワークに複数台接続されている場合でも同様に処
理すればよい。
As described above, in the second embodiment, the distributed object infrastructure technology, the Java language, and the Web
Using a b browser, a receiving program (an applet program 409) described in Java language is downloaded from the relay computer 43 to the computer 41 and executed. The computer 41 transmits an object reference to the relay computer 43, and
Then, the object reference is registered in the table 408, and when communicating asynchronously from the computer 42, a message is sent from the computer 42 to the communication object of the relay computer 43, and the received message is transmitted to the relay computer 43 by the object reference management table. 408 to the retrieved object reference. Thereby, communication can be performed asynchronously between the computer 42 and the relay computer 43, and further, communication can be performed asynchronously between the relay computer 43 and the computer 41. As a result, the computer 41 And 42 can be communicated asynchronously. The computer 4
The same processing may be performed even when a plurality of 1, the computer 42, and the relay computer 43 are connected to the network.

【0041】[0041]

【発明の効果】本発明によれば、分散オブジェクト基盤
技術とネットワーク閲覧ソフトウェアを用いて、通信用
のオブジェクト(例えばJava言語で記述した受信プ
ログラム)をダウンロードして実行するので、コンピュ
ータの記憶媒体を占有することなくプログラムを実行で
きるため、ネットワークに接続しているコンピュータは
あらかじめ受信プログラムをインストールすることなく
処理を行うことができる。また、開発するときに受信メ
ッセージの解析処理などがなくなるので、開発工数が少
なくなり、プログラムの不良を削減できる。さらに、複
数のネットワーク閲覧ソフトウェアを起動せずに1つの
ネットワーク閲覧ソフトウェアでネットワーク上のコン
ピュータと非同期通信することが可能となる。
According to the present invention, a communication object (for example, a receiving program described in the Java language) is downloaded and executed by using the distributed object infrastructure technology and the network browsing software. Since the program can be executed without occupation, the computer connected to the network can perform processing without installing the receiving program in advance. In addition, since there is no need to analyze received messages during development, the number of development steps is reduced, and program defects can be reduced. Further, it is possible to perform asynchronous communication with a computer on a network by using one network browsing software without activating a plurality of network browsing software.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の第1の実施の形態におけるシステム構
成図である。
FIG. 1 is a system configuration diagram according to a first embodiment of the present invention.

【図2】本発明の第1の実施の形態におけるコンピュー
タ1の処理の流れを示すフローチャートである。
FIG. 2 is a flowchart illustrating a processing flow of a computer 1 according to the first embodiment of the present invention.

【図3】本発明の第1の実施の形態におけるコンピュー
タ2の処理の流れを示すフローチャート(その1)であ
る。
FIG. 3 is a flowchart (part 1) illustrating a processing flow of a computer 2 according to the first embodiment of the present invention.

【図4】本発明の第1の実施の形態におけるコンピュー
タ2の処理の流れを示すフローチャート(その2)であ
る。
FIG. 4 is a flowchart (part 2) illustrating a processing flow of the computer 2 in the first embodiment of the present invention.

【図5】本発明の第2の実施の形態におけるシステム構
成図である。
FIG. 5 is a system configuration diagram according to a second embodiment of the present invention.

【図6】本発明の第2の実施の形態におけるコンピュー
タ1の処理の流れを示すフローチャートである。
FIG. 6 is a flowchart illustrating a processing flow of a computer 1 according to the second embodiment of the present invention.

【図7】本発明の第2の実施の形態における中継コンピ
ュータの処理の流れを示すフローチャート(その1)で
ある。
FIG. 7 is a flowchart (part 1) illustrating a processing flow of a relay computer according to the second embodiment of the present invention.

【図8】本発明の第2の実施の形態における中継コンピ
ュータの処理の流れを示すフローチャート(その2)で
ある。
FIG. 8 is a flowchart (part 2) illustrating a processing flow of the relay computer according to the second embodiment of the present invention.

【図9】本発明の第2の実施の形態におけるコンピュー
タ2の処理の流れを示すフローチャートである。
FIG. 9 is a flowchart illustrating a processing flow of a computer 2 according to the second embodiment of the present invention.

【符号の説明】[Explanation of symbols]

1…コンピュータ、2…コンピュータ、100…ネット
ワーク、101…分散オブジェクト基盤、102…Ja
vaインタプリタ、103…Webブラウザ、104…
アプレット、105…記憶媒体、106…通信プログラ
ム、107…WWWサーバ、108…オブジェクトリフ
ァレンス管理テーブル、109…アプレットプログラ
ム、110…記憶媒体、401…分散オブジェクト基
盤、402…Javaインタプリタ、403…Webブ
ラウザ、404…アプレット、405…記憶媒体、40
6…中継プログラム、407…WWWサーバ、408…
オブジェクトリファレンス管理テーブル、409…アプ
レットプログラム、410…記憶媒体、411…通信プ
ログラム、412…オブジェクトリファレンス管理テー
ブル、413…記憶媒体。
DESCRIPTION OF SYMBOLS 1 ... Computer, 2 ... Computer, 100 ... Network, 101 ... Distributed object base, 102 ... Ja
va interpreter, 103 ... Web browser, 104 ...
Applet, 105: Storage medium, 106: Communication program, 107: WWW server, 108: Object reference management table, 109: Applet program, 110: Storage medium, 401: Distributed object base, 402: Java interpreter, 403: Web browser 404: applet, 405: storage medium, 40
6. Relay program, 407 WWW server, 408
Object reference management table, 409: applet program, 410: storage medium, 411: communication program, 412: object reference management table, 413: storage medium.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 松村 栄二 神奈川県横浜市戸塚区戸塚町5030番地 株 式会社日立製作所ソフトウェア開発本部内 ──────────────────────────────────────────────────続 き Continued on the front page (72) Inventor Eiji Matsumura 5030 Totsukacho, Totsuka-ku, Yokohama-shi, Kanagawa Prefecture Software Development Division, Hitachi, Ltd.

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】ネットワークに接続され、第2のコンピュ
ータからの通信要求を受けて該第2のコンピュータとの
間で非同期に通信を行う第1のコンピュータである非同
期通信装置であって、 該第1のコンピュータは、 ネットワークに接続されたコンピュータが他のコンピュ
ータに業務処理を依頼するとき、該業務処理に係るソフ
トウェアの物理的なアドレスを指定して依頼するのでは
なく、該業務処理に係るオブジェクトの名称またはオブ
ジェクトリファレンスを指定して業務処理を依頼できる
ようにする環境を提供する分散オブジェクト基盤技術
と、 ネットワーク上のネットワーク情報提供/検索サーバか
ら各種の情報を入手するためのネットワーク閲覧ソフト
ウェアと、 ネットワーク情報提供/検索サーバからダウンロードし
たオブジェクトを前記ネットワーク閲覧ソフトウェアで
実行するためのインタプリタとを実装するとともに、 前記ネットワーク閲覧ソフトウェアを介して、前記第2
のコンピュータ上のネットワーク情報提供/検索サーバ
からオブジェクトをダウンロードし、ダウンロードした
オブジェクトのオブジェクトリファレンスを前記第2の
コンピュータへ送信する手段と、 前記分散オブジェクト基盤技術を介して、前記第2のコ
ンピュータからの通信要求が起きたとき、前記ダウンロ
ードしたオブジェクトが前記第2のコンピュータからの
通信要求を受けて、非同期に通信する手段とを備えてい
ることを特徴とする非同期通信装置。
1. An asynchronous communication device which is connected to a network and is a first computer which receives a communication request from a second computer and performs asynchronous communication with the second computer, the first computer comprising: When a computer connected to the network requests another computer for a business process, the first computer does not specify the physical address of the software related to the business process but requests the computer to execute an object related to the business process. A distributed object platform technology that provides an environment that allows a business process to be requested by designating a name or an object reference, network browsing software for obtaining various information from a network information providing / searching server on a network, Object downloaded from network information provider / search server And an interpreter for executing the project with the network browsing software.
Means for downloading an object from a network information providing / retrieval server on a computer, and transmitting an object reference of the downloaded object to the second computer; and transmitting the object reference from the second computer via the distributed object infrastructure technology. Means for receiving the communication request from the second computer when the communication request is issued, and asynchronously communicating with the object.
【請求項2】ネットワークに接続され、第1のコンピュ
ータに対して通信要求を送信して該第1のコンピュータ
との間で非同期に通信を行う第2のコンピュータである
非同期通信装置であって、 該第2のコンピュータは、 ネットワークに接続されたコンピュータが他のコンピュ
ータに業務処理を依頼するとき、該業務処理に係るソフ
トウェアの物理的なアドレスを指定して依頼するのでは
なく、該業務処理に係るオブジェクトの名称またはオブ
ジェクトリファレンスを指定して業務処理を依頼できる
ようにする環境を提供する分散オブジェクト基盤技術
と、 他のコンピュータに情報を提供したり、情報の検索サー
ビスを提供するネットワーク情報提供/検索サーバを実
現するネットワーク情報/検索サービスソフトウェア
と、 他のコンピュータがダウンロードして業務処理を実行す
るためのオブジェクトと、 他のコンピュータがダウンロードしたオブジェクトと通
信するための通信オブジェクトとを実装するとともに、 前記第1のコンピュータがネットワーク情報提供/検索
サービスソフトウェアを介して前記オブジェクトのダウ
ンロード要求を行い、これに応じて前記オブジェクトが
第1のコンピュータにダウンロードされた後、前記第1
のコンピュータが送信する該ダウンロードしたオブジェ
クトのオブジェクトリファレンスを受信する手段と、 受信したオブジェクトリファレンスを登録しておく管理
テーブルと、 前記第1のコンピュータに対する通信要求があるとき、
前記通信オブジェクトによって、前記管理テーブルに保
管してある前記第1のコンピュータのオブジェクトリフ
ァレンスを取り出し、該オブジェクトリファレンスの情
報をもとに、分散オブジェクト基盤技術を介して、前記
第1のコンピュータのオブジェクトに非同期で通信する
手段とを備えていることを特徴とする非同期通信装置。
2. An asynchronous communication device that is connected to a network, is a second computer that transmits a communication request to a first computer, and performs asynchronous communication with the first computer, When the computer connected to the network requests another computer for business processing, the second computer does not specify the physical address of the software related to the business processing but requests the business processing. A distributed object platform technology that provides an environment in which a business process can be requested by designating the name of the object or an object reference, and a network information providing / providing information to another computer or providing an information search service. Network information / search service software that realizes a search server and other computers And a communication object for communicating with the object downloaded by another computer, and the first computer implements network information providing / search service software. Requesting download of the object via the first computer, and in response to the request, downloading the object to the first computer.
Means for receiving the object reference of the downloaded object transmitted by the computer, a management table for registering the received object reference, and when there is a communication request to the first computer,
The object of the first computer stored in the management table is taken out by the communication object, and based on the information of the object reference, the object of the first computer is distributed to the object of the first computer through the distributed object infrastructure technology. Means for performing asynchronous communication.
【請求項3】ネットワークに接続された第1のコンピュ
ータと第2のコンピュータとの間で非同期に通信を行う
非同期通信システムであって、 前記第1のコンピュータは、 ネットワークに接続されたコンピュータが他のコンピュ
ータに業務処理を依頼するとき、該業務処理に係るソフ
トウェアの物理的なアドレスを指定して依頼するのでは
なく、該業務処理に係るオブジェクトの名称またはオブ
ジェクトリファレンスを指定して業務処理を依頼できる
ようにする環境を提供する分散オブジェクト基盤技術
と、 ネットワーク上のネットワーク情報提供/検索サーバか
ら各種の情報を入手するためのネットワーク閲覧ソフト
ウェアと、 ネットワーク情報提供/検索サーバからダウンロードし
たオブジェクトを前記ネットワーク閲覧ソフトウェアで
実行するためのインタプリタとを実装し、 前記第2のコンピュータは、 分散オブジェクト基盤技術と、 他のコンピュータに情報を提供したり、情報の検索サー
ビスを提供するネットワーク情報提供/検索サーバを実
現するネットワーク情報/検索サービスソフトウェア
と、 他のコンピュータがダウンロードして業務処理を実行す
るためのオブジェクトと、 他のコンピュータがダウンロードしたオブジェクトと通
信するための通信オブジェクトとを実装するとともに、 前記第1のコンピュータは、 前記ネットワーク閲覧ソフトウェアを介して、前記第2
のコンピュータ上のネットワーク情報提供/検索サーバ
から前記オブジェクトをダウンロードし、ダウンロード
したオブジェクトのオブジェクトリファレンスを前記第
2のコンピュータへ送信する手段と、 前記分散オブジェクト基盤技術を介して、前記第2のコ
ンピュータからの通信要求が起きたとき、前記ダウンロ
ードしたオブジェクトが前記第2のコンピュータからの
通信要求を受けて、非同期に通信する手段とを備え、 前記第2のコンピュータは、 前記第1のコンピュータが前記ネットワーク情報提供/
検索サービスソフトウェアを介して前記オブジェクトの
ダウンロード要求を行い、これに応じて前記オブジェク
トが前記第1のコンピュータにダウンロードされた後、
前記第1のコンピュータが送信する該ダウンロードした
オブジェクトのオブジェクトリファレンスを受信する手
段と、 受信したオブジェクトリファレンスを登録しておく管理
テーブルと、 前記第1のコンピュータに対する通信要求があるとき、
前記通信オブジェクトによって、前記管理テーブルに保
管してある前記第1のコンピュータのオブジェクトリフ
ァレンスを取り出し、該オブジェクトリファレンスの情
報をもとに、分散オブジェクト基盤技術を介して、前記
第1のコンピュータのオブジェクトに非同期で通信する
手段とを備えていることを特徴とする非同期通信システ
ム。
3. An asynchronous communication system for asynchronously communicating between a first computer and a second computer connected to a network, wherein the first computer is connected to another computer. When requesting a computer to perform a business process, instead of specifying the physical address of the software related to the business process, the request is made by specifying the name or object reference of the object related to the business process. A distributed object platform technology for providing an environment for enabling, network browsing software for obtaining various information from a network information providing / retrieval server on a network, and an object downloaded from the network information providing / retrieval server to the network Browsing software The second computer implements a distributed object platform technology and a network information providing / searching server that provides information to another computer or provides an information search service. A network information / search service software, an object to be downloaded by another computer to execute a business process, and a communication object to communicate with the object downloaded by the other computer; and the first computer Through the network browsing software,
Means for downloading the object from a network information providing / retrieval server on a computer, and transmitting an object reference of the downloaded object to the second computer; and from the second computer via the distributed object infrastructure technology. Means for receiving the communication request from the second computer when the communication request has occurred, and for asynchronously communicating with the downloaded object, wherein the second computer is connected to the network by the first computer. Provision of information /
Making a download request for the object via search service software, and in response to the object being downloaded to the first computer,
Means for receiving the object reference of the downloaded object transmitted by the first computer, a management table for registering the received object reference, and when there is a communication request to the first computer,
By the communication object, the object reference of the first computer stored in the management table is taken out, and based on the information of the object reference, the object of the first computer is distributed to the object of the first computer through the distributed object infrastructure technology. Means for asynchronously communicating.
【請求項4】前記第2のコンピュータがネットワークに
複数台接続されており、 前記第1のコンピュータは、前記ネットワーク閲覧ソフ
トウェアを複数起動して、前記複数台の第2のコンピュ
ータのそれぞれに接続し、前記複数台の第2のコンピュ
ータからそれぞれ前記オブジェクトをダウンロードし、
ダウンロードしたオブジェクトのオブジェクトリファレ
ンスをそれぞれ前記複数台の第2のコンピュータへ送信
し、前記ダウンロードしたオブジェクトにより、前記複
数台の第2のコンピュータからの通信要求を受けて非同
期に通信を行うことを特徴とする請求項1に記載の非同
期通信装置。
4. A plurality of said second computers are connected to a network, and said first computer activates a plurality of said network browsing software to connect to each of said plurality of second computers. Downloading the object from each of the plurality of second computers,
An object reference of the downloaded object is transmitted to each of the plurality of second computers, and the downloaded object receives a communication request from the plurality of second computers and performs asynchronous communication. The asynchronous communication device according to claim 1.
【請求項5】前記第1のコンピュータがネットワークに
複数台接続されており、 前記第2のコンピュータは、前記複数台の第1のコンピ
ュータが前記オブジェクトのダウンロード要求を行い、
これに応じて前記オブジェクトが前記複数台の第1のコ
ンピュータにそれぞれダウンロードされた後、前記複数
台の第1のコンピュータが送信するオブジェクトリファ
レンスを受信してそれぞれ前記管理テーブルに登録し、
通信要求が発生したときは、前記通信オブジェクトによ
って、前記管理テーブルに保管してある前記複数台の第
1のコンピュータのオブジェクトリファレンスをそれぞ
れ取り出して、取り出した前記複数台の第1のコンピュ
ータのオブジェクトと非同期で通信することを特徴とす
る請求項2に記載の非同期通信装置。
5. A plurality of the first computers are connected to a network, wherein the second computer requests the plurality of first computers to download the object,
In response to this, after the object is downloaded to each of the plurality of first computers, an object reference transmitted by the plurality of first computers is received and registered in the management table, respectively.
When a communication request is issued, the communication object retrieves the object references of the plurality of first computers stored in the management table, and retrieves the retrieved objects of the plurality of first computers. 3. The asynchronous communication device according to claim 2, wherein communication is performed asynchronously.
【請求項6】ネットワークに接続された第1のコンピュ
ータと第2のコンピュータとの間で非同期に通信を行う
際に、前記第1のコンピュータと第2のコンピュータと
の間の通信データのやり取りを中継する中継コンピュー
タである非同期通信装置であって、 該中継コンピュータは、 ネットワークに接続されたコンピュータが他のコンピュ
ータに業務処理を依頼するとき、該業務処理に係るソフ
トウェアの物理的なアドレスを指定して依頼するのでは
なく、該業務処理に係るオブジェクトの名称またはオブ
ジェクトリファレンスを指定して業務処理を依頼できる
ようにする環境を提供する分散オブジェクト基盤技術
と、 他のコンピュータに情報を提供したり、情報の検索サー
ビスを提供するネットワーク情報提供/検索サーバを実
現するネットワーク情報/検索サービスソフトウェア
と、 他のコンピュータがダウンロードして業務処理を実行す
るためのオブジェクトと、 前記第1のコンピュータおよび第2のコンピュータと通
信するための通信オブジェクトとを実装するとともに、 前記第1のコンピュータがネットワーク情報提供/検索
サービスソフトウェアを介して前記オブジェクトのダウ
ンロード要求を行い、これに応じて前記オブジェクトが
前記第1のコンピュータにダウンロードされた後、前記
第1のコンピュータが送信する該ダウンロードしたオブ
ジェクトのオブジェクトリファレンスを受信する手段
と、 受信したオブジェクトリファレンスを登録しておく管理
テーブルと、 前記第2のコンピュータから前記第1のコンピュータに
対する通信要求があるとき、前記通信オブジェクトによ
って、前記第2のコンピュータから送信された通信デー
タを受信し、前記管理テーブルに保管してある前記第1
のコンピュータのオブジェクトリファレンスを取り出
し、該オブジェクトリファレンスの情報をもとに、分散
オブジェクト基盤技術を介して、前記受信した通信デー
タを前記第1のコンピュータのオブジェクトに送信し、
これにより前記第1のコンピュータと第2のコンピュー
タとの間の非同期な通信を中継する手段とを備えている
ことを特徴とする非同期通信装置。
6. When performing asynchronous communication between a first computer and a second computer connected to a network, exchange of communication data between the first computer and the second computer is performed. An asynchronous communication device which is a relay computer for relaying, wherein the relay computer specifies a physical address of software related to the business process when a computer connected to the network requests another computer for the business process. Rather than requesting, the distributed object platform technology that provides an environment that allows the user to request business processing by specifying the name or object reference of the object related to the business processing, providing information to other computers, A network information providing / search server that provides an information search service Network information / search service software, an object to be downloaded by another computer to execute a business process, and a communication object to communicate with the first computer and the second computer. One computer makes a download request for the object via the network information providing / search service software, and in response to the object being downloaded to the first computer, the download transmitted by the first computer. Means for receiving the object reference of the received object, a management table for registering the received object reference, and when there is a communication request from the second computer to the first computer, The communication data received from the second computer is received by the communication object, and the first data stored in the management table is received.
Extracting the object reference of the computer, and transmitting the received communication data to the object of the first computer through the distributed object infrastructure technology based on the information of the object reference,
Means for relaying asynchronous communication between the first computer and the second computer.
【請求項7】ネットワークに接続された第1のコンピュ
ータと第2のコンピュータとの間で中継コンピュータを
介して非同期に通信を行う非同期通信システムであっ
て、 前記第1のコンピュータは、 ネットワークに接続されたコンピュータが他のコンピュ
ータに業務処理を依頼するとき、該業務処理に係るソフ
トウェアの物理的なアドレスを指定して依頼するのでは
なく、該業務処理に係るオブジェクトの名称またはオブ
ジェクトリファレンスを指定して業務処理を依頼できる
ようにする環境を提供する分散オブジェクト基盤技術
と、 ネットワーク上のネットワーク情報提供/検索サーバか
ら各種の情報を入手するためのネットワーク閲覧ソフト
ウェアと、 ネットワーク情報提供/検索サーバからダウンロードし
たオブジェクトを前記ネットワーク閲覧ソフトウェアで
実行するためのインタプリタとを実装し、 前記第2のコンピュータは、 分散オブジェクト基盤技術と、 前記中継コンピュータと通信するための通信オブジェク
トとを実装し、 前記中継コンピュータは、 分散オブジェクト基盤技術と、 他のコンピュータに情報を提供したり、情報の検索サー
ビスを提供するネットワーク情報提供/検索サーバを実
現するネットワーク情報/検索サービスソフトウェア
と、 他のコンピュータがダウンロードして業務処理を実行す
るためのオブジェクトと、 前記第1のコンピュータおよび第2のコンピュータと通
信するための通信オブジェクトとを実装するとともに、 前記第1のコンピュータは、 前記ネットワーク閲覧ソフトウェアを介して、前記中継
コンピュータ上のネットワーク情報提供/検索サーバか
ら前記オブジェクトをダウンロードし、ダウンロードし
たオブジェクトのオブジェクトリファレンスを前記中継
コンピュータへ送信する手段と、 前記分散オブジェクト基盤技術を介して、前記中継コン
ピュータからの通信要求が起きたとき、前記ダウンロー
ドしたオブジェクトが前記中継コンピュータからの通信
要求を受けて、非同期に通信する手段とを備え、 前記第2のコンピュータは、 前記第1のコンピュータに対する通信要求があるとき、
前記通信オブジェクトによって、前記中継コンピュータ
に非同期で通信データを送信する手段を備え、 前記中継コンピュータは、 前記第1のコンピュータがネットワーク情報提供/検索
サービスソフトウェアを介して前記オブジェクトのダウ
ンロード要求を行い、これに応じて前記オブジェクトが
前記第1のコンピュータにダウンロードされた後、前記
第1のコンピュータが送信する該ダウンロードしたオブ
ジェクトのオブジェクトリファレンスを受信する手段
と、 受信したオブジェクトリファレンスを登録しておく管理
テーブルと、 前記第2のコンピュータから前記第1のコンピュータに
対する通信要求があるとき、前記通信オブジェクトによ
って、前記第2のコンピュータから送信された通信デー
タを受信し、前記管理テーブルに保管してある前記第1
のコンピュータのオブジェクトリファレンスを取り出
し、該オブジェクトリファレンスの情報をもとに、分散
オブジェクト基盤技術を介して、前記受信した通信デー
タを前記第1のコンピュータのオブジェクトに送信し、
これにより前記第1のコンピュータと第2のコンピュー
タとの間の非同期な通信を中継する手段とを備えている
ことを特徴とする非同期通信システム。
7. An asynchronous communication system for performing asynchronous communication between a first computer and a second computer connected to a network via a relay computer, wherein the first computer is connected to a network. When the requested computer requests another computer for business processing, it does not specify the physical address of the software related to the business processing and requests it, but specifies the name or object reference of the object related to the business processing. Distributed object platform technology that provides an environment that allows business processing to be requested by the user, network browsing software for obtaining various types of information from network information providing / search servers on the network, and downloading from network information providing / search servers The created object The second computer implements a distributed object infrastructure technology and a communication object for communicating with the relay computer; and the relay computer implements a distributed object infrastructure. Technology, network information / search service software that provides a network information providing / search server that provides information to other computers or provides an information search service, and that other computers download and execute business processes And a communication object for communicating with the first computer and the second computer, and the first computer communicates with the network on the relay computer via the network browsing software. Means for downloading the object from the network information providing / searching server and transmitting an object reference of the downloaded object to the relay computer; and when a communication request from the relay computer occurs through the distributed object infrastructure technology. Means for receiving the communication request from the relay computer and communicating asynchronously with the downloaded object, wherein the second computer has a communication request to the first computer,
Means for asynchronously transmitting communication data to the relay computer by the communication object, wherein the relay computer makes a download request for the object via the network information providing / search service software, Means for receiving an object reference of the downloaded object transmitted by the first computer after the object is downloaded to the first computer in accordance with the following: a management table for registering the received object reference Receiving a communication request sent from the second computer by the communication object when the communication request is sent from the second computer to the first computer, and storing the communication data in the management table; Said first
Extracting the object reference of the computer, and transmitting the received communication data to the object of the first computer through the distributed object infrastructure technology based on the information of the object reference,
Means for relaying asynchronous communication between the first computer and the second computer.
JP9293302A 1997-10-09 1997-10-09 Asynchronous communication device and system Pending JPH11120148A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9293302A JPH11120148A (en) 1997-10-09 1997-10-09 Asynchronous communication device and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9293302A JPH11120148A (en) 1997-10-09 1997-10-09 Asynchronous communication device and system

Publications (1)

Publication Number Publication Date
JPH11120148A true JPH11120148A (en) 1999-04-30

Family

ID=17793079

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9293302A Pending JPH11120148A (en) 1997-10-09 1997-10-09 Asynchronous communication device and system

Country Status (1)

Country Link
JP (1) JPH11120148A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000324282A (en) * 1999-05-06 2000-11-24 Seiko Epson Corp Network copy file management system, copy system, copy server, network copy file managing method and computer-readable medium
JP2000322338A (en) * 1999-05-06 2000-11-24 Seiko Epson Corp Network copy file management system, copy system, copy server, network copy file management method and computer readable medium
JP2002073398A (en) * 2000-08-25 2002-03-12 Yokogawa Electric Corp Method of file transfer and system with it
KR100366824B1 (en) * 2000-05-15 2003-01-09 (주)아란타 Method for Real Time Distant Control in communications net
JP2003157195A (en) * 2002-10-24 2003-05-30 Seiko Epson Corp Network copy file management system, copy system, copy server, network copy file management method, computer readable medium
US6782402B1 (en) 1999-05-06 2004-08-24 Seiko Epson Corporation Network management system, computer system, copy server, file server, network copy file management method, and computer readable medium

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000324282A (en) * 1999-05-06 2000-11-24 Seiko Epson Corp Network copy file management system, copy system, copy server, network copy file managing method and computer-readable medium
JP2000322338A (en) * 1999-05-06 2000-11-24 Seiko Epson Corp Network copy file management system, copy system, copy server, network copy file management method and computer readable medium
US6782402B1 (en) 1999-05-06 2004-08-24 Seiko Epson Corporation Network management system, computer system, copy server, file server, network copy file management method, and computer readable medium
KR100366824B1 (en) * 2000-05-15 2003-01-09 (주)아란타 Method for Real Time Distant Control in communications net
JP2002073398A (en) * 2000-08-25 2002-03-12 Yokogawa Electric Corp Method of file transfer and system with it
JP4732570B2 (en) * 2000-08-25 2011-07-27 横河電機株式会社 File transfer system
JP2003157195A (en) * 2002-10-24 2003-05-30 Seiko Epson Corp Network copy file management system, copy system, copy server, network copy file management method, computer readable medium

Similar Documents

Publication Publication Date Title
US7325053B2 (en) Object oriented communication among platform-independent systems over networks using SOAP
US6167448A (en) Management event notification system using event notification messages written using a markup language
US6360255B1 (en) Automatically integrating an external network with a network management system
US7103647B2 (en) Symbolic definition of a computer system
US7043537B1 (en) System and method for remote device management
US6308206B1 (en) Internet enabled computer system management
JP3489726B2 (en) How to manage network elements
US6804816B1 (en) Method and template for developing device-centric network management applications
US6542908B1 (en) Technique for automatically and transparently transforming software components into software components capable of execution in a client/server computing environment
US6393475B1 (en) Method of performing a network management transaction using a web-capable agent
US6968553B1 (en) Element manager common gateway architecture system and method
US6430596B1 (en) Managing networked directory services with auto field population
EP1974498B1 (en) Method, system and computer program product for automatically cloning it resource structures
US6480882B1 (en) Method for control and communication between computer systems linked through a network
US8230414B1 (en) Software distribution and cache management across client machines on a network
US20030195951A1 (en) Method and system to dynamically detect, download and install drivers from an online service
US20060155825A1 (en) Network device managing apparatus and method and storage medium
US20050108299A1 (en) Real-time Web sharing system
WO2004012104A1 (en) Method for provisioning distributed web applications
Ju et al. An embedded Web server architecture for XML-based network management
US7853676B1 (en) Protocol for efficient exchange of XML documents with a network device
JPH11120148A (en) Asynchronous communication device and system
US7685258B2 (en) Disconnectible applications
US7007094B1 (en) Object oriented communications system over the internet
JP2001331393A (en) Device and method for controlling network device