JPH0675892A - Remote procedure managing device - Google Patents

Remote procedure managing device

Info

Publication number
JPH0675892A
JPH0675892A JP4228166A JP22816692A JPH0675892A JP H0675892 A JPH0675892 A JP H0675892A JP 4228166 A JP4228166 A JP 4228166A JP 22816692 A JP22816692 A JP 22816692A JP H0675892 A JPH0675892 A JP H0675892A
Authority
JP
Japan
Prior art keywords
remote procedure
procedure
remote
service
client
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
JP4228166A
Other languages
Japanese (ja)
Inventor
Noriyuki Enomoto
本 典 行 榎
Ryota Suehiro
亮 太 末▲廣▼
Nobuaki Tanaka
中 伸 明 田
Petsuchi Ibuan
ペッチ イヴァン
Yoshihiko Suzuki
木 芳 彦 鈴
Hiroki Shinohara
原 弘 樹 篠
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP4228166A priority Critical patent/JPH0675892A/en
Publication of JPH0675892A publication Critical patent/JPH0675892A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To call a remote procedure provided by a system, even if the remote procedure of the system is not defined in an interface of an application service. CONSTITUTION:When a remote procedure call of a system service is executed by a system remote procedure request part 11, and it is decided that a stub of a remote side is not a remote procedure of an application service, a system procedure pre-processing part 14 is called, a system remote procedure managing part 13 is retrieved by a requested remote procedure identifier, and by determining a system remote procedure executing part 12 for executing a service to be called, the processing is executed, by which the remote procedure of the system service can be executed, even if the remote procedure of the system service is not defined in an interface between applications.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、ネットワークを介した
分散アプリケーションプログラムで利用されるシステム
が提供する遠隔手続き呼び出しを管理するための遠隔手
続き管理装置に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a remote procedure management device for managing a remote procedure call provided by a system used in a distributed application program via a network.

【0002】[0002]

【従来の技術】近年、ネットワークを介したクライアン
ト/サーバモデルの分散アプリケーションプログラムを
開発するために、遠隔手続き呼び出しが広く使用されて
いる。この分散アプリケーションの形態で、クライアン
トは、遠隔手続き呼び出しを要求する側、サーバは、遠
隔手続き呼び出しの要求を受け、要求された処理を行な
い、結果を返す側として位置付けられる。このような遠
隔手続き呼び出しの代表的な例として、“Implementing
remote procedures calls," by Andrew D. Birrel and
Bruce Nelson in ACM Trans. on Computer Systems,
Vol. 2, No. 1, Feb. 1984,pp. 35-39.が知られてい
る。
2. Description of the Related Art In recent years, remote procedure call has been widely used to develop a client / server model distributed application program via a network. In the form of this distributed application, the client is positioned as the side requesting the remote procedure call, and the server is positioned as the side receiving the request for the remote procedure call, performing the requested processing, and returning the result. A typical example of such a remote procedure call is "Implementing
remote procedures calls, "by Andrew D. Birrel and
Bruce Nelson in ACM Trans. On Computer Systems,
Vol. 2, No. 1, Feb. 1984, pp. 35-39. Are known.

