JP2002108838A - Device and method for carrying out agent - Google Patents

Device and method for carrying out agent

Info

Publication number
JP2002108838A
JP2002108838A JP2000302941A JP2000302941A JP2002108838A JP 2002108838 A JP2002108838 A JP 2002108838A JP 2000302941 A JP2000302941 A JP 2000302941A JP 2000302941 A JP2000302941 A JP 2000302941A JP 2002108838 A JP2002108838 A JP 2002108838A
Authority
JP
Japan
Prior art keywords
agent
processing
processing procedure
task
application server
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
JP2000302941A
Other languages
Japanese (ja)
Inventor
Kaori Fujinami
香織 藤波
Ritsuo Shioiri
律雄 塩入
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.)
NTT Comware Corp
Original Assignee
NTT Comware 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 NTT Comware Corp filed Critical NTT Comware Corp
Priority to JP2000302941A priority Critical patent/JP2002108838A/en
Publication of JP2002108838A publication Critical patent/JP2002108838A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a diffused transaction type integrated service which facilitates the generation of a task requiring transaction processing and the processing change of a task and allows an agent to issue commit and roll back autonomously. SOLUTION: In advance of carrying out an agent AG, a processing procedure file FL which is constituted separately from the agent AG to write a processing order is referred to and the agent AG is started to be carried out along the processing procedure.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、エージェント実行
装置およびエージェント実行方法に係り、モバイルエー
ジェントを用いて分散トランザクション型統合サービス
を提供するためのエージェント実行装置およびエージェ
ント実行方法に関する。
The present invention relates to an agent execution device and an agent execution method, and more particularly to an agent execution device and an agent execution method for providing a distributed transaction type integrated service using a mobile agent.

【0002】[0002]

【従来の技術】[1]分散トランザクションシステム 従来において、分散トランザクション型サービスを実現
するための手法として、分散トランザクションシステム
が知られている。図6に分散トランザクションシステム
の概要構成を示す。以下の説明においては、第1データ
処理および第2データ処理に対応する二つのタスクを処
理する場合について説明する。分散トランザクションシ
ステム100は、ユーザ端末101と、アプリケーショ
ンサーバ102と、アプリケーションサーバ103と、
を備えて構成されている。
2. Description of the Related Art [1] Distributed transaction system Conventionally, a distributed transaction system has been known as a technique for realizing a distributed transaction service. FIG. 6 shows a schematic configuration of the distributed transaction system. In the following description, a case will be described in which two tasks corresponding to the first data processing and the second data processing are processed. The distributed transaction system 100 includes a user terminal 101, an application server 102, an application server 103,
It is provided with.

【0003】ユーザ端末101は、ユーザ105が入力
した第1タスクおよび第2タスクを含む一つのタスク処
理要求を受け付ける。ここで、第1タスクはアプリケー
ションサーバ102における第1データ処理に対応す
る。また、第2タスクは、アプリケーションサーバ10
3における第2データ処理に対応している。さらに、ユ
ーザ端末101のトランザクションマネージャ104
は、アプリケーションサーバ102あるいはアプリケー
ションサーバ103におけるデータ処理結果を管理す
る。次に トランザクションマネージャ104の動作に
ついて説明する。まず、トランザクションマネージャ1
04に、ユーザ105からタスク処理要求が入力される
(ステップS501)。トランザクションマネージャ1
04は、入力されたタスク処理要求に基づいて、第1ア
プリケーションサーバ102に第1タスクのデータ処理
要求を行う(ステップS502)。なお、このデータ処
理要求は、依頼が行われるだけであり、実際のデータ処
理が開始されるわけではない。
[0003] A user terminal 101 receives one task processing request including a first task and a second task input by a user 105. Here, the first task corresponds to first data processing in the application server 102. The second task is performed by the application server 10
3 corresponds to the second data processing. Further, the transaction manager 104 of the user terminal 101
Manages data processing results in the application server 102 or the application server 103. Next, the operation of the transaction manager 104 will be described. First, transaction manager 1
At 04, a task processing request is input from the user 105 (step S501). Transaction manager 1
04 issues a first task data processing request to the first application server 102 based on the input task processing request (step S502). It should be noted that this data processing request is only requested and does not actually start the data processing.

【0004】次にトランザクションマネージャ104
は、入力されたタスク処理要求に基づいて、第2アプリ
ケーションサーバ103に第2タスクのデータ処理要求
を行う(ステップS503)。なお、このデータ処理要
求も、依頼が行われるだけであり、実際のデータ処理が
開始されるわけではない。続いてトランザクションマネ
ージャ104は、第1アプリケーションサーバ102に
対し、第1タスクのデータ処理に必要な準備指示を行う
(ステップS504)。また、トランザクションマネー
ジャ104は、第2アプリケーションサーバ103に対
し、第2タスクのデータ処理に必要な準備指示を行う
(ステップS505)。
Next, the transaction manager 104
Sends a data processing request for the second task to the second application server 103 based on the input task processing request (step S503). It should be noted that this data processing request is also merely requested, and does not mean that actual data processing is started. Subsequently, the transaction manager 104 issues a preparation instruction necessary for data processing of the first task to the first application server 102 (step S504). Further, the transaction manager 104 issues a preparation instruction necessary for data processing of the second task to the second application server 103 (step S505).

【0005】さらにトランザクションマネージャ104
は、第1アプリケーションサーバ102に対し、第1タ
スクのデータ処理を委託するコミット指示を行う。これ
により第1アプリケーションサーバ102は、第1タス
クの処理を開始する。そして、第1アプリケーションサ
ーバ102は、第1タスクの処理結果をトランザクショ
ンマネージャ104に通知することとなる。同様にトラ
ンザクションマネージャ104は、第2アプリケーショ
ンサーバ103に対し、第2タスクのデータ処理を委託
するコミット指示を行う。これにより第2アプリケーシ
ョンサーバ103は、第2タスクの処理を開始する。そ
して、第2アプリケーションサーバ103は、第2タス
クの処理結果をトランザクションマネージャ104に通
知することとなる。これによりトランザクションマネー
ジャ104は、第1タスクおよび第2タスクの処理結果
をユーザ105に告示することとなる。
Further, the transaction manager 104
Sends a commit instruction to the first application server 102 to outsource data processing of the first task. Thereby, the first application server 102 starts the processing of the first task. Then, the first application server 102 notifies the transaction manager 104 of the processing result of the first task. Similarly, the transaction manager 104 instructs the second application server 103 to commit the data processing of the second task. Thereby, the second application server 103 starts the processing of the second task. Then, the second application server 103 notifies the transaction manager 104 of the processing result of the second task. As a result, the transaction manager 104 notifies the user 105 of the processing results of the first task and the second task.

【0006】以上の構成を採ることにより、分散トラン
ザクション処理が可能となる。上記処理におけるトラン
ザクションマネージャ104と、タスク処理ノードとし
て機能するアプリケーションサーバとの間の通信回数X
は、以下のようにして求められる。まず、タスク処理ノ
ード数をn(n≧2)とし、データ処理におけるメッセ
ージ数をm(m≧1)とする。さらに一つのタスクあた
り、各アプリケーションサーバに準備指示およびコミッ
ト指示の2回の通信が必要となる。従って、通信回数X
は、 X=(2+m)・n となる。
[0006] With the above configuration, distributed transaction processing becomes possible. Number of communication times X between the transaction manager 104 and the application server functioning as a task processing node in the above processing
Is obtained as follows. First, the number of task processing nodes is n (n ≧ 2), and the number of messages in data processing is m (m ≧ 1). Further, for each task, two communication of a preparation instruction and a commit instruction are required for each application server. Therefore, the number of communication times X
X = (2 + m) · n

【0007】[2]モバイルエージェントシステム 次にモバイルエージェントシステムについて説明する。
近年、インターネットの爆発的な普及に伴って、ネット
ワークの整備も進んできている。そして、このネットワ
ークを利用して人間を支援してくれる新しいコミュニケ
ーション手段として、エージェント通信が脚光を浴びて
いる。エージェント通信とは、エージェントという人間
の仕事を代行して処理を行うソフトウェア群が、相互に
協調して通信サービスを提供することをいう。したがっ
て、今までは、人間が介在して行っていた複雑な作業も
エージェントに依頼することにより、エージェントが代
行して作業を行うことが可能となる。このようなエージ
ェントを用いたエージェントシステムとしてモバイルエ
ージェントシステムが挙げられる。
[2] Mobile Agent System Next, a mobile agent system will be described.
In recent years, with the explosive spread of the Internet, the maintenance of networks has been progressing. Agent communication has been spotlighted as a new communication method that supports humans using this network. Agent communication refers to a group of software that performs processing on behalf of a human being, which is an agent, and provides communication services in cooperation with each other. Therefore, it is possible for the agent to perform the work on behalf of the agent by requesting the agent for the complicated work that has been performed by a human until now. As an agent system using such an agent, there is a mobile agent system.

【0008】図7にモバイルエージェントシステムの概
要構成を示す。以下の説明においては、第1データ処理
および第2データ処理に対応する二つのタスクを処理す
る場合について説明する。モバイルエージェントシステ
ム200は、ユーザ端末201と、アプリケーションサ
ーバ202と、アプリケーションサーバ203と、を備
えて構成されている。ユーザ端末201は、ユーザ20
5が入力した第1タスクおよび第2タスクを含む一つの
タスク処理要求を受け付ける。ここで、第1タスクはア
プリケーションサーバ202における第1データ処理に
対応する。また、第2タスクは、アプリケーションサー
バ203における第2データ処理に対応している。
FIG. 7 shows a schematic configuration of a mobile agent system. In the following description, a case will be described in which two tasks corresponding to the first data processing and the second data processing are processed. The mobile agent system 200 includes a user terminal 201, an application server 202, and an application server 203. The user terminal 201 is the user 20
5 receives one task processing request including the first task and the second task input. Here, the first task corresponds to first data processing in the application server 202. The second task corresponds to the second data processing in the application server 203.

