JP4079990B2 - Generation method of object integrated management system - Google Patents

Generation method of object integrated management system Download PDF

Info

Publication number
JP4079990B2
JP4079990B2 JP2007227879A JP2007227879A JP4079990B2 JP 4079990 B2 JP4079990 B2 JP 4079990B2 JP 2007227879 A JP2007227879 A JP 2007227879A JP 2007227879 A JP2007227879 A JP 2007227879A JP 4079990 B2 JP4079990 B2 JP 4079990B2
Authority
JP
Japan
Prior art keywords
metamodel
data
adapter
repository
management system
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 - Fee Related
Application number
JP2007227879A
Other languages
Japanese (ja)
Other versions
JP2007323677A (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.)
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 JP2007227879A priority Critical patent/JP4079990B2/en
Publication of JP2007323677A publication Critical patent/JP2007323677A/en
Application granted granted Critical
Publication of JP4079990B2 publication Critical patent/JP4079990B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

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

Description

本発明は、データベースやサーバなどネットワーク環境に分散して存在する形式の異なるデータを統合管理するシステムに関する。   The present invention relates to a system for integrated management of different types of data existing in a distributed manner in a network environment such as a database or a server.

従来ある企業内でもさまざまな種類のデータベースが導入されているのが普通である。これらのデータベース間には通常互換性はない。また、このようなネットワーク環境に分散しているデータベースやサーバなどの形式の異なるデータを管理するデータ管理システムを追加または削除する必要も出てくる。   It is normal for various types of databases to be introduced even in existing companies. There is usually no compatibility between these databases. In addition, it becomes necessary to add or delete a data management system that manages data of different formats such as databases and servers distributed in such a network environment.

特許文献1には、「オブジェクトの格納位置を意識せずに等価的に扱う方法に関し、オブジェクトを論理層であらわした論理オブジェクトと、オブジェクトへのアクセスを実装したコネクタオブジェクトを作成し、両者の対応関係を変換テーブルを用いて管理するデータベース統合アプリケーション構築システム」が記載されている。ここで、オブジェクトの統合管理を行なう場合、そのオブジェクトへアクセスする処理を実装したコネクタオブジェクトと変換テーブルを修正する必要があり、統合管理対象の構成の管理が分散しているため、その管理方法を工夫する必要があった。   In Patent Document 1, “Regarding a method of equivalently handling objects without regard to the storage location of the objects, a logical object that represents the object in the logical layer and a connector object that implements access to the object are created, and both Describes a database integrated application construction system that manages the relationship using a conversion table. Here, when performing integrated management of objects, it is necessary to modify the connector object and conversion table that implements processing to access the object, and management of the configuration of the integrated management target is distributed. It was necessary to devise.

特開平11−96054号公報Japanese Patent Laid-Open No. 11-96054

分散して存在する異なるデータに対して統一的にアクセスするために、特許文献1では、論理オブジェクトとコネクタオブジェクトを用意し、変換テーブルを使用して両者の対応関係を管理している。このとき、データの統合管理システムとして新規のデータを管理対象として追加する際、論理オブジェクトとコネクタオブジェクトの追加と変換テーブルの修正が必要である。この方法は、システムの拡張や変更に対する柔軟性を欠き、システムの管理、保守コストが悪いという問題があった。   In order to uniformly access different data existing in a distributed manner, Patent Document 1 prepares a logical object and a connector object, and manages the correspondence between them using a conversion table. At this time, when adding new data as a management target as an integrated data management system, it is necessary to add a logical object and a connector object and to correct a conversion table. This method has a problem in that the system management and maintenance costs are low due to lack of flexibility in system expansion and modification.

本発明の目的は、オブジェクト統合管理システムとして、分散して存在する様々なデータの構成とアクセス処理の管理を、メタモデル管理部で一元管理することを可能とし、そのメタモデルに従ってオブジェクトを管理する事で、データの統合管理処理の効率化とシステムの構成管理に必要な保守コストの低減を実現することにある。   An object of the present invention is to make it possible for a metamodel management unit to centrally manage various distributed data structures and access processing management as an object integrated management system, and manage objects according to the metamodel. In other words, it is intended to realize efficient data integration management processing and reduction of maintenance cost necessary for system configuration management.

上記目的を達成するために、メタモデル部というクラス定義と、オブジェクト部というそのクラスのインスタンスとをオブジェクト指向に従って永続化オブジェクトとして保存するリポジトリを使用する。このリポジトリのメタモデル部には仮想オブジェクトメタモデルと、アダプタオブジェクトメタモデルが格納され、オブジェクト部には実データに対応する仮想オブジェクトと、仮想オブジェクトから実データにアクセスする機能を有するアダプタオブジェクトが格納されている。これらをそれぞれ管理するメタモデル管理部(メタモデルの情報を作成、削除、変更する)とオブジェクト管理部(オブジェクトの作成、削除、変更をする)を設けることによりオブジェクト統合管理システムを構築する。更に、メタモデル管理部では、実データおよびそれを管理するデータ管理システムをモデル化し、メタモデルとして管理する。オブジェクト管理部では、メタモデル管理部で管理されているメタモデルのインスタンスとしてのオブジェクトを管理する。メタモデル管理部は、オブジェクト統合管理システムの管理対象となるデータ管理システムの構成を集中的に管理する。オブジェクト管理部はメタモデルから仮想オブジェクトとアダプタオブジェクトのインスタンスを生成する。これらのメタモデル情報の管理はオブジェクト統合管理システムが提供するインタフェースを使用することで実行される。   In order to achieve the above object, a repository that stores a class definition called a metamodel part and an instance of the class called an object part as a persistent object according to an object orientation is used. The metamodel part of this repository stores a virtual object metamodel and an adapter object metamodel, and the object part stores a virtual object corresponding to actual data and an adapter object having a function of accessing the actual data from the virtual object. Has been. An object integrated management system is constructed by providing a metamodel management unit (creating, deleting, and changing metamodel information) and an object management unit (creating, deleting, and changing objects) that manage these. Further, the metamodel management unit models actual data and a data management system that manages the actual data and manages them as a metamodel. The object management unit manages objects as instances of the metamodel managed by the metamodel management unit. The metamodel management unit centrally manages the configuration of the data management system to be managed by the object integrated management system. The object management unit generates virtual object and adapter object instances from the metamodel. Management of these metamodel information is executed by using an interface provided by the object integrated management system.