【0003】以下、従来の遠隔手続き呼び出しにおける
手続きの管理について説明する。図3は従来の遠隔手続
き呼び出し装置の概略構成を示すブロック図である。図
3において、31はクライアントシステムであり、32
は遠隔手続き呼び出しを要求するクライアントアプリケ
ーションプログラムであり、33は複数の遠隔手続きを
定義した1つのインタフェースから作成されたクライア
ント側の遠隔手続き呼び出しを実行するクライアントス
タブである。34はクライアントシステム31にネット
ワークを介して接続されたサーバシステムであり、35
はクライアントシステム31と同じインタフェースから
作成されたサーバ側の遠隔手続き呼び出しを実行するサ
ーバスタブであり、36は要求された遠隔手続きの処理
を実行するサーバアプリケーションプログラムである。
この遠隔手続き呼び出しのインタフェースは、クライア
ントシステム31側では複数種類のサービスを要求する
インタフェースの複数のクライアントスタブを利用でき
るが、サーバシステム34側では、1種類のサービスを
提供するインタフェースの1つのサーバスタブのみであ
る。
Management of procedures in the conventional remote procedure call will be described below. FIG. 3 is a block diagram showing a schematic configuration of a conventional remote procedure calling device. In FIG. 3, 31 is a client system, and 32 is
Is a client application program that requests a remote procedure call, and 33 is a client stub that executes a remote procedure call on the client side created from one interface that defines a plurality of remote procedures. 34 is a server system connected to the client system 31 via a network, and 35
Is a server stub that executes a remote procedure call on the server side created from the same interface as the client system 31, and 36 is a server application program that executes the processing of the requested remote procedure.
This remote procedure call interface can use a plurality of client stubs of an interface that requests a plurality of types of services on the client system 31 side, but one server stub of an interface that provides one type of service on the server system 34 side. Only.

【0004】以上のように構成された遠隔手続き呼び出
し装置について、呼び出した遠隔手続きの決定方法につ
いて以下に説明する。まず、クライアントシステム31
のクライアントアプリケーションプログラム32が、イ
ンタフェース定義で定義された手続きの中から1つの遠
隔手続き呼び出しを実行すると、クライアントスタブ3
3は、その該当する遠隔手続きをインタフェース定義の
中でユニークに識別するための識別子を通信メッセージ
の中へ設定し、手続き呼び出しの引数とともにサーバシ
ステム34側へ送信する。これを受信したサーバスタブ
35では、通信メッセージ中の遠隔手続き識別子を参照
して、呼び出す遠隔手続きを決定し、通信メッセージか
ら引数データを取り出し、サーバアプリケーションプロ
グラム36の該当する遠隔手続きを呼び出す。また、サ
ーバアプリケーションプログラム36からクライアント
アプリケーションプログラム32のコールバックの遠隔
手続きを呼び出す時も、サーバスタブ35が遠隔手続き
の識別子を通信メッセージへ設定してクライアントシス
テム1側へ送信し、クライアントスタブ33が、これを
解析して呼び出すコールバックの遠隔手続きを決定す
る。
With respect to the remote procedure calling device configured as described above, a method of determining a called remote procedure will be described below. First, the client system 31
When the client application program 32 of the client executes one remote procedure call from the procedures defined in the interface definition, the client stub 3
3 sets an identifier for uniquely identifying the corresponding remote procedure in the interface definition in the communication message and sends it to the server system 34 side together with the procedure call argument. Upon receiving this, the server stub 35 refers to the remote procedure identifier in the communication message, determines the remote procedure to call, extracts the argument data from the communication message, and calls the corresponding remote procedure of the server application program 36. When the server application program 36 calls the remote procedure for the callback of the client application program 32, the server stub 35 sets the remote procedure identifier in a communication message and sends it to the client system 1 side, and the client stub 33 This is analyzed and the remote procedure of the callback to be called is determined.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、上記従
来の遠隔手続き呼び出し装置における手続き管理では、
アプリケーションプログラムが定義したインタフェース
定義内で定められた遠隔手続きをユニークに識別できる
だけであり、これ以外のシステムが提供する遠隔手続
き、例えばメモリ管理をシステムで統一的に行なうとす
る場合の手続き等を識別することができない。特に、サ
ーバ側では、1種類のサービスのインタフェースを利用
できるだけという制限も加えられるため、システムが共
通にサービスを提供するような機能の遠隔手続きをアプ
リケーションへ提供しようとした場合、アプリケーショ
ンサービスのインタフェース定義中へシステムの遠隔手
続きを追加定義する必要があるという課題を有してい
た。
However, in the procedure management in the above-mentioned conventional remote procedure calling device,
It can only uniquely identify the remote procedure defined in the interface definition defined by the application program, and also identifies the remote procedure provided by other systems, for example, the procedure when memory management is to be performed uniformly by the system. Can not do it. In particular, the server side is also limited to use one type of service interface. Therefore, when an attempt is made to provide an application with a remote procedure having a function that provides a common service, the interface definition of the application service is defined. There was a problem that it was necessary to additionally define the remote procedure of the system.