【0009】さらに、ユーザ端末201はエージェント
を生成し、第1タスクおよび第2タスクの処理手順を記
載した処理手順ファイルFLを添付する。なお、処理手
順ファイルには、実際のタスク処理を行うタスク処理ノ
ード指定も含まれている。次にモバイルエージェントシ
ステム200の動作について説明する。まず、ユーザ端
末201に、ユーザ205からタスク処理要求が入力さ
れる(ステップS601)。ユーザ端末201は、入力
されたタスク処理要求に基づいて、エージェントAGを
生成する。そして、エージェントAGに行わせる処理手
順を記載した処理手順ファイルFLを生成する。生成し
た処理手順ファイルは、ユーザ端末201によりエージ
ェントAGに添付される。
Further, the user terminal 201 generates an agent, and attaches a processing procedure file FL describing a processing procedure of the first task and the second task. The processing procedure file also includes a task processing node designation for performing the actual task processing. Next, the operation of the mobile agent system 200 will be described. First, a task processing request is input from the user 205 to the user terminal 201 (step S601). The user terminal 201 generates an agent AG based on the input task processing request. Then, a processing procedure file FL describing a processing procedure to be performed by the agent AG is generated. The generated processing procedure file is attached to the agent AG by the user terminal 201.

【0010】続いてユーザ端末201は、エージェント
AGを実行する。これに伴ってエージェントAGは、処
理手順ファイルFLを参照する。そして、処理手順ファ
イルFLの参照結果から、エージェントAGは、最初の
移動先である第1アプリケーションサーバ202に処理
手順ファイルFLとともに、移動する(ステップS60
2)。これによりユーザ端末201は、第1アプリケー
ションサーバ202との間の通信を切断する。次に第1
アプリケーションサーバ202に移動したエージェント
AGは、第1アプリケーションサーバ202上で再び実
行状態となる。
Subsequently, the user terminal 201 executes the agent AG. Accordingly, the agent AG refers to the processing procedure file FL. Then, based on the reference result of the processing procedure file FL, the agent AG moves to the first destination, the first application server 202, together with the processing procedure file FL (step S60).
2). Thus, the user terminal 201 disconnects communication with the first application server 202. Then the first
The agent AG that has moved to the application server 202 is again running on the first application server 202.

【0011】そして、エージェントAGは、再び処理手
順ファイルFLを参照する。そして、処理手順ファイル
FLの参照結果から、第1アプリケーションサーバにお
いて、第1タスクのデータ処理を行う(ステップS60
3)。第1タスクのデータ処理が完了すると、エージェ
ントAGは、再び処理手順ファイルFLを参照する。そ
して、処理手順ファイルFLの参照結果から、エージェ
ントAGは、次の移動先である第2アプリケーションサ
ーバ302に処理手順ファイルFLとともに、移動する
(ステップS604)。これにより第1アプリケーショ
ンサーバ202は、第2アプリケーションサーバ203
との間の通信を切断する。次に第2アプリケーションサ
ーバ203に移動したエージェントAGは、第2アプリ
ケーションサーバ203上で再び実行状態となる。
Then, the agent AG refers to the processing procedure file FL again. Then, based on the reference result of the processing procedure file FL, the first application server performs data processing of the first task (step S60).
3). When the data processing of the first task is completed, the agent AG refers to the processing procedure file FL again. Then, based on the reference result of the processing procedure file FL, the agent AG moves to the next destination, the second application server 302, together with the processing procedure file FL (Step S604). As a result, the first application server 202 becomes the second application server 203
Disconnect communication with. Next, the agent AG that has moved to the second application server 203 is again running on the second application server 203.

【0012】そして、エージェントAGは、再び処理手
順ファイルFLを参照する。そして、処理手順ファイル
FLの参照結果から、第2アプリケーションサーバにお
いて、第2タスクのデータ処理を行う(ステップS60
5)。第2タスクのデータ処理が完了すると、エージェ
ントAGは、再び処理手順ファイルFLを参照する。そ
して、処理手順ファイルFLの参照結果から、エージェ
ントAGは、最後の移動先であるユーザ端末201にタ
スクの処理結果および処理手順ファイルFLとともに、
移動する(ステップS606)。これによりユーザ端末
201は、第1タスクおよび第2タスクの処理結果をユ
ーザ205に告示することとなる。以上の構成を採るこ
とにより、タスクの処理が可能となる。上記モバイルエ
ージェントシステムにおける通信回数Yは、以下のよう
にして求められる。
Then, the agent AG refers to the processing procedure file FL again. Then, based on the reference result of the processing procedure file FL, the second application server performs data processing of the second task (step S60).
5). When the data processing of the second task is completed, the agent AG refers to the processing procedure file FL again. Then, based on the reference result of the processing procedure file FL, the agent AG sends the task processing result and the processing procedure file FL to the user terminal 201 that is the last destination,
It moves (step S606). As a result, the user terminal 201 notifies the user 205 of the processing results of the first task and the second task. With the above configuration, task processing becomes possible. The number of communications Y in the mobile agent system is obtained as follows.

【0013】ここで、タスク処理ノード数をn(n≧
2)とすると、通信回数Yは、最後の処理ノードである
アプリケーションサーバから処理依頼ノードであるユー
ザ端末201への処理結果通知に伴う1回の通信を含
め、 Y=n+1 となる。本モバイルエージェントシステムによれば、エ
ージェントAGが移動先のアプリケーションサーバ上で
タスク処理を行う。従って、分散トランザクションシス
テムのようにデータ処理に伴うトランザクションマネー
ジャとアプリケーションサーバとの間の通信を行う必要
がない。この結果、上記従来の分散トランザクションシ
ステムにおいては、データ処理に係る通信量が多くなる
タスクの場合であっても、ネットワークの負荷を軽減す
ることができる。さらに処理依頼ノードであるユーザ端
末の負荷を低減することができる。上述したように、本
モバイルエージェントシステムによれば、ユーザ端末で
生成したエージェントがタスク処理ノードであるアプリ
ケーションサーバに移動した後は、ユーザ端末は通信を
切断することができ、通信コストの軽減を図れる。
Here, the number of task processing nodes is defined as n (n ≧ n).
Assuming 2), the number of communication times Y is Y = n + 1, including one communication associated with a processing result notification from the application server as the last processing node to the user terminal 201 as the processing request node. According to the mobile agent system, the agent AG performs a task process on the destination application server. Therefore, unlike the distributed transaction system, there is no need to perform communication between the transaction manager and the application server for data processing. As a result, in the above-described conventional distributed transaction system, the load on the network can be reduced even in the case of a task that involves a large amount of communication related to data processing. Further, the load on the user terminal, which is the processing request node, can be reduced. As described above, according to the present mobile agent system, after the agent generated by the user terminal moves to the application server that is the task processing node, the user terminal can disconnect the communication and reduce the communication cost. .

【0014】[0014]

【発明が解決しようとする課題】上記従来の分散トラン
ザクションシステムにおいては、TP(Transaction Pr
ocessing)モニタが提供するAPI(Application Prog
ramming Interface)を利用してトランザクション処理
が必要なタスク群への処理をプログラムとして記述して
いた。このため、トランザクション処理が必要なタスク
や当該タスクの処理変更を行うためには、トランザクシ
ョン処理プログラム自体を修正する必要があった。従っ
て、タスクの生成やタスクの処理変更を行うための開発
期間がかかってしまうという問題点があった。また、ト
ランザクション処理プログラムの保守性も高くないとい
う問題点があった。
In the above-mentioned conventional distributed transaction system, the TP (Transaction Pr
API (Application Prog) provided by monitor
Using a ramming interface), a process for a task group that requires transaction processing is described as a program. Therefore, in order to perform a task that requires transaction processing or to change the processing of the task, it is necessary to modify the transaction processing program itself. Therefore, there is a problem that a development period for generating a task or changing a process of the task is required. Another problem is that the maintainability of the transaction processing program is not high.

【0015】さらに上記従来のモバイルエージェントシ
ステムにおいては、トランザクション処理を処理手順フ
ァイルに記述することはできないという問題点があっ
た。そこで、本発明の目的は、トランザクション処理が
必要なタスクの生成やタスクの処理変更が容易であると
ともに、コミットやロールバックをエージェントが自律
的に発行することができ、分散トランザクション型統合
サービスを提供するることが可能なエージェント実行装
置およびエージェント実行方法を提供することにある。
Further, in the above-mentioned conventional mobile agent system, there is a problem that transaction processing cannot be described in a processing procedure file. Accordingly, an object of the present invention is to provide a distributed transaction-type integrated service, in which a task requiring transaction processing can be easily generated and task processing can be changed easily, and a commit or rollback can be issued autonomously by an agent. It is an object of the present invention to provide an agent execution device and an agent execution method that can perform the operation.

【0016】[0016]

【課題を解決するための手段】上記課題を解決するた
め、請求項1記載の構成は、 エージェントを実行する
エージェント実行装置において、前記エージェントの実
行に先だって、前記エージェントとは別体に構成され、
処理手順が記述された処理手順ファイルを参照する処理
手順ファイル参照部と、前記エージェントを起動して前
記処理手順に沿って実行するエージェント実行部と、を
備えたことを特徴としている。
According to a first aspect of the present invention, there is provided an agent execution device for executing an agent, wherein the agent execution device is configured separately from the agent prior to execution of the agent.
A processing procedure file reference unit that refers to a processing procedure file in which a processing procedure is described, and an agent execution unit that activates the agent and executes the processing in accordance with the processing procedure are provided.

【0017】請求項2記載の構成は、請求項1記載の構
成において、前記処理手順は、前記エージェントの移動
先の決定処理手順を含むことを特徴としている。
According to a second aspect of the present invention, in the configuration of the first aspect, the processing procedure includes a procedure for determining a destination of the agent.

