JP2003030067A - Communication managing device, communication system, communication management program and communication program - Google Patents

Communication managing device, communication system, communication management program and communication program

Info

Publication number
JP2003030067A
JP2003030067A JP2001212732A JP2001212732A JP2003030067A JP 2003030067 A JP2003030067 A JP 2003030067A JP 2001212732 A JP2001212732 A JP 2001212732A JP 2001212732 A JP2001212732 A JP 2001212732A JP 2003030067 A JP2003030067 A JP 2003030067A
Authority
JP
Japan
Prior art keywords
communication
agent
communication protocol
agent device
protocol
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
JP2001212732A
Other languages
Japanese (ja)
Inventor
Minoru Endo
実 遠藤
Yutaka Yamamoto
裕 山本
Taichi Inoue
太地 井上
Shinya Mazaki
進也 真崎
Naohito Asano
直仁 浅野
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2001212732A priority Critical patent/JP2003030067A/en
Publication of JP2003030067A publication Critical patent/JP2003030067A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a communication managing device, a communication system, a communication management program and a communication program by which an agent device can perform communication according to a communication protocol of other agent device at a communicating destination regarding the communication between the agent devices. SOLUTION: The respective agent devices register in advance communication protocols which can be communicated by the present station in a management table of the communication managing device connected with a network. When a communication request is generated to other agent device, the agent device inquires the communication protocol which the other communicating part can receive to the communication managing device and performs the communication by the communication protocol responded from the communication managing device. The communication managing device updates the management table at prescribed date and time and holds information of the latest communication protocol.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、通信管理装置とエ
ージェント装置とがネットワークで結ばれ、エージェン
ト装置が他のエージェント装置と通信するときの通信管
理装置、通信システム、通信管理プログラムおよび通信
プログラムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a communication management device, a communication system, a communication management program and a communication program when a communication management device and an agent device are connected by a network and the agent device communicates with another agent device. .

【0002】[0002]

【従来の技術】エージェント間の通信において、エージ
ェント間の通信言語であるACL(エージェント・コミ
ュニケーション・ランゲージ)による通信方法が、エー
ジェントの国際標準化団体であるFIPA(ファウンデ
ーション・フォー・インテリジェント・フィジカル・エ
ージェンツ)でFIPAプロトコルとして規定されてい
る。ACLはエージェント間でやりとりするメッセージ
内容に関する通信規約を定めるための言語であり、その
通信経路上の通信プロトコルについては規定していな
い。そのため、エージェント間で使用される通信プロト
コルについては、それぞれのエージェントシステムごと
に自由に選択できる。
2. Description of the Related Art In communication between agents, a communication method using ACL (Agent Communication Language) which is a communication language between agents is based on FIPA (Foundation for Intelligent Physical Agents) which is an international standardization organization for agents. Is defined as the FIPA protocol. ACL is a language for defining a communication protocol regarding message contents exchanged between agents, and does not specify a communication protocol on the communication path. Therefore, the communication protocol used between agents can be freely selected for each agent system.

【0003】例えば、富士通(株)の「INTERST
AGE AGENTPRO V3.1」では、各エージ
ェント間の通信では、分散オブジェクト技術の規格の一
つであるCORBA(コモン・オブジェクト・リクエス
ト・ブローカー・アーキテクチャー)に準拠して定めら
れたORB間メッセージ交換プロトコルであるIIOP
(インターネット・インター・オブジェクト・リクエス
ト・ブローカー・プロトコル)を使用している。
For example, the "INTERST" of Fujitsu Limited
In AGE AGENTRO V3.1 ", the communication between agents is a message exchange protocol between ORBs defined in accordance with CORBA (Common Object Request Broker Architecture) which is one of the standards of distributed object technology. IIOP
(Internet Inter Object Request Broker Protocol).