【0006】本発明は、上記従来技術の課題を解決する
もので、アプリケーションサービスインタフェース中へ
システムの遠隔手続きを定義しなくても、システムが提
供する遠隔手続きを呼び出すことのできる遠隔手続き管
理装置を提供することを目的とする。
The present invention solves the above-mentioned problems of the prior art and provides a remote procedure management device capable of calling a remote procedure provided by a system without defining a remote procedure of the system in an application service interface. The purpose is to provide.

【0007】[0007]

【課題を解決するための手段】上記目的を達成するため
に、本発明は、システムが提供するサービスの遠隔手続
きを要求するシステム遠隔手続き要求部と、システムが
提供するサービスの遠隔手続き処理を実行するシステム
遠隔手続き実行部と、システムが提供するサービスの複
数の遠隔手続きをネットワークシステム内でユニークな
遠隔手続き識別子に基づいてシステム遠隔手続き実行部
に対応付けて管理するシステム遠隔手続き管理部と、遠
隔手続き呼び出しを実行するスタブから呼び出され、シ
ステム遠隔手続き管理部へ問い合わせを行ない、呼び出
すシステムの遠隔手続きを決定し、該当するシステム遠
隔手続き実行部を呼び出すシステム手続き前処理部とを
備えたものである。
To achieve the above object, the present invention executes a system remote procedure requesting unit for requesting a remote procedure for a service provided by a system and a remote procedure process for a service provided by the system. A system remote procedure execution unit, a system remote procedure management unit that manages a plurality of remote procedures of services provided by the system in association with the system remote procedure execution unit based on a unique remote procedure identifier in the network system; It is called from a stub that executes a procedure call, makes an inquiry to the system remote procedure management unit, determines the remote procedure of the system to be called, and has a system procedure preprocessing unit that calls the corresponding system remote procedure execution unit. .

【0008】[0008]

【作用】本発明は、上記構成によって、システムサービ
スの遠隔手続き呼び出しが実行された時、遠隔側のスタ
ブがアプリケーションサービスの遠隔手続きでないと判
断すると、システム手続き前処理部を呼び出し、システ
ム手続き前処理部は、要求された遠隔手続き識別子でシ
ステム遠隔手続き管理部を検索し、呼び出すべきサービ
スを実行するシステム遠隔手続き実行部を決定して処理
を行なわせることにより、アプリケーション間のインタ
フェースにシステムサービス遠隔手続きを定義しなくて
も、システムサービスの遠隔手続きを実行することが可
能となる。
According to the present invention, when the remote procedure call of the system service is executed, if the remote side stub determines that the remote procedure is not the remote procedure of the application service, the system procedure preprocessor is called to perform the system procedure preprocess. The system searches the system remote procedure management unit with the requested remote procedure identifier, determines the system remote procedure execution unit that executes the service to be called, and causes the interface between the applications to execute the system service remote procedure. It is possible to execute the remote procedure of the system service without defining the.

【0009】[0009]

【実施例】以下、本発明の一実施例について図面を参照
しながら説明する。図1は本発明の一実施例におけるシ
ステムが提供する遠隔手続き呼び出しを実行するクライ
アント・サーバシステムの遠隔手続き管理装置を備えた
遠隔手続き呼び出し装置の概略構成を示している。図1
において、1はクライアントシステムであり、2は遠隔
手続き呼び出しを要求するクライアントアプリケーショ
ンプログラムであり、3は複数の遠隔手続きを定義した
1つのインタフェースから作成されたクライアント側の
遠隔手続き呼び出しを実行するクライアントスタブであ
る。4はクライアントシステム1にネットワークを介し
て接続されたサーバシステムであり、5はクライアント
システム1と同じインタフェースから作成されたサーバ
側の遠隔手続き呼び出しを実行するサーバスタブであ
り、6は要求された遠隔手続きの処理を実行するサーバ
アプリケーションプログラムである。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 shows a schematic configuration of a remote procedure call device including a remote procedure management device of a client / server system that executes a remote procedure call provided by a system according to an embodiment of the present invention. Figure 1
In the figure, 1 is a client system, 2 is a client application program requesting a remote procedure call, and 3 is a client stub for executing a remote procedure call on the client side created from one interface defining a plurality of remote procedures. Is. 4 is a server system connected to the client system 1 via a network, 5 is a server stub for executing a remote procedure call on the server side created from the same interface as the client system 1, and 6 is the requested remote It is a server application program that executes the processing of procedures.

