JP2002297418A - Operation control device, operation control system and computer program - Google Patents

Operation control device, operation control system and computer program

Info

Publication number
JP2002297418A
JP2002297418A JP2001098508A JP2001098508A JP2002297418A JP 2002297418 A JP2002297418 A JP 2002297418A JP 2001098508 A JP2001098508 A JP 2001098508A JP 2001098508 A JP2001098508 A JP 2001098508A JP 2002297418 A JP2002297418 A JP 2002297418A
Authority
JP
Japan
Prior art keywords
end processor
mapping rule
request
mapping
operation control
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.)
Withdrawn
Application number
JP2001098508A
Other languages
Japanese (ja)
Inventor
Yuji Wada
裕二 和田
Tadashige Iwao
忠重 岩尾
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2001098508A priority Critical patent/JP2002297418A/en
Publication of JP2002297418A publication Critical patent/JP2002297418A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an operation control device that can easily construct a front end processor for relaying an operation request regarding an arbitrary operation object. SOLUTION: The operation control devices A1, A2,... receive operation requests regarding various databases 110, 120,..., and have functions as the front end processors that make back end processors execute operations according to respective databases 110, 120,.... In mapping rule prescribing parts 410, 420,..., the relationships between the operation names for respective databases 110, 120,... and the names of the functions to be executed with the back end processor are prescribed as mapping rules. Operation calling parts 310, 320,... designate, according to operation requests to the databases 110, 120,..., the function that the back end processor should execute on the basis of the mapping rule.

Description

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

【0001】[0001]

【発明の属する技術分野】本願発明は、たとえばデータ
ベースなどに対する操作要求をコンピュータ上で取り次
ぐフロントエンドプロセサとしての機能を備えた操作制
御装置、操作制御システム、およびフロントエンドプロ
セサとしてのコンピュータプログラムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an operation control device, an operation control system, and a computer program as a front-end processor having a function as a front-end processor for transferring operation requests to a database or the like on a computer.

【0002】[0002]