【0018】請求項3記載の構成は、請求項1記載の構
成において、前記処理手順は、外部のタスク処理ノード
との連携処理手順を含むことを特徴としている。
According to a third aspect of the present invention, in the configuration of the first aspect, the processing procedure includes a cooperation processing procedure with an external task processing node.

【0019】請求項4記載の構成は、請求項1記載の構
成において、前記処理手順は、同一サービスを提供する
外部のタスク処理ノードが複数存在する場合に、前記複
数のタスク処理ノードにおける処理結果を集約するため
の集約処理手順を含むことを特徴としている。
According to a fourth aspect of the present invention, in the configuration of the first aspect, when the plurality of external task processing nodes that provide the same service are present, the processing result in the plurality of task processing nodes is provided. It is characterized by including an aggregation processing procedure for aggregating.

【0020】請求項5記載の構成は、請求項1記載の構
成において、前記処理手順は、正常時あるいは異常時に
行うべきイベントに対応するイベント処理手順を含むこ
とを特徴としている。
According to a fifth aspect of the present invention, in the configuration of the first aspect, the processing procedure includes an event processing procedure corresponding to an event to be performed in a normal state or an abnormal state.

【0021】請求項6記載の構成は、請求項1記載の構
成において、前記処理手順は、トランザクション処理を
行うためのトランザクション処理手順を含むことを特徴
としている。
According to a sixth aspect of the present invention, in the configuration of the first aspect, the processing procedure includes a transaction processing procedure for performing a transaction processing.

【0022】請求項7記載の構成は、請求項1ないし請
求項6のいずれかに記載の構成において、前記処理手順
ファイルには、前記エージェントが各タスク処理ノード
で処理すべき内容を表すコマンドと、前記コマンドに対
応し、かつ、前記エージェントが外部の複数のタスク処
理ノードと連携処理を行う場合に、いずれのタスク処理
ノードにおいても前記エージェントが参照可能となるグ
ローバル形式で記述されたパラメータと、が記述されて
いることを特徴としている。
According to a seventh aspect of the present invention, in the configuration according to any one of the first to sixth aspects, the processing procedure file includes a command indicating contents to be processed by each agent in each task processing node. In response to the command, and, when the agent performs cooperative processing with a plurality of external task processing nodes, a parameter described in a global format that can be referred to by the agent in any task processing node, Is described.

【0023】請求項8記載の構成は、請求項1ないし請
求項7のいずれかに記載の構成において、前記処理手順
ファイルは、テキストデータにより記述されていること
を特徴としている。
An eighth aspect of the invention is characterized in that, in the configuration of any one of the first to seventh aspects, the processing procedure file is described by text data.

【0024】請求項9記載の構成は、 エージェントを
実行するエージェント実行方法において、前記エージェ
ントの実行に先だって、前記エージェントとは別体に構
成され、処理手順が記述された処理手順ファイルを参照
し、前記エージェントを起動して前記処理手順に沿って
実行する、ことを特徴としている。
According to a ninth aspect of the present invention, in the agent execution method for executing an agent, prior to the execution of the agent, the agent refers to a processing procedure file which is configured separately from the agent and describes a processing procedure, The method is characterized in that the agent is activated and executed according to the processing procedure.

【0025】請求項10記載の構成は、請求項9記載の
構成において、前記処理手順に則して、前記エージェン
トの移動先を決定することを特徴としている。
According to a tenth aspect of the present invention, in the configuration of the ninth aspect, the destination of the agent is determined according to the processing procedure.

【0026】請求項11記載の構成は、請求項9記載の
構成において、前記処理手順に則して、外部のタスク処
理ノードとの連携処理を行うことを特徴としている。
[0027] According to a eleventh aspect of the present invention, in the configuration of the ninth aspect, cooperative processing with an external task processing node is performed in accordance with the processing procedure.

【0027】請求項12記載の構成は、請求項9記載の
構成において、前記処理手順に則して、同一サービスを
提供する外部のタスク処理ノードが複数存在する場合
に、前記複数のタスク処理ノードにおける処理結果を集
約することを特徴としている。
According to a twelfth aspect of the present invention, in the configuration of the ninth aspect, when there are a plurality of external task processing nodes providing the same service in accordance with the processing procedure, the plurality of task processing nodes Is characterized by aggregating the processing results in.

【0028】請求項13記載の構成は、請求項9記載の
構成において、前記処理手順に則して、正常時あるいは
異常時に行うべきイベントに対応するイベント処理を行
うことを特徴としている。
According to a thirteenth aspect of the present invention, in the configuration of the ninth aspect, an event process corresponding to an event to be performed at a normal time or an abnormal time is performed according to the processing procedure.

【0029】請求項14記載の構成は、請求項9記載の
構成において、前記処理手順に則して、トランザクショ
ン処理を行うことを特徴としている。
According to a fourteenth aspect of the present invention, in the configuration of the ninth aspect, a transaction process is performed in accordance with the processing procedure.

【0030】[0030]

【発明の実施の形態】次に本発明の好適な実施の形態に
ついて図面を参照して説明する。 [1]実施形態の構成 図1に実施形態のモバイルエージェントシステムの概要
構成ブロック図を示す。モバイルエージェントシステム
10は、大別すると、ユーザ端末(クライアント)11
と、ポータルサーバ12と、トランザクションマネージ
ャ13と、複数のアプリケーションサーバ14-1〜14
-xと、を備えて構成されている。ユーザ端末11は、対
応するユーザの要求をポータルサーバ12に送信する。
ポータルサーバ12は、統合サービス単位の処理手順
(シナリオ)および対応する入力データを処理手順ファ
イルとしてエージェントAGに添付し、エージェントA
Gを行動させる。また、ポータルサーバ12は、エージ
ェントAGの処理結果から最終結果ページを生成する。
さらにポータルサーバ12は、エージェントAGの処理
のタイマ監視およびロールバックの連動を行う。
Next, a preferred embodiment of the present invention will be described with reference to the drawings. [1] Configuration of Embodiment FIG. 1 shows a schematic configuration block diagram of a mobile agent system of the embodiment. The mobile agent system 10 is roughly divided into a user terminal (client) 11
, A portal server 12, a transaction manager 13, and a plurality of application servers 14-1 to 14
-x. The user terminal 11 transmits a corresponding user request to the portal server 12.
The portal server 12 attaches the processing procedure (scenario) for each integrated service and the corresponding input data to the agent AG as a processing procedure file,
Activate G. Further, the portal server 12 generates a final result page from the processing result of the agent AG.
Further, the portal server 12 performs timer monitoring and rollback of the processing of the agent AG.

【0031】さらにポータルサーバ12は、ユーザ端末
11からユーザの要求がなされると、当該要求に対応す
る処理手順ファイルFLを生成する。ここで、処理手順
ファイルFLは、生成したエージェントの移動、トラン
ザクションマネージャ13あるいは、アプリケーション
サーバ14-1〜14-xとの連携方法を定義している。ト
ランザクションマネージャ13は、ポータルサーバ12
と、アプリケーションサーバ14-1〜14-xとの間のト
ランザクション処理の管理を行う。アプリケーションサ
ーバ14-1〜14-xは、1業種に対して複数のアプリケ
ーションサービスプロバイダ(ASP)事業者により提
供される。アプリケーションサーバ14-1〜14-xは、
エージェントAGに対し、サービスをタスクとして提供
する。アプリケーションサーバ14-1〜14-xの提供サ
ービスの内容は、各アプリケーションサーバ14-1〜1
4-x間で共有される。
Further, when a user's request is made from the user terminal 11, the portal server 12 generates a processing procedure file FL corresponding to the request. Here, the processing procedure file FL defines a generated agent movement, a method of coordinating with the transaction manager 13 or the application servers 14-1 to 14-x. The transaction manager 13 is a portal server 12
And the transaction processing between the application servers 14-1 to 14-x. The application servers 14-1 to 14-x are provided by a plurality of application service providers (ASPs) for one business type. The application servers 14-1 to 14-x
The service is provided to the agent AG as a task. The contents of the services provided by the application servers 14-1 to 14-x are as follows.
Shared between 4-x.

【0032】次にエージェントAG、トランザクション
マネージャ13およびアプリケーションサーバの機能構
成について図2の機能構成図を参照して説明する。図2
においては、エージェントAGがアプリケーションサー
バ(APサーバ)14-1に移動した場合を例として説明
する。まず、エージェントAGの内部機能について図2
を参照して説明する。エージェントAGは、ユーザ端末
11から入力されたデータを入力データとして保持する
入力データ保持機能F1を有している。またエージェン
トAGは、アプリケーションサーバ14-1との連携処理
により得られたデータを結果データとして保持する結果
データ保持機能F2を有している。
Next, the functional configuration of the agent AG, the transaction manager 13, and the application server will be described with reference to the functional configuration diagram of FIG. FIG.
Will be described as an example in the case where the agent AG moves to the application server (AP server) 14-1. First, the internal function of the agent AG is shown in FIG.
This will be described with reference to FIG. The agent AG has an input data holding function F1 for holding data input from the user terminal 11 as input data. Further, the agent AG has a result data holding function F2 for holding data obtained by coordination processing with the application server 14-1 as result data.

【0033】さらにエージェントAGは、アプリケーシ
ョンサーバ14-1との連携時に処理内容(コマンドおよ
びパラメータ)をアプリケーションサーバ14-1側に送
信し、対応する結果を受信する送受信機能F3を有して
いる。さらにまたエージェントAGは、移動先決定から
トランザクション処理の間に発生するイベントに対応す
る処理を行うイベントハンドラ機能F4を有している。
また、エージェントAGは、トランザクションマネージ
ャに対してコミット/ロールバック、処理結果の登録な
どの指示を出すためのトランザクションクライアント機
能F5を有している。さらにエージェントAGは、テン
プレートインタプリタ機能F7から指示されたアプリケ
ーションサーバを検索して、指示されたアプリケーショ
ンサーバ14-1〜14-xに自己自身を移動させる移動機
能F6を有している。
Further, the agent AG has a transmission / reception function F3 for transmitting processing contents (commands and parameters) to the application server 14-1 side when cooperating with the application server 14-1, and receiving a corresponding result. Furthermore, the agent AG has an event handler function F4 for performing a process corresponding to an event that occurs between the destination determination and the transaction processing.
Further, the agent AG has a transaction client function F5 for issuing an instruction to the transaction manager such as commit / rollback, registration of a processing result, and the like. Further, the agent AG has a transfer function F6 for retrieving the application server designated by the template interpreter function F7 and moving itself to the designated application servers 14-1 to 14-x.