【0010】図1において、本発明に係る遠隔手続き管
理装置は符号10で示されており、クライアントシステ
ム1とサーバシステム4の両方に同じ構成のものが備え
られている。遠隔手続き管理装置10において、11は
システムが提供するサービスのローカル側のサービスを
提供し、遠隔手続きを要求するシステム遠隔手続き要求
部、12はシステムが提供するサービスの遠隔手続き処
理を実行するシステム遠隔手続き実行部、13はシステ
ムが提供するサービスの複数の遠隔手続きをネットワー
クシステム内でユニークな遠隔手続き識別子に基づいて
管理するシステム遠隔手続き管理部、14は遠隔手続き
呼び出しを実行するスタブから呼び出され、システム遠
隔手続き管理部13へ問い合わせを行ない、呼び出すシ
ステムの遠隔手続きを決定し、該当するシステム遠隔手
続き実行部12を呼び出すシステム手続き前処理部であ
る。
In FIG. 1, a remote procedure management device according to the present invention is shown by reference numeral 10, and both the client system 1 and the server system 4 have the same configuration. In the remote procedure management device 10, 11 is a system remote procedure requesting unit that provides a local service of a service provided by the system and requests a remote procedure, and 12 is a system remote that executes remote procedure processing of the service provided by the system. A procedure execution unit, 13 is a system remote procedure management unit that manages a plurality of remote procedures of services provided by the system based on a unique remote procedure identifier in the network system, and 14 is called from a stub that executes a remote procedure call, This is a system procedure preprocessing unit that makes an inquiry to the system remote procedure management unit 13, determines the remote procedure of the system to be called, and calls the corresponding system remote procedure execution unit 12.