ここで、データ管理システムをモデル化するとは、例えばデータ管理システムがリレーショナルデータベースであればデータベースの名称、形式、テーブルの構成、カラム名などでデータベースを表わすことを意味する。メタモデルとはモデルを定義する定義情報である。   Here, modeling the data management system means that if the data management system is a relational database, for example, the database is represented by the database name, format, table configuration, column name, and the like. A meta model is definition information that defines a model.

本発明によれば、様々なデータ管理システムが保持する実データを統合管理するオブジェクト統合管理システムにおいて、データ管理システムの追加、削除を容易にし、システム管理、構築、保守に要するコストを削減することが出来る。   According to the present invention, in an object integrated management system that integrates and manages actual data held by various data management systems, the addition and deletion of the data management system can be facilitated, and the cost required for system management, construction, and maintenance can be reduced. I can do it.

以下、本発明の実施例を図面により説明する。図1は本発明のオブジェクト統合管理システムの実施例を含む全体の図を示している。オブジェクト統合管理部(102)は、メタモデル管理部(104)とオブジェクト管理部(105)を備え、それぞれが管理する情報をリポジトリ(106)に格納する。統合管理対象となる実データは、ネットワーク環境に分散して存在し、その実データの種類によって、様々なデータ管理システムが存在する。リレーショナルデータベースを利用しているデータ管理システム1(113)や、文書データなどを格納する文書データベースを利用しているデータ管理システム2(114)、またその他のデータベースを利用しているものや、データベースに限らず実データを管理し、その実データに対するアクセス手段を提供するデータ管理システム3(115)などが存在する。   Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is an overall view including an embodiment of an object integrated management system of the present invention. The object integrated management unit (102) includes a metamodel management unit (104) and an object management unit (105), and stores information managed by each in the repository (106). Actual data to be integrated and managed are distributed in a network environment, and various data management systems exist depending on the type of the actual data. Data management system 1 (113) using a relational database, data management system 2 (114) using a document database for storing document data, etc., and those using other databases, databases There is a data management system 3 (115) for managing actual data and providing means for accessing the actual data.

オブジェクト統合管理部(102)はこれら様々な形態のデータ管理システム1〜3(113,114,115)で管理されている実データに対して、統合管理を実現する。オブジェクト統合管理部(102)は、メタモデル管理部(104)とオブジェクト管理部(105)によって、データ管理システム1〜3(113,114,115)とそこで管理されている実データに対してシステムやデータの構成情報を管理し、実データへのアクセス処理を実行する。オブジェクト管理部(105)はメタモデル管理部(104)で定義されたメタモデル(109,110)というクラスのインスタンスとしてオブジェクト(111,112)を管理する。また、オブジェクト管理部(105)は、データ管理システム1〜3(113,114,115)が保持している実データを管理するために、データ管理システム1〜3の所在や種類などの構成情報と、そのデータ管理システムが格納している実データに対するアクセス処理の機能を備えたアダプタオブジェクト(112)を使用してその実データにアクセスする。   The object integrated management unit (102) implements integrated management for the actual data managed by these various forms of data management systems 1 to 3 (113, 114, 115). The object integrated management unit (102) is configured by the meta model management unit (104) and the object management unit (105) to configure the system and data for the data management systems 1 to 3 (113, 114, 115) and the actual data managed there. Manage information and execute access to actual data. The object management unit (105) manages the object (111, 112) as an instance of a class called a meta model (109, 110) defined by the meta model management unit (104). Further, the object management unit (105) manages the actual data held by the data management systems 1 to 3 (113, 114, 115), the configuration information such as the location and type of the data management systems 1 to 3, and the data The real data is accessed using the adapter object (112) having a function of access processing for the real data stored in the management system.

データ利用者(101)はオブジェクト統合管理部(102)が提供するオブジェクトアクセスインタフェース(103)を使用することで、実データの存在位置や格納形式を意識することなく、複数のデータ管理システム1〜3(113,114,115)が保持する実データを統一的にアクセスすることが出来る。このときオブジェクト統合管理部(102)は、アダプタオブジェクトを追加することで、様々なデータ管理システム1〜3(113,114,115)に対して統合管理の機能拡張性を提供する。   By using the object access interface (103) provided by the object integrated management unit (102), the data user (101) uses a plurality of data management systems 1 to 1 without being aware of the actual data location and storage format. 3 (113, 114, 115) can be accessed uniformly. At this time, the object integrated management unit (102) provides an integrated management function expandability to the various data management systems 1 to 3 (113, 114, 115) by adding adapter objects.

図2では、リポジトリ(106)に格納されるデータ形式を示している。リポジトリ(106)に格納されるデータはメタモデル部(107)とオブジェクト部(108)に分類される。データ管理システムA(201)がデータベース(202)にデータ1(203)、データ2(204)を保持している場合、仮想オブジェクトのメタモデル(109)としてDATAというクラス(205)があり、その属性値として「名前」が文字列型であることが定義される。アダプタオブジェクトのメタモデル(110)としてデータ管理システムというクラス(206)があり、その属性値として「システム名」が文字列型であり、その操作として実データの取得と格納を行う処理の実装を定義する。この処理はデータベース(202)が提供するアクセス言語を使用した処理となる。換言すれば、アダプタオブジェクトメタモデル(110)はデータ操作をするメソッドの定義を持っている。また、DATAクラスとデータ管理システムクラス間には関連を定義(207)する。   FIG. 2 shows a data format stored in the repository (106). Data stored in the repository (106) is classified into a metamodel part (107) and an object part (108). When the data management system A (201) holds data 1 (203) and data 2 (204) in the database (202), there is a class (205) called DATA as a metamodel (109) of the virtual object. It is defined that “name” is a string type as an attribute value. There is a data management system class (206) as a meta model (110) of the adapter object, and the attribute value "system name" is a string type, and implementation of processing to acquire and store actual data as its operation Define. This processing is processing using an access language provided by the database (202). In other words, the adapter object metamodel (110) has a definition of a method for manipulating data. In addition, a relationship is defined (207) between the DATA class and the data management system class.