【0004】IIOPで接続された複数のコンピュータ
上に分散配置されたオブジェクトと呼ばれるソフトウェ
ア部品同士で互いにデータの受け渡しなどが可能となる
ため、特定の機種やプログラミング言語に依存しないオ
ープンな環境でのエージェントシステムが構築できると
言うメリットがある。一方、TCP/IP(トランスミ
ッション・コントロール・プロトコル/インターネット
・プロトコル)を基盤とする通信プロトコルには、その
発展の経緯などの要因により、IIOPを含め複数のプ
ロトコルが存在している。これらの複数のプロトコルは
互換性がないために、送信側と受信側では同一のプロト
コルを使用する必要がある。逆に言えば、異なるプロト
コルに基づいたモジュール間で直接通信することはでき
なかった。そのような中で、異種のプロトコルでの通信
を実現する試みとして、例えば特開2000−1517
39では、受信時に通信プロトコルを判断して受信プロ
トコルを決定する技術が開示されており、これにより異
なる通信プロトコル間での通信が可能となった。
Agents in an open environment that do not depend on a specific model or programming language are possible because software parts called objects distributed over a plurality of computers connected by IIOP can exchange data with each other. There is an advantage that the system can be built. On the other hand, in communication protocols based on TCP / IP (Transmission Control Protocol / Internet Protocol), there are a plurality of protocols including IIOP due to factors such as the history of their development. Since these multiple protocols are incompatible, the sender and receiver must use the same protocol. Conversely, it was not possible to directly communicate between modules based on different protocols. Under such circumstances, as an attempt to realize communication using different protocols, for example, Japanese Patent Laid-Open No. 2000-1517.
39 discloses a technique of determining a reception protocol by determining a communication protocol at the time of reception, which enables communication between different communication protocols.

【0005】また、特開平4−200136では、ネッ
トワークで接続された計算機にプロトコル情報テーブル
を持たせ、通信に際して通信相手の通信プロトコルを自
動選択して通信を行う技術が開示されている。これによ
り、計算機間の通信プロトコルを意識せずに通信を行う
ことができる。
Further, Japanese Patent Application Laid-Open No. 4-200136 discloses a technique in which a computer connected by a network has a protocol information table, and a communication protocol of a communication partner is automatically selected for communication. As a result, communication can be performed without being aware of the communication protocol between computers.

【0006】[0006]

【発明が解決しようとする課題】上記で述べたように、
同じTCP/IPを基盤とする通信プロトコルであるH
TTP(ハイパーテキスト・トランスファー・プロトコ
ル)やIIOP、JRMP(ジャバ・リモート・メソッ
ド・プロトコル)では相互に通信できない、と言ったこ
とが起こる。特開2000−151739では、このよ
うな異なる通信プロトコルであっても通信を可能とする
ものであるが、通信データ内にプロトコルを定義するメ
ッセージを埋め込む必要があり、通信経路のオーバーヘ
ッドが増えると共に受信部でのメッセージの解析のため
の負担が生ずる、と言った問題がある。
DISCLOSURE OF THE INVENTION As described above,
H, which is a communication protocol based on the same TCP / IP
It happens that TTP (Hypertext Transfer Protocol), IIOP, and JRMP (Java Remote Method Protocol) cannot communicate with each other. In Japanese Patent Laid-Open No. 2000-151739, communication is possible even with such different communication protocols, but it is necessary to embed a message defining the protocol in the communication data, and the overhead of the communication path increases and reception There is a problem that the burden of parsing the message occurs in the department.

【0007】また、特開平4−200136では、プロ
トコル情報テーブルの情報が変更された場合にそのテー
ブルを更新する必要があるが、各計算機に対して更新す
る作業に多大の時間が掛かると共に、場合によっては一
部の計算機に更新漏れが発生する恐れがある。また、更
新の連絡が遅いと古いプロトコル情報テーブルのため通
信できない場合も出てくる。
Further, in Japanese Patent Laid-Open No. 4-200136, it is necessary to update the protocol information table when the information in the protocol information table is changed, but it takes a lot of time to update each computer, and Depending on the computer, some computers may not be updated. Also, if the update notification is late, it may not be possible to communicate due to the old protocol information table.

【0008】本発明は、異種の通信プロトコルの差異を
吸収してエージェント間の通信が可能となることを目的
とするものである。
It is an object of the present invention to absorb the difference between different types of communication protocols and enable communication between agents.

【0009】[0009]

【課題を解決するための手段】本発明は、複数のエージ
ェント装置が通信管理装置とネットワークで結ばれ、エ
ージェント装置に通信要求が生じたときに通信管理装置
に通信相手の通信プロトコルを照会して通信を行うもの
である。このとき、通信管理装置は各エージェント装置
が持つ最新の通信プロトコル情報を備えているものであ
る。
According to the present invention, a plurality of agent devices are connected to a communication management device via a network, and when a communication request is issued to the agent device, the communication management device is queried for the communication protocol of the communication partner. Communication is performed. At this time, the communication management device is provided with the latest communication protocol information held by each agent device.