【0011】次に、以上のように構成された遠隔手続き
呼び出し装置における遠隔手続き管理装置のシステムサ
ービスを提供する場合の、図1の実線の矢印で示すクラ
イアント側からの遠隔手続き呼び出し処理について、図
2のフローチャートを参照しながら説明する。まずクラ
イアントシステム1のクライアントアプリケーション2
がシステムが提供するサービスの要求を行なうと、この
サービス処理を行なうシステム遠隔手続き要求部11が
呼ばれ、クライアントシステム1側で必要なシステムサ
ービスのためのローカル処理を実行する(ステップ2
1)。その後、ネットワークシステム内でユニークなこ
のサービスの遠隔手続き識別子を通信メッセージへ付与
し、遠隔手続き呼び出しを実行する(ステップ22)。
この要求をネットワークを介して受け取ったサーバスタ
ブ5は、通信メッセージの遠隔手続き識別子を検査し、
インタフェースで定義したアプリケーションの遠隔手続
きかどうか判断する(ステップ23)。それがアプリケ
ーションの遠隔手続きならば、サーバアプリケーション
プログラム6の遠隔手続きを呼び出し、アプリケーショ
ンの遠隔手続き呼び出し処理を実行する(ステップ2
4)。アプリケーションの遠隔手続きでないならば、サ
ーバシステム4側のシステム手続き前処理部14を呼び
出し、この遠隔手続き識別子のシステムサービスを保有
してるかどうかをシステム遠隔手続き管理部13に問い
合わせる。システム遠隔手続き管理部13は、内部に保
有するシステム手続きの管理情報を遠隔手続き識別子に
基づいて検索し、該当するシステム遠隔手続き実行部1
2を決定し、その情報をシステム手続き前処理部14へ
返す(ステップ25)。システム手続き前処理部14で
は、システム遠隔手続き管理部13からの結果に基づい
て、該当するシステム遠隔手続き実行部12が存在する
かどうかを判断し(ステップ26)、存在しないなら
ば、ステップ28へ飛んで、要求したクライアントアプ
リケーションプログラム2へエラーを返し、存在するな
らば、サーバシステム4側のシステム遠隔手続き実行部
12を呼び出して処理を実行する(ステップ27)。シ
ステム遠隔手続き実行部12からの結果は、サーバシス
テム4側のシステム手続き前処理部14からサーバスタ
ブ5へ、さらにクライアントシステム1側のシステム遠
隔手続き要求部11からクライアントアプリケーション
プログラム2へと順番に返される(ステップ28)。
Next, the remote procedure call processing from the client side shown by the solid line arrow in FIG. 1 in the case of providing the system service of the remote procedure management apparatus in the remote procedure call apparatus configured as described above will be described. It will be described with reference to the flowchart of FIG. First, the client application 2 of the client system 1
When a request for a service provided by the system is made, the system remote procedure requesting unit 11 that performs this service processing is called, and the client system 1 executes the local processing for the required system service (step 2).
1). Then, the remote procedure identifier of this service which is unique in the network system is added to the communication message, and the remote procedure call is executed (step 22).
The server stub 5, which receives this request via the network, checks the remote procedure identifier of the communication message,
It is determined whether the remote procedure is the application defined in the interface (step 23). If it is the remote procedure of the application, the remote procedure of the server application program 6 is called, and the remote procedure call processing of the application is executed (step 2).
4). If it is not the remote procedure of the application, the system procedure preprocessing section 14 on the server system 4 side is called, and the system remote procedure management section 13 is inquired whether or not the system service of this remote procedure identifier is held. The system remote procedure management unit 13 retrieves the management information of the system procedure held therein based on the remote procedure identifier, and the corresponding system remote procedure execution unit 1
2 is determined, and the information is returned to the system procedure preprocessing unit 14 (step 25). The system procedure preprocessing unit 14 determines whether or not the corresponding system remote procedure execution unit 12 exists based on the result from the system remote procedure management unit 13 (step 26). An error is returned to the requested client application program 2, and if it exists, the system remote procedure execution unit 12 on the server system 4 side is called to execute the processing (step 27). The results from the system remote procedure execution unit 12 are sequentially returned from the system procedure preprocessing unit 14 on the server system 4 side to the server stub 5, and from the system remote procedure request unit 11 on the client system 1 side to the client application program 2. (Step 28).