オブジェクト部ではメタモデル部で定義されたクラスのインスタンスとして、仮想オブジェクト(111)とアダプタオブジェクト(112)を格納する。仮想オブジェクト(111)として、実データであるデータベース(202)に格納されたデータ1(203)、データ2(204)に対応してdata1(208)とdata2(209)のオブジェクトが存在する。このようにデータの数だけ仮想オブジェクトが存在する。   The object part stores the virtual object (111) and the adapter object (112) as instances of the class defined in the metamodel part. As virtual objects (111), there are data1 (208) and data2 (209) objects corresponding to data 1 (203) and data 2 (204) stored in database (202) which is actual data. Thus, there are as many virtual objects as the number of data.

アダプタオブジェクト(112)としてsystem1(210)のオブジェクトが存在する。アダプタオブジェクトはデータ管理システム毎に1つずつ存在する。アダプタオブジェクトは先にも定義したが、仮想オブジェクトをもとに実データを取り出す又は書き込む機能を備えている。具体的にはコンパイルされたプログラムモジュールからなるメソッドを持っている。仮想オブジェクトとアダプタオブジェクトはそれぞれのメタモデルのインスタンスである。そのインスタンスを生成する際に、メタモデルに定義されている関連定義(207)に従って、data1(208)、data2(209)とsystem1(219)のオブジェクト間にも関連情報(211)が設定される。この関連情報(211)は、オブジェクト指向に従って内部的にそれぞれのオブジェクトが関連するオブジェクトの参照を保持する(具体的にはポインタを設ける)ことで設定される。   An object of system1 (210) exists as an adapter object (112). One adapter object exists for each data management system. Although the adapter object has been defined earlier, it has a function of retrieving or writing actual data based on the virtual object. Specifically, it has a method consisting of compiled program modules. Virtual objects and adapter objects are instances of their respective metamodels. When the instance is generated, the related information (211) is also set between the objects of data1 (208), data2 (209) and system1 (219) according to the related definition (207) defined in the meta model. . This related information (211) is set by holding a reference to an object with which each object is related internally (specifically, providing a pointer) according to object orientation.

図3では、リポジトリ(106)に格納されるデータ形式について、データ管理システムB(301)のデータベース(302)がリレーショナルデータベースの場合における具体的な例を示している。メタモデル部(107)のアダプタオブジェクトのメタモデル(110)はリレーショナルデータベースをモデル化したRDB(304)、TABLE(305)、COLUMN(306)のクラスとそれらの関連定義(307,308)から構成される。   FIG. 3 shows a specific example of the data format stored in the repository (106) when the database (302) of the data management system B (301) is a relational database. The meta model (110) of the adapter object in the meta model part (107) is composed of RDB (304), TABLE (305), COLUMN (306) classes that model a relational database, and their related definitions (307, 308). .

オブジェクト部(108)ではアダプタオブジェクト(112)としてrdb1(312)、table1(313)、col 1(314)、col 2(315)、col 3(316)のオブジェクトとそれらの関連情報(317,318)が存在する。これらの関連情報は、オブジェクト指向に従って内部的にそれぞれのオブジェクトが関連するオブジェクトの参照を保持することで設定される。これらアダプタオブジェクト(112)を構成するオブジェクト(312〜316)はデータベース(302)に存在するテーブルの構成に従い作成されるものである。仮想オブジェクト(111)はデータベース(302)のテーブル内に存在するレコードに対応して生成される。そして、各レコードのコラム値が仮想オブジェクト(111)の属性値として格納される。   In the object part (108), the objects rdb1 (312), table1 (313), col 1 (314), col 2 (315), col 3 (316) and their related information (317, 318) are included as adapter objects (112). Exists. The related information is set by holding a reference to an object to which each object is related internally according to object orientation. The objects (312 to 316) constituting the adapter object (112) are created according to the configuration of the table existing in the database (302). The virtual object (111) is generated corresponding to the record existing in the table of the database (302). The column value of each record is stored as the attribute value of the virtual object (111).

図4は、オブジェクト統合管理システムにおけるリポジトリ(106)内のメタモデルとオブジェクト、およびデータ管理システムが保持する実データとの関係を示したものであり、図5のフローチャートと共に説明する。オブジェクト統合管理システム(102)はオブジェクトアクセスインタフェース(103)によってメタモデル管理部(104)に対してのアダプタオブジェクト(406)の生成要求を受け取る(501)。   FIG. 4 shows the relationship between the metamodel in the repository (106) in the object integrated management system, the objects, and the actual data held by the data management system, and will be described together with the flowchart of FIG. The object integrated management system (102) receives the generation request of the adapter object (406) to the metamodel management unit (104) by the object access interface (103) (501).

要求を受け取ったメタモデル管理部(104)はリポジトリ(106)にアダプタオブジェクト(406)の生成要求を行い(502)、リポジトリ(106)がアダプタオブジェクトメタモデル(402)のインスタンスを生成し、アダプタオブジェクト(406)として格納する(503,504)。メタモデル管理部(104)は、アダプタオブジェクト(406)を使用してデータ管理システムA(201)のデータベース(202)を参照し、実データを取得する(505)。実データが存在する場合(506)、その実データ1(203)に対応(408)して、リポジトリ(106)が仮想オブジェクトメタモデル(401)のインスタンスとして仮想オブジェクト1(404)を生成する(507,508)。このとき、仮想オブジェクト1(404)は、メタモデル定義部で定義されている関連(403)に従って、アダプタオブジェクト(406)との関連(407)を設定する(509)。この処理はインスタンスを生成するときに呼ばれるコンストラクタに実装することで、自動的に行われる。   Upon receiving the request, the metamodel management unit (104) requests the repository (106) to generate the adapter object (406) (502), and the repository (106) generates an instance of the adapter object metamodel (402). Stored as an object (406) (503,504). The metamodel management unit (104) refers to the database (202) of the data management system A (201) using the adapter object (406), and acquires actual data (505). When real data exists (506), corresponding to the real data 1 (203) (408), the repository (106) generates a virtual object 1 (404) as an instance of the virtual object metamodel (401) (507,508). ). At this time, the virtual object 1 (404) sets an association (407) with the adapter object (406) according to the association (403) defined in the metamodel definition unit (509). This process is automatically performed by implementing it in the constructor called when creating an instance.