【0010】発明の原理を図1を用いて説明する。まず
請求項1の発明は、図1の通信管理装置1の発明であ
り、要求手段11、登録手段12、回答手段13の構成
要素から成る。要求手段11は、各エージェント装置に
対し、それぞれのエージェント装置が通信可能な通信プ
ロトコル名を通信管理装置1に通知することを要求する
ものである。この要求は所定のタイミング(例えば、決
められた曜日と時刻)で要求する。これにより、通信管
理装置1は常にそれぞれのエージェント装置が持つ最新
の通信プロトコルの情報を保持することになる。
The principle of the invention will be described with reference to FIG. First, the invention of claim 1 is the invention of the communication management apparatus 1 of FIG. 1, and comprises the constituents of request means 11, registration means 12, and reply means 13. The request means 11 requests each agent device to notify the communication management device 1 of the communication protocol name with which each agent device can communicate. This request is made at a predetermined timing (for example, a fixed day and time). As a result, the communication management device 1 always holds the latest communication protocol information that each agent device has.

【0011】登録手段12は、要求手段11により各エ
ージェント装置から通知された通信プロトコル名をエー
ジェント装置名と対応付けて管理テーブル3に登録する
ものである。また、要求手段11によらずエージェント
装置2から自発的に通知された通信プロトコルの情報も
登録する。ここで言う「登録」は、新規のエージェント
装置2から通知された通信プロトコルであれば従来の管
理テーブル3に追加して登録し、既に管理テーブル3に
登録済のエージェント装置2から通知された場合は、更
新することを意味する。
The registration means 12 registers the communication protocol name notified from each agent device by the request means 11 in the management table 3 in association with the agent device name. In addition, the information of the communication protocol voluntarily notified from the agent device 2 regardless of the requesting means 11 is also registered. In the case of “registration” here, when the communication protocol notified from the new agent device 2 is additionally registered in the conventional management table 3 and is notified from the agent device 2 already registered in the management table 3. Means to update.

【0012】回答手段13は、エージェント装置2から
の照会に基づいて、エージェント装置2が指定した通信
先のエージェント装置の通信プロトコル名を管理テーブ
ル3を参照して照会を行ったエージェント装置2に回答
する。以上により、通信管理装置1は各エージェント装
置が備えている最新の通信プロトコル名を管理テーブル
3に保持することができ、その情報を照会のあったエー
ジェント装置2に回答できる。
Based on the inquiry from the agent device 2, the reply means 13 answers the agent device 2 which made the inquiry by referring to the management table 3 for the communication protocol name of the destination agent device designated by the agent device 2. To do. As described above, the communication management device 1 can hold the latest communication protocol name provided in each agent device in the management table 3, and can reply the information to the agent device 2 that made the inquiry.

【0013】次に請求項2の発明の原理を説明する。請
求項2の発明はエージェント装置2の発明であり、構成
要素として通知手段21、照会手段22、通信手段23
を有しており、これらについて順番に説明する。通知手
段21は、エージェント装置2が所定のタイミング(例
えばエージェントが開設された時)で通信管理装置1に
対して、エージェント装置2が通信可能な通信プロトコ
ルを通知するものである。また、通信管理装置1からの
通知の要求があった時、エージェント装置2自身が備え
ている通信可能な通信プロトコルを通信管理装置1に通
知するものである。
Next, the principle of the invention of claim 2 will be described. The invention of claim 2 is the invention of the agent device 2, and the notification means 21, the inquiry means 22, and the communication means 23 are constituent elements.
And these will be described in order. The notification means 21 notifies the communication management device 1 of a communication protocol with which the agent device 2 can communicate at a predetermined timing (for example, when an agent is opened). In addition, when there is a notification request from the communication management device 1, the communication management device 1 is notified of the communication protocol with which the agent device 2 itself is capable of communication.

【0014】照会手段22は、エージェント装置2が他
のエージェント装置と通信する必要が生じた時、通信先
である他のエージェント装置が通信可能な通信プロトコ
ルを通信管理装置1に問い合わせ、回答を得るものであ
る。通信管理装置1からは、通信プロトコルの名称が回
答される。通信手段23は、照会手段22で回答された
通信プロトコルを用いて通信相手先と通信を実行する。
When the agent device 2 needs to communicate with another agent device, the inquiry means 22 inquires the communication management device 1 about a communication protocol with which another agent device, which is a communication destination, can communicate, and obtains a reply. It is a thing. The name of the communication protocol is returned from the communication management device 1. The communication unit 23 uses the communication protocol returned by the inquiry unit 22 to communicate with the communication partner.

