JP2002324055A - Message processing method - Google Patents

Message processing method

Info

Publication number
JP2002324055A
JP2002324055A JP2002042589A JP2002042589A JP2002324055A JP 2002324055 A JP2002324055 A JP 2002324055A JP 2002042589 A JP2002042589 A JP 2002042589A JP 2002042589 A JP2002042589 A JP 2002042589A JP 2002324055 A JP2002324055 A JP 2002324055A
Authority
JP
Japan
Prior art keywords
conversation
message
conversation thread
agent
message processing
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
JP2002042589A
Other languages
Japanese (ja)
Inventor
Akifumi Nakada
田 章 文 中
Hajime Tsuchitani
谷 一 槌
Osamu Furusawa
澤 修 古
Toshihiro Suzuki
木 俊 宏 鈴
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.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
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 International Business Machines Corp filed Critical International Business Machines Corp
Priority to JP2002042589A priority Critical patent/JP2002324055A/en
Publication of JP2002324055A publication Critical patent/JP2002324055A/en
Pending legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a communication system capable of flexibly coping with conversation between agents. SOLUTION: The communication system provides a software conversation component 200 corresponding to an ear and eyes to an agent 201. The agent provides an agent communication language that is similar to human conversation when having a conversation and transmits the agent communication language to the conversation component 200 as a message packet. The conversation component 200 generates a plurality of a conversation thread in a conversation unit and has a conversation with a plurality of nodes in an asynchronous parallel. A protocol manager 230 receives data (a message packet) from a network in other node receiving the message packet and delivers them to the conversation component 200. The conversation component 200 understands the message packet and performs its content. The conversation component 200 moves to other place together with a moving agent in a suitable embodiment.

Description

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

【0001】[0001]

【産業上の利用分野】この発明は、コンピュータネット
ワークにおけるデータ処理方法に関し、より詳しくは、
分散コンピュータ環境あって、ネットワーク上に存在す
る2以上のノード間のコミュニケーションをサポートす
るための改良されたデータ処理方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data processing method in a computer network, and more particularly, to a method for processing data in a computer network.
In a distributed computer environment, the present invention relates to an improved data processing method for supporting communication between two or more nodes existing on a network.

【0002】[0002]

【従来の技術】従来より、分散コンピュータ環境におい
て、ネットワーク上に存在するサーバに提供されている
プレースに自分自身の内部状態を保持したまま移動し、
移動先のプレースにおいてインストラクションを形成す
る移動エージェント(モーバイルエージェント)技術が
存在する(特開平7−182174号公報(USP5,603,03
1)、「日経コミュニケーション別冊、最新インターネッ
トテクノロジ」日経BP社pp104−117、西田
文比古、藤原 進 著等)。
2. Description of the Related Art Conventionally, in a distributed computer environment, a user has moved to a place provided on a server existing on a network while maintaining his own internal state.
There is a mobile agent (mobile agent) technology for forming an instruction in a destination place (JP-A-7-182174 (US Pat. No. 5,603,03)).
1), "Nikkei Communication Separate Volume, Latest Internet Technology"
Bunbiko, Susumu Fujiwara etc.).

【0003】かかる移動エージェントは、この移動先の
プレースにおいて他のエージェント(移動エージェント
または常駐エージェント)とコンタクトし、必要なサー
ビスを受けることができる。プレースは、ネットワーク
上に存在するサーバによって提供されているエージェン
トの移動場所であり、エージェント間のコンタクトをサ
ポートし、また、ハードウエア及びプラットフォームの
違いを吸収している。
[0003] Such a mobile agent can contact another agent (mobile agent or resident agent) at the destination place and receive necessary services. A place is a moving place of an agent provided by a server existing on a network, supports contact between agents, and absorbs hardware and platform differences.

【0004】かかる移動エージェントの技術は、社内会
議のセッティングを社員のスケジュールや会議室の予約
状況に応じてダイナミックに調整したり、ネットワーク
上に分散する所望の情報を入手する等、これまで人手に
よってなされていた作業をこの移動エージェントが代行
することを可能にしている。
[0004] The technology of the mobile agent has been manually adjusted so far, for example, by dynamically adjusting the setting of an in-house meeting in accordance with the schedule of an employee or the reservation status of a conference room, or obtaining desired information distributed on a network. This allows the mobile agent to take over the work being done.

【0005】しかし、従来の移動エージェントにおい
て、エージェント間のコミュニケーションは従来通りの
メソッド呼び出し(サブルーチン・コール)もしくは低
レベルのメッセージ・パッシングによって実現されてい
たため、エージェント間での柔軟で円滑な情報交換およ
び協調動作の実現を困難なものとしていた。また、エー
ジェントを用いてコミュニケーションを行う為には、定
形的な会話の処理をも規定する必要があり、エージェン
トの利用者の負担となっていた。さらに、様々なエージ
ェントの間でのコミュニケーションを実現するためのエ
ージェント・コミュニケーション言語を使用していない
ため、異種エージェント間でのコミュニケーションは非
常に困難なものとなっていた。
However, in conventional mobile agents, communication between agents is realized by a conventional method call (subroutine call) or low-level message passing, so that flexible and smooth information exchange between agents can be achieved. It has made it difficult to achieve cooperative operation. Further, in order to communicate using an agent, it is necessary to define a routine conversation process, which is a burden on the user of the agent. Further, since no agent communication language is used for realizing communication between various agents, communication between heterogeneous agents has been extremely difficult.

【0006】この一方、人間同士が会話をする場合、一
般に、 1.話し手は、話し手の意図を聞き手に伝えるために、
話す内容を用意し、 2.話を開始する。 3.聞き手は、その話を聞き、話の流れを理解し、 4.その話の背景を自分の経験したものから連想し、関
連付け、 5.その話の内容を理解し、 6.その結果行為を起こす。 といったステップにより構成される。
[0006] On the other hand, when humans have a conversation, in general, there are: In order for the speaker to convey the speaker's intent to the listener,
1. Prepare the content to be spoken, Start talking. 3. 3. The listener listens to the story, understands the flow of the story, 4. Associating and associating the background of the story with what he experienced. 5. Understand the contents of the story, As a result, the act takes place. And so on.

【0007】このように会話をパターン化することによ
り、単なるコンピューターのメッセージング・システム
をより自然言語のメッセージ処理に近いものとして定義
し、再利用可能なデザインとすれば、従来より自然言語
系に近いメッセージの処理を可能となり、利用するユー
ザに親しみやすく、何らかの文脈を持つ一連のパケット
の流れのやり取りを文脈を意識しながら行うインテリジ
ェントなメッセージ・システムを構築することができ
る。
[0007] By patterning the conversation in this way, a simple computer messaging system is defined as being closer to natural language message processing, and if it is designed to be reusable, it is closer to a natural language system than before. This makes it possible to construct an intelligent message system that can process messages, is friendly to the user who uses it, and exchanges a series of packet flows with some context while being aware of the context.

【0008】[0008]

【発明が解決しようとする課題】本発明の一つの目的
は、エージェント(移動エージェントまたは常駐エージ
ェント)にコミュニケーションを行わせるに際して、人
間にとって直感的に判りやすいエージェント・コミュニ
ケーション言語を用いて会話を行うことのできるコミュ
ニケーション・システムを提供することにある。
SUMMARY OF THE INVENTION One object of the present invention is to provide an agent (mobile agent or resident agent) to communicate using an agent communication language which is intuitive and understandable to humans. To provide a communication system that can

【0009】本発明の他の一つの目的は、複数のエージ
ェント(移動エージェントまたは常駐エージェント)と
の間で非同期に会話を同時進行することのできるコミュ
ニケーション・システムを提供することにある。
Another object of the present invention is to provide a communication system capable of simultaneously performing a conversation with a plurality of agents (mobile agents or resident agents) asynchronously.

【0010】本発明の他の一つの目的は、エージェント
が様々なエージェント・コミュニケーション言語やコミ
ュニケーション・プロトコルを意識せずにコミュニケー
ションを行うことのできるコミュニケーション・システ
ムを提供することにある。
Another object of the present invention is to provide a communication system in which an agent can communicate without being conscious of various agent communication languages and communication protocols.

【0011】本発明の他の一つの目的は、高速な並列会
話処理を実現したコミュニケーション・システムを提供
することにある。
Another object of the present invention is to provide a communication system which realizes high-speed parallel conversation processing.

【0012】本発明の他の一つの目的は、エージェント
間のコミュニケーションをサポートするに際し、プログ
ラマの開発や保守に要する労力及び時間を可能な限り軽
減することにある。
Another object of the present invention is to minimize the effort and time required for developing and maintaining a programmer in supporting communication between agents.

【0013】本発明の他の一つの目的は、エージェント
間の会話に柔軟に対応することができるコミュニケーシ
ョン・システムを提供することにある。
Another object of the present invention is to provide a communication system which can flexibly cope with a conversation between agents.

【0014】本発明の他の一つの目的は、通信システム
への負担が少ないメッセージ処理システムを提供するこ
とにある。
Another object of the present invention is to provide a message processing system that places less burden on a communication system.

【0015】[0015]

【課題を解決するための手段】本発明は、耳と口に相当
するソフトウェア部品(エージェント・コミュニケーシ
ョン・システム)をエージェントに提供する。このエー
ジェント・コミュニケーション・システムにおいて、耳
は、"handleMessage"というAPI(Application Program I
nterface)により提供され、口は、"sendMessage"という
APIにより提供される。本発明の一態様において、これ
らのAPIは、エージェント・コミュニケーション・シス
テムのエージェント・コミュニケーション言語マネジャ
・オブジェクトのメソッド(オブジェクト指向用語とし
てのメソッド)として実装されている。
SUMMARY OF THE INVENTION The present invention provides an agent with software components (agent communication system) corresponding to ears and mouth. In this agent communication system, the ear is "handleMessage" API (Application Program I
nterface), the mouth is called "sendMessage"
Provided by API. In one embodiment of the present invention, these APIs are implemented as methods (methods in object-oriented terms) of the agent communication language manager object of the agent communication system.

【0016】エージェントは、会話を発するときは、人
間の会話に近いエージェント・コミュニケーション言語
(ACL)を用意し、それをsendMessageに渡して送
る。発話により発信されるメッセージ・パケットには、
送信元と宛先のフィールドが含まれているためエージェ
ント・コミュニケーション・システムは相手の場所を認
識することができる。
When a conversation is started, the agent prepares an agent communication language (ACL) similar to a human conversation and sends it to sendMessage. Message packets sent by utterance include:
Since the source and destination fields are included, the agent communication system can recognize the location of the other party.

【0017】この一方、メッセージ・パケットを受領す
る他のノードにおいては、ネットワークを介して流れて
くるデータを処理するコンポーネントであるプロトコル
・マネジャが、ネットワークからのデータ(メッセージ
・パケット)を受け取り、エージェント・コミュニケー
ション言語マネジャ・オブジェクトのhandleMessageメ
ソッドへ渡す。handleMessageメソッドがメッセージ・
パケットを理解し内容を実施する。
On the other hand, in another node receiving the message packet, a protocol manager, which is a component for processing data flowing through the network, receives data (message packet) from the network, and -Pass it to the handleMessage method of the communication language manager object. handleMessage method is the message
Understand the packet and take action.

【0018】本発明の一態様においては、エージェント
・コミュニケーション・システムがメッセージ・パケッ
トを送信または受信する際に、新たな会話が開始された
か否かを判断し、新たな会話が開始されたと判断した場
合には、会話スレッドを新たに生成する。この会話スレ
ッドにより複数のエージェント(移動エージェントまた
は常駐エージェント)との間で非同期に会話を同時進行
することができる。
In one aspect of the present invention, when the agent communication system transmits or receives a message packet, it determines whether a new conversation has started and determines that a new conversation has started. In such a case, a new conversation thread is created. With this conversation thread, a conversation can be simultaneously progressed asynchronously with a plurality of agents (mobile agents or resident agents).

【0019】また、本発明の一態様においては、この耳
と口をエージェントに付けるためには、エージェント・
コミュニケーション言語マネジャ・オブジェクトをイン
スタンシエートするだけで実現できる。
In one embodiment of the present invention, in order to attach the ear and mouth to the agent, the agent
This can be achieved simply by instantiating the communication language manager object.

