JP2000353093A - Distribution method for stub and skeleton - Google Patents

Distribution method for stub and skeleton

Info

Publication number
JP2000353093A
JP2000353093A JP11164818A JP16481899A JP2000353093A JP 2000353093 A JP2000353093 A JP 2000353093A JP 11164818 A JP11164818 A JP 11164818A JP 16481899 A JP16481899 A JP 16481899A JP 2000353093 A JP2000353093 A JP 2000353093A
Authority
JP
Japan
Prior art keywords
stub
skeleton
server
client
transfer
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
JP11164818A
Other languages
Japanese (ja)
Inventor
Terushige Ishimitsu
輝成 石光
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP11164818A priority Critical patent/JP2000353093A/en
Publication of JP2000353093A publication Critical patent/JP2000353093A/en
Pending legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide development environment which automates from generation to transfer of a stub and a skeleton by enabling the stub or the skeleton to be transferred to a client or a server and putting stub and skeleton generation and transfer in one command. SOLUTION: It is made possible to automatically transfer a stub to a client and a skeleton to a server when a user generates the stub and the skeleton from a server program by adding a function for transferring to the server and the client to a program 102 for generating the stub and the skeleton and, furthermore, equipping transfer data 110 which describe a client name of a transferred party of the stub and a name of the server of a transferred party of the skeleton. This method consists of a stub/skeleton generation part 102, a transferred party interpretation part 103 and a stub/skeleton transfer part 104. Moreover, a transfer data change part is possessed.

Description

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

【発明の属する技術分野】本発明は、特にサーバとクラ
イアントで通信を行うときのためのオブジェクトである
スタブ、スケルトンを生成し、転送するスタブ、スケル
トンの配信方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for generating and transferring stubs and skeletons, which are objects for communication between a server and a client.

【従来の技術】従来、異なるマシン上のオブジェクトの
メソッドを呼び出す機構ではサーバ側にサーバオブジェ
クトとそのスケルトン、クライアント側にサーバオブジ
ェクトのスタブが必要であり、スタブ、スケルトンは生
成コマンドにより生成され、転送コマンドにより各サー
バマシン、クライアントマシンに転送していた。
2. Description of the Related Art Conventionally, a mechanism for calling a method of an object on a different machine requires a server object and its skeleton on the server side, and a stub of the server object on the client side. The stub and skeleton are generated by a generation command and transferred. It was transferred to each server machine and client machine by the command.

【発明が解決しようとする課題】上記従来技術では、サ
ーバプログラムが変更されるとサーバプログラムをコン
パイルしサーバオブジェクトとスタブとスケルトンを生
成した後、スタブをクライアント、サーバオブジェクト
とスケルトンをサーバに転送するという作業をユーザが
おこなわなければならなかった。これはスタブやスケル
トンを転送する先のクライアント名やサーバ名を知って
いる必要があり、もしネットワークの構成変更などが発
生しクライアント名、サーバ名が変更された場合は、こ
の変更をユーザに通知しなければ、サーバプログラムの
変更が必要になった場合に正しくスタブやスケルトンが
転送できなくなるという問題がある。本発明の目的はス
タブ、スケルトンの転送先をシステム管理者が設定し、
その設定項目を開発マシンにデータとして持つことによ
り、スタブやスケルトンをクライアントやサーバに転送
することを可能にし、更にスタブ、スケルトン生成と転
送を1つのコマンドに纏めることにより スタブ、スケ
ルトンの生成から転送までの自動化を行うスタブ、スケ
ルトンの配信方法を提供することにある。
In the above prior art, when a server program is changed, the server program is compiled to generate a server object, a stub, and a skeleton, and then the stub is transferred to the client and the server object and the skeleton are transferred to the server. The user had to do the work. This requires knowing the name of the client or server to which the stub or skeleton is to be transferred. If the client name or server name is changed due to a network configuration change, this change is notified to the user. Otherwise, if the server program needs to be changed, there is a problem that stubs and skeletons cannot be transferred correctly. The purpose of the present invention is to set the transfer destination of the stub and skeleton by the system administrator,
By storing the setting items as data on the development machine, it is possible to transfer stubs and skeletons to clients and servers, and by combining stub and skeleton generation and transfer into one command, transfer from stub and skeleton generation to transfer The purpose of the present invention is to provide a stub and skeleton distribution method that performs automation up to the point.