【0015】これにより、エージェント装置2は通信管
理装置1から回答された通信先の通信プロトコルを用い
ることによって通信が可能となる。
As a result, the agent device 2 can communicate by using the communication protocol of the communication destination returned from the communication management device 1.

【0016】[0016]

【発明の実施の形態】以下に本発明の一実施形態を説明
する。最初に実施形態の構成について説明する。図2
は、以降説明するエージェント装置間通信の全体の構成
を示すものである。ネットワーク4を介してエージェン
ト装置A5、エージェント装置B6、通信管理装置1、
クライアント7が結ばれている。エージェントA5は、
通知手段21、照会手段22、通信手段23の処理およ
びカートリッジライブラリ24から構成される。カート
リッジライブラリ24は、エージェント装置A5が通信
可能な通信プロトコルを実装したソフトウェアモジュー
ルで、図7にその例を示す。図7のカートリッジライブ
ラリ24には、受信カートリッジとしてHTTPの通信
プロトコルが、送信カートリッジとしてHTTPとII
OPの2つの通信プロトコルがエージェント装置A5に
備えられていることを示している。
BEST MODE FOR CARRYING OUT THE INVENTION An embodiment of the present invention will be described below. First, the configuration of the embodiment will be described. Figure 2
Shows the overall configuration of communication between agent devices described below. Agent device A5, agent device B6, communication management device 1,
Client 7 is tied. Agent A5
It comprises a notification unit 21, an inquiry unit 22, a process of the communication unit 23, and a cartridge library 24. The cartridge library 24 is a software module that implements a communication protocol with which the agent device A5 can communicate, and an example thereof is shown in FIG. In the cartridge library 24 of FIG. 7, the HTTP communication protocol as the receiving cartridge and the HTTP and II as the transmitting cartridge are used.
It shows that the two communication protocols OP are provided in the agent device A5.

【0017】エージェント装置B6も同様の構成である
が、カートリッジライブラリ24はエージェント装置B
6が通信可能な通信プロトコルを実装したものである。
通信管理装置1は、要求手段11、登録手段12、回答
手段13の処理および管理テーブル3から構成される。
管理テーブル3は、それぞれのエージェント装置が備え
ている受信カートリッジおよび送信カートリッジを登録
したテーブルであり、図8に管理テーブル3の例を示
す。図8では、agentAのエージェントがHTTP
の通信プロトコルを実装した受信カートリッジと、HT
TPとIIOPの通信プロトコルを実装した送信カート
リッジを備えており、さらにagentB、agent
Cが備えている受信および送信カートリッジの例を示し
ている。ここでは、エージェント装置Aのエージェント
名をagentAとしている。
The agent device B6 has the same structure, but the cartridge library 24 is the same as the agent device B6.
6 implements a communication protocol capable of communication.
The communication management device 1 is composed of the processing of the request means 11, the registration means 12, and the reply means 13 and the management table 3.
The management table 3 is a table in which the reception cartridge and the transmission cartridge included in each agent device are registered, and an example of the management table 3 is shown in FIG. In FIG. 8, the agent of agent A is HTTP.
Receiving cartridge that implements the communication protocol of
Equipped with a transmission cartridge that implements the communication protocol of TP and IIOP, and further, agentB, agent
9 shows an example of the receiving and transmitting cartridges included in C. Here, the agent name of the agent device A is agentA.

【0018】クライアント7は、エージェント装置に対
し仕事を依頼する端末である。本実施形態におけるエー
ジェント装置A5、エージェント装置B6、通信管理装
置1はこれらの機能が実装されたコンピュータであり、
それらに示した各手段(11〜13、21〜23)はプ
ログラムで、コンピュータの主記憶装置上で実行され
る。
The client 7 is a terminal that requests the agent device to perform work. The agent device A5, the agent device B6, and the communication management device 1 in this embodiment are computers in which these functions are installed,
The respective means (11 to 13, 21 to 23) shown therein are programs and are executed on the main storage device of the computer.