【0020】本発明の一態様においては、(a)送付先
情報と、会話スレッド識別情報を含むメッセージ・パケ
ットを検出する段階と、(b)前記メッセージ・パケッ
トに含まれる会話スレッド識別情報に対応した会話スレ
ッドが前記メッセージ処理装置に存在するか否か判断す
る段階と、(c)前記対応した会話スレッドが前記メッ
セージ処理装置に存在しないと判断された場合、新たな
会話スレッドを生成する段階と、(d)前記送付先情報
に対応した送付先に前記メッセージ・パケットを送信す
る段階と、を含む複数の会話スレッドを生成可能な会話
スレッド制御部を有し、ネットワークに接続したメッセ
ージ処理装置で実行されるメッセージ処理方法が提供さ
れる。
In one aspect of the present invention, (a) detecting a message packet containing destination information and conversation thread identification information; and (b) responding to the conversation thread identification information contained in the message packet. Determining whether or not the created conversation thread exists in the message processing device; and (c) generating a new conversation thread when it is determined that the corresponding conversation thread does not exist in the message processing device. And (d) transmitting the message packet to a destination corresponding to the destination information. The message processing device connected to a network, comprising: A message processing method to be performed is provided.

【0021】本発明の他の一態様においては、(a)送
付先情報と、会話スレッド識別情報と、コンテント情報
を含むメッセージ・パケットを検出する段階と、(b)
前記メッセージ・パケットに含まれる会話スレッド識別
情報に対応した会話スレッドが前記メッセージ処理装置
に存在するか否か判断する段階と、(c)前記対応した
会話スレッドが前記メッセージ処理装置に存在しないと
判断された場合、新たな会話スレッドを生成する段階
と、(d)前記メッセージ・パケットを前記メッセージ
処理装置が接続するネットワークに対応したプロトコル
に変換する段階と、(e)前記送付先情報に対応した送
付先に前記メッセージ・パケットを送信する段階と、を
含む複数の会話スレッドを生成可能な会話スレッド制御
部を有し、ネットワークに接続したメッセージ処理装置
で実行されるメッセージ処理方法が提供される。
In another aspect of the present invention, (a) detecting a message packet including destination information, conversation thread identification information, and content information; and (b)
Determining whether a conversation thread corresponding to the conversation thread identification information included in the message packet exists in the message processing device; and (c) determining that the corresponding conversation thread does not exist in the message processing device. Generating a new conversation thread, (d) converting the message packet into a protocol corresponding to the network to which the message processing device is connected, and (e) responding to the destination information. Transmitting a message packet to a destination, and providing a conversation thread control unit capable of generating a plurality of conversation threads, the message processing method being executed by a message processing device connected to a network.

【0022】本発明の他の一態様においては、(a)会
話スレッド識別情報を含むメッセージ・パケットを検出
する段階と、(b)前記メッセージ・パケットに含まれ
る会話スレッド識別情報に対応した会話スレッドが前記
メッセージ処理装置に存在するか否か判断する段階と、
(c)前記対応した会話スレッドが前記メッセージ処理
装置に存在しないと判断された場合、新たな会話スレッ
ドを生成する段階と、を含む複数の会話スレッドを生成
可能な会話スレッド制御部を有し、ネットワークに接続
したメッセージ処理装置で実行されるメッセージ処理方
法が提供される。
In another aspect of the present invention, (a) detecting a message packet containing conversation thread identification information; and (b) a conversation thread corresponding to the conversation thread identification information contained in the message packet. Determining whether is present in the message processing device;
(C) generating a new conversation thread when it is determined that the corresponding conversation thread does not exist in the message processing device; and a conversation thread control unit capable of generating a plurality of conversation threads. A message processing method executed by a message processing device connected to a network is provided.

【0023】本発明の他の一態様においては、(a)会
話スレッド識別情報とコンテント情報を含むメッセージ
・パケットを検出する段階と、(b)前記メッセージ・
パケットに含まれる会話スレッド識別情報に対応した会
話スレッドが前記メッセージ処理装置に存在するか否か
判断する段階と、(c)前記対応した会話スレッドが前
記メッセージ処理装置に存在すると判断された場合、該
対応する会話スレッドに制御を渡す段階と、を含む複数
の会話スレッドを生成可能な会話スレッド制御部を有
し、ネットワークに接続したメッセージ処理装置で実行
されるメッセージ処理方法が提供される。
According to another aspect of the invention, (a) detecting a message packet containing conversation thread identification information and content information; and (b) detecting the message packet.
Determining whether a conversation thread corresponding to the conversation thread identification information included in the packet exists in the message processing device; and (c) determining that the corresponding conversation thread exists in the message processing device. Passing a control to the corresponding conversation thread, and a message processing method executed by a message processing device connected to a network, the conversation thread control unit being capable of generating a plurality of conversation threads.

【0024】本発明の他の一態様においては、(a)会
話スレッド識別情報を含むメッセージ・パケットを受領
する段階と、(b)前記メッセージ・パケットに含まれ
る会話スレッド識別情報に対応した会話スレッドが前記
メッセージ処理装置に存在するか否か判断する段階と、
(c)前記対応した会話スレッドが前記メッセージ処理
装置に存在しないと判断された場合、新たな会話スレッ
ドを生成する段階と、を含む複数の会話スレッドを生成
可能な会話スレッド制御部を有し、ネットワークに接続
したメッセージ処理装置で実行されるメッセージ処理方
法が提供される。
According to another aspect of the invention, (a) receiving a message packet containing conversation thread identification information; and (b) a conversation thread corresponding to the conversation thread identification information contained in the message packet. Determining whether is present in the message processing device;
(C) generating a new conversation thread when it is determined that the corresponding conversation thread does not exist in the message processing device; and a conversation thread control unit capable of generating a plurality of conversation threads. A message processing method executed by a message processing device connected to a network is provided.

【0025】本発明の他の一態様においては、(a)会
話スレッド識別情報とコンテント情報を含むメッセージ
・パケットを受領する段階と、(b)前記メッセージ・
パケットに含まれる会話スレッド識別情報に対応した会
話スレッドが前記メッセージ処理装置に存在するか否か
判断する段階と、(c)前記対応した会話スレッドが前
記メッセージ処理装置に存在すると判断された場合、該
対応する会話スレッドに制御を渡す段階と、(d)前記
コンテント情報の内容を解析する段階と、を含む複数の
会話スレッドを生成可能な会話スレッド制御部を有し、
ネットワークに接続したメッセージ処理装置で実行され
るメッセージ処理方法が提供される。
In another aspect of the invention, (a) receiving a message packet containing conversation thread identification information and content information; and (b) receiving the message packet.
Determining whether a conversation thread corresponding to the conversation thread identification information included in the packet exists in the message processing device; and (c) determining that the corresponding conversation thread exists in the message processing device. Having a conversation thread control unit capable of generating a plurality of conversation threads including: passing control to the corresponding conversation thread; and (d) analyzing the content of the content information.
A message processing method executed by a message processing device connected to a network is provided.

【0026】本発明の他の一態様においては、(a)前
記複数の会話スレッドを停止する段階と、(b)前記会
話部品オブジェクトを前記ネットワークを介して他のプ
レースに送出する段階と、(c)前記他のメッセージ処
理装置において、前記複数の会話スレッドを再開する段
階と、を含む複数の会話スレッドと前記複数の会話スレ
ッドを制御可能な会話スレッド制御部を含む会話部品オ
ブジェクトを有し、ネットワークを介して他のメッセー
ジ処理装置にメッセージを送出可能なメッセージ処理装
置で実行されるメッセージ処理方法が提供される。
In another aspect of the present invention, (a) stopping the plurality of conversation threads, (b) transmitting the conversation part object to another place via the network, c) in the another message processing device, resuming the plurality of conversation threads; and a conversation component object including a conversation thread control unit capable of controlling the plurality of conversation threads. A message processing method executed by a message processing device capable of sending a message to another message processing device via a network is provided.

【0027】本発明の他の一態様においては、(a)複
数の会話スレッドと、(b)送付先情報と、会話スレッ
ド識別情報と、コンテント情報を含むメッセージ・パケ
ットを検出するエージェント・コミュニケーション言語
マネジャと、(c−1)前記メッセージ・パケットに含
まれる会話スレッド識別情報に対応した会話スレッドが
前記メッセージ処理装置に存在するか否か判断し、(c
−2)前記対応した会話スレッドが前記メッセージ処理
装置に存在しないと判断された場合、新たな会話スレッ
ドを生成する会話スレッド制御部と、(d)前記メッセ
ージ・パケットを前記メッセージ処理装置が接続するネ
ットワークに対応したプロトコルに変換するプロトコル
・マネジャと、を含むネットワークに接続したメッセー
ジ処理装置が提供される。
According to another aspect of the present invention, there is provided an agent communication language for detecting a message packet including (a) a plurality of conversation threads, (b) destination information, conversation thread identification information, and content information. (C-1) determining whether or not a conversation thread corresponding to the conversation thread identification information included in the message packet exists in the message processing device;
-2) when it is determined that the corresponding conversation thread does not exist in the message processing device, a conversation thread control unit for generating a new conversation thread; and (d) the message processing device connects the message packet. There is provided a message processing device connected to a network, including a protocol manager for converting the protocol into a protocol compatible with the network.

【0028】本発明の他の一態様においては、(a)会
話スレッド識別情報を含むメッセージ・パケットを検出
するエージェント・コミュニケーション言語マネジャ
と、(b−1)前記メッセージ・パケットに含まれる会
話スレッド識別情報に対応した会話スレッドが前記メッ
セージ処理装置に存在するか否か判断し、(b−2)前
記対応した会話スレッドが前記メッセージ処理装置に存
在しないと判断された場合、新たな会話スレッドを生成
する会話スレッド制御部と、を含む複数の会話スレッド
を生成可能な会話スレッド制御部を有し、ネットワーク
に接続したメッセージ処理装置が提供される。
In another aspect of the present invention, (a) an agent communication language manager for detecting a message packet containing conversation thread identification information; and (b-1) a conversation thread identification included in the message packet. It is determined whether a conversation thread corresponding to the information exists in the message processing device. (B-2) If it is determined that the corresponding conversation thread does not exist in the message processing device, a new conversation thread is generated. And a conversation thread control unit capable of generating a plurality of conversation threads including the conversation thread control unit, and a message processing device connected to a network is provided.

【0029】本発明の他の一態様においては、(a)会
話スレッド識別情報とコンテント情報を含むメッセージ
・パケットを検出するエージェント・コミュニケーショ
ン言語マネジャと、(b−1)前記メッセージ・パケッ
トに含まれる会話スレッド識別情報に対応した会話スレ
ッドが前記メッセージ処理装置に存在するか否か判断
し、(b−2)前記対応した会話スレッドが前記メッセ
ージ処理装置に存在すると判断された場合、該対応する
会話スレッドに制御を渡す会話スレッド制御部と、を含
む複数の会話スレッドを生成可能な会話スレッド制御部
を有し、ネットワークに接続したメッセージ処理装置が
提供される。
In another aspect of the present invention, (a) an agent communication language manager for detecting a message packet including conversation thread identification information and content information; and (b-1) included in the message packet It is determined whether a conversation thread corresponding to the conversation thread identification information exists in the message processing device. (B-2) When it is determined that the corresponding conversation thread exists in the message processing device, the corresponding conversation is determined. There is provided a message processing device that has a conversation thread control unit that can generate a plurality of conversation threads including a conversation thread control unit that transfers control to a thread, and is connected to a network.

【0030】本発明の他の一態様においては、(a)会
話スレッド識別情報を含むメッセージ・パケットを受領
するプロトコル・マネジャと、(b−1)前記メッセー
ジ・パケットに含まれる会話スレッド識別情報に対応し
た会話スレッドが前記メッセージ処理装置に存在するか
否か判断し、(b−2)前記対応した会話スレッドが前
記メッセージ処理装置に存在しないと判断された場合、
新たな会話スレッドを生成する会話スレッド制御部と、
を含む複数の会話スレッドを生成可能な会話スレッド制
御部を有し、ネットワークに接続したメッセージ処理装
置が提供される。
In another aspect of the present invention, (a) a protocol manager for receiving a message packet including conversation thread identification information; and (b-1) a conversation thread identification information included in the message packet. Determining whether a corresponding conversation thread exists in the message processing device; (b-2) determining that the corresponding conversation thread does not exist in the message processing device;
A conversation thread control unit for generating a new conversation thread;
And a message processing device connected to a network, which has a conversation thread control unit capable of generating a plurality of conversation threads including:

【0031】本発明の他の一態様においては、(a)会
話スレッド識別情報とコンテント情報を含むメッセージ
・パケットを受領するプロトコル・マネジャと、(b−
1)前記メッセージ・パケットに含まれる会話スレッド
識別情報に対応した会話スレッドが前記メッセージ処理
装置に存在するか否か判断し、(b−2)前記対応した
会話スレッドが前記メッセージ処理装置に存在すると判
断された場合、該対応する会話スレッドに制御を渡す会
話スレッド制御部と、(d)前記コンテント情報の内容
を解析するインタプリタと、を含む複数の会話スレッド
を生成可能な会話スレッド制御部を有し、ネットワーク
に接続したメッセージ処理装置が提供される。
In another aspect of the present invention, (a) a protocol manager for receiving a message packet containing conversation thread identification information and content information;
1) determining whether a conversation thread corresponding to the conversation thread identification information included in the message packet exists in the message processing device; and (b-2) determining that the corresponding conversation thread exists in the message processing device. A conversation thread control unit that can generate a plurality of conversation threads including: a conversation thread control unit that transfers control to the corresponding conversation thread when it is determined; and (d) an interpreter that analyzes the content of the content information. A message processing device connected to a network is provided.