【0034】さらにまた、エージェントAGは、処理手
順ファイルFLを実行時に解釈し、コマンド送信機能F
3、イベントハンドラ機能F4、トランザクションクラ
イアント機能F5、移動機能F6等の他の機能に対して
指示を出す処理手順ファイルインタプリタF7機能を有
している。次にトランザクションマネージャ13の内部
機能について図2を参照して説明する。
Further, the agent AG interprets the processing procedure file FL at the time of execution, and executes the command transmission function F
3. It has a processing procedure file interpreter F7 function for issuing instructions to other functions such as an event handler function F4, a transaction client function F5, and a movement function F6. Next, an internal function of the transaction manager 13 will be described with reference to FIG.

【0035】トランザクションマネージャ13は、エー
ジェントAGのトランザクションクライアント機能F5
からのトランザクション情報登録依頼を受けてトランザ
クション情報の登録を後述のリソースマネージャ機能に
対して行うトランザクション登録機能F11を有してい
る。また、トランザクションマネージャ13は、アプリ
ケーションサーバ14-1〜14-xに対し、トランザクシ
ョン処理指示を発行するトランザクションコントローラ
機能F12を有している。
The transaction manager 13 has a transaction client function F5 of the agent AG.
A transaction registration function F11 that receives transaction information registration request from the server and registers transaction information to a resource manager function described later. Further, the transaction manager 13 has a transaction controller function F12 for issuing a transaction processing instruction to the application servers 14-1 to 14-x.

【0036】さらにトランザクションマネージャ14
は、エージェントAGが保持している入力データ、結果
データなどを管理するそれぞれ入力データ保持機能F1
3、結果データ保持機能F14に管理させるためのリソ
ースマネージャ機能F15を有している。このリソース
マネージャ機能F15は、ロールバック処理時には、当
該ロールバック処理を依頼した依頼元のアプリケーショ
ンサーバを特定するために用いられる。また、リソース
マネージャ機能F15は、エージェントAG自身の障害
によりエージェントAG自身が消滅した場合などのよう
に、エージェントAGの消滅前にの状態にして処理を継
続する、途中再開処理などに利用される。続いてアプリ
ケーションサーバの内部機能について図2を参照して説
明する。アプリケーションサーバ14-1は、エージェン
トAGとの間で処理内容および処理結果を送受信する送
受信機能F21を有している。
Further, the transaction manager 14
Is an input data holding function F1 for managing input data, result data, and the like held by the agent AG.
3. It has a resource manager function F15 for the result data holding function F14 to manage. This resource manager function F15 is used for specifying the application server that has requested the rollback processing during the rollback processing. In addition, the resource manager function F15 is used for a halfway resumption process, for example, when the agent AG itself disappears due to a failure of the agent AG itself, and the processing is continued in a state before the agent AG disappears. Next, the internal functions of the application server will be described with reference to FIG. The application server 14-1 has a transmission / reception function F21 for transmitting / receiving processing contents and processing results to / from the agent AG.

【0037】また、アプリケーションサーバ14-1は、
エージェントAGからの処理指示に対応して、当該アプ
リケーションサーバ14-1の業務に固有の処理を実施す
る業務処理機能F22を有している。さらに、アプリケ
ーションサーバ14-1は、トランザクションマネージャ
13より発行されたトランザクション処理依頼を受け、
当該アプリケーションサーバ14-1固有のトランザクシ
ョン処理を実行するトランザクション処理機能F23を
有している。図3に処理手順ファイルの概要構成図を示
す。この場合において、処理手順ファイルFLは、エー
ジェントAGの動作プログラムとは独立したテキストフ
ァイルにより構成されている。
Also, the application server 14-1
In response to a processing instruction from the agent AG, a business processing function F22 for performing processing specific to the business of the application server 14-1 is provided. Further, the application server 14-1 receives the transaction processing request issued by the transaction manager 13,
It has a transaction processing function F23 for executing transaction processing unique to the application server 14-1. FIG. 3 shows a schematic configuration diagram of the processing procedure file. In this case, the processing procedure file FL is constituted by a text file independent of the operation program of the agent AG.

【0038】従って、処理手順ファイルFLの生成や変
更、すなわち、タスクの生成や変更を容易に行える。実
際の処理手順ファイルFLの生成、変更はテキストエデ
ィタで行うことができる。なお、処理手順ファイルFL
がテキストファイルとして構成されているのは、ユーザ
端末11あるいはポータルサーバ12上にある場合であ
り、エージェントAGが起動された後は、エージェント
AGが処理手順ファイルFLとともにアプリケーション
サーバを移動する際には、処理手順ファイルFLの実体
は、移動可能な形式となっている。例えば、処理手順フ
ァイルFLは、移動時には、「Java」のオブジェク
ト形式などのデータ形式となっている。また、処理手順
ファイルFLは、複数のタスク情報TI-1〜TI-nを備
えて構成されている。次にタスク情報について図3を参
照してタスク情報TI-1を例として説明する。タスク情
報TI-1のタスク名は、当該タスク情報TI-1を特定す
るためのデータである。移動先属性情報は、移動先のア
プリケーションサーバの属性(業種など)を表すデータ
である。
Therefore, generation and change of the processing procedure file FL, that is, generation and change of a task can be easily performed. Generation and change of the actual processing procedure file FL can be performed by a text editor. The processing procedure file FL
Is configured as a text file when it is located on the user terminal 11 or the portal server 12. After the agent AG is activated, when the agent AG moves with the processing procedure file FL to the application server, The processing procedure file FL is in a movable format. For example, the processing procedure file FL has a data format such as an object format of “Java” at the time of movement. Further, the processing procedure file FL includes a plurality of task information TI-1 to TI-n. Next, the task information will be described with reference to FIG. 3 using the task information TI-1 as an example. The task name of the task information TI-1 is data for specifying the task information TI-1. The destination attribute information is data representing the attribute (such as the type of business) of the destination application server.

【0039】コマンド情報は、アプリケーションサーバ
との間の処理における最小単位の処理を記述するもので
ある。エージェントAGは、コマンドとパラメータ(引
数)をアプリケーションサーバ14-1〜14-xに渡すこ
とにより、各アプリケーションサーバ14-1〜14-xの
サービス固有の処理メソッドにアクセスすることができ
る。そして、アプリケーションサーバ14-1〜14-xと
の連携処理がなされることととなる。このコマンド情報
は、一つのタスク情報あたり複数記述することができ
る。コマンド情報は、より詳細には、コマンド名と、パ
ラメータ名(引数名および返値名)と、コマンド内処理
情報と、コマンド内イベント処理情報と、を備えて構成
されている。
The command information describes the processing of the minimum unit in the processing with the application server. The agent AG can access a service-specific processing method of each of the application servers 14-1 to 14-x by passing commands and parameters (arguments) to the application servers 14-1 to 14-x. Then, cooperative processing with the application servers 14-1 to 14-x is performed. Multiple pieces of this command information can be described per one piece of task information. More specifically, the command information includes a command name, a parameter name (an argument name and a return value name), in-command processing information, and in-command event processing information.

【0040】コマンド名は、当該コマンド情報を特定す
るための名称データである。パラメータ名は、各コマン
ドに対応するパラメータの名称を記述した名称データで
ある。この場合において、パラメータ名の引数名は、グ
ローバル形式およびローカル形式で記述される。ここ
で、グローバル形式とは、既出のタスクの処理結果やユ
ーザデータから必要な値を取得するために用いられるも
のである。また、ローカル名は、アプリケーションサー
バ側で引き渡された値と、グローバル形式のパラメータ
名とを対応づけるために用いられる。また、パラメータ
名の返値名は、グローバル形式およびローカル形式で記
述される。
The command name is name data for specifying the command information. The parameter name is name data describing the name of the parameter corresponding to each command. In this case, the argument name of the parameter name is described in a global format and a local format. Here, the global format is used to obtain a required value from the processing result of an already-existing task or user data. The local name is used to associate a value passed on the application server side with a global parameter name. The return name of the parameter name is described in a global format and a local format.

【0041】例えば、パラメータの引数名のグローバル
名が「ret1@comm1.task1」であり、ローカル名が「nam
e」であれば、エージェントAGは、「ret1@comm1.task
1」という情報を利用して、自己の値管理テーブルから
「task1」の「comm1」というコマンドの中から、「ret
1」というパラメータ名に対応する値を、例えば、「X
XX」として取得する。そして、エージェントAGは、
アプリケーションサーバ側に「name」というローカル名
でパラメータの値を上述の例の場合「XXX」として引
き渡す。これにより、アプリケーションサーバ側では、
パラメータの順序を統一する必要がないので、渡される
パラメータの順序を気にすることなく処理が行え、柔軟
なサービス開発が行えることとなる。また、コマンド内
処理情報は、ソート処理を行うか否か、ソートキー(ソ
ートの基準)となるパラメータ名、昇順あるいは降順を
表すソート順、選択処理を行うか否か、選択処理を行う
場合の選択数などが記述される。コマンド内イベント処
理情報は、イベント名と、当該イベント名に対応するイ
ベントのアクションペアが記述される。
For example, the global name of the parameter argument name is “ret1@comm1.task1” and the local name is “nam
e ", the agent AG sends" ret1@comm1.task
Using the information "1", from the value management table of its own, from the command "comm1" of "task1",
The value corresponding to the parameter name “1” is, for example, “X
XX ”. And Agent AG,
In the case of the above example, the value of the parameter is delivered to the application server side with the local name “name” as “XXX”. As a result, on the application server side,
Since there is no need to unify the order of parameters, processing can be performed without worrying about the order of passed parameters, and flexible service development can be performed. The process information in the command includes whether or not to perform a sort process, a parameter name serving as a sort key (sort reference), a sort order indicating ascending or descending order, whether or not to perform a selection process, and a selection when performing a selection process. The number is described. The event processing information in the command describes an event name and an action pair of the event corresponding to the event name.