【0019】次に、図3〜図6を用いて、処理フローの
実施例を説明する。まず、エージェント装置A5の通知
手段21の処理フローを図3により説明する。エージェ
ント装置A5は、通信管理装置1に対してエージェント
装置A5が使用可能な通信プロトコルを通知するもので
あるが、エージェント装置A5が開設された時に通信管
理装置1に通知を行う初期登録の場合と、通信管理装置
1からの通知要求があって通知する場合とがある。初期
登録の場合であれば、カートリッジライブラリ24を参
照し、エージェント装置A5が備えている受信および送
信カートリッジの通信プロトコル名を通信管理装置1に
通知する。初期登録でない場合、即ち通信管理装置1の
通知要求によって通信プロトコル名を通知する場合は、
通信管理装置1からの通知要求を受信し、それをトリガ
ーに初期登録と同様にカートリッジライブラリ24を参
照して受信および送信カートリッジの通信プロトコル名
を通知する。本実施例では、エージェント装置A5から
自発的に通信プロトコルを通知する例をエージェント開
設時の初期登録の場合で示したが、例えばエージェント
装置A5が起動されたとき自発的に通信プロトコルを通
知するようにしてもよい。またエージェント装置B6に
おいても、エージェント装置A5と全く同様に通信管理
装置1にエージェント装置B6自身が備える通信プロト
コルを通知する。(S101〜S104)次に、エージ
ェント装置A5がエージェント装置B6と通信を行う例
として、照会手段22、通信手段23のフローを図4を
用いて説明する。
Next, an embodiment of the processing flow will be described with reference to FIGS. First, the processing flow of the notification means 21 of the agent device A5 will be described with reference to FIG. The agent device A5 notifies the communication management device 1 of the communication protocol that can be used by the agent device A5. In the case of initial registration, the agent device A5 notifies the communication management device 1 when the agent device A5 is opened. In some cases, there is a notification request from the communication management device 1 for notification. In the case of initial registration, the cartridge library 24 is referred to and the communication management device 1 is notified of the communication protocol names of the receiving and transmitting cartridges included in the agent device A5. If it is not the initial registration, that is, if the communication protocol name is notified by the notification request of the communication management device 1,
The notification request from the communication management device 1 is received, and the notification request is used to refer to the cartridge library 24 as in the initial registration to notify the communication protocol name of the receiving and transmitting cartridges. In this embodiment, an example in which the agent device A5 voluntarily notifies the communication protocol is shown in the case of initial registration when the agent is opened. However, for example, when the agent device A5 is activated, the communication protocol is voluntarily notified. You may Also in the agent device B6, the communication protocol provided in the agent device B6 itself is notified to the communication management device 1 just like the agent device A5. (S101 to S104) Next, as an example in which the agent device A5 communicates with the agent device B6, the flow of the inquiry means 22 and the communication means 23 will be described with reference to FIG.

【0020】エージェント装置A5は、クライアント7
から依頼を受けエージェント装置B6との通信要求が生
じた時の場合で、エージェント装置A5はエージェント
装置B6が使用可能な通信プロトコルを通信管理装置1
に照会する。(S201、S202)S202の照会に
対して、通信管理装置1からの回答であるエージェント
装置B6の使用可能な通信プロトコル名を受信する。カ
ートリッジライブラリ24を参照し、エージェント装置
B6の通信可能な通信プロトコルの送信カートリッジを
所有している場合、その送信カートリッジを設定し、エ
ージェント装置B6と通信を行う。もし、エージェント
装置A5が通信管理装置1から回答された通信プロトコ
ルの送信カートリッジを所有していない場合は、通信不
可となる。(S203〜S208)S201、S202
が照会手段22、S203〜S207が通信手段23に
相当する。
The agent device A5 is a client 7
In the case where a communication request with the agent device B6 has been received from the agent device A6, the agent device A5 determines the communication protocol usable by the agent device B6.
To inquire. (S201, S202) In response to the inquiry in S202, the available communication protocol name of the agent device B6, which is the response from the communication management device 1, is received. With reference to the cartridge library 24, if the agent device B6 owns a transmission cartridge of a communication protocol with which the agent device B6 can communicate, the transmission cartridge is set and communication is performed with the agent device B6. If the agent device A5 does not own the transmission cartridge of the communication protocol returned from the communication management device 1, the communication becomes impossible. (S203 to S208) S201 and S202
Corresponds to the inquiry means 22, and S203 to S207 correspond to the communication means 23.