リポジトリ(106)は生成された仮想オブジェクト1(404)を格納し(510)、同様に残っている実データ2(204)に対しても対応(409)する仮想オブジェクト2(405)を生成、格納する(511)。このような関係でオブジェクト管理部(105)がリポジトリ(106)に格納された仮想オブジェクトを管理する事で、オブジェクト統合管理システム(102)は、様々な種類のデータ管理システムが保持する実データを統合管理する。   The repository (106) stores the generated virtual object 1 (404) (510), and similarly generates the virtual object 2 (405) corresponding to the remaining real data 2 (204) (409). Store (511). The object management unit (105) manages the virtual objects stored in the repository (106) in such a relationship, so that the object integrated management system (102) can store the actual data held by various types of data management systems. Integrated management.

ここでは、データベース(202)に実データ(203,204)が格納されている場合に付いて説明したが、データベースに限らずアクセス手段が存在する実データとして、記憶装置に保存されているファイルや、分散オブジェクト、プロトコルによって参照可能なメモリ上の動的なデータなども、それらの実データに対するアクセス処理をアダプタオブジェクトに実装することで、仮想オブジェクトとして統合管理の対象とする事が可能である。   Here, the case where the actual data (203, 204) is stored in the database (202) has been described, but the file stored in the storage device or the distributed data is not limited to the database as the actual data exists. Dynamic data on a memory that can be referred to by an object or a protocol can be a target of integrated management as a virtual object by implementing an access process for the actual data in the adapter object.

図6では、データ管理システムを新たに追加する場合の処理について示したものであり、図7のフローチャートと共に説明する。既にデータ管理システムA(201)との連携が定義されていて、リポジトリ(106)内には、仮想オブジェクトAのメタモデル(604)とアダプタオブジェクトAのメタモデル(606)、それらのインスタンスである仮想オブジェクト1(612)、仮想オブジェクト2(613)とアダプタオブジェクトA(615)が存在している。このとき、新たにデータ管理システムC(601)を連携させる場合について説明する。   FIG. 6 shows processing when a new data management system is added, and will be described with reference to the flowchart of FIG. Coordination with the data management system A (201) has already been defined, and in the repository (106) are the metamodel (604) of the virtual object A, the metamodel (606) of the adapter object A, and instances thereof. Virtual object 1 (612), virtual object 2 (613), and adapter object A (615) exist. At this time, a case where the data management system C (601) is newly linked will be described.

まず、データ利用者(101)がオブジェクト統合管理部(102)にデータ管理システムC(601)の追加要求を行なうことで、メタモデル管理部(104)がオブジェクトアクセスインタフェース(103)よりアダプタオブジェクトCのメタモデル(607)と仮想オブジェクトCのメタモデル(605)の追加要求を受け取る(701)。   First, when the data user (101) makes a request for adding the data management system C (601) to the object integrated management unit (102), the metamodel management unit (104) uses the object access interface (103) to make an adapter object C. A request to add the meta model (607) of the virtual object C and the meta model (605) of the virtual object C is received (701).

次に、メタモデル管理部(104)は要求されたメタモデル(605,607)をリポジトリ(106)に格納する処理を実行し(702)、リポジトリ(106)は要求されたメタモデル(605,607)を格納する(703)。   Next, the metamodel management unit (104) executes processing for storing the requested metamodel (605,607) in the repository (106) (702), and the repository (106) stores the requested metamodel (605,607). (703).

このとき、データ管理システムC(601)のデータベース(602)がデータ管理システムA(201)のデータベース(202)と類似したアクセス手段であった場合は、アダプタオブジェクトCのメタモデル(607)をアダプタオブジェクトAのメタモデル(606)と継承関係(608)であることを定義する。図6において関係の定義608の矢印はアダプタオブジェクトCのメタモデルがアダプタオブジェクトAのメタモデルを継承していることを示す。これにより、アダプタオブジェクトAのメタモデル(606)に実装されているアクセス処理をアダプタオブジェクトCのメタモデル(607)が再利用可能となる。また、同種のデータ管理システムを追加する場合は、既存のアダプタオブジェクトAのメタモデル(606)から複数のインスタンスを生成してアダプタオブジェクトC(616)とすることも可能である。仮想オブジェクトのメタモデル間には関連(611)を定義する事により、異なるデータ管理システム間の実データの関連を扱うことが可能となる。具体的には、メタモデル間の関連を定義するとは互いに相手のオブジェクトへのポインタを1対多の関係で持っていることを意味している。   At this time, if the database (602) of the data management system C (601) is an access means similar to the database (202) of the data management system A (201), the meta model (607) of the adapter object C is converted to the adapter. It is defined that the object A has a meta model (606) and an inheritance relationship (608). In FIG. 6, the arrow of the relationship definition 608 indicates that the meta model of the adapter object C inherits the meta model of the adapter object A. As a result, the access processing implemented in the metamodel (606) of the adapter object A can be reused by the metamodel (607) of the adapter object C. In addition, when adding the same type of data management system, it is also possible to generate a plurality of instances from the metamodel (606) of the existing adapter object A to make the adapter object C (616). By defining a relationship (611) between the meta models of virtual objects, it becomes possible to handle the relationship of actual data between different data management systems. Specifically, defining a relationship between metamodels means that pointers to the objects of the other party have a one-to-many relationship.