【従来の技術】昨今においては、コンピュータの処理能
力の向上に伴い、コンピュータ上で実行されるアプリケ
ーションプログラムが大規模かつ複雑化されつつある。
また、ネットワークの普及に伴い、インターネットをは
じめとしてLAN(Local AreaNetwork)やWAN(Wid
e Area Network )などのネットワーク上でも動作可能
なアプリケーションプログラムが実現されている。この
ような状況に応じて、大規模かつ複雑なアプリケーショ
ンプログラムを開発する際には、特定の処理手順を記述
した複数のプログラムモジュールやシステムソフトウェ
アを組み合わせて全体としてのアプリケーションプログ
ラムを構成する手法が一般的に用いられる。
2. Description of the Related Art In recent years, application programs executed on computers have become larger and more complex as the processing capabilities of computers have improved.
With the spread of networks, the Internet, LAN (Local Area Network) and WAN (Wid
An application program that can operate on a network such as an e-Area Network has been realized. When developing a large-scale and complex application program in such a situation, it is common to construct a whole application program by combining a plurality of program modules and system software that describe a specific processing procedure. It is commonly used.

【0003】一例として、データベース管理システムに
おいては、操作対象となるデータベースに対してデータ
操作機能を提供するデータベースサーバとしてのバック
エンドプロセサが備えられ、異なる種類のデータベース
については、それぞれに応じて異なる操作手順のバック
エンドプロセサが用意されている。また、異種データベ
ースに対する操作要求を受け付け、それぞれに応じた操
作手順に従って各バックエンドプロセサに共通した操作
を実行させるには、アプリケーションプログラムとして
のフロントエンドプロセサが用いられる。つまり、フロ
ントエンドプロセサは、各種のデータベースに対応すべ
く、各種のバックエンドプロセサに応じた複数のプログ
ラムモジュールを組み合わせて構築されるのが一般的と
されている。
[0003] As an example, a database management system is provided with a back-end processor as a database server that provides a data operation function to a database to be operated. A back-end processor for the procedure is provided. In addition, a front-end processor as an application program is used to receive an operation request for a heterogeneous database and cause each back-end processor to execute a common operation according to an operation procedure corresponding to the request. That is, the front-end processor is generally constructed by combining a plurality of program modules corresponding to various back-end processors so as to correspond to various databases.

【0004】[0004]

【発明が解決しようとする課題】しかしながら、上述し
たように、各種のデータベースに対応するフロントエン
ドプロセサを構築するには、各種のバックエンドプロセ
サに応じた複数のプログラムモジュールを組み合わせな
ければならず、アプリケーションプログラム全体として
の構成が複雑となってフロントエンドプロセサの構築が
困難になるという問題があった。もちろん、データベー
ス操作用のフロントエンドプロセサに限らず、バックエ
ンドプロセサに依存するデータやオブジェクト操作用な
どのフロントエンドプロセサについても同様の問題が挙
げられ、複数のプログラムモジュールやシステムソフト
ウェアと組み合わせて構成されるフロントエンドプロセ
サは、操作対象の種類に応じて大規模かつ複雑化するた
めに容易に構築することができなかった。
However, as described above, in order to construct a front-end processor corresponding to various databases, a plurality of program modules corresponding to various back-end processors must be combined. There has been a problem that the configuration of the entire application program becomes complicated, making it difficult to construct a front-end processor. Of course, similar problems are raised not only for front-end processors for database operations but also for front-end processors for data and object operations that depend on back-end processors, and are configured in combination with multiple program modules and system software. Such a front-end processor cannot be easily constructed because of its large scale and complexity depending on the type of operation target.

【0005】[0005]

【発明の開示】そこで、本願発明は、上記した事情のも
とで考え出されたものであって、任意の操作対象に対す
る操作要求を取り次ぐためのフロントエンドプロセサを
容易に構築することができる操作制御装置、操作制御シ
ステム、およびコンピュータプログラムを提供すること
をその課題とする。
DISCLOSURE OF THE INVENTION Accordingly, the present invention has been conceived in view of the above-mentioned circumstances, and is an operation capable of easily constructing a front-end processor for transferring an operation request to an arbitrary operation target. It is an object to provide a control device, an operation control system, and a computer program.

【0006】上記課題を解決するため、本願発明では、
次の技術的手段を講じている。
In order to solve the above problems, the present invention provides:
The following technical measures have been taken:

【0007】本願発明の第1の側面によれば、任意の操
作対象に対する操作要求を受け付け、各操作対象に応じ
た操作をバックエンドプロセサに実行させるフロントエ
ンドプロセサとしての機能を備えた操作制御装置であっ
て、任意の操作対象に対する操作要求の種類と、バック
エンドプロセサによる実行操作との対応関係を、マッピ
ングルールとして規定するマッピングルール規定手段
と、任意の操作対象に対する操作要求に応じてバックエ
ンドプロセサが実行すべき操作を、マッピングルール規
定手段に規定されたマッピングルールに基づいて指定す
る実行操作指定手段とを有することを特徴とする、操作
制御装置が提供される。
According to a first aspect of the present invention, an operation control device having a function as a front-end processor for receiving an operation request for an arbitrary operation target and causing a back-end processor to execute an operation corresponding to each operation target. A mapping rule defining means for defining, as a mapping rule, a correspondence between a type of an operation request for an arbitrary operation target and an execution operation by a back-end processor; and a back-end in response to an operation request for the arbitrary operation target. There is provided an operation control device comprising: an execution operation specifying unit that specifies an operation to be executed by a processor based on a mapping rule defined by a mapping rule defining unit.

【0008】好ましい実施の形態によれば、バックエン
ドプロセサは、対応する操作対象ごとに操作手順が異な
るものとして複数存在し、各バックエンドプロセサに
は、実行可能な各種の操作手順が関数の集合体として用
意されており、実行操作指定手段は、バックエンドプロ
セサのそれぞれに対し、マッピングルールに基づいて操
作要求に応じた上記関数を指定する。
According to a preferred embodiment, there are a plurality of back-end processors whose operation procedures are different for each corresponding operation object, and each back-end processor has various executable operation procedures in a set of functions. The execution operation designation means designates the above-mentioned function corresponding to the operation request to each of the back-end processors based on the mapping rule.

【0009】他の好ましい実施の形態によれば、マッピ
ングルール規定手段および実行操作指定手段は、操作対
象ごとに一対となって設けられている。
According to another preferred embodiment, the mapping rule defining means and the execution operation designating means are provided as a pair for each operation target.

【0010】また、本願発明の第2の側面によれば、任
意の操作対象に対する操作要求を受け付け、各操作対象
に応じた操作をバックエンドプロセサに実行させるフロ
ントエンドプロセサとしての機能を備えた操作制御シス
テムであって、任意の操作対象に対する操作要求の種類
と、バックエンドプロセサによる実行操作との対応関係
を、マッピングルールとして規定するマッピングルール
規定手段と、任意の操作対象に対する操作要求に応じて
バックエンドプロセサが実行すべき操作を、マッピング
ルール規定手段に規定されたマッピングルールに基づい
て指定する実行操作指定手段とを有することを特徴とす
る、操作制御システムが提供される。
Further, according to the second aspect of the present invention, an operation having a function as a front-end processor for receiving an operation request for an arbitrary operation target and causing the back-end processor to execute an operation corresponding to each operation target. A control system, comprising: a mapping rule defining unit that defines a correspondence relationship between a type of an operation request for an arbitrary operation target and an execution operation by a back-end processor as a mapping rule; An operation control system is provided, comprising: an execution operation designating unit that designates an operation to be executed by the back-end processor based on a mapping rule defined by the mapping rule defining unit.

【0011】さらに、本願発明の第3の側面によれば、
任意の操作対象に対する操作要求を受け付け、各操作対
象に応じた操作をバックエンドプロセサに実行させるフ
ロントエンドプロセサとしてのコンピュータプログラム
であって、任意の操作対象に対する操作要求の種類と、
バックエンドプロセサによる実行操作との対応関係を、
マッピングルールとして規定するためのマッピングルー
ル規定プログラムと、任意の操作対象に対する操作要求
に応じてバックエンドプロセサが実行すべき操作を、マ
ッピングルール規定プログラムに応じて規定されたマッ
ピングルールに基づいて指定するための実行操作指定プ
ログラムとを含むことを特徴とする、コンピュータプロ
グラムが提供される。
Further, according to a third aspect of the present invention,
A computer program as a front-end processor that receives an operation request for an arbitrary operation target and causes a back-end processor to execute an operation corresponding to each operation target, and a type of the operation request for the arbitrary operation target,
The correspondence with the execution operation by the backend processor is
A mapping rule defining program for defining as a mapping rule and an operation to be executed by the back-end processor in response to an operation request for an arbitrary operation target are specified based on a mapping rule defined according to the mapping rule defining program. And an execution operation designating program for the computer.

【0012】つまり、本願発明の第1ないし第3の各側
面によれば、任意の操作対象に対する操作要求の種類
と、各操作要求に応じてバックエンドプロセサが実行す
べき操作との対応関係がマッピングルールとして規定さ
れ、このマッピングルールに基づいて操作要求に応じた
操作を指定してバックエンドプロセサに実行させること
ができる。たとえば各種のデータベースに対応するアプ
リケーションプログラムとしてのフロントエンドプロセ
サを構築するには、各種のバックエンドプロセサに応じ
た複数のプログラムモジュールを組み合わせる必要が無
くなり、単純なマッピングルールを与えるだけで良く、
アプリケーションプログラム全体としても比較的単純な
構成で済むので、任意のデータベースに対して操作要求
を取り次ぐためのフロントエンドプロセサを容易に構築
することができる。もちろん、データベース操作用のフ
ロントエンドプロセサに限らず、バックエンドプロセサ
に依存するデータやオブジェクト操作用などのフロント
エンドプロセサについても同様の効果を得ることができ
る。
That is, according to the first to third aspects of the present invention, the correspondence between the type of operation request for an arbitrary operation target and the operation to be executed by the back-end processor in response to each operation request is determined. It is defined as a mapping rule, and an operation corresponding to an operation request can be designated and executed by the back-end processor based on the mapping rule. For example, in order to build a front-end processor as an application program corresponding to various databases, it is not necessary to combine a plurality of program modules corresponding to various back-end processors.
Since the application program as a whole has a relatively simple configuration, it is possible to easily construct a front-end processor for transferring an operation request to an arbitrary database. Of course, the same effect can be obtained not only for a front-end processor for database operation but also for a front-end processor for data or object operation depending on a back-end processor.

【0013】また、操作要求に対しては、バックエンド
プロセサごとに用意された関数をマッピングルールに基
づいて指定し、このような関数で記述された操作手順に
従って各バックエンドプロセサを動作させることができ
る。
In response to an operation request, a function prepared for each back-end processor is specified based on a mapping rule, and each back-end processor is operated according to an operation procedure described by such a function. it can.

【0014】なお、発明の名称を操作制御装置や操作制
御システムとしたのは、たとえば携帯型電話機や携帯情
報端末などにも本願発明を適用できるためであり、すな
わち、本願発明は、コンピュータ装置やコンピュータネ
ットワークシステムにのみ適用されるものと解釈しては
ならない。
The reason why the name of the invention is an operation control device or an operation control system is that the invention of the present application can be applied to, for example, a portable telephone or a portable information terminal. It should not be construed to apply only to computer network systems.

【0015】本願発明のその他の特徴および利点につい
ては、以下に行う発明の実施の形態の説明から、より明
らかになるであろう。
Other features and advantages of the present invention will become more apparent from the following description of embodiments of the present invention.

【0016】[0016]

【発明の実施の形態】以下、本願発明の好ましい実施の
形態について、図面を参照して具体的に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Preferred embodiments of the present invention will be specifically described below with reference to the drawings.

【0017】図1は、本願発明に係る操作制御装置の一
実施形態を示す機能ブロック図である。本実施形態に係
る操作制御装置Aは、操作対象となるデータベース1
0、データベース10に対してデータ操作を行うデータ
ベースサーバとしてのバックエンドプロセサ、およびデ
ータベース10に対するユーザなどからの操作要求を受
け付け、それに応じたデータ操作をバックエンドプロセ
サに実行させるアプリケーションプログラムとしてのフ
ロントエンドプロセサなどを具備したコンピュータ装置
により構成されている。ここで、コンピュータ装置は、
一般に広く知られていることから、その周知の構成や機
能については図示説明を省略する。本実施形態において
は、特定のコンピュータプログラム(フロントエンドプ
ロセサ)に基づいて動作するCPUがバックエンドプロ
セサとしての役目も兼ねるが、これらフロントエンドプ
ロセサおよびバックエンドプロセサの機能に特徴を有す
ることから、この点について以下に詳述するものとす
る。なお、図1においては、バックエンドプロセサの主
要機能部をマッピングコード20により示し、フロント
エンドプロセサの主要機能部を操作呼出部(実行操作指
定手段)30およびマッピングルール規定部(マッピン
グルール規定手段)40により示す。
FIG. 1 is a functional block diagram showing an embodiment of the operation control device according to the present invention. The operation control device A according to the present embodiment includes a database 1 to be operated.
0, a back-end processor as a database server for performing data operations on the database 10, and a front-end as an application program for receiving an operation request from a user or the like for the database 10 and causing the back-end processor to execute the data operation in accordance with the request. It is configured by a computer device having a processor and the like. Here, the computer device is
Since it is widely known in general, its well-known configuration and function will not be described. In the present embodiment, a CPU that operates based on a specific computer program (front-end processor) also functions as a back-end processor. However, since the functions of the front-end processor and the back-end processor are distinctive, Points will be described in detail below. In FIG. 1, the main functional units of the back-end processor are indicated by a mapping code 20, and the main functional units of the front-end processor are designated by an operation calling unit (execution operation designating unit) 30 and a mapping rule defining unit (mapping rule defining unit). Indicated by 40.

【0018】データベース10は、データやオブジェク
ト(データとそれを扱う手続きとしてのメソッドとをカ
プセル化したもの)を取り扱いやすいように構造化した
ものであって、データモデルに基づく分類によれば、階
層データベース、ネットワークデータベース、リレーシ
ョナルデータベースなどの種類に分けられる。一般に、
データベース10は、それを構築したバックエンドプロ
セサに依存する。たとえば異なるベンダのバックエンド
プロセサに基づいて構築された異なる種類のデータベー
スについては、データの検索や削除などといったデータ
操作の仕組みが互いに異なるものとされる。
The database 10 is structured so that data and objects (encapsulating data and methods as procedures for handling the data) are structured so that they can be easily handled. Databases, network databases, relational databases, etc. In general,
The database 10 depends on the back-end processor that built it. For example, different types of databases constructed based on back-end processors of different vendors have different data manipulation mechanisms such as data search and deletion.

【0019】バックエンドプロセサは、データベース1
0に対してデータの検索や削除などといったデータ操作
を直接実行するものであって、その実体は、実行操作可
能な各種の操作手順をマッピング関数として記述したプ
ログラムモジュールの集合体(以下、「マッピングコー
ド」と呼ぶ)20からなるものである。具体的に言う
と、マッピング関数とは、たとえばデータの検索や削除
などの操作手順について、「searchData」や「deleteDa
ta」などのようにバックエンドプロセサに依存した固有
の操作名を付してあらかじめ用意されたものである。ま
た、マッピング関数には、バックエンドプロセサに依存
した固有の操作名を用いて操作手順のアルゴリズムを記
述したものも含まれる。このようなマッピング関数に基
づいてバックエンドプロセサは、データベース10に対
して検索や削除などのデータ操作を実行するのである。
The back-end processor is a database 1
0, which directly executes data operations such as data search and deletion, and is actually composed of a collection of program modules (hereinafter, referred to as "mapping") in which various operation procedures that can be executed are described as mapping functions. 20). More specifically, a mapping function refers to an operation procedure such as searching or deleting data, such as "searchData" or "deleteDa".
It is prepared in advance with a unique operation name depending on the back-end processor such as "ta". Further, the mapping function includes a function that describes an algorithm of an operation procedure using a unique operation name depending on the back-end processor. Based on such a mapping function, the back-end processor performs data operations such as search and deletion on the database 10.