【0012】一方、サーバアプリケーションプログラム
6からシステムが提供するサービスの要求が行なわれた
場合、クライアントシステム1側とサーバシステム4側
とでは、図1の破線の矢印で示すような逆の処理が実行
される。まずサーバアプリケーションプログラム6から
システムが提供するサービスの要求が行なわれると、こ
のサービス処理を行なうサーバシステム4側のシステム
遠隔手続き要求部11が呼ばれ、サーバシステム4側の
ローカルの処理を実行する(ステップ21)。その後、
ネットワークシステム内でユニークなこのサービスの遠
隔手続き識別子を通信メッセージへ付与し、コールバッ
クの遠隔手続き呼び出しを実行する(ステップ22)。
この要求をネットワークを介して受け取ったクライアン
トスタブ3は、通信メッセージの遠隔手続き識別子を検
査し、インタフェースで定義したアプリケーションのコ
ールバック遠隔手続きかどうかを判断する(ステップ2
3)。アプリケーションのコールバック遠隔手続きなら
ば、クライアントアプリケーションプログラム2のコー
ルバック遠隔手続きを呼び出し、アプリケーションの遠
隔手続き呼び出し処理を実行する(ステップ24)。も
し、そうでないならば、クライアントシステム1側のシ
ステム手続き前処理部14を呼び出し、この遠隔手続き
識別子のシステムサービスを保有しているかどうかをシ
ステム遠隔手続き管理部13に問い合わせる。システム
遠隔手続き管理部13は、内部に保有するシステム手続
きの管理情報を遠隔手続き識別子に基づいて検索し、該
当するシステム遠隔手続き実行部12を決定し、その情
報をシステム手続き前処理部14へ返す(ステップ2
5)。システム手続き前処理部14では、システム遠隔
手続き管理部13からの結果に基づいて、該当するシス
テム遠隔手続き実行部12が存在するかどうかを判断し
(ステップ26)、存在しないならば、要求したサーバ
アプリケーションプログラム6へエラーを返し、存在す
るならば、クライアントシステム1側のシステム遠隔手
続き実行部12を呼び出して処理を実行する(ステップ
27)。システム遠隔手続き実行部12からの結果は、
クライアントシステム1側のシステム手続き前処理部1
4からクライアントスタブ3へ、さらにサーバシステム
4側のシステム遠隔手続き要求部11からサーバアプリ
ケーションプログラム6へと順番に返される。
On the other hand, when a request for a service provided by the system is made from the server application program 6, the client system 1 side and the server system 4 side execute reverse processing as indicated by the broken arrow in FIG. To be done. First, when a request for a service provided by the system is made from the server application program 6, the system remote procedure request unit 11 on the server system 4 side that performs this service processing is called to execute the local processing on the server system 4 side ( Step 21). afterwards,
The remote procedure identifier of this service, which is unique in the network system, is added to the communication message, and the remote procedure call of the callback is executed (step 22).
The client stub 3, which has received this request via the network, checks the remote procedure identifier of the communication message and determines whether it is the callback remote procedure of the application defined in the interface (step 2).
3). If it is an application callback remote procedure, the callback remote procedure of the client application program 2 is called, and the application remote procedure call process is executed (step 24). If not, the system procedure preprocessing unit 14 on the client system 1 side is called, and the system remote procedure management unit 13 is inquired whether or not the system service of this remote procedure identifier is held. The system remote procedure management unit 13 retrieves the system procedure management information stored therein based on the remote procedure identifier, determines the corresponding system remote procedure execution unit 12, and returns the information to the system procedure preprocessing unit 14. (Step 2
5). The system procedure preprocessing unit 14 judges whether or not the corresponding system remote procedure execution unit 12 exists based on the result from the system remote procedure management unit 13 (step 26). An error is returned to the application program 6, and if it exists, the system remote procedure execution unit 12 on the client system 1 side is called to execute the processing (step 27). The result from the system remote procedure execution unit 12 is
System procedure preprocessing unit 1 on the client system 1 side
4 to the client stub 3, and further to the server application program 6 from the system remote procedure request unit 11 on the server system 4 side.

【0013】以上のように、上記実施例によれば、シス
テム遠隔手続き要求部11によりシステムサービスの遠
隔手続き呼び出しが実行された時、遠隔側のスタブがア
プリケーションサービスの遠隔手続きでないと判断する
と、システム手続き前処理部14を呼び出し、要求され
た遠隔手続き識別子に基づいて手続き管理部13を検索
し、呼び出すべきサービスを実行するシステム遠隔手続
き実行部12を決定して処理を行なわせることにより、
アプリケーション間のインタフェースにシステムサービ
ス遠隔手続きを定義しなくても、システムサービスの遠
隔手続きを実行することが可能となる。
As described above, according to the above embodiment, when the system remote procedure request unit 11 executes the remote procedure call of the system service, if it is determined that the stub on the remote side is not the remote procedure of the application service, the system By calling the procedure preprocessing unit 14, searching the procedure management unit 13 based on the requested remote procedure identifier, and determining the system remote procedure execution unit 12 that executes the service to be called and executing the processing.
Even if the system service remote procedure is not defined in the interface between applications, it is possible to execute the system service remote procedure.

【0014】[0014]