【0032】本発明の他の一態様においては、(a)送
付先情報と、会話スレッド識別情報を含むメッセージ・
パケットを検出することを前記メッセージ処理装置に指
示するためのプログラムコードと、(b)前記メッセー
ジ・パケットに含まれる会話スレッド識別情報に対応し
た会話スレッドが前記メッセージ処理装置に存在するか
否か判断することを前記メッセージ処理装置に指示する
ためのプログラムコードと、(c)前記対応した会話ス
レッドが前記メッセージ処理装置に存在しないと判断さ
れた場合、新たな会話スレッドを生成することを前記メ
ッセージ処理装置に指示するためのプログラムコード
と、(d)前記送付先情報に対応した送付先に前記メッ
セージ・パケットを送信することを前記メッセージ処理
装置に指示するためのプログラムコードと、を含む複数
の会話スレッドを生成可能な会話スレッド制御部を有
し、ネットワークに接続したメッセージ処理装置で実行
されるメッセージ処理プログラムを格納した記録媒体が
提供される。
According to another aspect of the present invention, (a) a message including destination information and conversation thread identification information;
A program code for instructing the message processing device to detect a packet; and (b) determining whether a conversation thread corresponding to the conversation thread identification information included in the message packet exists in the message processing device. And (c) determining that the corresponding conversation thread does not exist in the message processing device, and generating the new conversation thread when the message processing device determines that the corresponding conversation thread does not exist in the message processing device. A plurality of conversations including: a program code for instructing a device; and (d) a program code for instructing the message processing device to transmit the message packet to a destination corresponding to the destination information. It has a conversation thread control unit that can create threads, and Recording medium storing a message processing program executed by the message processing apparatus is provided.

【0033】本発明の他の一態様においては、(a)送
付先情報と、会話スレッド識別情報と、コンテント情報
を含むメッセージ・パケットを検出することを前記メッ
セージ処理装置に指示するためのプログラムコードと、
(b)前記メッセージ・パケットに含まれる会話スレッ
ド識別情報に対応した会話スレッドが前記メッセージ処
理装置に存在するか否か判断することを前記メッセージ
処理装置に指示するためのプログラムコードと、(c)
前記対応した会話スレッドが前記メッセージ処理装置に
存在しないと判断された場合、新たな会話スレッドを生
成することを前記メッセージ処理装置に指示するための
プログラムコードと、(d)前記メッセージ・パケット
を前記メッセージ処理装置が接続するネットワークに対
応したプロトコルに変換することを前記メッセージ処理
装置に指示するためのプログラムコードと、(e)前記
送付先情報に対応した送付先に前記メッセージ・パケッ
トを送信することを前記メッセージ処理装置に指示する
ためのプログラムコードと、を含む複数の会話スレッド
を生成可能な会話スレッド制御部を有し、ネットワーク
に接続したメッセージ処理装置で実行されるメッセージ
処理プログラムを格納した記録媒体が提供される。
In another aspect of the present invention, (a) a program code for instructing the message processing device to detect a message packet including destination information, conversation thread identification information, and content information When,
(B) a program code for instructing the message processing device to determine whether or not a conversation thread corresponding to the conversation thread identification information included in the message packet exists in the message processing device; (c)
A program code for instructing the message processing device to create a new conversation thread when it is determined that the corresponding conversation thread does not exist in the message processing device; and (E) transmitting the message packet to a destination corresponding to the destination information; and (e) a program code for instructing the message processing apparatus to convert to a protocol corresponding to a network to which the message processing apparatus is connected. Recording a message processing program to be executed by a message processing device connected to a network, the program having a conversation thread control unit capable of generating a plurality of conversation threads including: A medium is provided.

【0034】本発明の他の一態様においては、(a)会
話スレッド識別情報を含むメッセージ・パケットを検出
することを前記メッセージ処理装置に指示するためのプ
ログラムコードと、(b)前記メッセージ・パケットに
含まれる会話スレッド識別情報に対応した会話スレッド
が前記メッセージ処理装置に存在するか否か判断するこ
とを前記メッセージ処理装置に指示するためのプログラ
ムコードと、(c)前記対応した会話スレッドが前記メ
ッセージ処理装置に存在しないと判断された場合、新た
な会話スレッドを生成することを前記メッセージ処理装
置に指示するためのプログラムコードと、を含む複数の
会話スレッドを生成可能な会話スレッド制御部を有し、
ネットワークに接続したメッセージ処理装置で実行され
るメッセージ処理プログラムを格納した記録媒体が提供
される。
In another aspect of the present invention, (a) a program code for instructing the message processing device to detect a message packet including conversation thread identification information; and (b) the message packet. (C) a program code for instructing the message processing device to determine whether a conversation thread corresponding to the conversation thread identification information included in the message processing device exists in the message processing device; And a program code for instructing the message processing apparatus to generate a new conversation thread when it is determined that the conversation thread does not exist in the message processing apparatus. And
A recording medium storing a message processing program executed by a message processing device connected to a network is provided.

【0035】本発明の他の一態様においては、(a)会
話スレッド識別情報とコンテント情報を含むメッセージ
・パケットを検出することを前記メッセージ処理装置に
指示するためのプログラムコードと、(b)前記メッセ
ージ・パケットに含まれる会話スレッド識別情報に対応
した会話スレッドが前記メッセージ処理装置に存在する
か否か判断することを前記メッセージ処理装置に指示す
るためのプログラムコードと、(c)前記対応した会話
スレッドが前記メッセージ処理装置に存在すると判断さ
れた場合、該対応する会話スレッドに制御を渡すことを
前記メッセージ処理装置に指示するためのプログラムコ
ードと、を含む複数の会話スレッドを生成可能な会話ス
レッド制御部を有し、ネットワークに接続したメッセー
ジ処理装置で実行されるメッセージ処理プログラムを格
納した記録媒体が提供される。
According to another aspect of the present invention, there are provided (a) a program code for instructing the message processing device to detect a message packet including conversation thread identification information and content information; Program code for instructing the message processing device to determine whether or not the message processing device has a conversation thread corresponding to the conversation thread identification information included in the message packet; and (c) the corresponding conversation. A program code for instructing the message processing device to pass control to the corresponding conversation thread when it is determined that the thread exists in the message processing device; and a conversation thread capable of generating a plurality of conversation threads. Has a control unit and is executed by a message processing device connected to the network Recording medium storing a message processing program is provided.

【0036】本発明の他の一態様においては、(a)会
話スレッド識別情報を含むメッセージ・パケットを受領
することを前記メッセージ処理装置に指示するためのプ
ログラムコードと、(b)前記メッセージ・パケットに
含まれる会話スレッド識別情報に対応した会話スレッド
が前記メッセージ処理装置に存在するか否か判断するこ
とを前記メッセージ処理装置に指示するためのプログラ
ムコードと、(c)前記対応した会話スレッドが前記メ
ッセージ処理装置に存在しないと判断された場合、新た
な会話スレッドを生成することを前記メッセージ処理装
置に指示するためのプログラムコードと、を含む複数の
会話スレッドを生成可能な会話スレッド制御部を有し、
ネットワークに接続したメッセージ処理装置で実行され
るメッセージ処理プログラムを格納した記録媒体が提供
される。
In another aspect of the present invention, (a) a program code for instructing the message processing device to receive a message packet including conversation thread identification information; and (b) the message packet. (C) a program code for instructing the message processing device to determine whether a conversation thread corresponding to the conversation thread identification information included in the message processing device exists in the message processing device; And a program code for instructing the message processing apparatus to generate a new conversation thread when it is determined that the conversation thread does not exist in the message processing apparatus. And
A recording medium storing a message processing program executed by a message processing device connected to a network is provided.

【0037】本発明の他の一態様においては、(a)会
話スレッド識別情報とコンテント情報を含むメッセージ
・パケットを受領することを前記メッセージ処理装置に
指示するためのプログラムコードと、(b)前記メッセ
ージ・パケットに含まれる会話スレッド識別情報に対応
した会話スレッドが前記メッセージ処理装置に存在する
か否か判断することを前記メッセージ処理装置に指示す
るためのプログラムコードと、(c)前記対応した会話
スレッドが前記メッセージ処理装置に存在すると判断さ
れた場合、該対応する会話スレッドに制御を渡すことを
前記メッセージ処理装置に指示するためのプログラムコ
ードと、(d)前記コンテント情報の内容を解析するこ
とを前記メッセージ処理装置に指示するためのプログラ
ムコードと、を含む複数の会話スレッドを生成可能な会
話スレッド制御部を有し、ネットワークに接続したメッ
セージ処理装置で実行されるメッセージ処理プログラム
を格納した記録媒体が提供される。
According to another aspect of the present invention, there are provided (a) a program code for instructing the message processing apparatus to receive a message packet including conversation thread identification information and content information; Program code for instructing the message processing device to determine whether or not the message processing device has a conversation thread corresponding to the conversation thread identification information included in the message packet; and (c) the corresponding conversation. If it is determined that a thread exists in the message processing device, a program code for instructing the message processing device to transfer control to the corresponding conversation thread; and (d) analyzing the content of the content information. And a program code for instructing the message processing device It has a conversation thread control unit capable of generating a plurality of conversation thread, a recording medium which stores a message processing program executed by the message processing apparatus connected to a network is provided.

【0038】本発明の他の一態様においては、(a)前
記複数の会話スレッドを停止することを前記メッセージ
処理装置に指示するためのプログラムコードと、(b)
前記会話部品オブジェクトを前記ネットワークを介して
他のプレースに送出することを前記メッセージ処理装置
に指示するためのプログラムコードと、(c)前記複数
の会話スレッドを再開することを前記他のメッセージ処
理装置に指示するためのプログラムコードと、を含む複
数の会話スレッドと前記複数の会話スレッドを制御可能
な会話スレッド制御部を含む会話部品オブジェクトを有
し、ネットワークを介して他のメッセージ処理装置にメ
ッセージを送出可能なメッセージ処理装置で実行される
メッセージ処理プログラムを格納した記録媒体が提供さ
れる。
In another aspect of the present invention, (a) a program code for instructing the message processing device to stop the plurality of conversation threads; and (b)
Program code for instructing the message processing device to send the conversation component object to another place via the network; and (c) the other message processing device resuming the plurality of conversation threads. And a conversation component object including a conversation thread control unit capable of controlling the conversation threads, the method including transmitting a message to another message processing device via a network. There is provided a recording medium storing a message processing program to be executed by a message processing device capable of transmitting.

【0039】本発明の他の一態様においては、(a)複
数の会話スレッドと、(b)送付先情報と、会話スレッ
ド識別情報と、コンテント情報を含むメッセージ・パケ
ットを検出するエージェント・コミュニケーション言語
マネジャと、(c−1)前記メッセージ・パケットに含
まれる会話スレッド識別情報に対応した会話スレッドが
前記メッセージ処理装置に存在するか否か判断し、(c
−2)前記対応した会話スレッドが前記メッセージ処理
装置に存在しないと判断された場合、新たな会話スレッ
ドを生成する会話スレッド制御部と、(d)前記メッセ
ージ・パケットを前記メッセージ処理装置が接続するネ
ットワークに対応したプロトコルに変換するプロトコル
・マネジャと、を含む複数の会話スレッドを生成可能な
会話スレッド制御部を有し、ネットワークに接続したメ
ッセージ処理装置にロードされる複数のオブジェクトを
含む会話部品オブジェクトを格納した記録媒体が提供さ
れる。
According to another aspect of the present invention, there is provided an agent communication language for detecting a message packet including (a) a plurality of conversation threads, (b) destination information, conversation thread identification information, and content information. (C-1) determining whether or not a conversation thread corresponding to the conversation thread identification information included in the message packet exists in the message processing device;
-2) when it is determined that the corresponding conversation thread does not exist in the message processing device, a conversation thread control unit for generating a new conversation thread; and (d) the message processing device connects the message packet. A conversation manager that converts a protocol compatible with a network, and a conversation thread control unit that can generate a plurality of conversation threads, and a conversation component object that includes a plurality of objects to be loaded into a message processing device connected to the network Is provided.