【0042】[2]実施形態の動作 図4に処理手順ファイルによるエージェントの概要処理
シーケンスを示す。図4に示すように、エージェント
は、処理手順ファイルFLに従って、以下の処理を行
う。 移動先決定処理 アプリケーションサーバとの連携処理 集約処理 トランザクション処理 イベント処理 以下、エージェントの各処理について説明する。
[2] Operation of the Embodiment FIG. 4 shows an outline processing sequence of an agent using a processing procedure file. As shown in FIG. 4, the agent performs the following processing according to the processing procedure file FL. Destination determination processing Cooperation processing with the application server Aggregation processing Transaction processing Event processing Each processing of the agent will be described below.

【0043】[2.1]移動先決定処理 まず、エージェントの移動先決定処理(移動処理も含
む)について説明する。この場合において、アプリケー
ションサーバの定義情報は、各アプリケーションサーバ
14-1〜14-xおよびポータルサーバ12間で共有され
ているものとする。エージェントAGは、処理手順ファ
イルFLに記述されている移動先の属性に基づいて移動
先となるアプリケーションサーバを決定する。すなわ
ち、各アプリケーションサーバ14-1〜14-xの定義情
報を参照し、移動先の属性にマッチングするアプリケー
ションサーバを移動先のアプリケーションサーバとして
決定する。そしてエージェントAGは、当該決定したア
プリケーションサーバに移動する。この場合において、
移動先の属性のマッチングの結果、一つのサービスを提
供するアプリケーションサーバが複数存在する場合に
は、複数のアプリケーションサーバが移動先のアプリケ
ーションサーバとして決定されるので、これら複数のア
プリケーションサーバについての情報をリストとして保
持しておく。これにより、エージェントAGは順次その
リストを参照する。そして、エージェントAGはリスト
に基づいて複数のアプリケーションサーバを移動するこ
ととなる。エージェントAGが複数のアプリケーション
サーバを移動する場合としては、以下の二つがある。第
1の場合は、エージェントAGがリストに対応する全て
のアプリケーションサーバを移動する場合である。より
具体的には、航空券の予約を行うアプリケーションサー
バが航空会社毎に複数存在する場合にもっとも料金の安
い航空券を予約するような場合である。このような場合
には、エージェントAGは、全てのアプリケーションサ
ーバを順次移動して、もっとも料金の安い航空券に対応
するアプリケーションサーバで予約を行うこととなる。
また、第2の場合は、エージェントAGがリストに対応
する全てのアプリケーションサーバのうち、処理手順フ
ァイルFLに記述された条件を満たすアプリケーション
に移動するまで移動を行う場合である。より具体的に
は、航空券の予約を行うアプリケーションサーバが航空
会社毎に複数存在する場合に、いずれか一つの航空会社
で航空券の予約を行う場合である。このような場合に
は、エージェントAGは、アプリケーションサーバに移
動して、予約が取れた段階で処理を終了することとな
る。
[2.1] Destination Determination Process First, the destination determination process (including the migration process) of the agent will be described. In this case, it is assumed that the definition information of the application server is shared between each of the application servers 14-1 to 14-x and the portal server 12. The agent AG determines the destination application server based on the attributes of the destination described in the processing procedure file FL. That is, referring to the definition information of each of the application servers 14-1 to 14-x, the application server that matches the attribute of the destination is determined as the destination application server. Then, the agent AG moves to the determined application server. In this case,
If there is a plurality of application servers that provide one service as a result of the matching of the attributes of the destination, the plurality of application servers are determined as the destination application server. Keep it as a list. Thus, the agent AG sequentially refers to the list. Then, the agent AG moves a plurality of application servers based on the list. There are the following two cases where the agent AG moves a plurality of application servers. The first case is when the agent AG moves all application servers corresponding to the list. More specifically, this is the case where the cheapest airline ticket is reserved when there are a plurality of application servers for airline reservation for each airline. In such a case, the agent AG sequentially moves all the application servers and makes a reservation with the application server corresponding to the cheapest ticket.
In the second case, the agent AG moves to an application that satisfies the conditions described in the processing procedure file FL among all the application servers corresponding to the list. More specifically, in a case where there are a plurality of application servers for airline reservations for each airline, the airline tickets are reserved by any one airline. In such a case, the agent AG moves to the application server and ends the processing when the reservation is made.

【0044】[2.2]アプリケーションサーバとの連
携処理 エージェントAGは、移動先のアプリケーションサーバ
に対し、コマンドと、パラメータ名およびパラメータ値
からなるパラメータデータを渡す。アプリケーションサ
ーバは、受け取ったコマンドおよびパラメータデータに
基づいて、当該アプリケーションサーバ業務固有の処理
を行う。そしてアプリケーションサーバは、処理結果に
対応するパラメータデータをエージェントAGに渡す。
エージェントAGは次のコマンドが存在する場合は、引
き続きアプリケーションサーバとの連携処理を継続す
る。処理手順ファイルFL上では、アプリケーションサ
ーバとの連携処理情報はコマンドとして記述されてい
る。コマンド毎の処理においても、ソート/選択処理、
イベント処理の記述をすることもできる。
[2.2] Cooperation with Application Server The agent AG passes a command and parameter data including a parameter name and a parameter value to the destination application server. The application server performs processing specific to the application server task based on the received command and parameter data. Then, the application server passes parameter data corresponding to the processing result to the agent AG.
If the next command exists, the agent AG continues to cooperate with the application server. In the processing procedure file FL, information on cooperative processing with the application server is described as a command. Sorting / selection processing,
Event processing can also be described.

【0045】[2.3]集約処理 集約処理は、同一サービスを提供するアプリケーション
サーバが複数存在する場合に、それぞれのアプリケーシ
ョンサーバの処理を集約する。そして処理結果のマー
ジ、ソート選択処理などを行う。処理手順ファイルFL
上では、ソート時のキーとなるパラメータ(引数)名や
ソート順(昇順あるいは降順)の指定、ソート後の選択
数などを記述する。 [2.4]トランザクション処理 トランザクション処理は、複数のアプリケーションサー
バでの処理に一貫性を持たせる場合に行われる処理であ
る。具体的には、航空機予約アプリケーションサーバ
と、ホテル予約アプリケーションサーバにより旅行プラ
ンを作成する場合、満室などによりホテル予約ができな
かった場合には、航空機の予約を取り消す必要がある
が、このような場合に、トランザクション処理が行わ
れ、処理全体として矛盾が生じず、一貫性を保たせるこ
とができる。
[2.3] Aggregation Processing In the aggregation processing, when there are a plurality of application servers that provide the same service, the processing of each application server is aggregated. Then, merging of processing results, sorting selection processing, and the like are performed. Processing procedure file FL
In the above, the parameter (argument) name as a key at the time of sorting, designation of the sort order (ascending or descending order), the number of selections after sorting, etc. are described. [2.4] Transaction Processing Transaction processing is processing performed when processing is performed consistently in a plurality of application servers. Specifically, when creating a travel plan using the aircraft reservation application server and the hotel reservation application server, if a hotel reservation cannot be made due to a full room, etc., it is necessary to cancel the aircraft reservation. In addition, transaction processing is performed, and contradiction does not occur in the entire processing, and consistency can be maintained.

【0046】処理手順ファイルFL上では、トランザク
ションとして取り扱いたいタスクのグループを複数保持
することができる。トランザクション対象タスクのコマ
ンド処理が全て終了すると、エージェントはトランザク
ションマネージャにトランザクション情報を登録する。
トランザクション情報としては、タスクの処理結果、タ
スクを処理したアプリケーションサーバを特定可能な情
報等が挙げられる。これらのトランザクション情報は、
後述のイベント処理の「ロールバック」や「再送処理」
で利用されることとなる。
In the processing procedure file FL, a plurality of groups of tasks to be handled as transactions can be held. When all the command processes of the transaction target task are completed, the agent registers the transaction information in the transaction manager.
Examples of the transaction information include a processing result of the task, information that can identify an application server that has processed the task, and the like. These transaction information
"Rollback" and "resend processing" of event processing described later
It will be used in.

【0047】[2.5]イベント処理 エージェントAGの動作中に発生する事象をあらかじめ
「イベント」としてエージェントAG内部で定義するも
のである。移動先のアプリケーションサーバの決定から
トランザクション処理の間に発生が想定されるイベント
と、そのときのエージェントの処理(「アクション」)
の組を処理手順ファイルFL上に記述することにより、
任意のタイミングで発生したイベントの種別に応じた分
岐処理が可能となっている。イベントとしては、例え
ば、「検索結果が0件」「通信に失敗」などといった処
理結果あるいは処理状態に対応するものがある。アクシ
ョンとしては、「処理を続行する」、「(トランザクシ
ョンを)をロールバックする」、「データを再送する」
といったエージェント内部であらかじめ定義してある定
型処理を指定することができる。また、他のタスクをア
クションとして指定することも可能である。
[2.5] Event Processing Events that occur during the operation of the agent AG are defined in advance as "events" inside the agent AG. Events expected to occur during the transaction processing from the determination of the destination application server and the processing of the agent at that time ("action")
Is described in the processing procedure file FL,
Branch processing according to the type of event that has occurred at an arbitrary timing is possible. Examples of the event include events corresponding to a processing result or a processing state such as “0 search results” or “communication failure”. Actions include "Continue processing", "Roll back (transaction)", "Resend data"
It is possible to specify a routine process defined in advance inside the agent. It is also possible to specify another task as an action.