【0020】フロントエンドプロセサは、ユーザやネッ
トワークを介した外部からのデータベース10に対する
操作要求を受け付け、それに応じてバックエンドプロセ
サが実行すべき操作を指定するためのに構築されたもの
であって、その主要機能部として操作呼出部30および
マッピングルール規定部40を備える。具体的に言う
と、マッピングルール規定部40には、操作要求の種類
を表す操作名と、バックエンドプロセサが実行すべきマ
ッピング関数名との対応関係を規定したマッピングルー
ルが記憶されている。操作名とは、各種の操作要求に割
り当てられた名称であって、たとえばデータの「検索」
や「削除」などに応じた「search」や「delete」があ
る。マッピング関数名とは、一つの操作名に応じて一つ
のマッピング関数を上記マッピングコードから特定する
ために名付けられた名称であって、たとえば「searchDa
ta」や「deleteData」などがある。操作呼出部30は、
データベース10に対する外部からの操作要求を受け付
けると、その操作要求に応じた操作名に基づいてマッピ
ングルールからマッピング関数名を探し出し、さらにそ
のマッピング関数名に該当する実体としてのマッピング
関数をマッピングコードから探し出す。該当するマッピ
ング関数が存在する場合、操作呼出部30は、そのマッ
ピング関数を呼び出してバックエンドプロセサがデータ
操作を実行するように働きかける。これにより、バック
エンドプロセサは、操作要求に応じたデータ操作をデー
タベース10に対して実際に行うのである。
The front-end processor is constructed to receive an operation request to the database 10 from a user or an external device via a network, and to specify an operation to be executed by the back-end processor in response to the request. The main function unit includes an operation calling unit 30 and a mapping rule defining unit 40. Specifically, the mapping rule defining unit 40 stores a mapping rule that defines a correspondence between an operation name indicating a type of an operation request and a mapping function name to be executed by the back-end processor. The operation name is a name assigned to various operation requests, for example, “search” for data.
There are "search" and "delete" corresponding to "delete". The mapping function name is a name given to specify one mapping function from the above mapping code in accordance with one operation name, for example, “searchDa
ta "and" deleteData ". The operation calling unit 30
When an external operation request to the database 10 is received, a mapping function name is searched for from a mapping rule based on an operation name corresponding to the operation request, and a mapping function as an entity corresponding to the mapping function name is searched for from a mapping code. . If a corresponding mapping function exists, the operation calling unit 30 calls the mapping function and works to cause the back-end processor to execute a data operation. As a result, the back-end processor actually performs a data operation on the database 10 according to the operation request.