【0040】本発明の他の一態様においては、(a)会
話スレッド識別情報を含むメッセージ・パケットを検出
するエージェント・コミュニケーション言語マネジャ
と、(b−1)前記メッセージ・パケットに含まれる会
話スレッド識別情報に対応した会話スレッドが前記メッ
セージ処理装置に存在するか否か判断し、(b−2)前
記対応した会話スレッドが前記メッセージ処理装置に存
在しないと判断された場合、新たな会話スレッドを生成
する会話スレッド制御部と、を含む複数の会話スレッド
を生成可能な会話スレッド制御部を有し、ネットワーク
に接続したメッセージ処理装置にロードされる複数のオ
ブジェクトを含む会話部品オブジェクトを格納した記録
媒体が提供される。
According to another aspect of the present invention, there are provided (a) an agent communication language manager for detecting a message packet including conversation thread identification information; and (b-1) a conversation thread identification included in the message packet. It is determined whether a conversation thread corresponding to the information exists in the message processing device. (B-2) If it is determined that the corresponding conversation thread does not exist in the message processing device, a new conversation thread is generated. And a conversation thread control unit capable of generating a plurality of conversation threads including a conversation part object including a plurality of objects to be loaded into a message processing device connected to a network. Provided.

【0041】本発明の他の一態様においては、(a)会
話スレッド識別情報とコンテント情報を含むメッセージ
・パケットを検出するエージェント・コミュニケーショ
ン言語マネジャと、(b−1)前記メッセージ・パケッ
トに含まれる会話スレッド識別情報に対応した会話スレ
ッドが前記メッセージ処理装置に存在するか否か判断
し、(b−2)前記対応した会話スレッドが前記メッセ
ージ処理装置に存在すると判断された場合、該対応する
会話スレッドに制御を渡す会話スレッド制御部と、を含
む複数の会話スレッドを生成可能な会話スレッド制御部
を有し、ネットワークに接続したメッセージ処理装置に
ロードされる複数のオブジェクトを含む会話部品オブジ
ェクトを格納した記録媒体が提供される。
In another aspect of the present invention, (a) an agent communication language manager for detecting a message packet containing conversation thread identification information and content information; and (b-1) included in the message packet It is determined whether a conversation thread corresponding to the conversation thread identification information exists in the message processing device. (B-2) When it is determined that the corresponding conversation thread exists in the message processing device, the corresponding conversation is determined. A conversation thread control unit that transfers control to a thread, and a conversation thread control unit that can generate a plurality of conversation threads including: a conversation component object including a plurality of objects to be loaded into a message processing device connected to a network. A recording medium is provided.

【0042】本発明の他の一態様においては、(a)会
話スレッド識別情報を含むメッセージ・パケットを受領
するプロトコル・マネジャと、(b−1)前記メッセー
ジ・パケットに含まれる会話スレッド識別情報に対応し
た会話スレッドが前記メッセージ処理装置に存在するか
否か判断し、(b−2)前記対応した会話スレッドが前
記メッセージ処理装置に存在しないと判断された場合、
新たな会話スレッドを生成する会話スレッド制御部と、
を含む複数の会話スレッドを生成可能な会話スレッド制
御部を有し、ネットワークに接続したメッセージ処理装
置にロードされる複数のオブジェクトを含む会話部品オ
ブジェクトを格納した記録媒体が提供される。
In another aspect of the present invention, (a) a protocol manager for receiving a message packet including conversation thread identification information; and (b-1) a conversation thread identification information included in the message packet. Determining whether a corresponding conversation thread exists in the message processing device; (b-2) determining that the corresponding conversation thread does not exist in the message processing device;
A conversation thread control unit for generating a new conversation thread;
And a recording medium storing a conversation part object including a plurality of objects to be loaded into a message processing device connected to a network.

【0043】[0043]

【実施例】以下、図面を参照して本発明の実施例を説明
する。図1を参照すると、本発明の移動オブジェクトを
実行する分散ネットワーク環境150が示されている。
各サーバ112〜115には、移動エージェント12
5、135、141等にサービスを与えることが可能な
プレース102〜105が用意されている。この分散ネ
ットワーク環境におけるプレース群はクラウドと呼ばれ
ている。
Embodiments of the present invention will be described below with reference to the drawings. Referring to FIG. 1, there is illustrated a distributed network environment 150 that implements the moving objects of the present invention.
Each server 112-115 has a mobile agent 12
5, 102, and 105 that can provide services to 135, 141, and the like. A group of places in this distributed network environment is called a cloud.

【0044】クライアント・システム101において
は、移動エージェントを生成し、移動させるためのアプ
リケーション113が存在する。アプリケーション11
3が送り出した移動エージェント125等は、各プレー
ス102〜105において存在する他のエージェント
(移動エージェントまたは常駐エージェント)とコンタ
クトし、サービスを提供するエージェントを特にアクタ
ー・エージェントと呼ぶ)、リクエストを送出し、その
リクエストの結果を受けることができる。プレースは、
エージェント間のコンタクトをサポートしている。ま
た、移動エージェント125等は、アクター・エージェ
ントから受領したリクエストの結果を保持し、移動を継
続し、または、移動途中で結果をクライアント101ま
たは、他のプレースに送出することもできる。
In the client system 101, there is an application 113 for generating and moving a mobile agent. Application 11
The mobile agent 125 or the like sent out by the third party contacts another agent (mobile agent or resident agent) existing in each of the places 102 to 105, and sends a request to the agent that provides the service (in particular, the agent that provides the service). , You can receive the results of that request. Places are
Supports contact between agents. Further, the mobile agent 125 or the like can hold the result of the request received from the actor agent, continue the movement, or send the result to the client 101 or another place during the movement.

【0045】また、移動エージェント(または常駐エー
ジェント)125は、他のプレースにメッセージ・パケ
ットを送出して、他のプレースで会話を実行し、インス
トラクションを実行することもできる。
Also, the mobile agent (or resident agent) 125 can send a message packet to another place, execute a conversation at another place, and execute an instruction.

【0046】図2は、図1に示された分散ネットワーク
環境上に存在する各ノード(サーバまたはクライアント
サイト)のハードウェア構成の概観図が示されている。
各ノード100は、中央処理装置(CPU)1とメモリ
4とを含んでいる。CPU1とメモリ4は、バス2を介
して、補助記憶装置としてのハードディスク装置13と
を接続してある。フロッピー(R)ディスク装置20、ハ
ードディスク装置13,30、CD−ROMドライブ2
6,29、MOドライブ28等の記憶媒体駆動装置は、
フロッピー(R)ディスク・コントローラ19、IDEコ
ントローラ25、SCSIコントローラ27等の各種コ
ントローラを介してバス2へ接続されている。
FIG. 2 shows an overview of the hardware configuration of each node (server or client site) existing on the distributed network environment shown in FIG.
Each node 100 includes a central processing unit (CPU) 1 and a memory 4. The CPU 1 and the memory 4 are connected via a bus 2 to a hard disk device 13 as an auxiliary storage device. Floppy (R) disk device 20, hard disk devices 13, 30, CD-ROM drive 2
6, 29, the storage medium drive device such as the MO drive 28,
It is connected to the bus 2 via various controllers such as a floppy (R) disk controller 19, an IDE controller 25, and a SCSI controller 27.

【0047】フロッピー(R)ディスク装置20等の記憶
媒体駆動装置には、フロッピー(R)ディスク等の可搬型
記憶媒体が挿入され、このフロッピー(R)ディスク等や
ハードディスク装置13、ROM14等の記憶媒体に
は、オペレーティングシステムと協働してCPU等に命
令を与え、本発明を実施するためのコンピュータ・ソフ
トウエアを記録することができ、メモリ4にロードされ
ることによって実行される。このコンピュータ・ソフト
ウエアは圧縮し、または、複数に分割して、複数の媒体
に記録することもできる。
A portable storage medium such as a floppy (R) disk is inserted into a storage medium drive such as the floppy (R) disk device 20, and a storage medium such as the floppy (R) disk or the hard disk device 13 or the ROM 14 is inserted. The medium can provide instructions to a CPU or the like in cooperation with an operating system, and can record computer software for implementing the present invention, and can be executed by being loaded into the memory 4. The computer software can be compressed or divided into a plurality of pieces and recorded on a plurality of media.

【0048】ノード・システム100は更に、ユーザ・
インターフェース・ハードウェアを備えたシステムとす
ることができ、ユーザ・インターフェース・ハードウェ
アとしては、例えば、入力をするためのポインティング
・デバイス(マウス、ジョイスティック等)7またはキ
ーボード6や、視覚データをユーザに提示するためのデ
ィスプレイ12があり、また、パラレルポート16を介
してプリンタを接続するも可能である。このノード・シ
ステム100は、シリアルポート15を介してモデムを
接続することが可能であり、シリアルポート15および
モデムまたはトークンリングや通信アダプタ18等を介
してネットワークに接続し、他のコンピュータシステム
と通信を行っている。
The node system 100 further includes a user
The system may be provided with interface hardware. Examples of the user interface hardware include a pointing device (mouse, joystick, etc.) 7 or keyboard 6 for inputting, and visual data to the user. There is a display 12 for presentation, and it is also possible to connect a printer via a parallel port 16. The node system 100 can be connected to a modem via a serial port 15 and is connected to a network via the serial port 15 and a modem or a token ring or a communication adapter 18 to communicate with another computer system. It is carried out.

【0049】このように、本発明は、通常のパーソナル
コンピュータ(PC)、ワークステーション、汎用機
や、これらの組合せによって実施可能であることを容易
に理解できるであろう。ただし、これらの構成要素は例
示であり、その全ての構成成要素が本発明の必須の構成
要素となるわけではない。
Thus, it will be easily understood that the present invention can be implemented by a normal personal computer (PC), a workstation, a general-purpose machine, or a combination thereof. However, these components are merely examples, and not all the components are essential components of the present invention.

【0050】例えば、サーバ側においては、ユーザイン
タフェース等は不要であり、CPUやメモリ等の基本的
なデータ処理機能と通信機能があれば足りる。また、ク
ライアント側においては、後述するメッセージ・パケッ
トを送出するに必要な構成を有していればよく、通信機
能と、メッセージ・パケットの指定を行い、メッセージ
・パケットの送出を指示するための何らかのデータ処理
機能と入力手段があればよい。さらにクライアント側の
マシンを携帯情報端末等から遠隔操作する場合には、携
帯情報端末等からメッセージ・パケット送出する命令を
受信し、それを検出し、メッセージ・パケットを送出す
るデータ処理機能と通信機能があれば足る。
For example, on the server side, a user interface or the like is not required, and only a basic data processing function such as a CPU and a memory and a communication function are sufficient. Further, the client side only needs to have a configuration necessary for transmitting a message packet, which will be described later, and has a communication function and some kind of designation for specifying the message packet and instructing transmission of the message packet. All that is required is a data processing function and input means. Further, when remotely controlling the client machine from a portable information terminal or the like, a data processing function and a communication function of receiving a command to transmit a message packet from the portable information terminal, detecting the command, and transmitting the message packet. Is enough.