次に、ここで追加したメタモデル定義のインスタンスとして,図5と同様にアダプタオブジェクトC(616)と仮想オブジェクト3(614)を生成する(704〜714)。このとき仮想オブジェクト間の関連(619)が仮想オブジェクト3(614)のインスタンス化処理の中で設定される(712)。これらの処理は、オブジェクト統合管理部(102)が提供するオブジェクトアクセスインタフェース(103)によって要求され、このようにアダプタオブジェクトと仮想オブジェクトをそれぞれのメタモデルのインスタンスとしてリポジトリ(106)に格納する事で、オブジェクト統合管理部(102)は、新たにデータ管理システムC(601)を追加する事が可能となる。   Next, as an instance of the metamodel definition added here, an adapter object C (616) and a virtual object 3 (614) are generated (704 to 714) as in FIG. At this time, the relationship (619) between the virtual objects is set in the instantiation process of the virtual object 3 (614) (712). These processes are requested by the object access interface (103) provided by the object integrated management unit (102), and the adapter object and the virtual object are stored in the repository (106) as instances of the respective metamodels in this way. The object integrated management unit (102) can newly add the data management system C (601).

同様に連携するデータ管理システムの削除や修正も可能であり、オブジェクトアクセスインタフェース(103)を使用する事で、オブジェクト統合管理部(102)は柔軟で効率の良い構成管理の機能を提供する。   Similarly, the linked data management system can be deleted or modified. By using the object access interface (103), the object integrated management unit (102) provides a flexible and efficient configuration management function.

図8では、データ利用者がオブジェクト統合管理システムを使用してオブジェクトを参照する処理について、実データがリレーショナルデータベースに格納されている場合を例に示したものであり、図9のフローチャートと共に説明する。データ利用者(101)はオブジェクト統合管理部(102)が提供するオブジェクトアクセスインタフェース(103)を使用して統合管理されている様々なオブジェクトに対して統一された方法でアクセスする事が可能である。オブジェクトアクセスインタフェース(103)が仮想オブジェクトA(309)の参照要求を受け取ると、その要求をオブジェクト管理部(105)に渡す(901)。   FIG. 8 shows an example of a process in which a data user refers to an object using an object integrated management system, in which actual data is stored in a relational database, and will be described with reference to the flowchart of FIG. . The data user (101) can access various objects integrated and managed in a unified way using the object access interface (103) provided by the object integration management unit (102). . When the object access interface (103) receives the reference request for the virtual object A (309), it passes the request to the object management unit (105) (901).

オブジェクト管理部(105)はリポジトリ(106)の機能を利用して仮想オブジェクトA(309)を検索し取得する(902,903)。仮想オブジェクトA(309)は、データ管理システムD(801)のデータベース(802)が保持するlistテーブルのIDが1のレコード(実デーータ)に対応している。そのため実際に名前や日付の値を取得するためにオブジェクト管理部(105)は仮想オブジェクトA(309)と関連付けられているアダプタオブジェクトD(112)を取得し(906)、それを使用して実データの値を参照する(907)。   The object management unit (105) searches and acquires the virtual object A (309) using the function of the repository (106) (902, 903). The virtual object A (309) corresponds to a record (actual data) whose ID of the list table held in the database (802) of the data management system D (801) is 1. Therefore, in order to actually acquire the name and date value, the object management unit (105) acquires the adapter object D (112) associated with the virtual object A (309) (906) and uses it to perform the actual operation. Refer to the data value (907).

このときアダプタオブジェクトD(112)はデータ管理システムD(801)のデータベース(802)にアクセスするために、rdb1オブジェクト(311)からデータベース名(910)、table1オブジェクト(312)からテーブル名(911)、col 1オブジェクト(312)、col 2オブジェクト(313)、col 3オブジェクト(314)からカラム名(912)をそれぞれ取得することで、データベース(802)が提供するアクセス言語を使用してデータ取得メソッド(803)が実データの値を取得する(913)。取得した値はオブジェクトアクセスインタフェース(103)の戻り値としてデータ利用者(101)に返す(915,917)。このとき、一度取得した実データの値は、仮想オブジェクトの属性値として保存する(915)。これにより、2回目以降の参照要求の場合は実データへのアクセスをすることなく、仮想オブジェクトが保持する属性値をそのまま返すことによって(916)、オブジェクト参照のアクセス処理効率を向上させることが可能となる。ただし、データ管理システムが保持する実データが頻繁に更新される場合は、毎回実データの値を参照する。   At this time, in order for the adapter object D (112) to access the database (802) of the data management system D (801), the database name (910) from the rdb1 object (311) and the table name (911) from the table1 object (312) , Col 1 object (312), col 2 object (313), col 3 object (314) by getting column name (912) respectively, using the access language provided by database (802), data acquisition method (803) acquires the value of the actual data (913). The acquired value is returned to the data user (101) as a return value of the object access interface (103) (915, 917). At this time, the value of the actual data once acquired is stored as the attribute value of the virtual object (915). This makes it possible to improve the object reference access processing efficiency by returning the attribute value held by the virtual object as it is without accessing the actual data for the second and subsequent reference requests (916). It becomes. However, when the actual data held by the data management system is frequently updated, the value of the actual data is referred to every time.

また、リポジトリ(106)のオブジェクト部に格納される仮想オブジェクトには、アダプタオブジェクトの関連を設定しない場合もある。これは実データとしてリポジトリ(106)に直接オブジェクトを管理させる場合であり、オブジェクト管理部(105)はこのような仮想オブジェクトの場合、(904)の条件判定により仮想オブジェクトの属性値を参照してその値を返す。   In some cases, the association of the adapter object is not set in the virtual object stored in the object part of the repository (106). This is a case where the repository (106) directly manages the object as real data, and in the case of such a virtual object, the object management unit (105) refers to the attribute value of the virtual object by the condition determination of (904). Returns its value.

図10では、オブジェクト統合管理システムの応用例の1つとして、仮想オブジェクトにおける関連情報を利用してデータ利用者(101)が効率良く目的のオブジェクトを操作するための処理を実装する方法について示したものであり、図11のフローチャートと共に説明する。オブジェクト統合管理を行う処理では、異なるオブジェクト間の関連をたどって、必要とするオブジェクトの集合を取得するという処理を必要とする場合がある。このとき、データ利用者は取得したいオブジェクトを1つずつ取得していると、オブジェクトの参照処理の効率が悪く、またデータ利用者とオブジェクト統合管理システムとの間のネットワークを流れるデータ量が増え、必要とするオブジェクトを全部取得するのに時間を要してしまう。   FIG. 10 shows a method of implementing a process for efficiently operating a target object by a data user (101) using related information in a virtual object as one application example of an object integrated management system. This will be described with reference to the flowchart of FIG. In the process of performing integrated object management, it may be necessary to trace the relationship between different objects and acquire a set of required objects. At this time, if the data user acquires the objects to be acquired one by one, the efficiency of the object reference processing is poor, and the amount of data flowing through the network between the data user and the object integrated management system increases. It takes time to acquire all the necessary objects.