【0021】次に、図2は、一例として操作制御装置を
階層化した操作制御システムを説明するための説明図で
ある。この図に示す各操作制御装置A1〜A6は、基本
的には図1に示す操作制御装置Aと同様の構成を有する
ものであって、A1からA2を経てA4へと、また、A
1からA3を経てA5,A6へと操作要求を伝えること
ができるようにネットワークを介して階層化されたもの
である。各操作制御装置A1〜A6には、下位に従属す
るどの装置(ノード)に対して操作要求を伝えるべきか
を表したテーブルが備えられ(図示省略)、このテーブ
ルに定められたノードに対して操作要求が伝えられる。
Next, FIG. 2 is an explanatory diagram for explaining an operation control system in which operation control devices are hierarchized as an example. Each of the operation control devices A1 to A6 shown in this figure has basically the same configuration as the operation control device A shown in FIG. 1, and from A1 to A4 via A2 and A4.
It is hierarchized via a network so that an operation request can be transmitted from A to A5 to A6 via A3. Each of the operation control devices A1 to A6 is provided with a table (not shown) indicating which device (node) subordinate to which the operation request should be transmitted. An operation request is transmitted.

【0022】なお、各操作制御装置A1〜A6における
データベース110,120,130,140,15
0,160や、マッピングコード210,220,23
0,240,250,260は、全く同一のものでも良
いが、これらが互いに異なる内容を含むものでも良い。
たとえば、最上位ノードの操作制御装置A1では、幅優
先探索の検索アルゴリズムとしたマッピング関数がマッ
ピングコード210に含まれ、これにより従属するノー
ドを広く探索する一方、最下位ノードの操作制御装置A
4,A5,A6では、深さ優先探索の検索アルゴリズム
としたマッピング関数がマッピングコード240,25
0,260に含まれ、これにより自ノードを深く探索す
るようにしても良い。また、異なるベンダのバックエン
ドプロセサに依存して互いに異なる種類のデータベース
110,120,130,140,150,160と
し、マッピングコード210,220,230,24
0,250,260も互いに異なるマッピング関数を含
むものとしても良い。本実施形態によれば、このような
場合に特に優れた効果を発揮するが、これについては以
下に詳述する。
The databases 110, 120, 130, 140, and 15 in each of the operation control devices A1 to A6.
0, 160 and mapping codes 210, 220, 23
The numbers 0, 240, 250, and 260 may be exactly the same, or may include different contents.
For example, in the operation control device A1 of the highest node, a mapping function as a search algorithm of the breadth-first search is included in the mapping code 210, whereby the subordinate nodes are searched widely, while the operation control device A of the lowest node is searched.
In A4, A5, and A6, mapping functions used as search algorithms for depth-first search are mapping codes 240, 25.
0, 260, which may be used to search the own node deeply. In addition, different types of databases 110, 120, 130, 140, 150, and 160 are used depending on the back-end processors of different vendors, and mapping codes 210, 220, 230, and 24 are used.
0, 250, and 260 may include mapping functions different from each other. According to the present embodiment, a particularly excellent effect is exhibited in such a case, which will be described in detail below.

【0023】次に、各操作制御装置A1〜A6の動作を
図面に基づいて説明する。
Next, the operation of each of the operation control devices A1 to A6 will be described with reference to the drawings.

【0024】図3は、各操作制御装置A1〜A6にて実
行されるデータ操作処理の動作手順を示すフローチャー
トであって、この図に示すように、CPUは、フロント
エンドプロセサとしてユーザなどからの操作要求を、操
作名(opn)および引数(oprd)として受け付け
ると(S1)、その操作名(opn)をキーとしてマッ
ピングルール内を検索する(S2)。つまり、操作要求
に応じた操作名(opn)がマッピングルールに規定さ
れているか否かを調べる。なお、最上位ノード以外の操
作制御装置A2〜A6においては、上位ノードの装置か
らネットワークを通じて操作名(opn)および引数
(oprd)を受け取ることができる。また、引数(o
prd)とは、マッピングルール内における操作名(o
pn)の相対アドレスを示したものであるが、特にユー
ザが直接指示する必要はなくCPUが内部的に処理する
ものである。
FIG. 3 is a flowchart showing an operation procedure of data operation processing executed by each of the operation control devices A1 to A6. As shown in FIG. 3, the CPU serves as a front-end processor for a user or the like as a front-end processor. When an operation request is received as an operation name (opn) and an argument (oprd) (S1), the mapping rule is searched using the operation name (opn) as a key (S2). That is, it is checked whether or not the operation name (opn) corresponding to the operation request is specified in the mapping rule. Note that the operation control devices A2 to A6 other than the highest node can receive the operation name (opn) and the argument (oprd) from the device of the higher node via the network. The argument (o
prd) is the operation name (o
pn), the relative address of pn) is shown, but it is not necessary for the user to directly instruct, and the CPU performs the processing internally.