【0021】以上によりエージェント装置A5は、エー
ジェント装置B6が通信可能な通信プロトコルに合わせ
て通信できたことになる。次に、通信管理装置1におけ
る要求手段11と登録手段12の処理フローの実施形態
を図5により説明する。通信管理装置1は、例えば毎週
の決められた曜日の時間に管理テーブル3を参照し、管
理テーブル3に登録されている全てのエージェント装置
に対し、それぞれのエージェント装置が通信可能な通信
プロトコルを通知する要求を送信する。(S301〜S
303)通知要求に対する回答を各エージェント装置か
ら受信する。エージェント装置名に対応して回答された
通信プロトコル名を管理テーブル3に上書き登録(即
ち、更新)する。(S304、S305)上記実施形態
では、通信管理装置1からの通知要求に基づいてエージ
ェント装置から回答された通信プロトコルを更新した
が、エージェント装置から初期登録による登録の通知が
あった場合は、S304、S305のステップが実行さ
れる。このときは、S305は管理テーブル3に新規登
録されることになる。S301〜S303が要求手段1
1に、S304、S305が登録手段12に相当する。
As described above, the agent device A5 can communicate according to the communication protocol with which the agent device B6 can communicate. Next, an embodiment of the processing flow of the request means 11 and the registration means 12 in the communication management device 1 will be described with reference to FIG. For example, the communication management device 1 refers to the management table 3 at a fixed day of the week every week, and notifies all agent devices registered in the management table 3 of a communication protocol with which each agent device can communicate. Send a request to (S301 to S
303) Receive a response to the notification request from each agent device. The communication protocol name returned in response to the agent device name is overwritten and registered (that is, updated) in the management table 3. (S304, S305) In the above-described embodiment, the communication protocol returned from the agent device based on the notification request from the communication management device 1 is updated. , S305 is executed. At this time, S305 is newly registered in the management table 3. S301 to S303 are requesting means 1
1, S304 and S305 correspond to the registration unit 12.

【0022】続いて、通信管理装置1がエージェント装
置から通信相手の通信プロトコル照会に対する回答する
ときの回答手段13のフローを図6により説明する。ま
ず、エージェント装置から通信相手の通信プロトコルの
照会情報を受信する。管理テーブル3を参照し、照会を
受けた通信相手の通信プロトコル名を取り出す。そして
照会元のエージェント装置に対し、通信プロトコル名を
送信する。即ち、照会のあった通信相手の通信プロトコ
ルの回答を行ったことになる。(S401〜S403)
Next, the flow of the reply means 13 when the communication management device 1 makes a reply to the communication protocol inquiry of the communication partner from the agent device will be described with reference to FIG. First, the inquiry information of the communication protocol of the communication partner is received from the agent device. The management table 3 is referred to, and the communication protocol name of the inquired communication partner is extracted. Then, the communication protocol name is transmitted to the inquiry source agent device. That is, it means that the communication protocol of the communication partner who made the inquiry is answered. (S401 to S403)

【0023】[0023]

【発明の効果】本発明によれば、異種通信プロトコルの
差異を吸収でき、アプリケーション開発者は容易にエー
ジェントシステムの構築ができる環境が得られる。
According to the present invention, it is possible to obtain an environment in which the difference between different communication protocols can be absorbed and an application developer can easily construct an agent system.

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

【図1】本発明の原理図である。FIG. 1 is a principle diagram of the present invention.

【図2】エージェント間通信の構成実施例である。FIG. 2 is a configuration example of inter-agent communication.

【図3】エージェント装置の通信プロトコルの通知実施
例である。
FIG. 3 is an example of notifying a communication protocol of an agent device.

【図4】エージェント装置Aからエージェント装置Bへ
の通信実施例である。
FIG. 4 is an example of communication from agent device A to agent device B.

【図5】通信プロトコルの通知要求による登録の実施例
である。
FIG. 5 is an example of registration by a communication protocol notification request.

【図6】通信管理装置の通信プロトコル回答実施例であ
る。
FIG. 6 is a communication protocol response embodiment of the communication management device.

【図7】通信プロトコルを実装したカートリッジライブ
ラリ例である。
FIG. 7 is an example of a cartridge library that implements a communication protocol.

【図8】管理テーブルの実施例である。FIG. 8 is an example of a management table.

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

1:通信管理装置 2:エージェント装置 3:管理テーブル 4:ネットワーク 5:エージェント装置A 6:エージェント装置B 7:クライアント 11:要求手段 12:登録手段 13:回答手段 21:通知手段 22:照会手段 23:通信手段 24:カートリッジライブラリ 1: Communication management device 2: Agent device 3: Management table 4: Network 5: Agent device A 6: Agent device B 7: Client 11: Requesting means 12: Registration means 13: Answering means 21: Notification means 22: Inquiry means 23: Communication means 24: Cartridge library