【0048】[3]具体的動作 次にモバイルエージェントシステム10の具体的動作に
ついて図5を参照して説明する。まず、ユーザ端末11
に、ユーザ15からタスク処理要求が入力される(ステ
ップS1)。これにより、ユーザ端末11は、入力され
たタスク処理要求に基づいて、トランザクションマネー
ジャ13に対し、トランザクション管理要求を行う(ス
テップS2)。続いてユーザ端末11は、エージェント
AGを生成する。そして、エージェントAGに行わせる
処理手順を記載した処理手順ファイルFLを生成する。
生成した処理手順ファイルFLは、ユーザ端末11によ
りエージェントAGに添付される。
[3] Specific Operation Next, a specific operation of the mobile agent system 10 will be described with reference to FIG. First, the user terminal 11
Then, a task processing request is input from the user 15 (step S1). As a result, the user terminal 11 issues a transaction management request to the transaction manager 13 based on the input task processing request (step S2). Subsequently, the user terminal 11 generates an agent AG. Then, a processing procedure file FL describing a processing procedure to be performed by the agent AG is generated.
The generated processing procedure file FL is attached to the agent AG by the user terminal 11.

【0049】続いてユーザ端末11は、エージェントA
Gを実行する。これに伴ってエージェントAGは、処理
手順ファイルFLを参照する。そして、処理手順ファイ
ルFLの参照結果から、エージェントAGは、最初の移
動先である第1アプリケーションサーバ14-1との通信
を開始する。そして第1アプリケーションサーバ14-1
に処理手順ファイルFLとともに移動する(ステップS
3)。これによりユーザ端末201は、第1アプリケー
ションサーバ14-1との間の通信を切断する。次に第1
アプリケーションサーバ14-1に移動したエージェント
AGは、第1アプリケーションサーバ14-1上で再び実
行状態となる。そして、エージェントAGは、再び処理
手順ファイルFLを参照する。そして、処理手順ファイ
ルFLの参照結果から、第1アプリケーションサーバ1
4-1において、第1タスクのデータ処理を行う(ステッ
プS4)。
Subsequently, the user terminal 11 sends the agent A
Execute G. Accordingly, the agent AG refers to the processing procedure file FL. Then, based on the reference result of the processing procedure file FL, the agent AG starts communication with the first application server 14-1, which is the first destination. And the first application server 14-1
Move with the processing procedure file FL (step S
3). As a result, the user terminal 201 disconnects the communication with the first application server 14-1. Then the first
The agent AG that has moved to the application server 14-1 is again running on the first application server 14-1. Then, the agent AG refers to the processing procedure file FL again. Then, from the reference result of the processing procedure file FL, the first application server 1
In 4-1, data processing of the first task is performed (step S4).

【0050】続いてエージェントAGは、第1アプリケ
ーションサーバ14-1に対して準備指示を行う(ステッ
プS5)。その後、エージェントAGは、トランザクシ
ョンマネージャに対し準備記録要求を行う(ステップS
6)。第1タスクのデータ処理および準備指示並びにト
ランザクションマネージャに対する準備記録要求が完了
すると、エージェントAGは、再び処理手順ファイルF
Lを参照する。そして、処理手順ファイルFLの参照結
果から、エージェントAGは、次の移動先である第2ア
プリケーションサーバ14-2との通信を開始する。そし
て、第2アプリケーションサーバ14-2に処理手順ファ
イルFLとともに移動する(ステップS7)。これによ
り第1アプリケーションサーバ14-1は、第2アプリケ
ーションサーバ14-2との間の通信を切断する。次に第
2アプリケーションサーバ14-2に移動したエージェン
トAGは、第2アプリケーションサーバ14-2上で再び
実行状態となる。
Subsequently, the agent AG issues a preparation instruction to the first application server 14-1 (step S5). Thereafter, the agent AG issues a preparation record request to the transaction manager (step S).
6). When the data processing and the preparation instruction of the first task and the preparation record request to the transaction manager are completed, the agent AG returns to the processing procedure file F again.
L. Then, based on the reference result of the processing procedure file FL, the agent AG starts communication with the second destination, the second application server 14-2. Then, it moves to the second application server 14-2 together with the processing procedure file FL (step S7). Thereby, the first application server 14-1 disconnects the communication with the second application server 14-2. Next, the agent AG that has moved to the second application server 14-2 is again running on the second application server 14-2.

【0051】そして、エージェントAGは、再び処理手
順ファイルFLを参照する。そして、処理手順ファイル
FLの参照結果から、第2アプリケーションサーバ14
-2において、第2タスクのデータ処理を行う(ステップ
S8)。続いてエージェントAGは、第2アプリケーシ
ョンサーバ14-2に対して準備指示を行う(ステップS
9)。その後、エージェントAGは、トランザクション
マネージャ13に対し準備記録要求およびコミット指示
要求を行う(ステップS10)。これによりトランザク
ションマネージャ13は、第1アプリケーションサーバ
14-1に対し、コミット指示を行う(ステップS1
1)。また、トランザクションマネージャ13は、第2
アプリケーションサーバ14-2に対しても、コミット指
示を行う(ステップS12)。
Then, the agent AG refers to the processing procedure file FL again. Then, from the reference result of the processing procedure file FL, the second application server 14
In -2, the data processing of the second task is performed (step S8). Subsequently, the agent AG issues a preparation instruction to the second application server 14-2 (Step S).
9). Thereafter, the agent AG issues a preparation record request and a commit instruction request to the transaction manager 13 (step S10). As a result, the transaction manager 13 issues a commit instruction to the first application server 14-1 (step S1).
1). In addition, the transaction manager 13
A commit instruction is also issued to the application server 14-2 (step S12).

【0052】そして、第2タスクのデータ処理が完了
し、トランザクションマネージャ13からコミット指示
が出されると、エージェントAGは、再び処理手順ファ
イルFLを参照する。そして、処理手順ファイルFLの
参照結果から、エージェントAGは、最後の移動先であ
るユーザ端末11にタスクの処理結果および処理手順フ
ァイルFLとともに、移動する(ステップS13)。こ
れによりユーザ端末201は、第1タスクおよび第2タ
スクの処理結果をユーザ15に告知することとなる。以
上の構成を採ることにより、処理手順ファイルFLに記
述されたタスクの処理が可能となる。このときのモバイ
ルエージェントシステム10おける通信回数Zは、以下
のようにして求められる。
When the data processing of the second task is completed and a commit instruction is issued from the transaction manager 13, the agent AG refers to the processing procedure file FL again. Then, based on the reference result of the processing procedure file FL, the agent AG moves to the user terminal 11, which is the final destination, together with the processing result of the task and the processing procedure file FL (Step S13). As a result, the user terminal 201 notifies the user 15 of the processing results of the first task and the second task. With the above configuration, the processing of the task described in the processing procedure file FL can be performed. The number of communications Z in the mobile agent system 10 at this time is obtained as follows.

【0053】ここで、タスク処理ノード数をn(n≧
2)とし、でデータ処理におけるメッセージ数をmとす
ると、通信回数Zは、 Z=(2n+1)+(n+1) =3n+1 となる。従って、本モバイルエージェントシステムによ
れば、従来の分散トランザクション処理と比較して、m
>2の場合は、通信回数を低減することが出来る。従っ
て、上記従来の分散トランザクションシステムにおいて
は、データ処理に係る通信量が多くなるタスクの場合で
あっても、ネットワークの負荷を軽減することができ
る。さらに処理依頼ノードであるユーザ端末の負荷を低
減することができる。
Here, the number of task processing nodes is n (n ≧ n)
If the number of messages in data processing is m, then the number of communications Z is Z = (2n + 1) + (n + 1) = 3n + 1. Therefore, according to the mobile agent system, compared with the conventional distributed transaction processing, m
In the case of> 2, the number of times of communication can be reduced. Therefore, in the above-described conventional distributed transaction system, the load on the network can be reduced even in the case of a task that involves a large amount of communication related to data processing. Further, the load on the user terminal, which is the processing request node, can be reduced.

【0054】上述したように、本モバイルエージェント
システムによれば、ユーザ端末で生成したエージェント
がタスク処理ノードであるアプリケーションサーバに移
動した後は、ユーザ端末は通信を切断することができ、
通信コストの軽減を図れる。また、ユーザ端末で生成し
たエージェントがタスク処理ノードであるアプリケーシ
ョンサーバに移動した後は、ユーザ端末は通信を切断す
ることができるので、一端移動した後であれば、移動体
機器のように通信が途絶する可能性の高い機器において
も処理を行うことができる。さらに、上述したように、
処理手順ファイルは、テキストファイルとして構成して
いるので、新たなタスクの生成や、タスクの変更を容易
に行うことができる。
As described above, according to the mobile agent system, after the agent generated at the user terminal moves to the application server which is the task processing node, the user terminal can disconnect the communication.
Communication costs can be reduced. In addition, after the agent generated by the user terminal moves to the application server that is the task processing node, the user terminal can disconnect the communication. The processing can be performed even on a device that is likely to be interrupted. Further, as mentioned above,
Since the processing procedure file is configured as a text file, it is possible to easily create a new task or change a task.

【0055】[4]実施形態の変形例 [4.1]第1変形例 以上の説明においては、処理手順ファイルをテキストフ
ァイルとして構成していたが、テキストファイルに限ら
ず、エージェントの動作プログラムから独立し、且つ、
エージェントが参照可能な形式であれば、どのような形
式のファイルとすることも可能である。
[4] Modifications of Embodiment [4.1] First Modification In the above description, the processing procedure file is configured as a text file. However, the processing procedure file is not limited to a text file. Independent and
The file can be in any format as long as the file can be referred to by the agent.