【0025】操作要求に応じた操作名(opn)がマッ
ピングルールに規定され、該当するマッピング関数名
(fname)がマッピングルールに存在する場合(S
3:YES)、CPUは、マッピング関数名(fnam
e)の実体となるマッピング関数(func)をマッピ
ングコードから検索する(S4)。
When the operation name (opn) corresponding to the operation request is defined in the mapping rule, and the corresponding mapping function name (fname) exists in the mapping rule (S
3: YES), the CPU issues the mapping function name (fnam
A mapping function (func) as the entity of e) is searched from the mapping code (S4).

【0026】該当するマッピング関数(func)がマ
ッピングコードに存在する場合(S5:YES)、CP
Uは、バックエンドプロセサとしてそのマッピング関数
(func)に基づく操作手順に従い、自ノード内のデ
ータベースに対してデータ操作を実行する(S6)。た
とえば検索アルゴリズムのマッピング関数に基づいて
は、データベースに対して検索が行われ、その検索結果
がユーザに対して返信されることとなる。
If the corresponding mapping function (func) exists in the mapping code (S5: YES), the CP
U performs a data operation on a database in its own node as a back-end processor according to an operation procedure based on the mapping function (func) (S6). For example, a search is performed on a database based on a mapping function of a search algorithm, and the search result is returned to the user.

【0027】そして、CPUは、再びフロントエンドプ
ロセサとして機能することにより、S1にて受け付けた
操作名(opn)および引数(oprd)を下位ノード
の装置に対して送信し(S7)、その後、このデータ操
作処理を終える。なお、最下位ノードとなる操作制御装
置A4〜A6では、S6を終えた時点でデータ操作処理
を終えることとなる。また、操作名(opn)および引
数(oprd)を下位ノードの装置に対して送信するタ
イミングは、S1の直後やS2〜S6の一連の処理に並
行して行われるとしても良い。
Then, the CPU transmits the operation name (opn) and the argument (oprd) accepted in S1 to the device of the lower node by functioning again as the front-end processor (S7). End the data operation processing. In the operation control devices A4 to A6, which are the lowest nodes, the data operation process ends when S6 ends. Further, the timing of transmitting the operation name (opn) and the argument (oprd) to the device of the lower node may be performed immediately after S1 or in parallel with a series of processing of S2 to S6.

【0028】S5において、該当するマッピング関数
(func)がマッピングコードに存在しない場合(S
5:NO)、CPUは、データ操作エラーである旨をユ
ーザに対して伝え(S8)、その後S7に進む。なお、
データ操作エラーである旨をユーザに対して伝えた時点
で操作名(opn)および引数(oprd)を下位ノー
ドの装置に送信することなく、データ操作処理を終える
としても良い。
In S5, when the corresponding mapping function (func) does not exist in the mapping code (S5).
5: NO), the CPU notifies the user of the data operation error (S8), and then proceeds to S7. In addition,
The data operation process may be ended without transmitting the operation name (opn) and the argument (oprd) to the device of the lower node when the user is notified of the data operation error.

【0029】また、S3において、該当するマッピング
関数名(fname)がマッピングルールに存在しない
場合にも(S3:NO)、CPUは、データ操作エラー
である旨をユーザに対して伝えるべく、S8に進む。
Also, in S3, if the corresponding mapping function name (fname) does not exist in the mapping rule (S3: NO), the CPU returns to S8 to inform the user that a data operation error has occurred. move on.

【0030】これによれば、各操作制御装置A1〜A6
のデータベース110,120,130,140,15
0,160に対して共通した操作要求であっても、操作
制御装置A1〜A6ごとに異なる操作手順のマッピング
関数を規定しておくことができ、その一方、各操作制御
装置A1〜A6における操作呼出部310,320,3
30,340,350,360およびマッピングルール
規定部410,420,430,440,450,46
0は、全て共通のものとして構築することができる。こ
れは、複数の異種データベースやバックエンドプロセサ
を含むデータベース管理システムを構築する際、マッピ
ングルールにより標準的な操作を定義しておくだけでフ
ロントエンドプロセサとしてのアプリケーションプログ
ラムを容易に構築できることを意味する。また、操作制
御装置A1〜A6ごとにマッピング関数あるいはマッピ
ングルールを動的に変更することにより、各データベー
ス110,120,130,140,150,160に
対して動的に全く異なるデータ操作を実行させることも
できる。
According to this, each of the operation control devices A1 to A6
Databases 110, 120, 130, 140, 15
Even if the operation request is common to 0 and 160, a mapping function of a different operation procedure can be defined for each of the operation control devices A1 to A6. Calling units 310, 320, 3
30, 340, 350, 360 and mapping rule defining sections 410, 420, 430, 440, 450, 46
0 can all be constructed as common. This means that when constructing a database management system that includes multiple heterogeneous databases and back-end processors, it is possible to easily build application programs as front-end processors simply by defining standard operations using mapping rules. . Further, by dynamically changing the mapping function or the mapping rule for each of the operation control devices A1 to A6, the databases 110, 120, 130, 140, 150, and 160 are dynamically executed completely different data operations. You can also.

【0031】すなわち、上記した操作制御システムによ
れば、データベース110,120,130,140,
150,160に対する操作要求の種類と、各操作要求
に応じてバックエンドプロセサが実行すべきマッピング
関数との対応関係がマッピングルールとして規定され、
このマッピングルールに基づいて操作要求に応じた関数
を指定してバックエンドプロセサに実行させることがで
きる。これにより、各種のデータベース110,12
0,130,140,150,160に対応するアプリ
ケーションプログラムとしてのフロントエンドプロセサ
を構築するには、各種のバックエンドプロセサに応じた
複数のプログラムモジュールを組み合わせる必要が無く
なり、単純な操作名とマッピング関数名との対応関係を
表したマッピングルールを定義しておくだけで良く、ア
プリケーションプログラム全体としても比較的単純な構
成で済む。要するに、各種のデータベース110,12
0,130,140,150,160に対して操作要求
を取り次ぐためのフロントエンドプロセサを容易に構築
することができるのである。
That is, according to the operation control system described above, the databases 110, 120, 130, 140,
The correspondence between the types of operation requests to 150 and 160 and the mapping function to be executed by the back-end processor in response to each operation request is defined as a mapping rule,
A function corresponding to the operation request can be designated and executed by the back-end processor based on the mapping rule. Thereby, various databases 110 and 12
In order to construct a front-end processor as an application program corresponding to 0, 130, 140, 150, and 160, it is not necessary to combine a plurality of program modules corresponding to various back-end processors. It is only necessary to define a mapping rule indicating the correspondence with the name, and the application program as a whole can have a relatively simple configuration. In short, various databases 110 and 12
It is possible to easily construct a front-end processor for transferring operation requests to 0, 130, 140, 150, and 160.