【発明の効果】以上のように本発明は、システムが提供
する遠隔手続き呼び出しを管理するための遠隔手続き管
理装置を遠隔手続き呼び出し装置に備えたものであり、
システム遠隔手続き要求部により、システムサービスの
遠隔手続き呼び出しが実行された時、遠隔側のスタブが
アプリケーションサービスの遠隔手続きでないと判断す
ると、システム手続き前処理部が呼び出され、要求され
た遠隔手続き識別子に基づいて手続き管理部を検索し、
呼び出すべきサービスを実行するシステム遠隔手続き実
行部を決定して処理を行なわせることにより、アプリケ
ーション間のインタフェースにシステムサービス遠隔手
続きを定義しなくても、システムサービスの遠隔手続き
を実行することができる。
As described above, according to the present invention, the remote procedure call device is provided with the remote procedure management device for managing the remote procedure call provided by the system.
When the system remote procedure request unit executes the remote procedure call of the system service, if it judges that the remote side stub is not the remote procedure of the application service, the system procedure preprocessor is called and the requested remote procedure identifier is added. Search the Procedure Management Department based on
By determining the system remote procedure execution unit that executes the service to be called and performing the processing, the system service remote procedure can be executed without defining the system service remote procedure in the interface between the applications.

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

【図1】本発明の一実施例における遠隔手続き管理装置
を備えた遠隔手続き呼び出し装置の概略構成を示すブロ
ック図
FIG. 1 is a block diagram showing a schematic configuration of a remote procedure calling device including a remote procedure management device according to an embodiment of the present invention.

【図2】同装置におけるシステムサービス遠隔手続き呼
び出し処理を示すフローチャート
FIG. 2 is a flowchart showing a system service remote procedure calling process in the same device.

【図3】従来の遠隔手続き呼び出し装置の概略構成を示
すブロック図
FIG. 3 is a block diagram showing a schematic configuration of a conventional remote procedure calling device.

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

1 クライアントシステム 2 クライアントアプリケーションプログラム 3 クライアントスタブ 4 サーバシステム 5 サーバスタブ 6 サーバアプリケーションプログラム 10 遠隔手続き管理装置 11 システム遠隔手続き要求部 12 システム遠隔手続き実行部 13 システム遠隔手続き管理部 14 システム手続き前処理部 DESCRIPTION OF SYMBOLS 1 client system 2 client application program 3 client stub 4 server system 5 server stub 6 server application program 10 remote procedure management device 11 system remote procedure request unit 12 system remote procedure execution unit 13 system remote procedure management unit 14 system procedure preprocessing unit

───────────────────────────────────────────────────── フロントページの続き (72)発明者 イヴァン ペッチ 大阪府門真市大字門真1006番地 松下電器 産業株式会社内 (72)発明者 鈴 木 芳 彦 大阪府門真市大字門真1006番地 松下電器 産業株式会社内 (72)発明者 篠 原 弘 樹 大阪府門真市大字門真1006番地 松下電器 産業株式会社内 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Ivan Petch 1006 Kadoma, Kadoma City, Osaka Prefecture Matsushita Electric Industrial Co., Ltd. (72) Inventor Yoshihiko Suzuki, 1006 Kadoma, Kadoma City, Osaka Matsushita Electric Industrial Co., Ltd. (72) Inventor Hiroki Shinohara 1006 Kadoma, Kadoma-shi, Osaka Prefecture Matsushita Electric Industrial Co., Ltd.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 システムが提供するサービスの遠隔手続
きを要求するシステム遠隔手続き要求部と、システムが
提供するサービスの遠隔手続き処理を実行するシステム
遠隔手続き実行部と、システムが提供するサービスの複
数の遠隔手続きをネットワークシステム内でユニークな
遠隔手続き識別子に基づいて前記システム遠隔手続き実
行部に対応付けて管理するシステム遠隔手続き管理部
と、遠隔手続き呼び出しを実行するスタブから呼び出さ
れ、前記システム遠隔手続き管理部へ問い合わせを行な
い、呼び出すシステムの遠隔手続きを決定し、該当する
前記システム遠隔手続き実行部を呼び出すシステム手続
き前処理部とを備えた遠隔手続き管理装置。
1. A system remote procedure request unit for requesting a remote procedure of a service provided by the system, a system remote procedure execution unit for executing a remote procedure process of the service provided by the system, and a plurality of service provided by the system. A system remote procedure management unit that manages a remote procedure in association with the system remote procedure execution unit based on a unique remote procedure identifier in a network system, and a system remote procedure management that is called from a stub that executes a remote procedure call. A remote procedure management device comprising: a system procedure preprocessing unit for making an inquiry to a unit to determine a remote procedure of the system to be called and for calling the corresponding system remote procedure execution unit.
JP4228166A 1992-08-27 1992-08-27 Remote procedure managing device Pending JPH0675892A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4228166A JPH0675892A (en) 1992-08-27 1992-08-27 Remote procedure managing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4228166A JPH0675892A (en) 1992-08-27 1992-08-27 Remote procedure managing device