【0056】[4.2]第2変形例 以上の説明においては、主として同一のサービスを提供
するアプリケーションサーバが一つの場合について説明
した。しかしながら、同一のサービスを提供するアプリ
ケーションサーバが複数存在する場合には、以下に記載
するような手順で処理が行われる。ユーザ端末11のエ
ージェントAGの実行に伴ってエージェントAGは、処
理手順ファイルFLを参照する。そして、処理手順ファ
イルFLの参照結果から、エージェントAGは、複数の
アプリケーションサーバのうち、いずれか一つのアプリ
ケーションサーバとの通信を開始する。そして当該アプ
リケーションサーバに処理手順ファイルFLとともに移
動する。これによりユーザ端末は、当該アプリケーショ
ンサーバとの間の通信を切断する。
[4.2] Second Modification In the above description, the case where only one application server provides the same service has been mainly described. However, when there are a plurality of application servers that provide the same service, the processing is performed in the following procedure. As the agent AG of the user terminal 11 is executed, the agent AG refers to the processing procedure file FL. Then, based on the reference result of the processing procedure file FL, the agent AG starts communication with any one of the plurality of application servers. Then, it moves to the application server together with the processing procedure file FL. Thus, the user terminal disconnects communication with the application server.

【0057】次にエージェントAGは、移動先のアプリ
ケーションサーバ上で再び実行状態となり、上述のステ
ップS4の処理に対応するデータ処理を行う。そして、
エージェントAGがリストに対応する全てのアプリケー
ションサーバを移動する場合には、エージェントAG
は、同様に複数のアプリケーションサーバを順次移動し
て、各アプリケーションサーバでデータ処理を行う。そ
の後、リストに記述された全てのアプリケーションサー
バで処理が終了した場合には、エージェントAGは、全
てのアプリケーションサーバに対して上述のステップS
5の処理に対応する準備指示を行うこととなる。また、
リストに対応するアプリケーションサーバのうち、処理
が可能なアプリケーションサーバにエージェントAGが
移動した場合には、当該アプリケーションサーバでデー
タ処理を行う。そして、エージェントAGは、全てのア
プリケーションサーバに対して上述のステップS5の処
理に対応する準備指示を行うこととなる。
Next, the agent AG is re-executed on the destination application server, and performs data processing corresponding to the processing in step S4 described above. And
If the agent AG moves all application servers corresponding to the list, the agent AG
Similarly, sequentially move a plurality of application servers, and perform data processing in each application server. Thereafter, when the processing is completed in all the application servers described in the list, the agent AG sends the above-described step S to all the application servers.
A preparation instruction corresponding to the processing of No. 5 is issued. Also,
When the agent AG moves to an application server capable of processing among the application servers corresponding to the list, the application server performs data processing. Then, the agent AG issues a preparation instruction corresponding to the processing in step S5 to all the application servers.

【0058】[4.3]第3変形例 以上の説明においては、処理手順ファイルの編集は、テ
キストエディタで行うこととしていたが、グラフィック
ユーザインターフェース(GUI)を有する編集ツール
を構築することにより、マウスによるドラッグアンドド
ロップ操作などにより直感的に記述を行えるように構成
することも可能である。
[4.3] Third Modification In the above description, the processing procedure file is edited with a text editor. However, by constructing an editing tool having a graphic user interface (GUI), It is also possible to configure so that the description can be performed intuitively by a drag and drop operation using a mouse.

【0059】[4.4]第4変形例 以上の説明においては、アプリケーションサーバとの連
携についての処理手順ファイルの連携内容の整合性のチ
ェックについては述べていなかったが、コンパイラが行
うような字句解析、構文解析を行うツールを用いること
により、連携内容の整合性チェックを容易、且つ、迅速
に行うように構成することが可能である。
[4.4] Fourth Modification In the above description, the checking of the consistency of the coordination content of the processing procedure file for coordination with the application server is not described. By using a tool for performing analysis and syntax analysis, it is possible to easily and quickly check the consistency of the cooperation contents.

【0060】[4.5]第5変形例 以上の説明においては、トランザクションマネージャが
リソースマネージャを有する構成としていたが、トラン
ザクションマネージャからリソースマネージャを分離
し、複数のトランザクションマネージャに対し一つのリ
ソースマネージャを設ける構成とすることも可能であ
る。この構成を採る結果、トランザクション処理に要す
る負荷を分散させることができる。さらに高耐障害性を
もたらすことができる。
[4.5] Fifth Modification In the above description, the transaction manager has a resource manager. However, the resource manager is separated from the transaction manager, and one resource manager is assigned to a plurality of transaction managers. It is also possible to adopt a configuration provided. As a result of employing this configuration, the load required for the transaction processing can be distributed. Further, high fault tolerance can be provided.

【0061】[0061]

【発明の効果】本発明によれば、必要なタスク群を処理
手順ファイルとして記述し、定義するだけで、コミット
やロールバックなどの処理をエージェントが自律的に発
行することができる。また、処理手順ファイルを外部参
照ファイルとしてエージェントとは別体に構成すること
により、トランザクション処理が必要なタスクやタスク
における処理の変更をエージェントの動作プログラムの
修正を行うことなく可能とすることができる。さらにモ
バイルエージェントの特徴を生かした分散トランザクシ
ョン型サービスを実現することができる。さらにまた、
分散トランザクション型サービスの実現にあたっての開
発期間を短縮し、保守性の向上を見込むことができる。
According to the present invention, an agent can autonomously issue processes such as commit and rollback simply by describing and defining a required task group as a process procedure file. In addition, by configuring the processing procedure file as an external reference file separately from the agent, it is possible to change a task requiring a transaction process or a process in the task without modifying the operation program of the agent. . Furthermore, it is possible to realize a distributed transaction service utilizing the characteristics of the mobile agent. Furthermore,
The development period for realizing the distributed transaction service can be shortened, and the maintainability can be improved.

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

【図1】 実施形態のモバイルエージェントシステムの
概要構成ブロック図である。
FIG. 1 is a schematic configuration block diagram of a mobile agent system according to an embodiment.

【図2】 エージェントの内部機能の説明図である。FIG. 2 is an explanatory diagram of an internal function of an agent.

【図3】 ジョブテンプレートの構成の説明図である。FIG. 3 is an explanatory diagram of a configuration of a job template.

【図4】 ジョブテンプレートによるエージェントの概
要処理シーケンスである。
FIG. 4 is an outline processing sequence of an agent based on a job template.

【図5】 モバイルエージェントシステムの具体的動作
の説明図である。
FIG. 5 is an explanatory diagram of a specific operation of the mobile agent system.

【図6】 従来の分散トランザクションシステムの具体
的動作の説明図である。
FIG. 6 is an explanatory diagram of a specific operation of a conventional distributed transaction system.

【図7】 従来のモバイルエージェントシステムの具体
的動作の説明図である。
FIG. 7 is an explanatory diagram of a specific operation of a conventional mobile agent system.

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

10…モバイルエージェントシステム 11…ユーザ端末(クライアント) 12…ポータルサーバ 13…トランザクションマネージャ 14-1〜14-x…アプリケーションサーバ FL…処理手順ファイル F1…入力データ保持機能 F2…結果データ保持機能 F3…送受信機能 F4…イベントハンドラ機能 F5…トランザクションクライアント機能 F6…移動機能 F7…処理手順ファイルインタプリタ F11…トランザクション登録機能 F12…トランザクションコントローラ機能 F13…入力データ保持機能 F14…結果データ保持機能 F15…リソースマネージャ機能 DESCRIPTION OF SYMBOLS 10 ... Mobile agent system 11 ... User terminal (client) 12 ... Portal server 13 ... Transaction manager 14-1 to 14-x ... Application server FL ... Processing procedure file F1 ... Input data holding function F2 ... Result data holding function F3 ... Transmission / reception Function F4: Event handler function F5: Transaction client function F6: Moving function F7: Processing procedure file interpreter F11: Transaction registration function F12: Transaction controller function F13: Input data holding function F14: Result data holding function F15: Resource manager function

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 5B045 GG01 5B098 AA10 GA04 GC16  ──────────────────────────────────────────────────続 き Continued on the front page F term (reference) 5B045 GG01 5B098 AA10 GA04 GC16

Claims (14)