【0032】なお、本願発明は、上記実施形態に限定さ
れるものではない。
The present invention is not limited to the above embodiment.

【0033】操作対象としては、データベースに限ら
ず、単なるデータやオブジェクトであっても良い。
The operation target is not limited to the database, but may be simple data or objects.

【0034】図2に示すように、データベース110,
120,130,140,150,160は、ネットワ
ークを介して各操作制御装置A1〜A6ごとに階層化さ
れているとしたが、一つのコンピュータ装置内に構築さ
れたものでも良い。この場合、操作呼出部およびマッピ
ングルール規定部としてのフロントエンドプロセサは、
一つのコンピュータ装置に一つだけとしても良い。
As shown in FIG. 2, the database 110,
Although 120, 130, 140, 150 and 160 are hierarchized for each of the operation control devices A1 to A6 via the network, they may be built in one computer device. In this case, the front-end processor as the operation calling unit and the mapping rule defining unit:
Only one computer device may be used.

【0035】図1に示すマッピングルール規定部40に
は、一つの操作名に対して複数のマッピング関数名をマ
ッピングルールとして規定しても良く、すなわち、マッ
ピングルールを複数種類のバックエンドプロセサ(マッ
ピングコード)に対応させても良い。
In the mapping rule defining section 40 shown in FIG. 1, a plurality of mapping function names may be defined as mapping rules for one operation name, that is, a plurality of types of backend processors (mapping rules) may be defined. Code).

【0036】(付記1) 任意の操作対象に対する操作
要求を受け付け、各操作対象に応じた操作をバックエン
ドプロセサに実行させるフロントエンドプロセサとして
の機能を備えた操作制御装置であって、上記任意の操作
対象に対する操作要求の種類と、上記バックエンドプロ
セサによる実行操作との対応関係を、マッピングルール
として規定するマッピングルール規定手段と、上記任意
の操作対象に対する操作要求に応じて上記バックエンド
プロセサが実行すべき操作を、上記マッピングルール規
定手段に規定された上記マッピングルールに基づいて指
定する実行操作指定手段と、を有することを特徴とす
る、操作制御装置。
(Supplementary Note 1) An operation control device having a function as a front-end processor that receives an operation request for an arbitrary operation target and causes a back-end processor to execute an operation corresponding to each operation target. Mapping rule defining means for defining, as a mapping rule, the correspondence between the type of operation request for the operation target and the execution operation by the back-end processor; and the execution of the back-end processor in response to the operation request for the arbitrary operation target An operation control device, comprising: an execution operation designating unit that designates an operation to be performed based on the mapping rule defined by the mapping rule defining unit.

【0037】(付記2) 上記バックエンドプロセサ
は、対応する上記操作対象ごとに操作手順が異なるもの
として複数存在し、各バックエンドプロセサには、実行
可能な各種の操作手順が関数の集合体として用意されて
おり、上記実行操作指定手段は、上記バックエンドプロ
セサのそれぞれに対し、上記マッピングルールに基づい
て操作要求に応じた上記関数を指定する、付記1に記載
の操作制御装置。
(Supplementary Note 2) There are a plurality of back-end processors, each of which has a different operation procedure for each corresponding operation target, and each back-end processor has various executable operation procedures as a set of functions. 2. The operation control device according to claim 1, wherein the operation control designating means is provided, and the execution operation designating means designates, for each of the back-end processors, the function according to the operation request based on the mapping rule.

【0038】(付記3) 上記マッピングルール規定手
段および上記実行操作指定手段は、上記操作対象ごとに
一対となって設けられている、付記1または2に記載の
操作制御装置。
(Supplementary note 3) The operation control device according to supplementary note 1 or 2, wherein the mapping rule defining unit and the execution operation designating unit are provided as a pair for each of the operation targets.

【0039】(付記4) 上記各操作対象は、対応する
上記バックエンドプロセサと一対となって分散化されて
いる、付記1ないし3のいずれかに記載の操作制御装
置。
(Supplementary note 4) The operation control device according to any one of Supplementary notes 1 to 3, wherein each of the operation objects is distributed as a pair with the corresponding back-end processor.

【0040】(付記5) 上記操作対象は、データベー
スである、付記1ないし4のいずれかに記載の操作制御
装置。
(Supplementary Note 5) The operation control device according to any one of Supplementary notes 1 to 4, wherein the operation target is a database.

【0041】(付記6) 上記バックエンドプロセサ
は、データベースサーバである、付記1ないし5のいず
れかに記載の操作制御装置。
(Supplementary note 6) The operation control device according to any one of supplementary notes 1 to 5, wherein the back-end processor is a database server.

【0042】(付記7) 任意の操作対象に対する操作
要求を受け付け、各操作対象に応じた操作をバックエン
ドプロセサに実行させるフロントエンドプロセサとして
の機能を備えた操作制御システムであって、上記任意の
操作対象に対する操作要求の種類と、上記バックエンド
プロセサによる実行操作との対応関係を、マッピングル
ールとして規定するマッピングルール規定手段と、上記
任意の操作対象に対する操作要求に応じて上記バックエ
ンドプロセサが実行すべき操作を、上記マッピングルー
ル規定手段に規定された上記マッピングルールに基づい
て指定する実行操作指定手段と、を有することを特徴と
する、操作制御システム。
(Supplementary Note 7) An operation control system having a function as a front-end processor that receives an operation request for an arbitrary operation target and causes a back-end processor to execute an operation corresponding to each operation target. Mapping rule defining means for defining, as a mapping rule, the correspondence between the type of operation request for the operation target and the execution operation by the back-end processor; and the execution of the back-end processor in response to the operation request for the arbitrary operation target An operation control system, comprising: an execution operation specifying unit that specifies an operation to be performed based on the mapping rule specified by the mapping rule specifying unit.