───────────────────────────────────────────────────── フロントページの続き (72)発明者 井上 太地 愛知県名古屋市東区葵一丁目16番38号 株 式会社富士通プライムソフトテクノロジ内 (72)発明者 真崎 進也 愛知県名古屋市東区葵一丁目16番38号 株 式会社富士通プライムソフトテクノロジ内 (72)発明者 浅野 直仁 愛知県名古屋市東区葵一丁目16番38号 株 式会社富士通プライムソフトテクノロジ内 Fターム(参考) 5B089 GA11 GA21 GB02 HA01 HB02 JA40 JB22 KA09 5K030 KA02 MD00 5K034 HH63    ─────────────────────────────────────────────────── ─── Continued front page    (72) Inventor Taiji Inoue             Aichi Prefecture Higashi-ku Higashi-ku 1-chome 16-38 stock             Ceremony company Fujitsu Prime Soft Technology (72) Inventor Shinya Masaki             Aichi Prefecture Higashi-ku Higashi-ku 1-chome 16-38 stock             Ceremony company Fujitsu Prime Soft Technology (72) Inventor Naohito Asano             Aichi Prefecture Higashi-ku Higashi-ku 1-chome 16-38 stock             Ceremony company Fujitsu Prime Soft Technology F-term (reference) 5B089 GA11 GA21 GB02 HA01 HB02                       JA40 JB22 KA09                 5K030 KA02 MD00                 5K034 HH63

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 複数のエージェント装置とネットワーク
で結ばれ、通信プロトコルを記憶した管理テーブルを有
する通信管理装置であって、 所定のタイミングで前記エージェント装置に対し、通信
可能な通信プロトコルの通知を要求する要求手段と、 前記要求手段で通知された通信プロトコルを前記管理テ
ーブルに登録する登録手段と、 前記エージェント装置からの通信相手の通信プロトコル
の照会に基づいて、前記管理テーブルを参照し、通信相
手が通信可能な通信プロトコルを前記エージェント装置
に回答する回答手段とを有することを特徴とする通信管
理装置。
1. A communication management device, which is connected to a plurality of agent devices via a network and has a management table storing communication protocols, wherein the agent device requests notification of a communicable communication protocol at a predetermined timing. Requesting means, registration means for registering the communication protocol notified by the requesting means in the management table, and referring to the management table based on the inquiry of the communication protocol of the communication partner from the agent device, And a reply means for replying to the agent device the communication protocol with which the agent can communicate.
【請求項2】 通信プロトコルを管理する通信管理装置
とネットワークで結ばれたエージェント装置が他のエー
ジェント装置との通信を行う通信システムであって、 所定のタイミングもしくは前記通信管理装置からの要求
に従って、前記エージェント装置が通信可能な通信プロ
トコルを前記通信管理装置に通知する通知手段と、 通信要求が生じたとき、通信相手が受信可能な通信プロ
トコルを前記通信管理装置に照会する照会手段と、 照会した結果で得られた通信プロトコルにより通信を実
行する通信手段とを有することを特徴とする通信システ
ム。
2. A communication system in which an agent device connected to a communication management device that manages a communication protocol through a network communicates with another agent device, the communication device being in accordance with a predetermined timing or a request from the communication management device. Notifying means for notifying the communication management apparatus of a communication protocol with which the agent apparatus can communicate, and inquiry means for inquiring of the communication management apparatus of a communication protocol that can be received by a communication partner when a communication request is made, A communication system comprising: a communication unit that executes communication according to a communication protocol obtained as a result.
【請求項3】 複数のエージェント装置とネットワーク
で結ばれ、通信プロトコルを記憶した管理テーブルを有
する通信管理装置の通信管理プログラムであって、 所定のタイミングで前記エージェント装置に対し、通信
可能な通信プロトコルの通知を要求する要求手段と、 前記要求手段で通知された通信プロトコルを前記管理テ
ーブルに登録する登録手段と、 前記エージェント装置からの通信相手の通信プロトコル
の照会に基づいて、前記管理テーブルを参照し、通信相
手が通信可能な通信プロトコルを前記エージェント装置
に回答する回答手段としてコンピュータを機能させるた
めの通信管理プログラム。
3. A communication management program for a communication management device, which is connected to a plurality of agent devices via a network and has a management table storing communication protocols, the communication protocol being capable of communicating with the agent device at a predetermined timing. Requesting means for requesting notification of the communication protocol, registration means for registering the communication protocol notified by the requesting means in the management table, and referring to the management table based on the inquiry of the communication protocol of the communication partner from the agent device. A communication management program for causing a computer to function as a reply means for replying to the agent device a communication protocol with which a communication partner can communicate.
【請求項4】 通信プロトコルを管理する通信管理装置
とネットワークで結ばれたエージェント装置が他のエー
ジェント装置との通信を行う通信システムの通信プログ
ラムであって、 所定のタイミングもしくは前記通信管理装置からの要求
に従って、前記エージェント装置が通信可能な通信プロ
トコルを前記通信管理装置に通知する通知手段と、 通信要求が生じたとき、通信相手が受信可能な通信プロ
トコルを前記通信管理装置に照会する照会手段と、 照会した結果で得られた通信プロトコルにより通信を実
行する通信手段としてコンピュータを機能させるための
通信プログラム。
4. A communication program of a communication system in which an agent device connected to a communication management device for managing a communication protocol via a network communicates with another agent device, the program being provided at a predetermined timing or from the communication management device. Notification means for notifying the communication management device of a communication protocol with which the agent device can communicate according to a request; and inquiry means for inquiring of the communication management device of a communication protocol that a communication partner can receive when a communication request occurs. , A communication program that causes a computer to function as a communication unit that executes communication according to the communication protocol obtained as a result of the inquiry.
JP2001212732A 2001-07-12 2001-07-12 Communication managing device, communication system, communication management program and communication program Pending JP2003030067A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001212732A JP2003030067A (en) 2001-07-12 2001-07-12 Communication managing device, communication system, communication management program and communication program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001212732A JP2003030067A (en) 2001-07-12 2001-07-12 Communication managing device, communication system, communication management program and communication program