【0051】クライアントシステム側、サーバシステム
側ともに、オペレーティング・システムとしては、Wi
ndows(R)NT(マイクロソフトの商標)、Win
dows(R)95(マイクロソフトの商標)、Wind
ows(R)3.x(マイクロソフトの商標)、OS/2
(IBMの商標)、AIX(IBMの商標)上のX−W
INDOWシステム(MITの商標)、Solaris
(サンマイクロシステムズの商標)などの、標準でGU
Iマルチウインドウ環境をサポートするものや、PC−
DOS(IBMの商標)、MS−DOS(マイクロソフ
トの商標)などのキャラクタ・ベース環境のもの、さら
にはOS/Open(IBMの商標)VxWorks
(Wind River Systems, Inc.
の商標)等のリアルタイムOSでも実現可能であり、特
定のオペレーティング・システム環境に限定されるもの
ではない。
Both the client system and the server system use Wi as an operating system.
Windows (R) NT (a trademark of Microsoft), Win
Windows (R) 95 (a trademark of Microsoft), Windows
ows (R) 3. x (Microsoft trademark), OS / 2
(Trademark of IBM), X-W on AIX (Trademark of IBM)
INDOW system (trademark of MIT), Solaris
(A trademark of Sun Microsystems)
One that supports the multi-window environment, PC-
For character-based environments such as DOS (IBM trademark), MS-DOS (Microsoft trademark), and OS / Open (IBM trademark) VxWorks
(Wind River Systems, Inc.
And a real-time OS such as a trademark of the U.S.A. and is not limited to a specific operating system environment.

【0052】B.システム構成 次に、図3のブロック図を参照して、本発明の好適な実
施例におけるサーバ側のシステム構成について説明す
る。
B. System Configuration Next, a server-side system configuration in a preferred embodiment of the present invention will be described with reference to the block diagram of FIG.

【0053】エージェント201は、このサーバに送ら
れてきた移動エージェントまたはこのサーバに常駐して
いる常駐エージェントである。このエージェント201
は、後述するメッセージ・パケットを送出し、または、
受領することによってエージェント・コミュニケーショ
ン・システム200と対話することができる。
The agent 201 is a mobile agent sent to this server or a resident agent resident on this server. This agent 201
Sends a message packet, described below, or
Upon receipt, the user can interact with the agent communication system 200.

【0054】エージェント・コミュニケーション言語マ
ネジャ203は、エージェント201や既存システム、
ネットワークから送付されるメッセージを受領し、ま
た、メッセージをこれらのシステムに送信するためのコ
ンポーネントである。
The agent / communication language manager 203 includes an agent 201, an existing system,
It is a component for receiving messages sent from the network and sending messages to these systems.

【0055】会話スレッド制御部205は、エージェン
ト201等と対話する各会話に対応するスレッド207
(複数の会話を非同期に受け付けるため、マルチスレッ
ド化している。このスレッドを会話スレッドと呼ぶ)を
管理し、会話の流れに応じて適切なスレッドを生成し、
または既に生成されたスレッドに制御を渡すコンポーネ
ントである。本発明の一態様においては、この会話スレ
ッド207は複数生成され、これによって複数のエージ
ェントと並列非同期で会話を行うことができる。
The conversation thread control unit 205 includes a thread 207 corresponding to each conversation for interacting with the agent 201 or the like.
(It is multithreaded to accept multiple conversations asynchronously; this thread is called a conversation thread), and creates an appropriate thread according to the flow of the conversation,
Or a component that passes control to an already created thread. In one embodiment of the present invention, a plurality of conversation threads 207 are generated, and thereby conversation can be performed with a plurality of agents in parallel and asynchronously.

【0056】メッセージ・ログ211は、会話を記憶す
るコンポーネントである。会話内容監視部217は、メ
ッセージ・ログ211に格納された会話のログと現在の
発話されている内容から会話が成立するかどうかのポリ
シー・チェックを行うコンポーネントである。また、会
話内容監視部用ローダ215は、メッセージ・パケット
300のメッセージ・タイプに応じた会話内容監視部2
17を呼び出すためのコンポーネントである。
The message log 211 is a component that stores a conversation. The conversation content monitoring unit 217 is a component that performs a policy check on whether or not a conversation is established based on the conversation log stored in the message log 211 and the currently uttered content. In addition, the conversation content monitoring unit loader 215 is provided for the conversation content monitoring unit 2 corresponding to the message type of the message packet 300.
17 is a component for calling out.

【0057】トランスレータ221は、会話に使われて
いるエージェント・コミュニケーション言語を他の言語
に翻訳するコンポーネントである。トランスレータ用ロ
ーダ219は、このトランスレータ群を管理するコンポ
ーネントである。
The translator 221 is a component for translating the agent communication language used for conversation into another language. The translator loader 219 is a component that manages the translator group.

【0058】インタプリタ225は、会話の内容を理解
し実行するコンポーネントである。このインタプリタ
は、後述するオントロジーや記述言語に対応して複数種
類設けられており、夫々オントロジーに特化したフォー
マット・チェック・ルーチンやコンテント解釈ルーチ
ン、実行ルーチンを有している。例えば、交通機関の予
約に関するオントロジーであった場合、"Reserve, flig
ht, Narita to Tacoma, 1997/07/06/15:00-1997/07/06/
18:00"といったコンテントを受領し、所定のフォーマッ
ト・チェックを行い、"R"を予約を指示するコマンドと
解釈する等の特有のコンテント解釈ルーチンを実行し、
所定の航空会社のデータベースにアクセスして、予約状
況等をチェックする等の固有の実行ルーチンを実行す
る。そして、最終的に、1997年7月5日17時10
分成田空港発、シアトルのタコマ空港行のxx航空26
便、エコノミーの禁煙席の予約を行い、送信者に対し予
約の確認を行う。
The interpreter 225 is a component for understanding and executing the contents of a conversation. A plurality of interpreters are provided corresponding to the ontology and the description language described later, and each has a format check routine, a content interpretation routine, and an execution routine specialized for the ontology. For example, if the ontology is about transportation reservations, you may see "Reserve, flig
ht, Narita to Tacoma, 1997/07/06/15: 00-1997 / 07/06 /
18:00 "is received, a predetermined format check is performed, and a specific content interpretation routine such as interpreting" R "as a command for instructing reservation is executed.
A specific execution routine such as checking a reservation status or the like is executed by accessing a predetermined airline database. And finally, at 17:10 on July 5, 1997
Xx Airlines 26 departing from Narita Airport and bound for Tacoma Airport in Seattle
Make reservations for non-smoking flights and flights and confirm the reservation with the sender.

【0059】インタプリタ用ローダ223は、このイン
タプリタ225群を管理するコンポーネントである。プ
ロトコル・マネジャ230は、接続するネットワークの
種類に応じたプロトコルに変換するためのコンポーネン
トである。
The interpreter loader 223 is a component for managing the interpreters 225. The protocol manager 230 is a component for converting a protocol according to a type of a network to be connected.

【0060】以上図3に示す各機能ブロックを説明した
が、これらの機能ブロック(コンポーネント)は、論理
的機能ブロックであり、各々1つのまとまりを持ったハ
ードウエアやソフトウエアによって実現されることのみ
を意味するのではなく、複合し、または共通したソフト
ウエアをハードウェア資源を用いて稼動させることによ
っても実現可能である。また、この図3に示す全ての機
能ブロックが本発明に必須の構成要素という訳ではな
い。
Although the functional blocks shown in FIG. 3 have been described above, these functional blocks (components) are logical functional blocks, and can be realized only by hardware and software having one unit. However, the present invention can also be realized by operating complex or common software using hardware resources. Also, not all the functional blocks shown in FIG. 3 are essential components of the present invention.

【0061】例えば、本発明は、エージェントに他のエ
ージェントや既存システムと会話するための特別な機能
を提供するものであるため、会話内容監視部217、ト
ランスレータ221、インタプリタ225等の解釈実行
部品の何れかが存在すればよく、会話内容監視部用ロー
ダ215、トランスレータ用ローダ219、インタプリ
タ用ローダ223は不要な構成要素である。本発明の一
態様においては、特定のエージェント等と会話を行うた
め、会話スレッドは、1以上の特定数用意されているた
め、エージェント・コミュニケーション言語マネジャ2
03、会話スレッド制御部205、メッセージ・ログ2
11、IDジェネレータ213も必須の構成要素とはな
らない。
For example, the present invention provides an agent with a special function for conversing with another agent or an existing system, so that the interpreting components such as the conversation content monitoring unit 217, the translator 221, and the interpreter 225 are used. Either one may be present, and the conversation content monitoring unit loader 215, translator loader 219, and interpreter loader 223 are unnecessary components. In one embodiment of the present invention, since one or more conversation threads are prepared for conversation with a particular agent or the like, the agent / communication language manager 2
03, conversation thread control unit 205, message log 2
11. The ID generator 213 is not an essential component.

【0062】C.動作説明 図4は、本発明の好適な実施例において使用されるメッ
セージ・パケット300の概念図であり、図5は、図3
に示した各コンポーネントの発話時の動作状態を示す図
である。
C. FIG. 4 is a conceptual diagram of a message packet 300 used in the preferred embodiment of the present invention, and FIG.
FIG. 7 is a diagram showing an operation state of each component shown in FIG.

【0063】本発明の好適な実施例においては、図4の
メッセージ・パケット300に含まれるメッセージタイ
プ301は、エージェント・コミュニケーション言語
(ACL:Agent Communication Language)のパフォー
マティブが使用されている。ACLは、エージェント間
のコミュニケーションを人間の言葉に近い形で提供して
いる高級言語であり、FIPA(Foundation for Intel
ligent Physical Agents)の提供しているACLや、K
QML(Knowledge Query Manipulation Language)、K
IF(Knowledge Interchange Format)等があり、これら
の言語は、"SEMANTICS FOR AN AGENT COMMUNICATION LA
NGUAGE, Yannis Labrou, A Doctoral Dissertation for
the PhD Defense Examination, Submitted to the Def
ense Committee, at the Computer Science and Electr
ical Engineering Department (CSEE), University of
Maryland Graduate School"や"TR CS-97-03, A Proposa
l fora new KQML Specification, Yannis Labrou and T
im Finin February 3, 1997"等により公表されている。
In the preferred embodiment of the present invention, the message type 301 contained in the message packet 300 of FIG. 4 uses an Agent Communication Language (ACL) performant. ACL is a high-level language that provides communication between agents in a form similar to human language, and is based on FIPA (Foundation for Intel).
ligent Physical Agents)
QML (Knowledge Query Manipulation Language), K
IF (Knowledge Interchange Format), etc. These languages are described in "SEMANTICS FOR AN AGENT COMMUNICATION LA
NGUAGE, Yannis Labrou, A Doctoral Dissertation for
the PhD Defense Examination, Submitted to the Def
ense Committee, at the Computer Science and Electr
ical Engineering Department (CSEE), University of
Maryland Graduate School "and" TR CS-97-03, A Proposa
l fora new KQML Specification, Yannis Labrou and T
im Finin February 3, 1997 ".

【0064】ACLの1つであるKQMLのパフォーマ
ティブには次のようなものがある。ask-if,ask-all,ask
-one,stream-all,eos,tell,untell,deny,insert,uninse
rt,delete-one,delete-all,undelete,achieve,unachiev
e,advertise,unadvertise,subscribe,error,sorry,stan
dby,ready,next,rest,discard,register,unregister,fo
rward,broadcast,transport-address,broker-one,broke
r-all,recommend-one,recommend-all,recruit-one,recr
uit-all
The following are KQML performers, one of the ACLs. ask-if, ask-all, ask
-one, stream-all, eos, tell, untell, deny, insert, uninse
rt, delete-one, delete-all, undelete, achieve, unachiev
e, advertise, unadvertise, subscribe, error, sorry, stan
dby, ready, next, rest, discard, register, unregister, fo
rward, broadcast, transport-address, broker-one, broke
r-all, recommend-one, recommend-all, recruit-one, recr
uit-all

【0065】センダー303は、メッセージの送出元で
あり、レシーバ305は、メッセージの受け取り先であ
る。
The sender 303 is the source of the message, and the receiver 305 is the destination of the message.

【0066】応答ID307は、先行する会話に続くI
Dである。エージェント201が複数の相手と会話する
場合、後述する会話スレッドに対応して複数の応答ID
が割りふられる。
The response ID 307 indicates the I following the preceding conversation.
D. When the agent 201 has a conversation with a plurality of opponents, a plurality of response IDs correspond to conversation threads described later.
Is allocated.

【0067】会話ID309は、会話相手にこのIDで
応答することを指示するためのIDである。
The conversation ID 309 is an ID for instructing a conversation partner to respond with this ID.

【0068】記述言語タイプ311は、コンテントを記
述している言語を特定する情報である。オントロジー3
13は、コンテントが規定しているオントロジーを特定
する情報である。本発明の好適な実施例にいてはチケッ
ト購入オントロジー、数値計算オントロジー、株式情報
オントロジー、イエローページ・オントロジー等が提供
されている。
The description language type 311 is information for specifying the language describing the content. Ontology 3
13 is information for specifying an ontology defined by the content. In the preferred embodiment of the present invention, a ticket purchase ontology, a numerical calculation ontology, a stock information ontology, a yellow page ontology, and the like are provided.

【0069】コンテント315は、メッセージの具体的
内容であり、本発明の好適な実施例においては、他のプ
レースに移動した後にインストラクションを形成するた
めのソフトウエアを含んでいる。このコンテント315
の内部には、さらにメッセージ・パケットを含めること
もでき、中継点を介して、他のプレースに移動させるこ
ともできる。本発明の好適な実施例においては、かかる
場合、センダー303とレシーバ305とは別に、真の
送信者と最終的な受信者をしめすFromエントリとt
oエントリが設けられている。
The content 315 is the specific content of the message, and in the preferred embodiment of the present invention, includes software for forming instructions after moving to another place. This content 315
Can also contain message packets and can be moved to other places via relay points. In a preferred embodiment of the present invention, in such a case, apart from the sender 303 and the receiver 305, a From entry indicating the true sender and the ultimate recipient, and t
o entry is provided.