Publications (1)

Publication Number Publication Date
JPH0675892A true JPH0675892A (en) 1994-03-18

Family

ID=16872267

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4228166A Pending JPH0675892A (en) 1992-08-27 1992-08-27 Remote procedure managing device

Country Status (1)

Country Link
JP (1) JPH0675892A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5789053A (en) * 1995-12-05 1998-08-04 Kabushiki Kaisha Meiki Seisakusho Bonded disc and an apparatus for manufacturing the same and the manufacturing method thereof
US6016516A (en) * 1996-08-07 2000-01-18 Fuji Xerox Co. Ltd. Remote procedure processing device used by at least two linked computer systems
US6804723B1 (en) 1999-09-03 2004-10-12 Fuji Xerox Co., Ltd. Remote procedure calling expression generation system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5789053A (en) * 1995-12-05 1998-08-04 Kabushiki Kaisha Meiki Seisakusho Bonded disc and an apparatus for manufacturing the same and the manufacturing method thereof
US6016516A (en) * 1996-08-07 2000-01-18 Fuji Xerox Co. Ltd. Remote procedure processing device used by at least two linked computer systems
US6804723B1 (en) 1999-09-03 2004-10-12 Fuji Xerox Co., Ltd. Remote procedure calling expression generation system

Similar Documents

Publication Publication Date Title
US6295548B1 (en) Detection of an imported transaction for finding the global transaction identifier
US5864669A (en) Method and system for accessing a particular instantiation of a server process
US6510429B1 (en) Message broker apparatus, method and computer program product
CA2260647C (en) Agent-based data mining and warehousing
US6597783B1 (en) System and method for storing, routing, and tracking digital documents in a call center
US6496825B1 (en) Systems and methods for the detection of a loop-back of a transaction
US6470342B1 (en) Process of maintaining a distributed map of transaction identifiers and using hashing to access these maps
US6013107A (en) Dynamic mapping of user id into TCP/IP address without user interaction as user signing on or singing off among workstations
EP1620808B1 (en) Accessing data based on user identity
US7912858B2 (en) Data synchronization method
EP1202489A2 (en) Classified on-line chat
US5995972A (en) System and method for retrieving data
JPH04269049A (en) Address management system and communication
KR100403659B1 (en) An apparatus, method and computer program product for client/server computing with intelligent location of transaction objects
JPH11345131A (en) Method and device for reporting task ends
JPH0675892A (en) Remote procedure managing device
CN111930542A (en) Data acquisition method and device, electronic equipment and computer readable storage medium
CA2349706C (en) Method and apparatus for evaluating a data processing request performed by distributed processes
US6483911B1 (en) Methods and apparatus for providing external access to executable call flows of a network application
GB2336920A (en) Relational message broker adds value to published information
US20030028822A1 (en) Forwarding of diagnostic messages in a group
KR20010063811A (en) Distributed spatial analysis system and method for considering server overload
JPH0991234A (en) Work flow system
JPH06139208A (en) Shared data control system
JPH0431936A (en) File control system for decentralized file system