Publications (1)

Publication Number Publication Date
JP2003030067A true JP2003030067A (en) 2003-01-31

Family

ID=19047843

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001212732A Pending JP2003030067A (en) 2001-07-12 2001-07-12 Communication managing device, communication system, communication management program and communication program

Country Status (1)

Country Link
JP (1) JP2003030067A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006318019A (en) * 2005-05-10 2006-11-24 Hitachi Ltd Method and device for selecting optimal program for communication
JP2007074598A (en) * 2005-09-09 2007-03-22 Sony Corp System, equipment and method for communication, and program
JP4825270B2 (en) * 2006-03-29 2011-11-30 インテル・コーポレーション Network protocol option optimization through reinforcement learning and propagation

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006318019A (en) * 2005-05-10 2006-11-24 Hitachi Ltd Method and device for selecting optimal program for communication
JP2007074598A (en) * 2005-09-09 2007-03-22 Sony Corp System, equipment and method for communication, and program
JP4825270B2 (en) * 2006-03-29 2011-11-30 インテル・コーポレーション Network protocol option optimization through reinforcement learning and propagation

Similar Documents

Publication Publication Date Title
EP2957085B1 (en) Service layer resource propagation across domains
US8065657B2 (en) Exchange infrastructure system and method
US7979519B2 (en) System for providing information between different protocol environments cooperative with each other and a method therefor
CN108989372A (en) Method, registration center and the equipment of service discovery
CN103947140B (en) System and method for the deployment of the requirement drive of position independent software
CN107431726A (en) Messaging bus service catalogue
US20020156641A1 (en) Service brokering apparatus, service brokering method, and service brokering program
CN101370035A (en) Method and system for dynamic client/server network management using proxy servers
JP2002190821A (en) Communication distribution control method and controller
CN103812838A (en) Service calling method and device and system
CN1939035A (en) Method and apparatus for communicating data between computer devices
CN102647365A (en) Method and device for processing message and message status and data exchange server
CN110177100A (en) A kind of safety equipment data communication protocol of contract network defence
CN113424608B (en) Entity for providing external services to a network
JP2003030067A (en) Communication managing device, communication system, communication management program and communication program
RU2007149246A (en) DEVICE FOR PROVIDING SERVICES IN A COMMUNICATION DEVICE
US20080139221A1 (en) System for providing address using geocoding application programming interface in open service platform
JP2004102507A (en) Network device
JP2003115795A (en) Communication system, server for use therein, agent control method, agent control program
JP2005509207A (en) Requirements in communication systems
JP3776848B2 (en) Management server and program
US11323396B2 (en) System and method for secure vehicle communication
KR100889732B1 (en) Method of receiving notification of the application server which is using the open service gateway
US9118739B2 (en) System for exchanging messages between customer devices and servers
JP4140728B2 (en) Management server and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040423

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20040610

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20040610

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060411

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060608

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20060704