【0070】次に図5を参照しつつ図3に示した各コン
ポーネントの発話時の動作状態を説明する。エージェン
ト201は、エージェント・コミュニケーション・シス
テム200に対し図4のメッセージ・パケットを送出す
る。本発明の好適な実施例においては、図3に示したコ
ンポーネントはオブジェクト指向言語のクラスとして定
義されており、発話に際しての各オブジェクトは、図6
のコンポーネント間のオブジェクト・インストラクショ
ン・ダイアグラムに示すように、他のオブジェクトにイ
ンストラクションを送出することによって他のオブジェ
クトの動作を促している。
Next, the operation state of each component shown in FIG. 3 when speaking will be described with reference to FIG. The agent 201 sends the message packet of FIG. 4 to the agent communication system 200. In the preferred embodiment of the present invention, the components shown in FIG. 3 are defined as classes of an object-oriented language, and each object upon utterance is represented in FIG.
As shown in the object instruction diagram between the components, the operation of the other object is prompted by sending an instruction to the other object.

【0071】メッセージ・パケット300を受領したエ
ージェント・コミュニケーション言語マネジャ203
は、自分が"sendMessage"で呼ばれたか、"receiveMessa
ge"で呼ばれたかによって、このメッセージ・パケット
300が発話のためのメッセージ・パケットであると判
断し、会話スレッド制御部205に処理を依頼する。
The agent communication language manager 203 that has received the message packet 300
Is called "sendMessage" or "receiveMessa
The message packet 300 is determined to be a message packet for utterance depending on whether it is called by "ge", and a request is made to the conversation thread control unit 205 for processing.

【0072】会話スレッド制御部205は、メッセージ
・パケット300に含まれる応答ID307を参照し、
既に生成されている会話スレッドに処理を依頼すべきも
のか否か判断する。会話スレッド制御部205が、新た
な会話であると判断した場合には、会話スレッド207
を新たに生成し、IDジェネレータ213に新たな会話
ID309の割りふりを会話スレッド207を介して指
示し、処理を会話スレッド207に移す。
The conversation thread control unit 205 refers to the response ID 307 included in the message packet 300,
It is determined whether the conversation thread that has already been generated should be requested to be processed. When the conversation thread control unit 205 determines that the conversation is a new conversation, the conversation thread 207
Is generated, the ID of the new conversation ID 309 is instructed to the ID generator 213 via the conversation thread 207, and the process is transferred to the conversation thread 207.

【0073】本発明においては、このように会話スレッ
ドを動的に生成しているため、他のシステム(エージェ
ントまたは既存システム等)との会話を並列非同期で行
うことができる。本発明の好適な実施例において、この
応答ID307は、「URL+Date+Time+シ
リアル番号」等のネットワーク上で一意に決まるような
IDが割り振られる。
In the present invention, since the conversation thread is dynamically generated as described above, a conversation with another system (such as an agent or an existing system) can be performed in parallel and asynchronously. In the preferred embodiment of the present invention, the response ID 307 is assigned an ID such as “URL + Date + Time + serial number” which is uniquely determined on the network.

【0074】応答ID307に対応する会話スレッド2
07が存在している場合、会話スレッド制御部205
は、新たな会話ではないと判断し、対応する会話スレッ
ド207に処理を移す。会話を継続することを欲する場
合には、会話スレッド207は、IDジェネレータ21
3に、会話ID309の割りふりを指示する。
The conversation thread 2 corresponding to the response ID 307
07 exists, the conversation thread control unit 205
Determines that the conversation is not a new conversation, and shifts the processing to the corresponding conversation thread 207. If the user wants to continue the conversation, the conversation thread 207
Instruct 3 to assign the conversation ID 309.

【0075】メッセージ・ログ211は、会話スレッド
207に送られたメッセージ・パケット300を記憶す
る。
The message log 211 stores the message packet 300 sent to the conversation thread 207.

【0076】会話内容監視部用ローダ215は、メッセ
ージ・パケット300のメッセージ・タイプ301に応
じた会話内容監視部217を呼び出す。メッセージ・タ
イプ301に応じた会話内容監視部217を呼び出し
は、図7に示すような会話内容監視部品テーブルを設け
ても、会話内容監視部品のクラス名をメッセージ・タイ
プと同じにして直接呼び出してもよい。
The conversation content monitor loader 215 calls the conversation content monitor 217 corresponding to the message type 301 of the message packet 300. The conversation content monitoring unit 217 according to the message type 301 is called by directly calling the conversation content monitoring component with the same class name as the message type even if the conversation content monitoring component table as shown in FIG. 7 is provided. Is also good.

【0077】会話内容監視部217は、メッセージ・ロ
グ211に格納された会話のログと現在の発話されてい
る内容から会話が成立するかどうかのポリシー・チェッ
クを行う。例えば、受領したメッセージ・パケット30
0のメッセージ・タイプ301が"sorry"(会話の内容
は理解可能であるが、自分には処理能力がないことを示
すメッセージ・タイプ)であった場合、メッセージ・ロ
グ211から対応する応答IDを有し、1つ前の会話I
Dを有するメッセージのメッセージ・タイプを参照
し、"ask-if"(相手側の処理能力を問い合わせる場合の
メッセージ・タイプ)等の会話として成立するメッセー
ジ・タイプであれば問題なしと判断し、例えば"sorry"
等の会話として成立しないメッセージ・タイプと判断し
た場合は、エラーと判断し、メッセージ・パケット30
0のセンダ303に対し"error"(エラーを示すメッセー
ジ・タイプ)のメッセージ・パケットを送付する等の処
理を行う。
The conversation content monitoring unit 217 performs a policy check as to whether or not a conversation is established based on the conversation log stored in the message log 211 and the currently uttered content. For example, the received message packet 30
If the message type 301 of “0” is “sorry” (a message type indicating that the contents of the conversation can be understood but the user does not have the processing capability), the corresponding response ID is read from the message log 211. Has the previous conversation I
With reference to the message type of the message having D, if it is a message type such as "ask-if" (a message type for inquiring the processing capacity of the other party), it is determined that there is no problem if the message type is established as a conversation. "sorry"
If it is determined that the message type cannot be established as a conversation such as
Processing such as sending a message packet of “error” (message type indicating an error) to the sender 303 of 0 is performed.

【0078】会話として成立すると判断された場合、メ
ッセージ・パケット300は、会話スレッド207から
プロトコル・マネジャ230を介してレシーバ303に
指定されたノードに対し送信する。このとき、プロトコ
ル・マネジャ230は、接続するネットワークの種類に
応じたプロトコルに変換するため、エージェント・コミ
ュニケーション・システム200は、ネットワーク・プ
ロトコルを意識せずにメッセージ・パケット300の送
受信をすることができる。
When it is determined that the conversation is established, the message packet 300 is transmitted from the conversation thread 207 to the node designated as the receiver 303 via the protocol manager 230. At this time, since the protocol manager 230 converts the message into a protocol according to the type of the network to be connected, the agent communication system 200 can transmit and receive the message packet 300 without being aware of the network protocol. .

【0079】次に図8、9を参照して、この送出された
メッセージ・パケット300を受領したノードにおける
各コンポーネントの動作状態を説明する。
Next, with reference to FIGS. 8 and 9, the operation state of each component in the node that has received the transmitted message packet 300 will be described.

【0080】プロトコル・マネジャ230からメッセー
ジ・パケット300を受領したエージェント・コミュニ
ケーション言語マネジャ203は、"handleMessage"に
よって呼ばれたことから、受領したメッセージ・パケッ
ト300が受話のためのメッセージ・パケットであると
判断し、会話スレッド制御部205に処理を依頼する。
本発明の好適な実施例においてはプロトコル・マネジャ
230は、エージェント・コミュニケーション言語マネ
ジャ203が内部的にインスタンシエートしているの
で、エージェント・コミュニケーション言語マネジャ2
03の存在を知っており、流れてきたデータをエージェ
ント・コミュニケーション言語マネジャ203に渡すこ
とができる。
The agent communication language manager 203, which has received the message packet 300 from the protocol manager 230, is called by "handleMessage", and thus determines that the received message packet 300 is a message packet for receiving. It determines and requests the conversation thread control unit 205 for processing.
In the preferred embodiment of the present invention, protocol manager 230 includes agent communication language manager 2 since agent communication language manager 203 is internally instantiated.
03 knows its existence and can pass the flowing data to the agent communication language manager 203.

【0081】会話スレッド制御部205は、メッセージ
・パケット300に含まれる応答ID307を参照し、
既に生成されている会話スレッドに処理を依頼すべきも
のか否か判断する。会話スレッド制御部205が、新た
な会話であると判断した場合には、会話スレッド207
を新たに生成し、処理を会話スレッド207に移す。
The conversation thread control unit 205 refers to the response ID 307 included in the message packet 300,
It is determined whether the conversation thread that has already been generated should be requested to be processed. When the conversation thread control unit 205 determines that the conversation is a new conversation, the conversation thread 207
Is newly generated, and the process is moved to the conversation thread 207.

【0082】応答ID307に対応する会話スレッド2
07が存在している場合、会話スレッド制御部205
は、新たな会話ではないと判断し、対応する会話スレッ
ド207に処理を移す。
The conversation thread 2 corresponding to the response ID 307
07 exists, the conversation thread control unit 205
Determines that the conversation is not a new conversation, and shifts the processing to the corresponding conversation thread 207.

【0083】メッセージ・ログ211は、会話スレッド
207に送られたメッセージ・パケット300を記憶す
る。
The message log 211 stores the message packet 300 sent to the conversation thread 207.

【0084】会話内容監視部用ローダ215は、メッセ
ージ・パケット300のメッセージ・タイプ301に応
じた会話内容監視部217を呼び出す。
The conversation content monitor loader 215 calls the conversation content monitor 217 corresponding to the message type 301 of the message packet 300.

【0085】会話内容監視部217は、メッセージ・ロ
グ211に格納された会話のログと現在の発話されてい
る内容から会話が成立するかどうかのポリシー・チェッ
クを行う。
The conversation content monitoring unit 217 performs a policy check on whether or not a conversation is established based on the conversation log stored in the message log 211 and the currently uttered contents.

【0086】会話として成立すると判断された場合、会
話スレッド207は、インタプリタ用ローダ223に処
理を移す。インタプリタ用ローダ223は、メッセージ
・パケット300のエージェント・コミュニケーション
言語を把握し、また、メッセージ・パケット300に含
まれる記述言語タイプ311、オントロジー313に対
応するインタプリタが図10に示すようなインタプリタ
管理テーブル350に登録されているか否かを判断す
る。
When it is determined that the conversation is established, the conversation thread 207 shifts the processing to the interpreter loader 223. The interpreter loader 223 grasps the agent communication language of the message packet 300. The interpreter corresponding to the description language type 311 and the ontology 313 included in the message packet 300 has an interpreter management table 350 as shown in FIG. It is determined whether or not it has been registered.

【0087】もし、受領したメッセージ・パケット30
0のエージェント・コミュニケーション言語、記述言語
タイプ311、オントロジー313に対応するインタプ
リタがインタプリタ管理テーブル350に登録されてい
る場合には、そのインタプリタを使用してコンテント3
15の解釈を行う。受領したメッセージ・パケット30
0のエージェント・コミュニケーション言語、記述言語
タイプ311、オントロジー313に対応するインタプ
リタがインタプリタ管理テーブル350に登録されてい
ない場合、本発明の好適な実施例においては、システム
の管理する(アクセス可能な)インタプリタ・ライブラ
リにその組み合わせに対応するインタプリタが存在する
か否かを判断する。
If the received message packet 30
If an interpreter corresponding to the agent communication language 0, the description language type 311 and the ontology 313 is registered in the interpreter management table 350, the content 3 is used by using the interpreter.
Perform 15 interpretations. Message packet 30 received
If the interpreters corresponding to the agent communication language 0, the description language type 311, and the ontology 313 are not registered in the interpreter management table 350, in the preferred embodiment of the present invention, an interpreter managed (accessible) by the system is used. -Determine whether an interpreter corresponding to the combination exists in the library.

【0088】存在した場合には、インタプリタ管理テー
ブル350に登録を行い、そのインタプリタを使用して
コンテント315の解釈を行う。エージェント・コミュ
ニケーション言語、記述言語タイプ311、オントロジ
ー313の組み合わせに対応するインタプリタがインタ
プリタ・ライブラリに存在しない場合は、記述言語タイ
プ311、オントロジー313の組み合わせに対応する
インタプリタがインタプリタ・ライブラリに存在するか
否かを判断する。存在しない場合には、処理不能として
処理する。本発明の好適な実施例においては、オントロ
ジーは階層構造によって対応付けられており、最も対応
関係の深いオントロジーのインタプリタを使用すること
もできる。
If the content exists, the content is registered in the interpreter management table 350, and the interpreter 315 is used to interpret the content 315. When an interpreter corresponding to the combination of the agent communication language, the description language type 311 and the ontology 313 does not exist in the interpreter library, whether or not an interpreter corresponding to the combination of the description language type 311 and the ontology 313 exists in the interpreter library. Judge. If it does not exist, it is processed as unprocessable. In the preferred embodiment of the present invention, the ontologies are associated by a hierarchical structure, and an interpreter of the ontology with the highest correspondence may be used.