【0043】(付記8) 任意の操作対象に対する操作
要求を受け付け、各操作対象に応じた操作をバックエン
ドプロセサに実行させるフロントエンドプロセサとして
のコンピュータプログラムであって、上記任意の操作対
象に対する操作要求の種類と、上記バックエンドプロセ
サによる実行操作との対応関係を、マッピングルールと
して規定するためのマッピングルール規定プログラム
と、上記任意の操作対象に対する操作要求に応じて上記
バックエンドプロセサが実行すべき操作を、上記マッピ
ングルール規定プログラムに応じて規定された上記マッ
ピングルールに基づいて指定するための実行操作指定プ
ログラムと、を含むことを特徴とする、コンピュータプ
ログラム。
(Supplementary Note 8) A computer program as a front-end processor that receives an operation request for an arbitrary operation target and causes a back-end processor to execute an operation corresponding to each operation target. And a mapping rule defining program for defining the correspondence between the type of the operation and the execution operation by the back-end processor as a mapping rule, and the operation to be executed by the back-end processor in response to an operation request for the arbitrary operation target And an execution operation designating program for designating the program based on the mapping rule defined according to the mapping rule defining program.

【0044】[0044]

【発明の効果】以上説明したように、本願発明によれ
ば、任意の操作対象に対する操作要求の種類と、各操作
要求に応じてバックエンドプロセサが実行すべき操作と
の対応関係がマッピングルールとして規定され、このマ
ッピングルールに基づいて操作要求に応じた操作を指定
してバックエンドプロセサに実行させることができる。
たとえば各種のデータベースに対応するアプリケーショ
ンプログラムとしてのフロントエンドプロセサを構築す
るには、各種のバックエンドプロセサに応じた複数のプ
ログラムモジュールを組み合わせる必要が無くなり、単
純なマッピングルールを与えるだけで良く、アプリケー
ションプログラム全体としても比較的単純な構成で済む
ので、任意のデータベースに対して操作要求を取り次ぐ
ためのフロントエンドプロセサを容易に構築することが
できる。
As described above, according to the present invention, the correspondence between the type of operation request for an arbitrary operation target and the operation to be executed by the back-end processor in response to each operation request is defined as a mapping rule. Based on this mapping rule, an operation according to the operation request can be designated and executed by the back-end processor.
For example, to build a front-end processor as an application program corresponding to various databases, it is not necessary to combine a plurality of program modules corresponding to various back-end processors. Since a relatively simple configuration is sufficient as a whole, a front-end processor for transferring an operation request to an arbitrary database can be easily constructed.

【0045】また、操作要求に対しては、バックエンド
プロセサごとに用意された関数をマッピングルールに基
づいて指定し、このような関数で記述された操作手順に
従って各バックエンドプロセサを動作させることができ
る。このような機能を果たすフロントエンドプロセサが
操作対象ごとに設けられ、各操作対象がバックエンドプ
ロセサとともに分散化されている場合、フロントエンド
プロセサは、たとえば階層データベース、ネットワーク
データベース、リレーショナルデータベースなどに対す
るクライアントとして用いられる一方、バックエンドプ
ロセサは、データ操作機能を提供するデータベースサー
バとして利用することができる。
In response to an operation request, a function prepared for each back-end processor is specified based on a mapping rule, and each back-end processor is operated according to an operation procedure described by such a function. it can. When a front-end processor that performs such functions is provided for each operation target and each operation target is distributed together with the back-end processor, the front-end processor serves as a client to a hierarchical database, a network database, a relational database, etc. While used, the back-end processor can be used as a database server that provides data manipulation functions.

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

【図1】本願発明に係る操作制御装置の一実施形態を示
す機能ブロック図である。
FIG. 1 is a functional block diagram showing an embodiment of an operation control device according to the present invention.

【図2】一例として操作制御装置を階層化した操作制御
システムを説明するための説明図である。
FIG. 2 is an explanatory diagram for describing an operation control system in which operation control devices are hierarchized as an example;

【図3】各操作制御装置にて実行されるデータ操作処理
の動作手順を示すフローチャートである。
FIG. 3 is a flowchart showing an operation procedure of a data operation process executed by each operation control device.

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

A,A1〜A6 操作制御装置 10,110,120,… データベース 20,210,220,… マッピングコード 30,310,320,… 操作呼出部(実行操作指定
手段) 40,410,420,… マッピングルール規定部
(マッピングルール規定手段)
A, A1 to A6 Operation control device 10, 110, 120, ... Database 20, 210, 220, ... Mapping code 30, 310, 320, ... Operation calling unit (execution operation designating means) 40, 410, 420, ... Mapping rule Definition part (mapping rule definition means)

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 5B082 GA03  ──────────────────────────────────────────────────続 き Continued on the front page F-term (reference) 5B082 GA03

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 任意の操作対象に対する操作要求を受け
付け、各操作対象に応じた操作をバックエンドプロセサ
に実行させるフロントエンドプロセサとしての機能を備
えた操作制御装置であって、 上記任意の操作対象に対する操作要求の種類と、上記バ
ックエンドプロセサによる実行操作との対応関係を、マ
ッピングルールとして規定するマッピングルール規定手
段と、 上記任意の操作対象に対する操作要求に応じて上記バッ
クエンドプロセサが実行すべき操作を、上記マッピング
ルール規定手段に規定された上記マッピングルールに基
づいて指定する実行操作指定手段と、 を有することを特徴とする、操作制御装置。
An operation control device having a function as a front-end processor for receiving an operation request for an arbitrary operation target and causing a back-end processor to execute an operation corresponding to each operation target, the operation control device comprising: Mapping rule defining means for defining, as a mapping rule, a correspondence relationship between a type of operation request to the server and an execution operation by the back-end processor, and the back-end processor to execute in response to an operation request to the arbitrary operation target An operation control device, comprising: an execution operation designating unit that designates an operation based on the mapping rule defined by the mapping rule defining unit.
【請求項2】 上記バックエンドプロセサは、対応する
上記操作対象ごとに操作手順が異なるものとして複数存
在し、各バックエンドプロセサには、実行可能な各種の
操作手順が関数の集合体として用意されており、 上記実行操作指定手段は、上記バックエンドプロセサの
それぞれに対し、上記マッピングルールに基づいて操作
要求に応じた上記関数を指定する、請求項1に記載の操
作制御装置。
2. A plurality of back-end processors having different operation procedures for each corresponding operation target, and each back-end processor is provided with various executable operation procedures as a set of functions. 2. The operation control device according to claim 1, wherein the execution operation designating unit designates, for each of the back-end processors, the function according to an operation request based on the mapping rule. 3.
【請求項3】 上記マッピングルール規定手段および上
記実行操作指定手段は、上記操作対象ごとに一対となっ
て設けられている、請求項1または2に記載の操作制御
装置。
3. The operation control device according to claim 1, wherein the mapping rule defining unit and the execution operation designating unit are provided as a pair for each operation target.
【請求項4】 任意の操作対象に対する操作要求を受け
付け、各操作対象に応じた操作をバックエンドプロセサ
に実行させるフロントエンドプロセサとしての機能を備
えた操作制御システムであって、 上記任意の操作対象に対する操作要求の種類と、上記バ
ックエンドプロセサによる実行操作との対応関係を、マ
ッピングルールとして規定するマッピングルール規定手
段と、 上記任意の操作対象に対する操作要求に応じて上記バッ
クエンドプロセサが実行すべき操作を、上記マッピング
ルール規定手段に規定された上記マッピングルールに基
づいて指定する実行操作指定手段と、 を有することを特徴とする、操作制御システム。
4. An operation control system having a function as a front-end processor that receives an operation request for an arbitrary operation target and causes a back-end processor to execute an operation corresponding to each operation target. Mapping rule defining means for defining, as a mapping rule, a correspondence relationship between a type of operation request to the server and an execution operation by the back-end processor, and the back-end processor to execute in response to an operation request to the arbitrary operation target An operation control system, comprising: an execution operation specifying unit that specifies an operation based on the mapping rule specified by the mapping rule specifying unit.
【請求項5】 任意の操作対象に対する操作要求を受け
付け、各操作対象に応じた操作をバックエンドプロセサ
に実行させるフロントエンドプロセサとしてのコンピュ
ータプログラムであって、 上記任意の操作対象に対する操作要求の種類と、上記バ
ックエンドプロセサによる実行操作との対応関係を、マ
ッピングルールとして規定するためのマッピングルール
規定プログラムと、 上記任意の操作対象に対する操作要求に応じて上記バッ
クエンドプロセサが実行すべき操作を、上記マッピング
ルール規定プログラムに応じて規定された上記マッピン
グルールに基づいて指定するための実行操作指定プログ
ラムと、 を含むことを特徴とする、コンピュータプログラム。
5. A computer program as a front-end processor for receiving an operation request for an arbitrary operation target and causing a back-end processor to execute an operation corresponding to each operation target, wherein the type of the operation request for the arbitrary operation target is And a mapping rule defining program for defining the correspondence between the execution operation by the back-end processor as a mapping rule, and an operation to be executed by the back-end processor in response to an operation request for the arbitrary operation target, An execution operation designating program for designating based on the mapping rule defined in accordance with the mapping rule defining program.
JP2001098508A 2001-03-30 2001-03-30 Operation control device, operation control system and computer program Withdrawn JP2002297418A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001098508A JP2002297418A (en) 2001-03-30 2001-03-30 Operation control device, operation control system and computer program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001098508A JP2002297418A (en) 2001-03-30 2001-03-30 Operation control device, operation control system and computer program

Publications (1)

Publication Number Publication Date
JP2002297418A true JP2002297418A (en) 2002-10-11

Family

ID=18952153

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001098508A Withdrawn JP2002297418A (en) 2001-03-30 2001-03-30 Operation control device, operation control system and computer program

Country Status (1)

Country Link
JP (1) JP2002297418A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010001482A1 (en) * 2008-07-04 2010-01-07 富士通株式会社 Information processor, information processing program, information processing method
KR20190046231A (en) * 2017-10-25 2019-05-07 에이케이시스 주식회사 Automatic mapping control system
CN111309498A (en) * 2020-02-13 2020-06-19 山东汇贸电子口岸有限公司 Request processing method, device and computer readable medium

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010001482A1 (en) * 2008-07-04 2010-01-07 富士通株式会社 Information processor, information processing program, information processing method
GB2473572A (en) * 2008-07-04 2011-03-16 Fujitsu Ltd Information processor, information processing program, information processing method
JP5035417B2 (en) * 2008-07-04 2012-09-26 富士通株式会社 Information processing apparatus, information processing program, and information processing method
KR20190046231A (en) * 2017-10-25 2019-05-07 에이케이시스 주식회사 Automatic mapping control system
KR102022531B1 (en) 2017-10-25 2019-09-19 에이케이시스 주식회사 Automatic mapping control system
CN111309498A (en) * 2020-02-13 2020-06-19 山东汇贸电子口岸有限公司 Request processing method, device and computer readable medium
CN111309498B (en) * 2020-02-13 2023-09-15 山东汇贸电子口岸有限公司 Request processing method, apparatus and computer readable medium

Similar Documents

Publication Publication Date Title
US20200183932A1 (en) Optimizing write operations in object schema-based application programming interfaces (apis)
CA3025493C (en) Optimizing read and write operations in object schema-based application programming interfaces (apis)
US7451136B2 (en) System and method for searching multiple disparate search engines
US7143078B2 (en) System and method for managed database query pre-optimization
US7383552B2 (en) Object manager for common information model
US6314460B1 (en) Method and apparatus for analyzing a storage network based on incomplete information from multiple respective controllers
US7814042B2 (en) Selecting candidate queries
EP3465465A1 (en) Defining application programming interfaces (apis) using object schemas
JP6103037B2 (en) Computer system
WO2018010491A1 (en) Method and device for generating service path
US11762775B2 (en) Systems and methods for implementing overlapping data caching for object application program interfaces
KR20010103731A (en) Method and apparatus for the dynamic filtering and routing of events
US20090063423A1 (en) User interfaces for service object located in a distributed system
WO2018032976A1 (en) Medical data management method and apparatus, and medical data system
JP6415708B2 (en) Method and apparatus for determining a SQL execution plan
CN111917573B (en) Monitoring method, monitoring system and computing equipment
WO2019062156A1 (en) Storage procedure executing method and device, and storage medium
JP2002297418A (en) Operation control device, operation control system and computer program
WO2009155216A1 (en) User interfaces for service object located in a distributed system
JP2003316811A (en) Inquiry optimization processing device in different kind of database integration system, method and program making computer execute the method
JP3565117B2 (en) Access method for multiple different information sources, client device, and storage medium storing multiple different information source access program
JP2007279839A (en) Database management system and table association method for relational database
Clear et al. Integrating multiple contexts and ontologies in a pervasive computing framework
JPH03166649A (en) Distributed data base system
Singh et al. A review of distributed deadlock detection techniques based on diffusion computation approach

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20080603