そこで、本発明のオブジェクト統合管理システムでは、アダプタオブジェクトにデータ取得メソッドを実装するのと同様に、仮想オブジェクトにユーザカスタマイズ処理を実行するメソッドを実装することが可能である。例えば仮想オブジェクト4(1001)に関連した仮想オブジェクト2(613)を取得する処理を考える。単にオブジェクトの関連を辿って1つずつ取得する場合は、まず仮想オブジェクト4(1001)に関連(1004)する仮想オブジェクト3(614)を取得し、さらにその仮想オブジェクト3(614)に関連(619)する仮想オブジェクト2(613)を取得する。   Therefore, in the object integrated management system of the present invention, it is possible to implement a method for executing user customization processing on a virtual object in the same manner as implementing a data acquisition method on an adapter object. For example, consider a process of acquiring the virtual object 2 (613) related to the virtual object 4 (1001). In the case where the object relations are simply acquired one by one, the virtual object 3 (614) related (1004) to the virtual object 4 (1001) is first acquired and further related to the virtual object 3 (614) (619) ) To obtain the virtual object 2 (613).

このときデータ利用者とオブジェクト統合管理システム間で仮想オブジェクト3(614)を受け渡すという無駄な処理が行われてしまう。そこで、仮想オブジェクト4(1001)のメタモデル定義に仮想オブジェクト2取得メソッド(1005)を実装する。仮想オブジェクト4(1001)に関連する仮想オブジェクト2(613)を取得する場合、まず仮想オブジェクト4(1001)の仮想オブジェクト2取得メソッド(1005)を実行する(1101,1102)。仮想オブジェクト2取得メソッド(1005)は、オブジェクト部(108)の内部で関連(1004)する仮想オブジェクト3(614)を取得し(1103)、さらに関連(619)する仮想オブジェクト2(613)を取得する(1104)。仮想オブジェクト2取得メソッド(1105)は、得られた仮想オブジェクト2(613)をデータ利用者に返す(1105)。   At this time, useless processing of transferring the virtual object 3 (614) between the data user and the object integrated management system is performed. Therefore, the virtual object 2 acquisition method (1005) is implemented in the metamodel definition of the virtual object 4 (1001). When acquiring the virtual object 2 (613) related to the virtual object 4 (1001), first, the virtual object 2 acquisition method (1005) of the virtual object 4 (1001) is executed (1101, 1102). The virtual object 2 acquisition method (1005) acquires the virtual object 3 (614) related (1004) inside the object part (108) (1103), and further acquires the virtual object 2 (613) related (619). (1104). The virtual object 2 acquisition method (1105) returns the obtained virtual object 2 (613) to the data user (1105).

これによって、データ利用者とオブジェクト統合管理システム間の無駄なデータの受け渡しがなくなり、複数のオブジェクトを使用した複雑なオブジェクト操作をオブジェクト部(108)内で実行し、その結果のみを返すという効率的な処理を追加することが可能となる。このようなユーザカスタマイズ処理は仮想オブジェクトのメタモデル定義に実装する事で、そのインスタンスである仮想オブジェクトすべてにおいて使用することが可能である。   This eliminates unnecessary data exchange between the data user and the object integrated management system, and it is efficient to execute complex object operations using multiple objects in the object part (108) and return only the results. It becomes possible to add a simple process. By implementing such user customization processing in the virtual object metamodel definition, it is possible to use it in all virtual objects that are instances thereof.

図12では、オブジェクト統合管理システムの応用例の1つとして、大規模システムにおけるオブジェクト統合管理システムの階層化について示している。オブジェクト統合管理部A(1201)は、オブジェクト統合管理部B(1202)とオブジェクト統合管理部C(1203)をそれぞれ1つのデータ管理システムとみなして扱う。これはオブジェクト統合管理システムのオブジェクトアクセスインタフェースによってオブジェクトを参照する処理を実装したアダプタオブジェクトを用意する事で可能である。   FIG. 12 illustrates the layering of the object integrated management system in a large-scale system as one application example of the object integrated management system. The object integration management unit A (1201) treats the object integration management unit B (1202) and the object integration management unit C (1203) as one data management system. This can be done by preparing an adapter object that implements processing to refer to the object by the object access interface of the object integrated management system.

2つのオブジェクト統合管理部(1202,1203)がそれぞれ複数のデータ管理システム(113〜115)を管理しているとき、データ利用者(101)はオブジェクト統合管理部A(1201)にアクセスすることによって、すべてのデータ管理システム(1202,1203,113〜115)が保持する実データを、その階層を意識することなく統一的にアクセスすることが可能となる。このような仕組みは、様々な形態のオブジェクトを統合管理する大規模な統合運用管理システムにおいて、拠点分散型のシステムを構築する場合に有効である。   When the two object integrated management units (1202, 1203) manage a plurality of data management systems (113 to 115), the data user (101) accesses the object integrated management unit A (1201). Real data held by all data management systems (1202, 1203, 113 to 115) can be accessed in a unified manner without being aware of the hierarchy. Such a mechanism is effective in constructing a distributed base system in a large-scale integrated operation management system that integrally manages various types of objects.