【0089】存在した場合には、コンテント315を発
見されたインタプリタのエージェント・コミュニケーシ
ョン言語に翻訳すべく、トランスレータ用ローダ219
に処理を移す。トランスレータ用ローダ219は、図1
1に示すようなトランスレータ管理テーブル340を参
照し、要求された翻訳を実行可能なトランスレータが存
在するか否か判断する。本発明の好適な実施例におい
て、存在しない場合は、インタプリタの場合と同様にト
ランスレータ・ライブラリを探索して、テーブルへの登
録を行い、翻訳されたコンテント315を選択されたイ
ンタプリタによって処理する。存在しない場合には、処
理不能として処理する。
If it exists, the translator loader 219 is used to translate the content 315 into the agent communication language of the found interpreter.
Transfer processing to The translator loader 219 is shown in FIG.
With reference to the translator management table 340 as shown in FIG. In the preferred embodiment of the present invention, if not present, the translator library is searched, registered in a table, and the translated content 315 is processed by the selected interpreter, as in the case of the interpreter. If it does not exist, it is determined that processing is impossible.

【0090】本発明の好適な実施例において、インタプ
リタ225の解釈した結果は、エージェント231に伝
達され、コンテント315に記載されたインストラクシ
ョンの内容に応じた処理を行う。このコンテント315
の内容によっては、会話スレッドを消滅させる処理を行
ったり、新たな発話を開始する処理に移行したり、新た
にエージェントを生成する処理を行ったりする。本発明
の好適な実施例においてインタプリタ225は、処理を
会話スレッド207に戻す。会話スレッド207は、次
のメッセージ・パケットを受領するまで待機する。
In the preferred embodiment of the present invention, the result interpreted by the interpreter 225 is transmitted to the agent 231 and performs processing according to the content of the instruction described in the content 315. This content 315
Depending on the contents of the process, a process for extinguishing the conversation thread is performed, a process for starting a new utterance is performed, and a process for newly generating an agent is performed. In the preferred embodiment of the present invention, interpreter 225 returns processing to conversation thread 207. The conversation thread 207 waits until receiving the next message packet.

【0091】会話は、従来のプロシージュアルなシステ
ムにおけるAPI呼び出しの多くとは異なり、非同期に行
われので、何らかの発話が送り手から受け手へ送られて
も受け手はいつ返事を返すかはわからない。受け手の持
っている情報が他の外力(他のエージェントの働きかけ
など)によって変更されたタイミングで返事が発せられ
るかもしれない。その場合も、返事はメッセージ・パケ
ット300として送られる。会話のスレッド207は、
その会話の続行となる返事が返ってくるまでは、wait()
で待ち続けている。この"wait()"は会話スレッド20
7を待ち状態にし、他から"notify()"などの関数(メソ
ッド)によって起こされる(ウエイクアップされる)のを
待機するためのメソッドである。返事が返ってくるとエ
ージェント・システム200にメッセージが渡される。
そして、そのメッセージが既存の会話の後続のメッセー
ジであることが判明すると、休止していた会話のスレッ
ドが起こされメッセージが渡される。
[0091] Unlike many API calls in conventional procedural systems, conversations occur asynchronously, so that even if any utterance is sent from the sender to the recipient, the recipient does not know when to reply. A reply may be issued when the information held by the recipient is changed by another external force (such as the action of another agent). Again, the reply is sent as a message packet 300. The conversation thread 207 is
Wait () until a response is returned that will continue the conversation
Waiting at. This "wait ()" is a conversation thread 20
This is a method for putting 7 in a wait state and waiting for being woken up (woken up) by a function (method) such as "notify ()". When a reply is returned, a message is passed to the agent system 200.
If the message turns out to be a message following the existing conversation, the thread of the paused conversation is awakened and the message is passed.

【0092】本発明の好適な実施例において、エージェ
ント231が、過去に発話し、その答を待っている場
合、その会話はエージェント・コミュニケーション・シ
ステム200経由で発話(エージェント・コミュニケー
ション・システム200に"sendMessage"を送出)して
おり、"sendMessage"の戻り値として"Conversation"オ
ブジェクトが返される。この"Conversation"オブジェク
トには、"Result"オブジェクトと呼ばれるステートを保
持するオブジェクトが関連付けられている。本発明の好
適な実施例において、エージェント231は、この"Res
ult"オブジェクトの保持するステートをポーリングをか
けることにより検査をすることによって、通知(Notific
ation) を受けることができる。
In the preferred embodiment of the present invention, if the agent 231 has spoken in the past and is waiting for an answer, the conversation is uttered via the agent communication system 200 (to the agent communication system 200). sendMessage "), and a" Conversation "object is returned as the return value of" sendMessage ". The "Conversation" object is associated with an object that holds a state called a "Result" object. In the preferred embodiment of the present invention, the agent 231
ult "object by notifying it by polling its state.
ation).

【0093】本発明の好適な実施例においては、本発明
の会話部品であるエージェント・コミュニケーション・
システム200をエージェント201に提供するため、
JDK(Java(R) Development Ki
t:Java(R)は、サンマイクロシステムズ社の商
標)を用いてコーディングしており、
In the preferred embodiment of the present invention, the agent communication agent which is a conversation component of the present invention is used.
To provide the system 200 to the agent 201,
JDK (Java (R) Development Ki
t: Java® is coded using Sun Microsystems, Inc.)

【表1】aclManager = new ACLManager(agentName, pro
tocolName, port);
[Table 1] aclManager = new ACLManager (agentName, pro
tocolName, port);

【0094】とACLManagerをインスタンシエートするだ
けで本発明のエージェント・コミュニケーション・シス
テム200をエージェント201に提供することができ
る。
The agent communication system 200 of the present invention can be provided to the agent 201 only by instantiating the ACLManager.

【0095】また、発話するに際しては、例えば、kqml
オブジェクトを用意し、
When speaking, for example, kqml
Prepare the object,

【表2】 ConversationThread conv = (ConversationThread) aManager.sendMessage(kqml);[Table 2] ConversationThread conv = (ConversationThread) aManager.sendMessage (kqml);

【0096】とするだけで発話を行うことができる。Speaking can be performed simply by performing

【0097】さらに返事を待つ場合には、When waiting for a reply,

【表3】 [Table 3]

【0098】とポーリングするだけである。実際に、返
ってきた返事または、相手から発話された内容は、デフ
ォルトのエージェント・コミュニケーション・システム
200内のインタプリタが正しく解釈実行する。
Only polling is performed. In fact, the returned reply or the content uttered by the other party is correctly interpreted and executed by the interpreter in the default agent communication system 200.

【0099】以上説明した本発明の好適な実施例におい
ては、解釈実行部品の各種管理テーブルへの登録を実行
時に行っているが、実行時には行わず、始動時にのみ解
釈実行部品のディレクトリーを走査し、どのような解釈
実行部品が存在するか検査し、解釈実行部品テーブルを
作成し管理してもよい。
In the preferred embodiment of the present invention described above, the registration of the interpretation execution part in the various management tables is performed at the time of execution. However, the registration is not performed at the time of execution, and the directory of the interpretation execution part is scanned only at the time of startup. It is also possible to examine what interpretation execution component is present and create and manage an interpretation execution component table.

【0100】また、メッセージ・パケット300がノー
ド間を移動する形式を採用しているが、図12、13に
示すように、メッセージ・パケット300を移動エージ
ェント233に添付して送付することもできる。かかる
場合、移動エージェント233はメッセージ・パケット
300を保持しつつ、複数のプレースを渡り歩き、会話
を行い、また、その処理結果を使用して他のプレースで
会話を行うこと等の複雑な作業をすることも可能とな
る。
Although the format in which the message packet 300 moves between nodes is adopted, the message packet 300 can be attached to the mobile agent 233 and sent as shown in FIGS. In such a case, the mobile agent 233 performs complicated operations such as walking across a plurality of places while holding the message packet 300 and having a conversation, and using the processing result to have a conversation at another place. It is also possible.

【0101】移動エージェントがネットワーク上を移動
する場合、図14に示されるステップを実行することに
よって移動を可能になる。
When the mobile agent moves on the network, it can be moved by executing the steps shown in FIG.

【0102】[0102]

【発明の効果】以上説明したように、本発明によれば、
エージェント(移動エージェントまたは常駐エージェン
ト)にコミュニケーションを行わせるに際して、人間に
とって直感的に判りやすいエージェント・コミュニケー
ション言語を用いて会話を行うことのできるコミュニケ
ーション・システムを提供することができる。
As described above, according to the present invention,
When an agent (mobile agent or resident agent) performs communication, it is possible to provide a communication system capable of conducting a conversation using an agent communication language which is intuitively understandable to humans.

【0103】本発明の一態様においては、不要な判断ロ
ジックを削減し、高速処理を可能としたメッセージ処理
システムを提供することができる。
In one embodiment of the present invention, it is possible to provide a message processing system in which unnecessary determination logic is reduced and high-speed processing is enabled.

【0104】本発明の一態様においては、エージェント
が様々なエージェント・コミュニケーション言語やコミ
ュニケーション・プロトコルを意識せずにコミュニケー
ションを行うことのできるコミュニケーション・システ
ムを提供することができる。
According to one aspect of the present invention, it is possible to provide a communication system in which an agent can communicate without being conscious of various agent communication languages and communication protocols.

【0105】本発明の一態様においては、高速な並列会
話処理を実現したコミュニケーション・システムを提供
することができる。
According to one embodiment of the present invention, a communication system that realizes high-speed parallel conversation processing can be provided.

【0106】本発明の一態様においては、エージェント
間のコミュニケーションをサポートするに際し、プログ
ラマの開発や保守に要する労力及び時間を可能な限り軽
減することができる。
In one aspect of the present invention, in supporting communication between agents, the effort and time required for development and maintenance of a programmer can be reduced as much as possible.

【0107】本発明の一態様においては、エージェント
間の会話に柔軟に対応することができるコミュニケーシ
ョン・システムを提供することができる。
According to one aspect of the present invention, it is possible to provide a communication system that can flexibly cope with a conversation between agents.

【0108】本発明の一態様においては、通信システム
への負担が少ないメッセージ処理システムを提供するこ
とができる。
[0108] In one embodiment of the present invention, a message processing system with a small load on a communication system can be provided.

【0109】[0109]

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

【図1】 本発明の移動エージェントが動作する分散ネ
ットワーク環境を示す図である。
FIG. 1 is a diagram showing a distributed network environment in which a mobile agent of the present invention operates.

【図2】 本発明におけるクライアントシステムまたは
サーバシステムのハードウェア構成の一実施例を示すブ
ロック図である。
FIG. 2 is a block diagram illustrating an embodiment of a hardware configuration of a client system or a server system according to the present invention.

【図3】 本発明のクライアントサイトまたはサーバサ
イトにおける処理要素の一実施例を示すブロック図であ
る。
FIG. 3 is a block diagram showing one embodiment of a processing element in a client site or a server site of the present invention.

【図4】 本発明のメッセージ・パケットの一例を示す
概念図である。
FIG. 4 is a conceptual diagram showing an example of a message packet according to the present invention.

【図5】 本発明のクライアント(またはサーバ)サイ
トにおける処理要素の一実施例を示すブロック図であ
る。
FIG. 5 is a block diagram showing one embodiment of a processing element in a client (or server) site of the present invention.

【図6】 本発明の好適な実施例におけるコンポーネン
ト間のオブジェクト・インタラクション・ダイアグラム
である。
FIG. 6 is an object interaction diagram between components in a preferred embodiment of the present invention.

【図7】 本発明の好適な実施例における会話内容監視
部品管理テーブルを示す概念図である。
FIG. 7 is a conceptual diagram showing a conversation content monitoring component management table in a preferred embodiment of the present invention.

【図8】 本発明のサーバ(またはクライアント)サイ
トにおける処理要素の一実施例を示すブロック図であ
る。
FIG. 8 is a block diagram showing one embodiment of a processing element in a server (or client) site of the present invention.

【図9】 本発明の好適な実施例におけるコンポーネン
ト間のオブジェクト・インタラクション・ダイアグラム
である。
FIG. 9 is an object interaction diagram between components in a preferred embodiment of the present invention.

【図10】 本発明の好適な実施例におけるインタプリ
タ管理テーブルを示す概念図である。
FIG. 10 is a conceptual diagram showing an interpreter management table in a preferred embodiment of the present invention.