【課題を解決するための手段】上記の課題を解決するた
め本発明は、スタブ、スケルトンを生成するプログラム
にサーバとクライアントに転送する機能を追加し、更に
スタブの転送先であるクライアント名とスケルトンの転
送先であるサーバ名を記述した転送データを開発マシン
に備えることで、ユーザがサーバプログラムからスタ
ブ、スケルトンを生成したときには自動的にスタブをク
ライアントにスケルトンをサーバに転送することを可能
とするものである。本発明はスタブ、スケルトン生成部
と、転送先解釈部、およびスタブ、スケルトン転送部よ
り成る。更に、転送データ更新部を有する。
According to the present invention, there is provided a program for generating a stub and a skeleton, which is provided with a function of transferring the stub and the skeleton to a server and a client. By providing transfer data that describes the server name that is the transfer destination of the server on the development machine, when the user generates a stub and skeleton from the server program, it is possible to automatically transfer the stub to the client and the skeleton to the server Things. The present invention includes a stub / skeleton generating unit, a destination interpreting unit, and a stub / skeleton transferring unit. Further, it has a transfer data update unit.

【発明の実施の形態】以下に、本発明の1実施の形態を
図面により詳細に説明する。図1は本発明のシステムを
示すブロック図である。サーバプログラム開発環境10
0、開発マシン105、システム管理者環境200、シ
ステム管理者マシン204、サーバマシン300、クラ
イアントマシン400、ネットワーク500から成る。
システム管理者環境200ではシステム変更部201で
システム構成(サーバ名の変更や新たなサーバオブジェ
クトの追加など)の変更を行う。システム変更が行われ
たときに、サーバの名称が変更されたときは図2で示す
サーバ名(1)602をそのサーバ名称に変更する。ま
た、クライアントの名称が変更されたときはそのクライ
アント名(1)604をそのクライアント名に変更する。
また、スケルトンが格納されているディレクトリの変更
があった場合は、サーバ側格納先ディレクトリ名(1)6
03を変更する。また、スタブが格納されているディレ
クトリの変更があった場合は、クライアント側格納先デ
ィレクトリ名(1)605を変更する。この処理は転送デ
ータ更新部202で行う。転送データ205の変更が終
了すると、システム管理者が転送データ転送部203に
より開発マシン105の転送データ110に転送データ
205を転送する。サーバプログラム開発環境100で
は、開発者によってサーバプログラムの変更部101で
サーバプログラム106の変更がなされ、サーバプログ
ラム106をコンパイルしてサーバオブジェクト107
が生成される。コマンド部111はサーバオブジェクト
107の読み込み、スタブ、スケルトン作成部102、
転送先解釈部103、スタブ、スケルトン転送部104
を実行する。コマンド部111の各処理内容は以下のと
おりである。スタブ、スケルトン生成部102は変更さ
れたサーバオブジェクト107からスタブ108、スケ
ルトン109を生成する。転送解釈部103は転送デー
タ110を読み込み、オブジェクト名(1)601をサー
バオブジェクト107とそのサーバオブジェクト107
のスタブ108とスケルトン109として解釈し、サー
バマシン300に転送するスケルトン109とクライア
ントマシン400に転送するスタブ108を決定する。
転送データ110のサーバ名(1)602からの転送先サ
ーバマシン300とサーバ側格納先ディレクトリ名(1)
603を決定し、転送データ110のクライアント名
(1)604から転送先クライアントマシン400とクラ
イアント側格納先ディレクトリ名(1)605を決定す
る。スタブ、スケルトン転送部104でサーバマシン3
00のサーバ側格納先ディレクトリ(1)603のスケル
トン302にスケルトン109を転送しサーバマシン3
00のサーバ側格納先ディレクトリ(1)603のサーバ
オブジェクト301にサーバオブジェクト107を転送
する。更にクライアントマシン400のクライアント側
格納先ディレクトリ(1)605のスタブ402にスタブ
108を転送する。次に図2について説明する。図2は
開発マシン105とシステム管理者マシン204の磁気
ディスクに格納されている転送データのフォーマットを
記述したものである。オブジェクト名(1)601は転送
されるサーバオブジェクト107を示している。このオ
ブジェクト名(1)601から転送するスタブ108とス
ケルトン109を決定する。サーバ名(1)602は転送
先サーバマシン300を示しており、スケルトンの転送
先サーバ名を決定するものである。サーバ側格納先ディ
レクトリ名(1)603はサーバ名(1)602上でスケル
トンの格納ディレクトリを示している。クライアント名
(1)604は転送先クライアント名(1) 400を示し
ておりスタブの転送先クライアント名を決定するもので
ある。クライアント側格納先ディレクトリ名(1)605
はクライアント名(1)604上でスタブの格納ディレク
トリを示している。以上のパラメタ群と1つのオブジェ
クトが1対1に対応しており、複数のオブジェクトに対
して転送先を複数指定することが出来る。全データの最
後にはEOF606を記述しておく。次に図3を説明す
る。図3はサーバオブジェクト701のメソッドをクラ
イアントオブジェクト704から呼出す例である。クラ
イアントオブジェクト704がサーバオブジェクト70
1のメソッドを呼出したとき、まずサーバオブジェクト
のスタブ703を呼出す。サーバオブジェクトのスタブ
703は、クライアントオブジェクト704からのサー
バオブジェクト701のメソッド呼び出しを通信基盤7
08で使用できる型に変換する機能を有する。サーバオ
ブジェクトのスタブ703はクライアントオブジェクト
704からのサーバオブジェクト701のメソッド呼び
出しを通信基盤708で使用可能な型に変換し通信基盤
708に送る。サーバオブジェクトのスケルトン702
は通信基盤708で使用可能な型からサーバオブジェク
ト701のメソッドを呼び出す型に変換する機能を持
つ。サーバオブジェクトのスケルトン702は通信基盤
708から受け取った型からサーバオブジェクト701
のメソッド呼び出しの型に変換し、サーバオブジェクト
701のメソッドを呼出す。サーバオブジェクト701
のメソッドの実行が終了すると、サーバオブジェクトス
ケルトン702、通信基盤708、サーバオブジェクト
のスタブ703、クライアントオブジェクト704とい
う経路でその結果であるメソッドの戻り値を返す。
DESCRIPTION OF THE PREFERRED EMBODIMENTS One embodiment of the present invention will be described below in detail with reference to the drawings. FIG. 1 is a block diagram showing the system of the present invention. Server program development environment 10
0, a development machine 105, a system administrator environment 200, a system administrator machine 204, a server machine 300, a client machine 400, and a network 500.
In the system administrator environment 200, the system configuration (change of the server name, addition of a new server object, etc.) is changed by the system change unit 201. When the system is changed and the server name is changed, the server name (1) 602 shown in FIG. 2 is changed to the server name. When the name of the client is changed, the client name (1) 604 is changed to the client name.
If the directory where the skeleton is stored is changed, the server-side storage directory name (1) 6
Change 03. If the directory in which the stub is stored is changed, the client-side storage destination directory name (1) 605 is changed. This process is performed by the transfer data updating unit 202. When the change of the transfer data 205 is completed, the system administrator transfers the transfer data 205 to the transfer data 110 of the development machine 105 by the transfer data transfer unit 203. In the server program development environment 100, the server program 106 is changed by the developer in the server program changing unit 101, and the server program 106 is compiled and the server object 107 is changed.
Is generated. The command unit 111 reads the server object 107, stubs and the skeleton creation unit 102,
Transfer destination interpretation unit 103, stub / skeleton transfer unit 104
Execute Each processing content of the command unit 111 is as follows. The stub / skeleton generating unit 102 generates a stub 108 and a skeleton 109 from the changed server object 107. The transfer interpretation unit 103 reads the transfer data 110 and sets the object name (1) 601 to the server object 107 and the server object 107.
And the skeleton 109 to be transferred to the server machine 300 and the stub 108 to be transferred to the client machine 400 are determined.
Transfer destination server machine 300 from server name (1) 602 of transfer data 110 and server-side storage directory name (1)
603 is determined and the client name of the transfer data 110 is determined.
(1) The transfer destination client machine 400 and the client side storage destination directory name (1) 605 are determined from 604. Server machine 3 in stub / skeleton transfer unit 104
00, the skeleton 109 is transferred to the skeleton 302 of the server-side storage directory (1) 603, and the server machine 3
The server object 107 is transferred to the server object 301 of the server-side storage destination directory (1) 603 of 00. Further, the stub 108 is transferred to the stub 402 of the client-side storage destination directory (1) 605 of the client machine 400. Next, FIG. 2 will be described. FIG. 2 describes the format of transfer data stored in the magnetic disks of the development machine 105 and the system administrator machine 204. The object name (1) 601 indicates the server object 107 to be transferred. The stub 108 and the skeleton 109 to be transferred are determined from the object name (1) 601. A server name (1) 602 indicates the transfer destination server machine 300, and determines a skeleton transfer destination server name. The server-side storage destination directory name (1) 603 indicates the storage directory of the skeleton on the server name (1) 602. client name
(1) 604 indicates a transfer destination client name (1) 400 for determining a transfer destination client name of the stub. Client-side storage directory name (1) 605
Indicates a stub storage directory on the client name (1) 604. The above parameter group and one object correspond one-to-one, and a plurality of transfer destinations can be specified for a plurality of objects. An EOF 606 is described at the end of all data. Next, FIG. 3 will be described. FIG. 3 shows an example in which the method of the server object 701 is called from the client object 704. Client object 704 is server object 70
When the first method is called, first, the stub 703 of the server object is called. The server object stub 703 transmits a method call of the server object 701 from the client object 704 to the communication infrastructure 7.
It has a function to convert to a type that can be used in 08. The stub 703 of the server object converts the method call of the server object 701 from the client object 704 into a type usable in the communication board 708 and sends it to the communication board 708. Skeleton 702 of server object
Has a function of converting a type usable in the communication infrastructure 708 into a type for calling a method of the server object 701. The skeleton 702 of the server object is obtained from the type received from the communication infrastructure 708 from the server object 701.
Is converted to the method call type, and the method of the server object 701 is called. Server object 701
When the execution of the method is completed, the return value of the resulting method is returned through the path of the server object skeleton 702, the communication infrastructure 708, the stub 703 of the server object, and the client object 704.

【発明の効果】スタブ、スケルトンの生成と転送を1つ
のツールに纏めることと転送先マシンを記述したデータ
を作成することによりスタブ、スケルトンの生成と転送
を一括して自動化することが出来るという効果がある。
こうすることによりスタブ、スケルトンを使ったアプリ
ケーションの開発者は、スタブ、スケルトンの転送先を
意識することなくアプリケーションプログラム開発に専
念できる。
According to the present invention, the generation and transfer of stubs and skeletons can be integrated into one tool, and the generation and transfer of stubs and skeletons can be automated collectively by creating data describing the destination machine. There is.
By doing so, the developer of the application using the stub and skeleton can concentrate on the application program development without being conscious of the transfer destination of the stub and skeleton.

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

【図1】本発明のシステム構成を示すブロック図であ
る。
FIG. 1 is a block diagram showing a system configuration of the present invention.

【図2】転送データのフォーマットを示す図であるFIG. 2 is a diagram showing a format of transfer data;

【図3】クライアントからサーバメソッド呼び出しを説
明するための図である。
FIG. 3 is a diagram for explaining a server method call from a client.

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

100…ユーザプログラム開発環境、101…サーバプ
ログラム変更部、102…スタブ、スケルトン生成部、
103…転送先解決部、104…スタブ、スケルトン転
送部、105…開発マシン、106…サーバプログラ
ム、107…サーバオブジェクト、108…スタブ、1
09…スケルトン、110…転送データ、111…コマ
ンド部、200…システム管理者環境、201…システ
ム変更部、202…転送データ更新部、203…転送デ
ータ転送部、204…システム管理者マシン、205…
転送データ、300…サーバマシン、301…サーバオ
ブジェクト、302…スケルトン、400…クライアン
トマシン、401…クライアントオブジェクト、402
…スタブ、500…ネットワーク、701…サーバオブ
ジェクト、702…サーバオブジェクトスタブ、703
…サーバオブジェクトスケルトン、704…クライアン
トオブジェクト、705…サーバオブジェクトのメソッ
ド呼び出し、706…サーバマシン、707…クライア
ントマシン、708…通信基盤。
100: User program development environment, 101: Server program change unit, 102: Stub and skeleton generation unit
103: transfer destination resolution unit, 104: stub, skeleton transfer unit, 105: development machine, 106: server program, 107: server object, 108: stub, 1
09: skeleton, 110: transfer data, 111: command section, 200: system administrator environment, 201: system change section, 202: transfer data update section, 203: transfer data transfer section, 204: system administrator machine, 205:
Transfer data, 300: server machine, 301: server object, 302: skeleton, 400: client machine, 401: client object, 402
… Stub, 500… network, 701… server object, 702… server object stub, 703
.., Server object skeleton, 704, client object, 705, server object method call, 706, server machine, 707, client machine, 708, communication infrastructure.

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】ネットワーク環境でクライアントオブジェ
クトからサーバオブジェクトのメソッドを呼び出すシス
テムにおいて、通信を行うための機能を提供するスタ
ブ、スケルトンをサーバオブジェクトから生成し、スタ
ブ、スケルトンの転送を一括して行うことを特徴とする
スタブ、スケルトンの配信方法。
In a system in which a method of a server object is called from a client object in a network environment, a stub and a skeleton that provide a communication function are generated from the server object, and the stub and the skeleton are collectively transferred. A stub and skeleton distribution method characterized by the following.
【請求項2】請求項1において、スタブ、スケルトンの
転送を行う時に予め転送先が記述された転送データを参
照することを特徴とするスタブ、スケルトンの配信方
法。
2. The stub and skeleton distribution method according to claim 1, wherein the stub and skeleton are transferred by referring to transfer data in which a transfer destination is described in advance.
【請求項3】請求項2において、システム構成の変更の
時にスタブ、スケルトンの転送先を記述した転送データ
の転送先を変更することを特徴とするスタブ、スケルト
ンの配信方法。
3. The stub and skeleton distribution method according to claim 2, wherein the transfer destination of the transfer data describing the stub and skeleton transfer destination is changed when the system configuration is changed.
JP11164818A 1999-06-11 1999-06-11 Distribution method for stub and skeleton Pending JP2000353093A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11164818A JP2000353093A (en) 1999-06-11 1999-06-11 Distribution method for stub and skeleton

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11164818A JP2000353093A (en) 1999-06-11 1999-06-11 Distribution method for stub and skeleton

Publications (1)

Publication Number Publication Date
JP2000353093A true JP2000353093A (en) 2000-12-19

Family

ID=15800510

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11164818A Pending JP2000353093A (en) 1999-06-11 1999-06-11 Distribution method for stub and skeleton

Country Status (1)

Country Link
JP (1) JP2000353093A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016528621A (en) * 2013-07-31 2016-09-15 華為技術有限公司Huawei Technologies Co.,Ltd. Related plug-in management method, apparatus and system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016528621A (en) * 2013-07-31 2016-09-15 華為技術有限公司Huawei Technologies Co.,Ltd. Related plug-in management method, apparatus and system

Similar Documents

Publication Publication Date Title
Medved et al. Opendaylight: Towards a model-driven sdn controller architecture
US8065657B2 (en) Exchange infrastructure system and method
JP5160553B2 (en) Aggregation of portlets used in the client environment without depending on server resources
US5546584A (en) System and method for establishing communication protocols between application programs
CN101436148B (en) Integrated client end and method for performing interaction of desktop application and network WEB application
CN108038796B (en) C + + based GIS service operation method and storage medium
US7665096B2 (en) DDS-assisted CORBA discovery
US7689430B2 (en) Access to web services
JPH06214901A (en) Information processor capable of controlling information resource by control system
US20030055862A1 (en) Methods, systems, and articles of manufacture for managing systems using operation objects
CN103116520A (en) Remote procedure call remote position control (RPC) method based on transmission control protocol (TCP)/user datagram protocol (UDP)
CN108134698B (en) Graphical configuration platform of industrial multi-protocol internet of things gateway
US6199111B1 (en) Client-led network computing system and its method
CN115022304B (en) Method, device and system for realizing IA (IA-IA) cross-platform file processing based on RPA (remote procedure A) and AI (advanced technology attachment)
US20060294493A1 (en) Non blocking persistent state machines on enterprise java bean platform
JP2004046810A (en) Dispatch method for application step in client/server environment and service portal system
EP1506478B1 (en) Exchange infrastructure system and method
Stopper et al. Service-oriented architecture design aspects of OPC UA for industrial applications
JP2000353093A (en) Distribution method for stub and skeleton
CN111984679B (en) Access method, device, host, system and medium of hardware acceleration database
Vaahedi et al. A future application environment for BC Hydro's EMS
CN107508884B (en) SOA-based simulation model sharing method
van Gurp et al. Service grid variability realization
Ambroszkiewicz Agent based approach to service description and composition
JP2001337935A (en) Application wrapping method in dispersed object environment, its communication management device, and recording medium