オブジェクト統合管理システムを含む全体の構成図である。1 is an overall configuration diagram including an object integrated management system. オブジェクト統合管理システムがリポジトリに格納するデータ形式の図である。It is a figure of the data format which an object integrated management system stores in a repository. 図2の例として、管理対象システムがリレーショナルデータベースの場合のデータ形式の図である。FIG. 3 is a diagram of a data format when the management target system is a relational database as an example of FIG. 2. オブジェクト統合管理システムで管理しているメタモデル定義とオブジェクトの構成の関係図である。FIG. 5 is a relationship diagram between a metamodel definition managed by an object integrated management system and an object configuration. オブジェクト統合管理システムで管理しているメタモデル定義からオブジェクトを構成する処理のフローチャート図である。It is a flowchart figure of the process which comprises an object from the metamodel definition managed by the object integrated management system. オブジェクト統合管理システムの管理対象を追加する際の、メタモデル定義およびオブジェクトの構成図である。It is a metamodel definition and the block diagram of an object at the time of adding the management object of an object integrated management system. オブジェクト統合管理システムの管理対象を追加する際の処理のフローチャート図である。It is a flowchart figure of the process at the time of adding the management object of an object integrated management system. データ利用者がオブジェクト統合管理システムで管理されているオブジェクトを参照するときのオブジェクトの構成図である。It is a block diagram of an object when a data user refers to the object managed by the object integrated management system. データ利用者がオブジェクト統合管理システムで管理されているオブジェクトを参照するときの処理のフローチャート図である。It is a flowchart figure of a process when a data user refers to the object managed by the object integrated management system. 仮想オブジェクトにおけるユーザカスタマイズ処理を実装実装した場合のオブジェクトの構成図である。It is a block diagram of the object at the time of mounting and mounting the user customization process in a virtual object. 仮想オブジェクトにおけるユーザカスタマイズ処理のフローチャート図である。It is a flowchart figure of the user customization process in a virtual object. オブジェクト統合管理システムを階層化したときの構成図である。It is a block diagram when the object integrated management system is hierarchized.

符号の説明Explanation of symbols

101:データ利用者、クライアント、102,1201,1202,1203:オブジェクト統合管理部、103:オブジェクトアクセスインタフェース、104:メタモデル管理部、105:オブジェクト管理部、106:リポジトリ、107:メタモデル部、108:オブジェクト部、109,401,604,605:仮想オブジェクトメタモデル、110,402,606,607:アダプタオブジェクトメタモデル、111,404,405,612,613,614,1001:仮想オブジェクト、112,406,615,616,1002:アダプタオブジェクト、113〜115,201,301,601,801,1204〜1206:データ管理システム、202,302,602,802:データベース、203,204,603:実データ   101: Data user, client, 102, 1201, 1202, 1203: Object integration management unit, 103: Object access interface, 104: Meta model management unit, 105: Object management unit, 106: Repository, 107: Meta model unit, 108: Object part, 109, 401, 604, 605: Virtual object meta model, 110, 402, 606, 607: Adapter object meta model, 111, 404, 405, 612, 613, 614, 1001: Virtual object, 112, 406, 615, 616, 1002: Adapter object, 113-115, 201, 301, 601, 801, 1204-1206: Data management system, 202, 302, 602, 802, 603: 204 : Actual data

Claims (2)

データ管理システムによって管理される実データを統合管理するシステムにおいて、実データのそれぞれに対応して作成されている仮想オブジェクトと仮想オブジェクトを定義する仮想オブジェクトメタモデルと前記データ管理システムの構成情報と前記データ管理システムが格納している実データに対するアクセス処理の機能を持つアダプタオブジェクトと前記アダプタオブジェクトを定義するアダプタオブジェクトメタモデルとを格納するリボジトリと、前記リポジトリ内の前記仮想オブジェクトメタモデルと前記アダプタオブジェクトメタモデルを管理するメタモデル管理部と、前記仮想オブジェクトと前記アダプタオブジェクトを管理し前記アダプタオブジェクトを利用して実データにアクセスするオブジェクト管理部とを備えたオブジェクト統合管理システムの生成方法であって
前記メタモデル管理部は、受け取った前記アダプタオブジェクトの生成要求に応答して、前記リポジトリにアダプタオブジェクトの生成要求を行い、前記リポジトリが前記アダプタオブジェクトメタモデルのインスタンスである前記アダプタオブジェクトを生成して前記リポジトリ内に格納し、
前記メタモデル管理部は、生成された前記アダプタオブジェクトを用いて前記データ管理システムのデータベースを参照して実データを取得し、前記リポジトリが前記仮想オブジェクトメタモデルのインスタンスであり取得された前記実データに対応する前記仮想オブジェクトを生成して前記リポジトリ内に格納し、
前記メタモデル管理部と前記リポジトリは、前記データ管理システムによって管理される各実データについて前記仮想オブジェクトの生成と格納を実行することを特徴とするオブジェクト統合管理システムの生成方法
In a system for integrated management of real data managed by a data management system, a virtual object created corresponding to each real data, a virtual object meta model defining a virtual object, configuration information of the data management system, and the A repository that stores an adapter object having a function of an access process to actual data stored in the data management system, an adapter object metamodel that defines the adapter object, the virtual object metamodel and the adapter object in the repository Oh comprising a metamodel management part that manages the meta model, and object management unit that accesses and manages the adapter object and the virtual object using the adapter object to real data A method of generating object integrated management system,
In response to the received adapter object generation request, the metamodel management unit makes an adapter object generation request to the repository, and the repository generates the adapter object that is an instance of the adapter object metamodel. Stored in the repository,
The metamodel management unit acquires actual data by referring to the database of the data management system using the generated adapter object, and the repository is an instance of the virtual object metamodel and is acquired. Generate the virtual object corresponding to the and store it in the repository;
The metamodel management unit and the repository execute generation and storage of the virtual object for each real data managed by the data management system .
実データを管理する複数のデータ管理システムのそれぞれの実データを統合管理するシステムにおいて、あるデータ管理システムについて実データのそれぞれに対応して作成される仮想オブジェクトと仮想オブジェクトを定義する第1の仮想オブジェクトメタモデルと前記データ管理システムの構成情報と前記データ管理システムが格納している実データに対するアクセス処理の機能を持つアダプタオブジェクトと前記アダプタオブジェクトを定義する第1のアダプタオブジェクトメタモデルとを格納するリボジトリと、前記リポジトリ内の前記第1の仮想オブジェクトメタモデルと前記第1のアダプタオブジェクトメタモデルを管理するメタモデル管理部と、前記仮想オブジェクトと前記アダプタオブジェクトを管理し前記アダプタオブジェクトを利用して実データにアクセスするオブジェクト管理部とを備えたオブジェクト統合管理システムの生成方法であって
前記メタモデル管理部は、新たなデータ管理システムのための第2のメタモデルの追加要求に応答して、前記第1のアダプタオブジェクトメタモデルに実装されているアクセス処理を再利用するように前記第1のアダプタオブジェクトメタモデルとの継承関係が定義された第2のアダプタオブジェクトメタモデルと、前記第2のアダプタオブジェクトメタモデルとの関連が定義された第2の仮想オブジェクトメタモデルとを生成して前記リポジトリに格納し、
前記メタモデル管理部は、受け取った第2のアダプタオブジェクトの生成要求に応答して、前記リポジトリに前記第2のアダプタオブジェクトの生成要求を行い、前記リポジトリが前記第2のアダプタオブジェクトメタモデルのインスタンスである前記第2のアダプタオブジェクトを生成して前記リポジトリ内に格納し、
前記メタモデル管理部は、生成された前記第2のアダプタオブジェクトを用いて前記新たなデータ管理システムのデータベースを参照して実データを取得し、前記リポジトリが前記第2の仮想オブジェクトメタモデルのインスタンスであり取得された前記実データに対応する第2の仮想オブジェクトを生成して前記リポジトリ内に格納し、
前記メタモデル管理部と前記リポジトリは、前記新たなデータ管理システムによって管理される各実データについて前記第2の仮想オブジェクトの生成と格納を実行することを特徴とするオブジェクト統合管理システムの生成方法
In a system that integrates and manages real data of a plurality of data management systems that manage real data, a first virtual object that defines a virtual object and a virtual object that are created corresponding to each real data for a data management system An object meta model, configuration information of the data management system, an adapter object having a function of an access process for actual data stored in the data management system, and a first adapter object meta model defining the adapter object are stored. A repository; a metamodel management unit that manages the first virtual object metamodel and the first adapter object metamodel in the repository; and the adapter object that manages the virtual object and the adapter object. A method of generating object integrated management system that includes a object management unit for access by utilizing transfected into real data,
In response to the request to add the second metamodel for the new data management system, the metamodel management unit recycles the access processing implemented in the first adapter object metamodel. Generating a second adapter object metamodel in which an inheritance relationship with the first adapter object metamodel is defined, and a second virtual object metamodel in which an association with the second adapter object metamodel is defined Stored in the repository
In response to the received generation request for the second adapter object, the metamodel management unit makes a generation request for the second adapter object to the repository, and the repository creates an instance of the second adapter object metamodel. Generating and storing the second adapter object in the repository;
The metamodel management unit acquires actual data by referring to the database of the new data management system using the generated second adapter object, and the repository is an instance of the second virtual object metamodel. A second virtual object corresponding to the acquired actual data is stored in the repository,
The method for generating an object integrated management system, wherein the metamodel management unit and the repository execute generation and storage of the second virtual object for each real data managed by the new data management system .
JP2007227879A 2007-09-03 2007-09-03 Generation method of object integrated management system Expired - Fee Related JP4079990B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007227879A JP4079990B2 (en) 2007-09-03 2007-09-03 Generation method of object integrated management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007227879A JP4079990B2 (en) 2007-09-03 2007-09-03 Generation method of object integrated management system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2000385355A Division JP4039800B2 (en) 2000-12-19 2000-12-19 Data management method, object integrated management system