【図11】 本発明の好適な実施例におけるトランスレ
ータ管理テーブルを示す概念図である。
FIG. 11 is a conceptual diagram showing a translator management table in a preferred embodiment of the present invention.

【図12】 本発明のクライアント(またはサーバ)サ
イトにおける処理要素の一実施例を示すブロック図であ
る。
FIG. 12 is a block diagram showing one embodiment of a processing element in a client (or server) site of the present invention.

【図13】 本発明のサーバ(またはクライアント)サ
イトにおける処理要素の一実施例を示すブロック図であ
る。
FIG. 13 is a block diagram showing one embodiment of a processing element in a server (or client) site of the present invention.

【図14】 本発明のエージェント・コミュニケーショ
ン・システムをネットワーク上移動させる場合の処理手
順の一実施例を示すフローチャートである。
FIG. 14 is a flowchart showing an embodiment of a processing procedure when the agent communication system of the present invention is moved on a network.

【図15】 本発明の好適な実施例におけるコンポーネ
ント間のオブジェクト・インタラクション・ダイアグラ
ムである。
FIG. 15 is an object interaction diagram between components in a preferred embodiment of the present invention.

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

100 ノード・システム 200 エージェント・コミュニケーション・システム 203 エージェント・コミュニケーション言語マネジ
ャ 205 会話スレッド制御部 207 会話スレッド 211 メッセージ・ログ 213 IDジェネレータ 215 会話内容監視部用ローダ 217 会話内容監視部 219 トランスレータ用ローダ 221 トランスレータ 223 インタプリタ用ローダ 225 インタプリタ
Reference Signs List 100 node system 200 agent communication system 203 agent communication language manager 205 conversation thread control unit 207 conversation thread 211 message log 213 ID generator 215 conversation content monitoring unit loader 217 conversation content monitoring unit 219 translator loader 221 translator 223 Loader for interpreter 225 Interpreter

フロントページの続き (72)発明者 中 田 章 文 神奈川県大和市下鶴間1623番地14 日本ア イ・ビー・エム株式会社 大和事業所内 (72)発明者 槌 谷 一 神奈川県大和市下鶴間1623番地14 日本ア イ・ビー・エム株式会社 大和事業所内 (72)発明者 古 澤 修 神奈川県大和市下鶴間1623番地14 日本ア イ・ビー・エム株式会社 大和事業所内 (72)発明者 鈴 木 俊 宏 神奈川県大和市下鶴間1623番地14 日本ア イ・ビー・エム株式会社 大和事業所内 Fターム(参考) 5B045 BB28 BB42 GG01 Continued on the front page (72) Akira Nakata, Inventor 1623-14 Shimotsuruma, Yamato-shi, Kanagawa Prefecture Inside the Yamato Office of IBM Japan, Ltd. 14 Yamato Office of IBM Japan, Ltd. (72) Inventor Osamu Furusawa 1623 Shimotsuruma, Yamato City, Kanagawa Prefecture Hiroshi 1623-14 Shimotsuruma, Yamato-shi, Kanagawa Japan IBM Japan, Ltd. Yamato Office F-term (reference) 5B045 BB28 BB42 GG01

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】複数のスレッドと前記複数のスレッドを制
御可能なスレッド制御部を含む会話部品オブジェクトを
有し、ネットワークを介して他のメッセージ処理装置に
メッセージを送出可能なメッセージ処理装置で実行され
るメッセージ処理方法であって、 (a)前記複数のスレッドを停止する段階と、 (b)前記会話部品オブジェクトを前記ネットワークを
介して他のプレースに送出する段階と、 (c)前記他のメッセージ処理装置において、前記複数
のスレッドを再開する段階と、 を含むメッセージ処理方法
1. A message processing device having a conversation component object including a plurality of threads and a thread control unit capable of controlling the plurality of threads, and being executed by a message processing device capable of sending a message to another message processing device via a network. (A) stopping the plurality of threads; (b) sending the conversation part object to another place via the network; and (c) the other message. A message processing method comprising: resuming the plurality of threads in a processing device.
JP2002042589A 2002-02-20 2002-02-20 Message processing method Pending JP2002324055A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002042589A JP2002324055A (en) 2002-02-20 2002-02-20 Message processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002042589A JP2002324055A (en) 2002-02-20 2002-02-20 Message processing method

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP15242697A Division JP3883647B2 (en) 1997-06-10 1997-06-10 Message processing method, message processing apparatus, and storage medium for storing program for controlling message processing

Publications (1)

Publication Number Publication Date
JP2002324055A true JP2002324055A (en) 2002-11-08

Family

ID=19192736

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002042589A Pending JP2002324055A (en) 2002-02-20 2002-02-20 Message processing method

Country Status (1)

Country Link
JP (1) JP2002324055A (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007030727A3 (en) * 2005-09-09 2007-05-03 Microsoft Corp Thread navigation
US8402096B2 (en) 2008-06-24 2013-03-19 Microsoft Corporation Automatic conversation techniques
US8799808B2 (en) 2003-07-01 2014-08-05 Microsoft Corporation Adaptive multi-line view user interface
US9665850B2 (en) 2008-06-20 2017-05-30 Microsoft Technology Licensing, Llc Synchronized conversation-centric message list and message reading pane
US10248687B2 (en) 2005-09-12 2019-04-02 Microsoft Technology Licensing, Llc Expanded search and find user interface
US10437431B2 (en) 2004-08-16 2019-10-08 Microsoft Technology Licensing, Llc Command user interface for displaying selectable software functionality controls
US10445114B2 (en) 2008-03-31 2019-10-15 Microsoft Technology Licensing, Llc Associating command surfaces with multiple active components
US10482637B2 (en) 2006-06-01 2019-11-19 Microsoft Technology Licensing, Llc Modifying and formatting a chart using pictorially provided chart elements
US10482429B2 (en) 2003-07-01 2019-11-19 Microsoft Technology Licensing, Llc Automatic grouping of electronic mail
US10521081B2 (en) 2004-08-16 2019-12-31 Microsoft Technology Licensing, Llc User interface for displaying a gallery of formatting options
US10521073B2 (en) 2007-06-29 2019-12-31 Microsoft Technology Licensing, Llc Exposing non-authoring features through document status information in an out-space user interface
US10635266B2 (en) 2004-08-16 2020-04-28 Microsoft Technology Licensing, Llc User interface for displaying selectable software functionality controls that are relevant to a selected object
US10642927B2 (en) 2007-06-29 2020-05-05 Microsoft Technology Licensing, Llc Transitions between user interfaces in a content editing application

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07182174A (en) * 1993-07-08 1995-07-21 General Magic Inc Execution method of remote programming

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07182174A (en) * 1993-07-08 1995-07-21 General Magic Inc Execution method of remote programming

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
MARKUS STRASSER ET AL.: "Mole - A Java Based Mobile Agent System", PROCEEDINGS OF THE ECOOP'96 WORKSHOP ON MOBILE OBJECT SYSTEMS, JPN4006000880, 1996, pages 28 - 35, ISSN: 0000729651 *
加藤和彦,野田晴義: "モーバイル・エージェントにおける擬人化インターフェース", 第53回(平成8年後期)全国大会講演論文集(4), CSNG200200784001, 6 September 1996 (1996-09-06), pages 4 - 169, ISSN: 0000729650 *
吉江正樹外: "モバイルエージェントによるバックグランドジョブ処理", 電子情報通信学会技術研究報告, vol. 第96巻,第346号, CSNG199800371001, 2 November 1996 (1996-11-02), pages 1 - 8, ISSN: 0000729649 *

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8799808B2 (en) 2003-07-01 2014-08-05 Microsoft Corporation Adaptive multi-line view user interface
US10482429B2 (en) 2003-07-01 2019-11-19 Microsoft Technology Licensing, Llc Automatic grouping of electronic mail
US10521081B2 (en) 2004-08-16 2019-12-31 Microsoft Technology Licensing, Llc User interface for displaying a gallery of formatting options
US10635266B2 (en) 2004-08-16 2020-04-28 Microsoft Technology Licensing, Llc User interface for displaying selectable software functionality controls that are relevant to a selected object
US10437431B2 (en) 2004-08-16 2019-10-08 Microsoft Technology Licensing, Llc Command user interface for displaying selectable software functionality controls
US9542667B2 (en) 2005-09-09 2017-01-10 Microsoft Technology Licensing, Llc Navigating messages within a thread
KR101298461B1 (en) * 2005-09-09 2013-08-23 마이크로소프트 코포레이션 Thread navigation
WO2007030727A3 (en) * 2005-09-09 2007-05-03 Microsoft Corp Thread navigation
US10248687B2 (en) 2005-09-12 2019-04-02 Microsoft Technology Licensing, Llc Expanded search and find user interface
US10482637B2 (en) 2006-06-01 2019-11-19 Microsoft Technology Licensing, Llc Modifying and formatting a chart using pictorially provided chart elements
US10521073B2 (en) 2007-06-29 2019-12-31 Microsoft Technology Licensing, Llc Exposing non-authoring features through document status information in an out-space user interface
US10642927B2 (en) 2007-06-29 2020-05-05 Microsoft Technology Licensing, Llc Transitions between user interfaces in a content editing application
US10592073B2 (en) 2007-06-29 2020-03-17 Microsoft Technology Licensing, Llc Exposing non-authoring features through document status information in an out-space user interface
US10445114B2 (en) 2008-03-31 2019-10-15 Microsoft Technology Licensing, Llc Associating command surfaces with multiple active components
US9665850B2 (en) 2008-06-20 2017-05-30 Microsoft Technology Licensing, Llc Synchronized conversation-centric message list and message reading pane
US10997562B2 (en) 2008-06-20 2021-05-04 Microsoft Technology Licensing, Llc Synchronized conversation-centric message list and message reading pane
US8402096B2 (en) 2008-06-24 2013-03-19 Microsoft Corporation Automatic conversation techniques
US9338114B2 (en) 2008-06-24 2016-05-10 Microsoft Technology Licensing, Llc Automatic conversation techniques

Similar Documents

Publication Publication Date Title
JP3883647B2 (en) Message processing method, message processing apparatus, and storage medium for storing program for controlling message processing
JP3954689B2 (en) Message processing method, message processing apparatus, and storage medium for storing program for controlling message processing
US6378001B1 (en) Collaborative framework with shared objects
JP3229240B2 (en) Message processing method, message processing device, and storage medium for storing program for controlling message processing
US7702729B2 (en) Event heap: a coordination infrastructure for dynamic heterogeneous application interactions in ubiquitous computing environments
JP4762467B2 (en) Method and apparatus for activity-based collaboration by a computer system with a dynamics manager
JP3943543B2 (en) System and method for providing dialog management and arbitration in a multimodal environment
US5941945A (en) Interest-based collaborative framework
Carr et al. HOST-HOST communication protocol in the ARPA network
US6567848B1 (en) System for coordinating communication between a terminal requesting connection with another terminal while both terminals accessing one of a plurality of servers under the management of a dispatcher
US6192419B1 (en) Collaborative framework for disparate application programs
JP2002324055A (en) Message processing method
JP2003526837A (en) Method and apparatus for ranking data change requests and maintaining data consistency in a distributed computer system equipped with active collaboration
JP2003536123A (en) Method and apparatus for activity-based collaboration by a computer system with a communication manager
JP2001092709A (en) Client server system, object pool, method for pooling object, storage medium and program transmitting device
KR19980086598A (en) An information processing method using e-mail, and a storage medium storing the information processing device and the information processing device control program
JP2007531092A (en) Existence-based system management information routing system
CN113111666A (en) System and method for realizing multi-language translation of application program
El Saddik et al. JASMINE: Java application sharing in multiuser interactive environments
GB2338575A (en) Message handling
JPH10283241A (en) Maintenance system for monitor system
JP2004145377A (en) Communication method and communication system
Park et al. Efficient message transport interface between agent framework and event service
JP2001290785A (en) Method for constructing orb system and agent system
JP2000172593A (en) Information processing method and device using electronic mail and storage medium storing control program of information processing device

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050607

A601 Written request for extension of time

Free format text: JAPANESE INTERMEDIATE CODE: A601

Effective date: 20050826

RD12 Notification of acceptance of power of sub attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7432

Effective date: 20050826

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20050826

A602 Written permission of extension of time

Free format text: JAPANESE INTERMEDIATE CODE: A602

Effective date: 20050930

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20051130

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20051227

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060314

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20060418

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060621

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20060818

A912 Re-examination (zenchi) completed and case transferred to appeal board

Free format text: JAPANESE INTERMEDIATE CODE: A912

Effective date: 20060908

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090317

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20090529

RD12 Notification of acceptance of power of sub attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7432

Effective date: 20090609

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20090609

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090810

RD14 Notification of resignation of power of sub attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7434

Effective date: 20091007