【特許請求の範囲】[Claims] 【請求項1】 エージェントを実行するエージェント
実行装置において、 前記エージェントの実行に先だって、前記エージェント
とは別体に構成され、処理手順が記述された処理手順フ
ァイルを参照する処理手順ファイル参照部と、 前記エージェントを起動して前記処理手順に沿って実行
するエージェント実行部と、 を備えたことを特徴とするエージェント実行装置。
1. An agent execution device for executing an agent, comprising: a processing procedure file reference unit configured to be separate from the agent and referring to a processing procedure file in which a processing procedure is described, prior to execution of the agent; An agent execution device, comprising: an agent execution unit that starts the agent and executes the agent in accordance with the processing procedure.
【請求項2】 請求項1記載のエージェント実行装置に
おいて、 前記処理手順は、前記エージェントの移動先の決定処理
手順を含むことを特徴とするエージェント実行装置。
2. The agent execution device according to claim 1, wherein the processing procedure includes a process of determining a destination of the agent.
【請求項3】 請求項1記載のエージェント実行装置に
おいて、 前記処理手順は、外部のタスク処理ノードとの連携処理
手順を含むことを特徴とするエージェント実行装置。
3. The agent execution device according to claim 1, wherein the processing procedure includes a cooperation processing procedure with an external task processing node.
【請求項4】 請求項1記載のエージェント実行装置に
おいて、 前記処理手順は、同一サービスを提供する外部のタスク
処理ノードが複数存在する場合に、前記複数のタスク処
理ノードにおける処理結果を集約するための集約処理手
順を含むことを特徴とするエージェント実行装置。
4. The agent execution device according to claim 1, wherein the processing procedure is to aggregate processing results in the plurality of task processing nodes when there are a plurality of external task processing nodes providing the same service. An agent execution apparatus characterized by including an aggregation processing procedure.
【請求項5】 請求項1記載のエージェント実行装置に
おいて、 前記処理手順は、正常時あるいは異常時に行うべきイベ
ントに対応するイベント処理手順を含むことを特徴とす
るエージェント実行装置。
5. The agent execution device according to claim 1, wherein the processing procedure includes an event processing procedure corresponding to an event to be performed in a normal state or an abnormal state.
【請求項6】 請求項1記載のエージェント実行装置に
おいて、 前記処理手順は、トランザクション処理を行うためのト
ランザクション処理手順を含むことを特徴とするエージ
ェント実行装置。
6. The agent execution device according to claim 1, wherein the processing procedure includes a transaction processing procedure for performing a transaction processing.
【請求項7】 請求項1ないし請求項6のいずれかに記
載のエージェント実行装置において、 前記処理手順ファイルには、前記エージェントが各タス
ク処理ノードで処理すべき内容を表すコマンドと、 前記コマンドに対応し、かつ、前記エージェントが外部
の複数のタスク処理ノードと連携処理を行う場合に、い
ずれのタスク処理ノードにおいても前記エージェントが
参照可能となるグローバル形式で記述されたパラメータ
と、 が記述されていることを特徴とするエージェント実行装
置。
7. The agent execution device according to claim 1, wherein the processing procedure file includes a command indicating contents to be processed by each task processing node by the agent, and When the agent performs cooperative processing with a plurality of external task processing nodes, the parameter is described in a global format that can be referred to by the agent in any of the task processing nodes. An agent execution device, comprising:
【請求項8】 請求項1ないし請求項7のいずれかに記
載のエージェント実行装置において、 前記処理手順ファイルは、テキストデータにより記述さ
れていることを特徴とするエージェント実行装置。
8. The agent execution device according to claim 1, wherein the processing procedure file is described by text data.
【請求項9】 エージェントを実行するエージェント
実行方法において、 前記エージェントの実行に先だって、前記エージェント
とは別体に構成され、処理手順が記述された処理手順フ
ァイルを参照し、 前記エージェントを起動して前記処理手順に沿って実行
する、 ことを特徴とするエージェント実行方法。
9. An agent execution method for executing an agent, wherein, prior to execution of the agent, the agent is referred to a processing procedure file which is formed separately from the agent and describes a processing procedure, and starts the agent. An agent execution method, which is executed according to the processing procedure.
【請求項10】 請求項9記載のエージェント実行方法
において、 前記処理手順に則して、前記エージェントの移動先を決
定することを特徴とするエージェント実行方法。
10. The agent execution method according to claim 9, wherein the destination of the agent is determined according to the processing procedure.
【請求項11】 請求項9記載のエージェント実行方法
において、 前記処理手順に則して、外部のタスク処理ノードとの連
携処理を行うことを特徴とするエージェント実行方法。
11. The agent execution method according to claim 9, wherein a cooperation process with an external task processing node is performed in accordance with the processing procedure.
【請求項12】 請求項9記載のエージェント実行方法
において、 前記処理手順に則して、同一サービスを提供する外部の
タスク処理ノードが複数存在する場合に、前記複数のタ
スク処理ノードにおける処理結果を集約することを特徴
とするエージェント実行方法。
12. The agent execution method according to claim 9, wherein when there are a plurality of external task processing nodes that provide the same service according to the processing procedure, a processing result in the plurality of task processing nodes is determined. An agent execution method characterized by aggregation.
【請求項13】 請求項9記載のエージェント実行方法
において、 前記処理手順に則して、正常時あるいは異常時に行うべ
きイベントに対応するイベント処理を行うことを特徴と
するエージェント実行方法。
13. The agent execution method according to claim 9, wherein an event process corresponding to an event to be performed at a normal time or an abnormal time is performed according to the processing procedure.
【請求項14】 請求項9記載のエージェント実行方法
において、 前記処理手順に則して、トランザクション処理を行うこ
とを特徴とするエージェント実行方法。
14. The agent execution method according to claim 9, wherein transaction processing is performed in accordance with the processing procedure.
JP2000302941A 2000-10-02 2000-10-02 Device and method for carrying out agent Pending JP2002108838A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000302941A JP2002108838A (en) 2000-10-02 2000-10-02 Device and method for carrying out agent

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000302941A JP2002108838A (en) 2000-10-02 2000-10-02 Device and method for carrying out agent

Publications (1)

Publication Number Publication Date
JP2002108838A true JP2002108838A (en) 2002-04-12

Family

ID=18784215

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000302941A Pending JP2002108838A (en) 2000-10-02 2000-10-02 Device and method for carrying out agent

Country Status (1)

Country Link
JP (1) JP2002108838A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005228252A (en) * 2004-02-16 2005-08-25 Fuji Xerox Co Ltd Service processor and cooperative processing system
JP2008059599A (en) * 2007-09-28 2008-03-13 Hitachi Ltd Method for allocating virtualized resource and execution system thereof
US8893232B2 (en) 2009-02-06 2014-11-18 Empire Technology Development Llc Media monitoring system
US9077784B2 (en) 2009-02-06 2015-07-07 Empire Technology Development Llc Media file synchronization
JP2018523192A (en) * 2015-05-19 2018-08-16 アマゾン テクノロジーズ インコーポレイテッド Executing commands on virtual machine instances in distributed computing environments
JP6427697B1 (en) * 2018-01-22 2018-11-21 株式会社Triart INFORMATION PROCESSING APPARATUS, INFORMATION PROCESSING METHOD, PROGRAM, AND INFORMATION PROCESSING SYSTEM
CN111506455A (en) * 2020-03-31 2020-08-07 拉扎斯网络科技(上海)有限公司 Checking method and device for service release result

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1091478A (en) * 1996-09-13 1998-04-10 Nippon Telegr & Teleph Corp <Ntt> Agent managing method
JPH10149287A (en) * 1996-09-17 1998-06-02 Toshiba Corp Information processor, its method and recording medium
JP2000029847A (en) * 1998-07-10 2000-01-28 Toshiba Corp Agent system, information processing method and recording medium recorded with information processing software

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1091478A (en) * 1996-09-13 1998-04-10 Nippon Telegr & Teleph Corp <Ntt> Agent managing method
JPH10149287A (en) * 1996-09-17 1998-06-02 Toshiba Corp Information processor, its method and recording medium
JP2000029847A (en) * 1998-07-10 2000-01-28 Toshiba Corp Agent system, information processing method and recording medium recorded with information processing software

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005228252A (en) * 2004-02-16 2005-08-25 Fuji Xerox Co Ltd Service processor and cooperative processing system
JP2008059599A (en) * 2007-09-28 2008-03-13 Hitachi Ltd Method for allocating virtualized resource and execution system thereof
US8893232B2 (en) 2009-02-06 2014-11-18 Empire Technology Development Llc Media monitoring system
US9077784B2 (en) 2009-02-06 2015-07-07 Empire Technology Development Llc Media file synchronization
US9838456B2 (en) 2009-02-06 2017-12-05 Empire Technology Development Llc Media file synchronization
JP2018523192A (en) * 2015-05-19 2018-08-16 アマゾン テクノロジーズ インコーポレイテッド Executing commands on virtual machine instances in distributed computing environments
JP6427697B1 (en) * 2018-01-22 2018-11-21 株式会社Triart INFORMATION PROCESSING APPARATUS, INFORMATION PROCESSING METHOD, PROGRAM, AND INFORMATION PROCESSING SYSTEM
WO2019142767A1 (en) * 2018-01-22 2019-07-25 株式会社Triart Information processing device, information processing method, program and information processing system
JP2019128645A (en) * 2018-01-22 2019-08-01 株式会社Triart Information processing apparatus, information processing method, program and information processing system
CN111902808A (en) * 2018-01-22 2020-11-06 株式会社特瑞尔 Information processing apparatus, information processing method, program, and information processing system
US11875134B2 (en) 2018-01-22 2024-01-16 Triart, Inc. Information processing device, information processing method, program and information processing system
CN111506455A (en) * 2020-03-31 2020-08-07 拉扎斯网络科技(上海)有限公司 Checking method and device for service release result
CN111506455B (en) * 2020-03-31 2021-06-25 拉扎斯网络科技(上海)有限公司 Checking method and device for service release result

Similar Documents

Publication Publication Date Title
US11704224B2 (en) Long running workflows for robotic process automation
US8788565B2 (en) Dynamic and distributed queueing and processing system
CN107729139B (en) Method and device for concurrently acquiring resources
US6272675B1 (en) Development system for automatically enabling a server application to execute with an XATMI-compliant transaction manager managing transactions within multiple environments
CN111147555B (en) Heterogeneous resource mixed arrangement method
CN110658794B (en) Manufacturing execution system
CN112668386A (en) Long running workflows for document processing using robotic process automation
JP6231020B2 (en) Coordinating processes in a cloud computing environment
CN111506412A (en) Distributed asynchronous task construction and scheduling system and method based on Airflow
JPH06332870A (en) Method and equipment for linking object manager for cooperation processing in object directive computer environment
TW200525938A (en) Remote system administration using command line environment
JPH1185524A (en) Device and method for processing information and recording medium recording information processing program
US6226694B1 (en) Achieving consistency and synchronization among multiple data stores that cooperate within a single system in the absence of transaction monitoring
US6141679A (en) High performance distributed transaction processing methods and apparatus
CN113272840A (en) On-demand cloud robot for robot process automation
US20030135617A1 (en) Intelligent system control agent
WO2024002299A1 (en) Application management method, application subscription method, and related device
US20220182851A1 (en) Communication Method and Apparatus for Plurality of Administrative Domains
JP2008112311A (en) Method and system for business process execution, and program
Mangler et al. Rule-based synchronization of process activities
JP2002108838A (en) Device and method for carrying out agent
US6314462B1 (en) Sub-entry point interface architecture for change management in a computer network
GB2346990A (en) Client/server transaction processing system with automatic distributed co-ordinator set-up into a linear chain for use of linear commit optimisation
Quang et al. Device-driven on-demand deployment of serverless computing functions
CN115237547B (en) Unified container cluster hosting system and method for non-invasive HPC computing cluster

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20040224