JP3910013B2 - Communication method and method - Google Patents

Communication method and method Download PDF

Info

Publication number
JP3910013B2
JP3910013B2 JP2000371700A JP2000371700A JP3910013B2 JP 3910013 B2 JP3910013 B2 JP 3910013B2 JP 2000371700 A JP2000371700 A JP 2000371700A JP 2000371700 A JP2000371700 A JP 2000371700A JP 3910013 B2 JP3910013 B2 JP 3910013B2
Authority
JP
Japan
Prior art keywords
identification information
request
computer
client
logic function
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.)
Expired - Lifetime
Application number
JP2000371700A
Other languages
Japanese (ja)
Other versions
JP2002175284A (en
Inventor
泉 岩田
康治 山下
裕一 諏訪
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2000371700A priority Critical patent/JP3910013B2/en
Publication of JP2002175284A publication Critical patent/JP2002175284A/en
Application granted granted Critical
Publication of JP3910013B2 publication Critical patent/JP3910013B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Landscapes

  • Multi Processors (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、複数のコンピュータ間で一連の要求を関連付ける通信方式および方法に関し、特に、分散オブジェクト技術である、CORBA(共通オブジェクトリクエストブローカ)バスを使用した通信システムにおける、要求オペレーションの送信に応用されるものである。
【0002】
【従来の技術】
従来、分散オブジェクト技術である、CORBAにおける通信方式を図7に示す。
【0003】
コンピュータ1におけるクライアント2が、ORB(オブジェクトリクエストブローカ)3に対して要求を発行すると、ORB3とORB4との電気通信網5を介した通信により、コンピュータ6におけるサーバ7のメソッドが呼び出される。サーバ7は、メソッドが呼び出されると、要求された処理を行い、処理結果などの戻り値を設定して、応答として返却する。
【0004】
すると、ORB4とORB3の電気通信網5を介した通信により、クライアント2に戻り情報が返却される。
【0005】
【発明が解決しようとする課題】
CORBAにおける通信方式は、上記で述べたようなクライアント・サーバによる要求・応答方式であり、ある特定の用件に対して複数の要求・応答が関係する場合、要求時、または応答時に識別可能な情報を設定し、クライアント側、及ぴサーバ側において、要求を関連付けていた。
【0006】
しかし、図8に示すような、クライアント8がサーバ9、サーバ10、サーバ11といった複数のサーバに対して要求を出す場合では、要求を受ける複数のサーバが同じ識別情報を設定した場合、それぞれで識別可能であっても、クライアント8において唯一に識別することができなかった。
【0007】
本発明は上記の事情に鑑みてなされたもので、クライアントとサーバの両方が、それぞれ割り当てられた領域に、それぞれで識別可能な情報を設定することにより、クライアントが、複数のサーバに対して要求を行っても、それぞれの要求・応答を識別可能となり、同様にサーバが、複数のクライアントから要求を受けても、それぞれの要求・応答を識別可能となる通信方式および方法を提供することを目的とする。
【0008】
【課題を解決するための手段】
上記目的を達成するために本発明の通信方式は、クライアントと、サーバと、識別情報管理装置と、オブジェクトリクエストブローカをもつ一方のコンピュータと、クライアントと、サーバと、識別情報管理装置と、オブジェクトリクエストブローカをもつ他方のコンピュータと、前記一方のコンピュータと前記他方のコンピュータを接続する電気通信網とを具備し、前記一方のコンピュータのクライアントからの要求時に識別情報格納領域をパラメータとして設定する手段と、前記一方のコンピュータのクライアントが、前記識別情報格納領域の前記一方のコンピュータの設定領域である前半領域に前記一方のコンピュータのクライアントを示す識別情報をパラメータとして設定して前記他方のコンピュータのサーバにオペレーション送信要求を行う手段と、前記他方のコンピュータのサーバが、前記識別情報格納領域の前記他方のコンピュータの設定領域である後半領域に前記他方のコンピュータのサーバを示す識別情報をパラメータとして設定して前記一方のコンピュータのクライアントに処理結果を返却する手段と、を有することを特徴とするものである。
【0009】
また本発明は、クライアントとサーバと識別情報管理装置とオブジェクトリクエストブローカをもつ一方のコンピュータと、クライアントとサーバと識別情報管理装置とオブジェクトリクエストブローカをもつ他方のコンピュータとの間で通信を行う通信方法において、前記一方のコンピュータのクライアントからの要求時に識別情報格納領域をパラメータとして設定するステップと、前記一方のコンピュータのクライアントが、前記識別情報格納領域の前記一方のコンピュータの設定領域である前半領域に前記一方のコンピュータのクライアントを示す識別情報をパラメータとして設定して前記他方のコンピュータのサーバにオペレーション送信要求を行うステップと、前記他方のコンピュータのサーバが、前記識別情報格納領域の前記他方のコンピュータの設定領域である後半領域に前記他方のコンピュータのサーバを示す識別情報をパラメータとして設定して前記一方のコンピュータのクライアントに処理結果を返却するステップと、を有することを特徴とする。
【0010】
【発明の実施の形態】
以下図面を参照して本発明の実施形態例を詳細に説明する。
【0011】
図1は本発明の実施形態例を示す構成説明図である。すなわち、コンピュータ12は、内部にORB(オブジェクトリクエストブローカ)13と、ORB13を用いて要求を行うクライアント14と、ORB13から要求を呼び出されるサーバ15と、このコンピュータ12内で唯一に識別可能な情報を生成する識別情報管理装置16と、識別情報を記憶する記憶装置17と、複数のオペレーションの送信を管理するロジック機能18をもつ。同様に、コンピュータ19は、内部にORB(オブジェクトリクエストブローカ)20と、ORB20を用いて要求を行うクライアント21と、ORB20から要求を呼び出されるサーバ22と、このコンピュータ19内で唯一に識別可能な情報を生成する識別情報管理装置23と、識別情報を記憶する記憶装置24と、複数のオペレーションの送信を管理するロジック機能25をもつ。コンピュータ12とコンピュータ19は、電気通信網26によって接続されている。
【0012】
図2は本発明の実施形態例に係る要求時に設定する識別情報格納領域イメージを示す説明図である。識別情報格納領域27は、クライアントからORBに対する要求時にパラメータとして設定されるものである。前半領域28及び後半領域29は、未設定時の値は0に設定されている。前半領域28は、最初に識別情報を設定するコンピュータにて設定され、後半領域29は、最初に要求を受けたサーバをもつコンピュータが設定する。
【0013】
図3、図4、図5、図6は本発明の実施形態例の動作を示すシーケンス図である。すなわち、コンピュータ12のロジック機能18は、クライアント14に対して、コンピュータ19に対する要求の発行メソッドを呼び出す(44)。クライアント14は、識別情報管理装置16に対して、識別情報生成要求を行う(45)。識別情報管理装置16は、コンピュータ12内で唯一に識別可能な識別情報を生成し(46)、クライアント14へ識別情報を返却する(47)。クライアント14は、返却された識別情報を、図4で示した識別情報格納領域27の自コンピュータ12の設定領域である前半領域28にパラメータとして設定し(48)、ORB13に対してオペレーション送信要求を行う(49)。ORB13は、クライアント14によって行われたオペレーション送信要求49に応じてORB20に対してオペレーション送信信号を送信する(50)。
【0014】
ORB20は、サーバ22に対して要求メソッドを呼び出す(51)。サーバ22は、識別情報管理装置23に対して、識別情報生成要求を行う(52)。識別情報管理装置23は、コンピュータ19内で唯一に識別可能な識別情報を生成し(53)、識別情報をサーバ22へ返却する(54)。サーバ22は、ロジック機能25に対して、識別情報管理装置23により返却された識別情報と、クライアント14から受けた処理要求を通知する(55)。ロジック機能25は、処理要求に従って処理を行い(56)、サーバ22から通知された識別情報の記憶を、記憶装置24に要求する(57)。記憶装置24は、要求された識別情報を記憶し(58)、ロジック機能25に対して記憶処理結果を返却する(59)。ロジック機能25は、処理結果をサーバ22に通知する(60)。サーバ22は、識別情報管理装置23から返却された識別情報を、図4で示したパラメータの自コシピュータ19の設定領域である後半領域29にパラメータとして設定し(61)、ORB20に対して処理結果を返却する(62)。ORB20は、サーバ22による処理結果をオペレーション結果送信信号としてORB13に対して送信する(63)。
【0015】
ORB13は、クライアント14に対して、要求に対するオペレーション送信結果を通知する(64)。クライアント14は、サーバ22が設定した識別情報とともに、処理要求結果をロジック機能18に通知する(65)。ロジック機能18は、記憶装置17に対し、識別情報の記憶を要求する(66)。記憶装置17は、要求された識別情報を記憶し(67)、ロジック機能18に対して記憶処理結果を返却する(68)。
【0016】
コンピュータ19のロジック機能25は、記憶装置24に対し、コンピュータ12に対してオペレーションを送信する際に必要な識別情報の検索を要求する(69)。記憶装置24は、識別情報を検索し(70)、識別情報検索結果をロジック機能25に対して返却する(71)。ロジック機能25は、クライアント21に対して、コンピュータ12に対する要求の発行を要求する(72)。クライアント21は、ロジック機能25から通知された識別情報を元にサーバ15を判別し(73)、識別情報をパラメータに設定し(74)、ORB20に対して要求を発行する(75)。ORB20は、クライアント21によって行われた要求(75)をオペレーション送信信号として、ORB13に対して送信する(76)。
【0017】
ORB13は、サーバ15に対して要求メソッドを呼び出す(77)。サーバ15は、ロジック機能18に対し、設定された識別情報とともに、処理要求通知を行う(78)。ロジック装置18は、処理要求通知(78)に付帯する識別情報により、コンピュータ19からの要求であることを判断し(79)、要求に応じた処理を行い(80)、処理結果をサーバ15に通知する(81)。サーバ15は、処理結果をORB13に返却する(82)。ORB13は、処理結果をペレーション結果送信信号としてORB20に送信する(83)。ORB20は、クライアント21に対して、処理結果をオペレーション送信結果として通知する(84)。クライアント21は、処理要求結果をロジック機能25に通知する(85)。
以上のように本発明の実施形態例では、本来CORBA分散環境下において単独に要求返却されるオペレーションを、クライアント、サーバそれぞれを有する複数のコンピュータにおいて、関連付けることが可能となり、また、CORBA分散環境下で通信を行う2台のコンピュータがそれぞれ独自に識別情報を設定することによって、それぞれのコンピュータが複数の通信相手とCORBA分散環境下において通信を行う際も、特定のコンピュータに送信する要求、及びそのコンピュータから受信する要求を識別可能となる。したがって、クライアントとサーバの両方が、それぞれ割り当てられた領域に、それぞれで識別可能な情報を設定することにより、クライアントが、複数のサーバに対して要求を行っても、それぞれの要求・応答を識別可能となり、同様にサーバが、複数のクライアントから要求を受けても、それぞれの要求・応答を識別可能となる通信方式および方法を提供することができる。
【0018】
【発明の効果】
以上述べたように本発明によれば、本来CORBA分散環境下において単独に要求返却されるオペレーションを、クライアント、サーバそれぞれを有する複数のコンピュータにおいて、関連付けることが可能となり、また、CORBA分散環境下で通信を行う2台のコンピュータがそれぞれ独自に識別情報を設定することによって、それぞれのコンピュータが複数の通信相手とCORBA分散環境下において通信を行う際も、特定のコンピュータに送信する要求、及びそのコンピュータから受信する要求を識別可能となる。
【図面の簡単な説明】
【図1】本発明の実施形態例を示す構成説明図である。
【図2】本発明の実施形態例に係る要求時に設定する識別情報格納領域イメージを示す説明図である。
【図3】本発明の実施形態例の動作を示すシーケンス図である。
【図4】本発明の実施形態例の動作を示すシーケンス図である。
【図5】本発明の実施形態例の動作を示すシーケンス図である。
【図6】本発明の実施形態例の動作を示すシーケンス図である。
【図7】従来の分散オブジェクト技術である、CORBAにおける通信方式を示す構成説明図である。
【図8】従来のクライアントが複数のサーバに対して要求を出す場合を示す説明図である。
【符号の説明】
12 コンピュータ
13 ORB(オブジェクトリクエストブローカ)
14 クライアント
15 サーバ
16 識別情報管理装置
17 記憶装置
18 ロジック機能
19 コンピュータ
20 ORB(オブジェクトリクエストブローカ)
21 クライアント
22 サーバ
23 識別情報管理装置
24 記憶装置
25 ロジック機能
26 電気通信網
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a communication method and method for associating a series of requests between a plurality of computers, and is particularly applied to transmission of a request operation in a communication system using a CORBA (Common Object Request Broker) bus, which is a distributed object technology. Is.
[0002]
[Prior art]
FIG. 7 shows a communication method in CORBA, which is a conventional distributed object technology.
[0003]
When a client 2 in the computer 1 issues a request to an ORB (object request broker) 3, the method of the server 7 in the computer 6 is called by communication between the ORB 3 and the ORB 4 via the telecommunication network 5. When the method is called, the server 7 performs the requested processing, sets a return value such as a processing result, and returns it as a response.
[0004]
Then, return information is returned to the client 2 by communication via the electric communication network 5 between the ORB 4 and the ORB 3.
[0005]
[Problems to be solved by the invention]
The communication method in CORBA is a request / response method by a client / server as described above, and when a plurality of requests / responses are related to a specific requirement, it can be identified at the time of request or response. Information was set, and requests were associated on the client side and server side.
[0006]
However, as shown in FIG. 8, when the client 8 issues a request to a plurality of servers such as the server 9, the server 10, and the server 11, when the plurality of servers receiving the request set the same identification information, Even if it can be identified, it cannot be uniquely identified by the client 8.
[0007]
The present invention has been made in view of the above circumstances, and both the client and the server set identifiable information in each allocated area, so that the client can request a plurality of servers. It is an object to provide a communication method and method that makes it possible to identify each request / response even if it is performed, and also enables the server to identify each request / response even if it receives requests from multiple clients. And
[0008]
[Means for Solving the Problems]
To achieve the above object, the communication method of the present invention comprises a client, a server, an identification information management device, one computer having an object request broker, a client, a server, an identification information management device, an object request. Means comprising: another computer having a broker; and a telecommunications network connecting the one computer and the other computer, and setting an identification information storage area as a parameter when requested by a client of the one computer; The client of the one computer sets identification information indicating the client of the one computer as a parameter in the first half of the setting area of the one computer in the identification information storage area and operates the server of the other computer. Send And the server of the other computer sets identification information indicating the server of the other computer as a parameter in a second half area that is a setting area of the other computer of the identification information storage area. Means for returning the processing result to the client of the computer .
[0009]
The present invention also relates to a communication method for performing communication between one computer having a client, a server, an identification information management device, and an object request broker, and the other computer having a client, a server, an identification information management device, and an object request broker. The step of setting the identification information storage area as a parameter at the time of a request from the client of the one computer, and the client of the one computer in the first half area which is the setting area of the one computer of the identification information storage area A step of setting identification information indicating a client of the one computer as a parameter and making an operation transmission request to a server of the other computer; and a server of the other computer, A step of setting the identification information indicating the server of the other computers in the area late a setting area of the computer as a parameter and returns the processing result to the client of the one computer, and having a.
[0010]
DETAILED DESCRIPTION OF THE INVENTION
Embodiments of the present invention will be described below in detail with reference to the drawings.
[0011]
FIG. 1 is an explanatory diagram showing the configuration of an embodiment of the present invention. That is, the computer 12 includes an ORB (object request broker) 13, a client 14 that makes a request using the ORB 13, a server 15 that is called by the ORB 13, and information that can be uniquely identified in the computer 12. An identification information management device 16 to be generated, a storage device 17 for storing identification information, and a logic function 18 for managing transmission of a plurality of operations are provided. Similarly, the computer 19 includes an ORB (object request broker) 20, a client 21 that makes a request using the ORB 20, a server 22 that calls the request from the ORB 20, and information that can be uniquely identified in the computer 19. ID information management device 23 that generates ID information, a storage device 24 that stores identification information, and a logic function 25 that manages transmission of a plurality of operations. The computer 12 and the computer 19 are connected by a telecommunication network 26.
[0012]
FIG. 2 is an explanatory diagram showing an identification information storage area image set at the time of request according to the embodiment of the present invention. The identification information storage area 27 is set as a parameter when the client requests the ORB. In the first half area 28 and the second half area 29, the value when not set is set to zero. The first half area 28 is set by a computer that first sets identification information, and the second half area 29 is set by a computer having a server that has received a request first.
[0013]
3, FIG. 4, FIG. 5, and FIG. 6 are sequence diagrams showing the operation of the embodiment of the present invention. That is, the logic function 18 of the computer 12 calls a request issuing method for the computer 19 to the client 14 (44). The client 14 makes an identification information generation request to the identification information management device 16 (45). The identification information management device 16 generates identification information uniquely identifiable in the computer 12 (46), and returns the identification information to the client 14 (47). The client 14 sets the returned identification information as a parameter in the first half area 28 which is the setting area of the own computer 12 in the identification information storage area 27 shown in FIG. 4 (48), and sends an operation transmission request to the ORB 13. Perform (49). The ORB 13 transmits an operation transmission signal to the ORB 20 in response to the operation transmission request 49 made by the client 14 (50).
[0014]
The ORB 20 calls a request method to the server 22 (51). The server 22 sends an identification information generation request to the identification information management device 23 (52). The identification information management device 23 generates identification information that can be uniquely identified in the computer 19 (53), and returns the identification information to the server 22 (54). The server 22 notifies the logic function 25 of the identification information returned by the identification information management device 23 and the processing request received from the client 14 (55). The logic function 25 performs processing according to the processing request (56), and requests the storage device 24 to store the identification information notified from the server 22 (57). The storage device 24 stores the requested identification information (58), and returns the storage processing result to the logic function 25 (59). The logic function 25 notifies the server 22 of the processing result (60). The server 22 sets the identification information returned from the identification information management device 23 as a parameter in the second half area 29, which is the setting area of the local computer 19 of the parameter shown in FIG. Is returned (62). The ORB 20 transmits the processing result by the server 22 to the ORB 13 as an operation result transmission signal (63).
[0015]
The ORB 13 notifies the client 14 of the operation transmission result for the request (64). The client 14 notifies the processing request result to the logic function 18 together with the identification information set by the server 22 (65). The logic function 18 requests the storage device 17 to store identification information (66). The storage device 17 stores the requested identification information (67) and returns the storage processing result to the logic function 18 (68).
[0016]
The logic function 25 of the computer 19 requests the storage device 24 to search for identification information necessary for transmitting an operation to the computer 12 (69). The storage device 24 searches the identification information (70), and returns the identification information search result to the logic function 25 (71). The logic function 25 requests the client 21 to issue a request to the computer 12 (72). The client 21 determines the server 15 based on the identification information notified from the logic function 25 (73), sets the identification information as a parameter (74), and issues a request to the ORB 20 (75). The ORB 20 transmits the request (75) made by the client 21 to the ORB 13 as an operation transmission signal (76).
[0017]
The ORB 13 calls a request method to the server 15 (77). The server 15 sends a processing request notification to the logic function 18 together with the set identification information (78). Based on the identification information attached to the processing request notification (78), the logic device 18 determines that the request is from the computer 19 (79), performs processing according to the request (80), and sends the processing result to the server 15. Notification is made (81). The server 15 returns the processing result to the ORB 13 (82). ORB13 transmits the ORB20 the processing result as the Operation result transmission signal (83). The ORB 20 notifies the client 21 of the processing result as an operation transmission result (84). The client 21 notifies the processing request result to the logic function 25 (85).
As described above, in the embodiment of the present invention, it is possible to associate operations that are originally returned independently in a CORBA distributed environment in a plurality of computers each having a client and a server, and in the CORBA distributed environment. When two computers that communicate with each other set their own identification information, when each computer communicates with a plurality of communication partners in a CORBA distributed environment, a request to be sent to a specific computer and its The request received from the computer can be identified. Therefore, both the client and the server set information that can be identified in the allocated areas, so that even if the client makes a request to multiple servers, each request / response is identified. Similarly, even when the server receives requests from a plurality of clients, it is possible to provide a communication method and method that can identify each request / response.
[0018]
【The invention's effect】
As described above, according to the present invention, it is possible to associate operations that are originally returned independently in a CORBA distributed environment in a plurality of computers having clients and servers, and in a CORBA distributed environment. When two computers that perform communication each independently set identification information, when each computer communicates with a plurality of communication partners in a CORBA distributed environment, a request to be transmitted to a specific computer, and the computer The request received from can be identified.
[Brief description of the drawings]
FIG. 1 is a configuration explanatory diagram showing an embodiment of the present invention.
FIG. 2 is an explanatory diagram showing an identification information storage area image set at the time of request according to an embodiment of the present invention.
FIG. 3 is a sequence diagram showing an operation of the exemplary embodiment of the present invention.
FIG. 4 is a sequence diagram showing the operation of the exemplary embodiment of the present invention.
FIG. 5 is a sequence diagram showing the operation of the exemplary embodiment of the present invention.
FIG. 6 is a sequence diagram showing an operation of the exemplary embodiment of the present invention.
FIG. 7 is a configuration explanatory diagram showing a communication method in CORBA, which is a conventional distributed object technology.
FIG. 8 is an explanatory diagram showing a case where a conventional client issues a request to a plurality of servers.
[Explanation of symbols]
12 Computer 13 ORB (Object Request Broker)
14 Client 15 Server 16 Identification Information Management Device 17 Storage Device 18 Logic Function 19 Computer 20 ORB (Object Request Broker)
21 Client 22 Server 23 Identification Information Management Device 24 Storage Device 25 Logic Function 26 Telecommunications Network

Claims (1)

複数のオペレーションの送信を管理するロジック機能と、クライアントと、サーバと、コンピュータ内で唯一に識別可能な識別情報を生成する識別情報管理装置と、該識別情報を記憶する記憶装置と、オブジェクトリクエストブローカをもつ複数台のコンピュータと、
前記複数台のコンピュータを接続する電気通信網とを具備し、
前記ロジック機能は、自コンピュータと他のコンピュータとの通信開始となる要求発行をクライアントに送信し該要求発行に対する応答としてのクライアントからの結果通知を受信したとき結果通知に設定されている識別情報格納領域内の前半領域の自コンピュータに関する識別情報および後半領域の他のコンピュータに関する識別情報の記憶要求を記憶装置に送信する手段と、サーバからの処理要求通知に応じて該処理要求通知とともに自コンピュータに関する識別情報が送信されてきたときには該自コンピュータに関する識別情報と処理要求通知に設定されている識別情報格納領域内の前半領域の他コンピュータに関する識別情報の記憶要求を記憶装置に送信する手段と、通信が確立されている他コンピュータへの要求発行をクライアントに送信するとき識別情報検索要求を記憶装置に送信し記憶装置からの識別情報検索結果を受信し該識別情報を要求発行に含めてクライアントに送信する手段を有し、
前記クライアントは、ロジック機能からの要求発行に応じ、要求発行に識別情報が無いとき識別情報管理装置に識別情報生成要求を送信して識別情報管理装置から返却された自コンピュータに関する識別情報を受信し該識別情報をオブジェクトリクエストブローカへのオペレーション送信要求における識別情報格納領域の自コンピュータに関する設定領域である前半領域にパラメータとして設定し、要求発行に識別情報が有るとき該識別情報をオブジェクトリクエストブローカへのオペレーション送信要求における識別情報格納領域にパラメータとして設定し、オブジェクトリクエストブローカへオペレーション送信要求を送信する手段を有し、
前記サーバは、オブジェクトリクエストブローカからの要求メソッド呼び出しに応じて、該要求メソッド呼び出しにオペレーション送信要求における識別情報格納領域の自コンピュータの設定領域である後半領域に識別情報が無いとき識別情報管理装置に識別情報生成要求を送信して識別情報管理装置から返却された自コンピュータに関する識別情報を受信し該識別情報をオブジェクトリクエストブローカからの処理要求とともにロジック機能へ通知し、要求メソッド呼び出しに識別情報が有るときオブジェクトリクエストブローカからの処理要求をロジック機能へ通知する手段と、オブジェクトリクエストブローカからの要求メソッド呼び出しでオペレーション送信要求における識別情報格納領域の自コンピュータの設定領域である後半領域に識別情報が無かったときにロジック機能に送信した処理要求に対応する処理結果通知をロジック機能から受信したとき、オブジェクトリクエストブローカへの処理結果返却における識別情報格納領域の自コンピュータに関する設定領域である後半領域に識別情報をパラメータとして設定し、オブジェクトリクエストブローカへ処理結果返却を送信する手段を有し、
前記識別情報管理装置は、クライアントまたはサーバからの識別情報生成要求に応じてコンピュータ内で唯一に識別可能な識別情報を生成しその識別情報をクライアントまたはサーバへ返却する手段を有し、
前記記憶装置は、ロジック機能からの識別情報の記憶要求に応じて識別情報を記憶する手段と、ロジック機能からの識別要求検索要求に応じて識別情報を検索し検索結果をロジック機能へ返却する手段を有し、
前記オブジェクトリクエストブローカは、クライアントからのオペレーション送信要求に応じて送信先コンピュータのオブジェクトリクエストブローカへオペレーション送信信号を送信する手段と、サーバからの処理結果返却に応じて返却先コンピュータのオブジェクトリクエストブローカへオペレーション結果送信信号を送信する手段を有する
ことを特徴とする通信方式。
Logic function for managing transmission of a plurality of operations, client, server, identification information management device for generating identification information uniquely identifiable in computer, storage device for storing the identification information, and object request broker Multiple computers with
A telecommunication network connecting the plurality of computers,
The logic function stores identification information set in the result notification when a request issuance for starting communication between the own computer and another computer is transmitted to the client and a result notification from the client as a response to the request issuance is received. A means for transmitting a storage request for identification information relating to the own computer in the first half area in the area and identification information relating to another computer in the second half area to the storage device, and a notice relating to the own computer together with the processing request notice from the server Means for transmitting to the storage device a request for storing identification information relating to the other computer in the first half area within the identification information storage area set in the identification information storage area set in the processing request notification when the identification information has been transmitted; Client issuance of requests to other computers with established And means for transmitting to the client in the request issuing the identification information receives the identification information search results from transmitting to the storage device identification information search request to the storage device when transmitting the,
In response to the issuance of a request from the logic function, the client transmits an identification information generation request to the identification information management apparatus when the identification information is not included in the request issuance, and receives the identification information about the own computer returned from the identification information management apparatus. The identification information is set as a parameter in the first half area, which is the setting area related to the own computer of the identification information storage area in the operation transmission request to the object request broker, and the identification information is sent to the object request broker when the request is issued. It has a means for setting the identification information storage area in the operation transmission request as a parameter and transmitting the operation transmission request to the object request broker.
In response to a request method call from the object request broker, the server sends an identification information management device to the request method call when there is no identification information in the second half area, which is the setting area of its own computer in the identification information storage area in the operation transmission request. The identification information generation request is transmitted and the identification information about the local computer returned from the identification information management device is received, the identification information is notified to the logic function together with the processing request from the object request broker, and the identification information is included in the request method call. Means for notifying the processing function from the object request broker to the logic function, and the latter half of the setting area of the own computer in the identification information storage area in the operation transmission request by the request method call from the object request broker This is a setting area for the own computer in the identification information storage area in the processing result return to the object request broker when the processing result notification corresponding to the processing request sent to the logic function is received from the logic function when there is no identification information. It has means to set identification information as a parameter in the latter half area and send the processing result return to the object request broker,
The identification information management device has means for generating identification information uniquely identifiable in a computer in response to an identification information generation request from a client or server and returning the identification information to the client or server,
Means for storing identification information in response to a storage request for identification information from the logic function; and means for searching for identification information in response to an identification request search request from the logic function and returning a search result to the logic function. Have
The object request broker includes means for transmitting an operation transmission signal to an object request broker of a destination computer in response to an operation transmission request from a client, and an operation to the object request broker of the return destination computer in response to a return of a processing result from a server. A communication system comprising means for transmitting a result transmission signal .
JP2000371700A 2000-12-06 2000-12-06 Communication method and method Expired - Lifetime JP3910013B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000371700A JP3910013B2 (en) 2000-12-06 2000-12-06 Communication method and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000371700A JP3910013B2 (en) 2000-12-06 2000-12-06 Communication method and method

Publications (2)

Publication Number Publication Date
JP2002175284A JP2002175284A (en) 2002-06-21
JP3910013B2 true JP3910013B2 (en) 2007-04-25

Family

ID=18841380

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000371700A Expired - Lifetime JP3910013B2 (en) 2000-12-06 2000-12-06 Communication method and method

Country Status (1)

Country Link
JP (1) JP3910013B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2376096B (en) 2001-05-30 2005-06-29 Ibm Identification of the source of a client/server flow

Also Published As

Publication number Publication date
JP2002175284A (en) 2002-06-21

Similar Documents

Publication Publication Date Title
US5227778A (en) Service name to network address translation in communications network
KR100690290B1 (en) Keeping persistency while switching between modalities
JP2002543491A (en) Communication architecture for distributed computing environment
US6058425A (en) Single server access in a multiple TCP/IP instance environment
CN114338650A (en) File transmission method and device, electronic equipment and readable storage medium
CN108874947A (en) A kind of data processing system and data processing method
CA2248354C (en) Client server network and method of operation
JP2002368781A (en) User location management domain name conversion system
JP3910013B2 (en) Communication method and method
WO2019201111A1 (en) Information processing method, apparatus and device, and computer-readable storage medium
CN106326296A (en) Data query method and device
JP2000047890A (en) Distributed object managing system, its object selecting method and storage medium recording its processing program
JP3776848B2 (en) Management server and program
US8046419B2 (en) Method of processing open asynchronous application service event and open web service gateway implementing the same
CN116233250B (en) Service calling method and gateway equipment
JP4140728B2 (en) Management server and program
KR0174603B1 (en) How to restore the database of the exchange
JP3405243B2 (en) Workflow change system and workflow change method
KR100474358B1 (en) Method and apparatus for implementation function of remote network monitoring in high speed router, and storage medium for recording program thereof
JP3660630B2 (en) Community generation method, keyword usage frequency calculation method, community usage mediation method, program thereof, and medium storing the program
JP2929995B2 (en) Asynchronous transfer mode network connection method for existing telephone network connection terminals
JPS59161952A (en) Establishment of communication path
CN116320025A (en) Edge node data processing method, electronic equipment, system and storage medium
DeTreville et al. Program transformations for data access in a local distributed environment
JPH07121467A (en) Electronic computer system

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040126

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20040217

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040419

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

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20040423

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

Free format text: JAPANESE INTERMEDIATE CODE: A912

Effective date: 20040716

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20060731

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20070119

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070123

R151 Written notification of patent or utility model registration

Ref document number: 3910013

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110202

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110202

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120202

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130202

Year of fee payment: 6

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

EXPY Cancellation because of completion of term