Publications (2)

Publication Number Publication Date
JP2007323677A JP2007323677A (en) 2007-12-13
JP4079990B2 true JP4079990B2 (en) 2008-04-23

Family

ID=38856376

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007227879A Expired - Fee Related JP4079990B2 (en) 2007-09-03 2007-09-03 Generation method of object integrated management system

Country Status (1)

Country Link
JP (1) JP4079990B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5527027B2 (en) * 2010-06-04 2014-06-18 富士通株式会社 Schema definition generation device, schema definition generation method, and schema definition generation program
KR102147528B1 (en) * 2019-10-31 2020-08-24 (주)케이아이티원 Dynamic management system and method of table, attribute, relationship using relational database
WO2021004042A1 (en) * 2019-12-31 2021-01-14 深圳晶泰科技有限公司 Drug development software repository and software package management system thereof

Also Published As

Publication number Publication date
JP2007323677A (en) 2007-12-13

Similar Documents

Publication Publication Date Title
JP4039800B2 (en) Data management method, object integrated management system
CN107533453B (en) System and method for generating data visualization applications
CN102770849B (en) Optimizing a data cache when applying user-based security
US5787437A (en) Method and apparatus for shared management information via a common repository
US9128996B2 (en) Uniform data model and API for representation and processing of semantic data
JP4594306B2 (en) Self-describing business object
US8032573B2 (en) System and method for managing and updating data from a number of sources for a project
US8712965B2 (en) Dynamic report mapping apparatus to physical data source when creating report definitions for information technology service management reporting for peruse of report definition transparency and reuse
JP5589205B2 (en) Computer system and data management method
US20060206507A1 (en) Hierarchal data management
CN106104526A (en) The transparent discovery of semi-structured data pattern
KR20130130706A (en) Managing data set objects in a dataflow graph that represents a computer program
US20150317331A1 (en) Unified platform for application development
US20080201330A1 (en) Software repositories
US20080016086A1 (en) Abstracted dynamic report definition generation for use within information technology infrastructure
Oliveira et al. BPMN patterns for ETL conceptual modelling and validation
CN109906597A (en) To with data set that restricted data set and untethered system are stored and fetched from cloud network
US8719768B2 (en) Accretion of inter-namespace instances in multi-tenant CIMOM environment
JP6389648B2 (en) Live update
JP4079990B2 (en) Generation method of object integrated management system
EP2343658A1 (en) Federation as a process
Merson Data model as an architectural view
EP0750253B1 (en) Method and apparatus for shared management information via a common repository
Dobos et al. Graywulf: A platform for federated scientific databases and services
JP5673246B2 (en) Data store control device, data store control program, and data store control method

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20071001

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20071001

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20080115

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20080205

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

Free format text: PAYMENT UNTIL: 20110215

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20110215

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20120215

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20120215

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20130215

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20130215

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees