JP2014146271A - Data relevant information management device, data communication system, data relevant information management method and program - Google Patents

Data relevant information management device, data communication system, data relevant information management method and program Download PDF

Info

Publication number
JP2014146271A
JP2014146271A JP2013015765A JP2013015765A JP2014146271A JP 2014146271 A JP2014146271 A JP 2014146271A JP 2013015765 A JP2013015765 A JP 2013015765A JP 2013015765 A JP2013015765 A JP 2013015765A JP 2014146271 A JP2014146271 A JP 2014146271A
Authority
JP
Japan
Prior art keywords
data
information
identification information
related information
subordinate
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.)
Granted
Application number
JP2013015765A
Other languages
Japanese (ja)
Other versions
JP5879279B2 (en
Inventor
Kazuyuki Akai
和幸 赤井
Fumio Fukuda
富美男 福田
Ryota Minokoshi
亮太 美濃越
Yoshinori Furukawa
嘉識 古川
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.)
NTT Comware Corp
Original Assignee
NTT Comware Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NTT Comware Corp filed Critical NTT Comware Corp
Priority to JP2013015765A priority Critical patent/JP5879279B2/en
Publication of JP2014146271A publication Critical patent/JP2014146271A/en
Application granted granted Critical
Publication of JP5879279B2 publication Critical patent/JP5879279B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To enable the determination of whether metadata of data can be deleted in a system that stores the metadata of the data and location information of the data and has a data retrieval mechanism.SOLUTION: A data relevant information management device includes a data relevant information storage part for storing data relevant information obtained by associating data identification information with metadata of data shown by the data identification information, a data relevant information management part for managing the data relevant information stored in the data relevant information storage part, and a subordinate data information storage part for storing subordinate data information obtained by associating node identification information showing a node of a communication network with data identification information of data subordinate to the node. The data relevant information management part determines whether the data identification information is included in the subordinate data information about the data identification information included in the data relevant information, and deletes the data identification information and the associated metadata from the data relevant information when determining that the data identification information is not included.

Description

本発明は、データ関連情報管理装置、データ通信システム、データ関連情報管理方法およびプログラムに関する。   The present invention relates to a data related information management device, a data communication system, a data related information management method, and a program.

電力の見える化や、省エネ制御や、生活利便性向上などを実現するために、各種センサやアクチュエータとデータ蓄積機能(ストレージ)やアプリケーション等とが相互に連携するシステムや、連携を行うための通信プロトコルが普及しつつある。このようなシステムが大規模化すると、データと当該データへのアクセス先との関係が複雑化する。特に、アプリケーション等がデータにアクセスする際、必要なデータの所在が分かり難くなる。   Systems that link various sensors and actuators with data storage functions (storage), applications, etc., and communications for linkage to realize visualization of power, energy saving control, and improvement of daily life Protocols are becoming popular. When such a system becomes large-scale, the relationship between data and an access destination to the data becomes complicated. In particular, when an application or the like accesses data, the location of necessary data becomes difficult to understand.

そこで、必要なデータを取得可能にするための幾つかの技術が提案されている。
例えば、IEEE1888プロトコルでは、レジストリが、データのメタデータ(ポイント表)とデータの所在情報とを記憶しておく。そして、コンポーネント(ゲートウェイ、ストレージまたはアプリケーション)は、データのメタデータを参照するポイント検索にて必要なデータを選択し、データの所在情報を参照するコンポーネント検索にて必要なデータの所在を把握する。
IEEE1888プロトコルのようにデータのメタデータとデータの所在情報とを分けて管理することで、例えば、同一のセンサが測定した各時間のデータなど同一のデータを統一的に扱うことができる。また、データのメタデータとデータの所在情報とを分けて管理することで、複数のストレージが同一のデータを記憶している場合など同一のデータが複数存在する場合に、データのメタデータの重複を回避でき、記憶容量の増大を抑制し得る。
また、特許文献1に記載の、Webサービスシステムのサービス状況監視システムでは、クライアントは、利用したいWebサービスのアドレスをUDDIから入手し、当該アドレスでWebサービスの要求を発行する。
Therefore, several techniques for making it possible to acquire necessary data have been proposed.
For example, in the IEEE 1888 protocol, the registry stores data metadata (point table) and data location information. Then, the component (gateway, storage, or application) selects necessary data by the point search referring to the metadata of the data, and grasps the location of the necessary data by the component search referring to the data location information.
By managing the data metadata and the data location information separately as in the IEEE 1888 protocol, for example, the same data such as the data of each time measured by the same sensor can be handled uniformly. In addition, by managing the data metadata and the data location information separately, duplication of data metadata when there are multiple identical data, such as when multiple storages store the same data Can be avoided, and an increase in storage capacity can be suppressed.
In the service status monitoring system of the Web service system described in Patent Document 1, the client obtains the address of the Web service to be used from UDDI and issues a request for the Web service at the address.

特開2005−196449号公報JP 2005-196449 A

データのメタデータおよびデータの所在情報を記憶しデータ検索機構を有するシステムにおいて、システムが大規模化してデータ参照関係が複雑化すると、データのメタデータやデータの所在情報に必要な記憶容量が増大する。このため、不要になった情報を削除して記憶容量の増大を抑制することが好ましい。
しかしながら、IEEE1888では、原則としてデータのメタデータ(ポイント表)の削除は行われない。データのメタデータは個々のセンサやストレージなどのデータ提供元ではなくデータに対応付けられるため、削除可否の判定が容易でない。
また、特許文献1には、UDDIのレジストリが記憶しているWebサービス検索用の情報の削除については記載されていない。
In a system that stores data metadata and data location information and has a data retrieval mechanism, the storage capacity required for data metadata and data location information increases as the system becomes larger and the data reference relationship becomes more complex To do. For this reason, it is preferable to suppress an increase in storage capacity by deleting unnecessary information.
However, in IEEE 1888, data metadata (point table) is not deleted in principle. Since the metadata of the data is associated with the data rather than the data provider such as each sensor or storage, it is not easy to determine whether or not deletion is possible.
Patent Document 1 does not describe deletion of Web service search information stored in a UDDI registry.

本発明は、このような事情に鑑みてなされたもので、その目的は、データのメタデータおよびデータの所在情報を記憶しデータ検索機構を有するシステムにおいて、データのメタデータの削除可否を判定することのできるデータ関連情報管理装置、データ通信システム、データ関連情報管理方法およびプログラムを提供することにある。   The present invention has been made in view of such circumstances, and its object is to determine whether or not data metadata can be deleted in a system that stores data metadata and data location information and has a data search mechanism. An object of the present invention is to provide a data-related information management apparatus, a data communication system, a data-related information management method, and a program that can be used.

この発明は上述した課題を解決するためになされたもので、本発明の一態様によるデータ関連情報管理装置は、データ識別情報と当該データ識別情報が示すデータのメタデータとが対応付けられたデータ関連情報を記憶するデータ関連情報記憶部と、前記データ関連情報記憶部の記憶する前記データ関連情報を管理するデータ関連情報管理部と、通信ネットワークのノードを示すノード識別情報と当該ノードの配下のデータのデータ識別情報とが対応付けられた配下データ情報を記憶する配下データ情報記憶部と、を具備し、前記データ関連情報管理部は、前記データ関連情報に含まれるデータ識別情報について、当該データ識別情報が前記配下データ情報に含まれているか否かを判定し、含まれていないと判定すると当該データ識別情報および対応付けられているメタデータを前記データ関連情報から削除する、ことを特徴とする。   The present invention has been made to solve the above-described problem, and a data-related information management device according to an aspect of the present invention provides data in which data identification information is associated with metadata of data indicated by the data identification information. A data related information storage unit for storing related information, a data related information management unit for managing the data related information stored in the data related information storage unit, node identification information indicating a node of the communication network, and subordinates of the node A subordinate data information storage unit that stores subordinate data information associated with data identification information of the data, and the data related information management unit is configured to store the data regarding the data identification information included in the data related information. It is determined whether or not identification information is included in the subordinate data information. Remove metadata attached finely corresponding from the data-related information, characterized in that.

また、本発明の他の一態様によるデータ関連情報管理装置は、上述のデータ関連情報管理装置であって、前記配下データ情報を管理する配下データ情報管理部と、前記通信ネットワークのノードからの、前記配下データ情報に含まれるデータ識別情報の削除要求を取得する削除要求取得部と、を具備し、前記配下データ情報管理部は、前記削除要求の要求元のノードが削除要求対象のデータ識別情報の削除要求権限を有するか否かを判定し、削除要求権限を有すると判定すると、当該削除要求に従って前記データ識別情報を前記配下データ情報から削除する、ことを特徴とする。   A data-related information management device according to another aspect of the present invention is the above-described data-related information management device, comprising: a subordinate data information management unit that manages the subordinate data information; and a node of the communication network, A deletion request acquisition unit that acquires a deletion request for data identification information included in the subordinate data information, and the subordinate data information management unit includes data identification information whose deletion request request node is a deletion request target It is determined whether or not the user has the delete request authority. If the delete request authority is determined, the data identification information is deleted from the subordinate data information according to the delete request.

また、本発明の他の一態様によるデータ関連情報管理装置は、上述のデータ関連情報管理装置であって、前記データ関連情報記憶部は、前記データ識別情報と当該データ識別情報の削除要求権限を有するノードを示すノード識別情報とを、前記データ関連情報にて対応付けて記憶する、ことを特徴とする。   A data related information management apparatus according to another aspect of the present invention is the data related information management apparatus described above, wherein the data related information storage unit has a right to request deletion of the data identification information and the data identification information. Node identification information indicating a node having the information is stored in association with the data related information.

また、本発明の他の一態様によるデータ通信システムは、通信ネットワークのノードと、データ関連情報管理装置とを具備するデータ通信システムであって、前記データ関連情報管理装置は、データ識別情報と当該データ識別情報が示すデータのメタデータとが対応付けられたデータ関連情報を記憶するデータ関連情報記憶部と、前記データ関連情報記憶部の記憶する前記データ関連情報を管理するデータ関連情報管理部と、前記通信ネットワークのノードを示すノード識別情報と当該ノードの配下のデータのデータ識別情報とが対応付けられた配下データ情報を記憶する配下データ情報記憶部と、を具備し、前記データ関連情報管理部は、前記データ関連情報に含まれるデータ識別情報について、当該データ識別情報が前記配下データ情報に含まれているか否かを判定し、含まれていないと判定すると当該データ識別情報および対応付けられているメタデータを前記データ関連情報から削除する、ことを特徴とする。   A data communication system according to another aspect of the present invention is a data communication system comprising a node of a communication network and a data related information management device, wherein the data related information management device includes data identification information and the data related information A data related information storage unit that stores data related information associated with metadata of data indicated by the data identification information; a data related information management unit that manages the data related information stored in the data related information storage unit; A subordinate data information storage unit for storing subordinate data information in which node identification information indicating a node of the communication network is associated with data identification information of data under the node, and the data related information management The data identification information included in the data related information, the data identification information is the subordinate data information Including whether determined by deletes the data identification information and metadata are correlated if it is determined that not contained from the data-related information, characterized in that.

また、本発明の他の一態様によるデータ関連情報管理方法は、データ識別情報と当該データ識別情報が示すデータのメタデータとが対応付けられたデータ関連情報を記憶するデータ関連情報記憶部と、通信ネットワークのノードを示すノード識別情報と当該ノードの配下のデータのデータ識別情報とが対応付けられた配下データ情報を記憶する配下データ情報記憶部と、を具備するデータ関連情報管理装置のデータ関連情報管理方法であって、前記データ関連情報に含まれるデータ識別情報について、当該データ識別情報が前記配下データ情報に含まれているか否かを判定し、含まれていないと判定すると当該データ識別情報および対応付けられているメタデータを前記データ関連情報から削除するデータ関連情報管理ステップを具備することを特徴とする。   A data related information management method according to another aspect of the present invention includes a data related information storage unit that stores data related information in which data identification information is associated with metadata of data indicated by the data identification information, A data-related information management apparatus comprising: a subordinate data information storage unit that stores subordinate data information in which node identification information indicating a node of the communication network is associated with data identification information of data under the node; In the information management method, for data identification information included in the data related information, it is determined whether or not the data identification information is included in the subordinate data information. And a data-related information management step for deleting the associated metadata from the data-related information. The features.

また、本発明の他の一態様によるプログラムは、データ識別情報と当該データ識別情報が示すデータのメタデータとが対応付けられたデータ関連情報を記憶するデータ関連情報記憶部と、通信ネットワークのノードを示すノード識別情報と当該ノードの配下のデータのデータ識別情報とが対応付けられた配下データ情報を記憶する配下データ情報記憶部と、を具備するデータ関連情報管理装置としてのコンピュータに、前記データ関連情報に含まれるデータ識別情報について、当該データ識別情報が前記配下データ情報に含まれているか否かを判定し、含まれていないと判定すると当該データ識別情報および対応付けられているメタデータを前記データ関連情報から削除するデータ関連情報管理ステップとを実行させるためのプログラムである。   A program according to another aspect of the present invention includes a data related information storage unit that stores data related information in which data identification information and metadata of data indicated by the data identification information are associated, and a node of the communication network A subordinate data information storage unit that stores subordinate data information in which node identification information indicating data and data identification information of data under the node are associated with each other. For the data identification information included in the related information, it is determined whether the data identification information is included in the subordinate data information. If it is determined that the data identification information is not included, the data identification information and the associated metadata are A program for executing a data related information management step to be deleted from the data related information .

本発明によれば、データのメタデータおよびデータの所在情報を記憶しデータ検索機構を有するシステムにおいて、データのメタデータの削除可否を判定することができる。   According to the present invention, it is possible to determine whether or not data metadata can be deleted in a system that stores data metadata and data location information and has a data search mechanism.

本発明の一実施形態におけるデータ通信システムの構成を示す概略ブロック図である。It is a schematic block diagram which shows the structure of the data communication system in one Embodiment of this invention. 同実施形態におけるレジストリ装置の機能構成を示す概略ブロック図である。It is a schematic block diagram which shows the function structure of the registry apparatus in the embodiment. 同実施形態においてコンポーネント情報記憶部が記憶するコンポーネント表の例を示す説明図である。It is explanatory drawing which shows the example of the component table which a component information storage part memorize | stores in the same embodiment. 同実施形態においてポイント情報記憶部が記憶するポイント表の例を示す説明図である。It is explanatory drawing which shows the example of the point table | surface which a point information storage part memorize | stores in the same embodiment. 同実施形態においてコンポーネント情報管理部が行う削除権限の有無の判定の例を示す説明図である。It is explanatory drawing which shows the example of determination of the presence or absence of the deletion authority which a component information management part performs in the same embodiment. 同実施形態においてデータ通信システムが行う処理の例を示すシーケンス図である。It is a sequence diagram which shows the example of the process which a data communication system performs in the embodiment.

以下、図面を参照して、本発明の実施の形態について説明する。なお、以下では、IEEE1888プロトコルに基づく構成のデータ通信システムに本発明を適用してレジストリ機能を拡張する場合を例に説明するが、本発明の適用範囲はこれに限らない。データのメタデータおよびデータの所在情報を記憶しデータ検索機構を有する様々なシステムに本発明を適用可能である。   Embodiments of the present invention will be described below with reference to the drawings. In the following description, a case where the present invention is applied to a data communication system configured based on the IEEE 1888 protocol and the registry function is extended will be described as an example. However, the scope of the present invention is not limited to this. The present invention can be applied to various systems that store data metadata and data location information and have a data retrieval mechanism.

図1は、本発明の一実施形態におけるデータ通信システムの構成を示す概略ブロック図である。同図において、データ通信システム1は、レジストリ(Registry)装置10と、ゲートウェイ(Gateway;GW)装置21と、ストレージ(Storage)装置22と、アプリケーション(Application;APP)23と、センサ機器31と、アクチュエータ機器32と、測定データ33と、加工データ34とを具備する。
また、レジストリ装置10と、ゲートウェイ装置21と、ストレージ装置22と、アプリケーション23とは、通信ネットワーク90を介して通信を行う。センサ機器31やアクチュエータ機器32は、ゲートウェイ装置21に接続している。また、測定データ33や加工データ34は、ストレージ装置22が記憶しているデータである。
FIG. 1 is a schematic block diagram showing a configuration of a data communication system according to an embodiment of the present invention. In FIG. 1, a data communication system 1 includes a registry device 10, a gateway (GW) device 21, a storage device 22, an application (APP) 23, a sensor device 31, Actuator equipment 32, measurement data 33, and machining data 34 are provided.
In addition, the registry device 10, the gateway device 21, the storage device 22, and the application 23 communicate via the communication network 90. The sensor device 31 and the actuator device 32 are connected to the gateway device 21. In addition, the measurement data 33 and the processing data 34 are data stored in the storage device 22.

通信ネットワーク90は、レジストリ装置10と、ゲートウェイ装置21と、ストレージ装置22と、アプリケーション23との通信を媒介する。通信ネットワーク90として様々な通信ネットワークを用いることができる。例えば、通信ネットワーク90は、インターネット(Internet)であってもよいし、LAN(Local Area Network)であってもよいし、データ通信システム1専用のネットワークであってもよい。   The communication network 90 mediates communication between the registry device 10, the gateway device 21, the storage device 22, and the application 23. Various communication networks can be used as the communication network 90. For example, the communication network 90 may be the Internet, a LAN (Local Area Network), or a network dedicated to the data communication system 1.

ゲートウェイ装置21は、通信ネットワーク90と、センサ機器31やアクチュエータ機器32や他の通信ネットワークとの接続を仲介して、ゲートウェイ機能を提供する装置である。ここでいうゲートウェイ機能は、通信プロトコルの差異を解消する機能である。具体的には、ゲートウェイ装置21は、センサ機器31の測定データを通信ネットワーク90で使用可能なデータに変換する。また、ゲートウェイ装置21は、アクチュエータ機器32に対する動作指令を、アクチュエータ機器32が実行可能なデータに変換する。また、ゲートウェイ装置21は、通信ネットワーク90の通信プロトコルと他のネットワークの通信プロトコルとのプロトコル変換を行う。
ゲートウェイ装置21は、例えばサーバ装置にて構成される。
The gateway device 21 is a device that provides a gateway function through a connection between the communication network 90 and the sensor device 31, the actuator device 32, or another communication network. The gateway function here is a function for eliminating a difference in communication protocols. Specifically, the gateway device 21 converts the measurement data of the sensor device 31 into data that can be used in the communication network 90. Further, the gateway device 21 converts an operation command for the actuator device 32 into data executable by the actuator device 32. Further, the gateway device 21 performs protocol conversion between the communication protocol of the communication network 90 and the communication protocol of another network.
The gateway device 21 is configured by a server device, for example.

ストレージ装置22は、ストレージ機能を提供する。ここでいうストレージ機能は、センサ機器31の測定データや、当該測定データを加工したデータ(加工データ)など、各種データを記憶(蓄積)する機能である。ストレージ装置22は、例えばネットワークストレージ(NAS;Network Attached Storage)機器などの記憶デバイスを用いて構成される。   The storage device 22 provides a storage function. The storage function here is a function for storing (accumulating) various data such as measurement data of the sensor device 31 and data obtained by processing the measurement data (processing data). The storage device 22 is configured using a storage device such as a network storage (NAS) device.

アプリケーション23は、アプリケーション機能を提供する。ここでいうアプリケーション機能は、コンピュータがアプリケーションプログラムを実行することで得られる機能である。特に、アプリケーション23は、例えばセンサ機器31の測定データの見える化(視覚的表示)など、データ通信を伴うアプリケーション機能を提供する。   The application 23 provides an application function. The application function here is a function obtained when the computer executes the application program. In particular, the application 23 provides an application function involving data communication such as visualization (visual display) of measurement data of the sensor device 31.

センサ機器31は、測定を行って測定データを出力する。ここで、測定を行う様々な機器をセンサ機器31として用いることができる。例えば、センサ機器31は、温度センサや電力センサやなどのデジタルセンサまたはアナログセンサであってもよいし、人感センサなどのON/OFFセンサであってもよい。   The sensor device 31 performs measurement and outputs measurement data. Here, various devices that perform measurement can be used as the sensor device 31. For example, the sensor device 31 may be a digital sensor or an analog sensor such as a temperature sensor or a power sensor, or may be an ON / OFF sensor such as a human sensor.

アクチュエータ機器32は、動作指令を受けて動作する。ここで、制御対象となる様々な機器をアクチュエータ機器32として用いることができる。例えば、アクチュエータ機器32は、電源スイッチのようにON/OFF動作を行う機器であってもよいし、空調機器における温度調整機能のように数値制御される機器であってもよい。   The actuator device 32 operates in response to an operation command. Here, various devices to be controlled can be used as the actuator device 32. For example, the actuator device 32 may be a device that performs an ON / OFF operation such as a power switch, or may be a device that is numerically controlled such as a temperature adjustment function in an air conditioning device.

測定データ33は、ストレージ装置22が記憶しているセンサ機器31の測定データである。加工データ34は、ストレージ装置22が記憶している加工データ(センサ機器31の測定データを加工したデータ)である。測定データ33や加工データ34は、ストレージ装置22が記憶するデータの例に該当する。但し、ストレージ装置22が記憶するデータはこれに限らず、例えば、ユーザ入力にて得られたデータや、当該データの加工データをストレージ装置22が記憶するようにしてもよい。   The measurement data 33 is measurement data of the sensor device 31 stored in the storage device 22. The processed data 34 is processed data (data obtained by processing the measurement data of the sensor device 31) stored in the storage device 22. The measurement data 33 and the processing data 34 correspond to examples of data stored in the storage device 22. However, the data stored in the storage device 22 is not limited to this. For example, the storage device 22 may store data obtained by user input or processed data of the data.

以下では、ゲートウェイ機能と、ストレージ機能と、アプリケーション機能とを総称して「コンポーネント」または「コンポーネント20」と表記する。また、「コンポーネント」の表記において、ゲートウェイ機能とゲートウェイ装置と、および、ストレージ機能とストレージ装置とを同視する。従って、ゲートウェイ装置やストレージ装置をコンポーネントとも称する。コンポーネントは、通信ネットワーク90のノードに該当する。
データ通信システム1が具備するコンポーネントの個数は、図1に示す6つに限らず、1つ以上であればよい。
Hereinafter, the gateway function, the storage function, and the application function are collectively referred to as “component” or “component 20”. In the notation of “component”, the gateway function and the gateway device, and the storage function and the storage device are regarded as the same. Accordingly, the gateway device and the storage device are also referred to as components. The component corresponds to a node of the communication network 90.
The number of components included in the data communication system 1 is not limited to six shown in FIG. 1 and may be one or more.

また、以下では、センサ機器の測定データと、アクチュエータ機器への指令としてのデータと、ストレージ装置が記憶しているデータとを総称して「ポイント」または「ポイント30」と表記する。また、「ポイント」の表記において、センサ機器の測定データとセンサ機器と、および、アクチュエータ機器への指令とアクチュエータ機器とを同視する。従って、センサ機器やアクチュエータ機器をポイントとも称する。   In the following, the measurement data of the sensor device, the data as a command to the actuator device, and the data stored in the storage device are collectively referred to as “point” or “point 30”. In the notation of “point”, the measurement data of the sensor device and the sensor device, and the command to the actuator device and the actuator device are identified. Therefore, sensor devices and actuator devices are also referred to as points.

なお、「ポイント」の表記において、同一のソース(源)から得られるデータを同視する。例えば、センサ機器31の測定データと、ストレージ装置22が記憶しているセンサ機器31の過去の測定データなど、1つのセンサ機器から得られる一連の時系列データを同一のポイントと見做す。
データ通信システム1が具備するポイントの個数は、図1に示す7つに限らず任意の個数であってよい。
In addition, in the notation of “point”, data obtained from the same source is identified. For example, a series of time-series data obtained from one sensor device such as measurement data of the sensor device 31 and past measurement data of the sensor device 31 stored in the storage device 22 is regarded as the same point.
The number of points included in the data communication system 1 is not limited to seven shown in FIG. 1 and may be an arbitrary number.

レジストリ装置10は、レジストリ機能を提供する。ここでいうレジストリ機能は、データ通信システム1の構成要素としてのコンポーネントやポイントに関する情報を記憶し、コンポーネントに提供する機能である。レジストリ装置10は、例えばサーバ装置にて構成される。
レジストリ装置10は、データ関連情報管理装置の一例に該当する。
The registry device 10 provides a registry function. The registry function here is a function that stores information about components and points as components of the data communication system 1 and provides the information to the components. The registry device 10 is configured by a server device, for example.
The registry device 10 corresponds to an example of a data related information management device.

図2は、レジストリ装置10の機能構成を示す概略ブロック図である。同図において、レジストリ装置10は、通信部110と、記憶部120と、制御部130とを具備する。記憶部120は、ポイント情報記憶部121と、コンポーネント情報記憶部122とを具備する。制御部130は、ポイント情報管理部131と、コンポーネント情報管理部132とを具備する。   FIG. 2 is a schematic block diagram illustrating a functional configuration of the registry device 10. In FIG. 1, the registry device 10 includes a communication unit 110, a storage unit 120, and a control unit 130. The storage unit 120 includes a point information storage unit 121 and a component information storage unit 122. The control unit 130 includes a point information management unit 131 and a component information management unit 132.

記憶部120は、レジストリ装置10が具備する記憶デバイスにて構成され、各種データを記憶する。
コンポーネント情報記憶部122は、通信ネットワーク90のノードであるコンポーネントの識別情報と当該コンポーネントの配下のポイントの識別情報とが対応付けられた配下ポイント表を含むコンポーネント表を記憶する。コンポーネント情報記憶部122は、配下データ情報記憶部の一例に該当し、配下ポイント表は、配下データ情報の一例に該当する。
The storage unit 120 is configured by a storage device included in the registry device 10 and stores various data.
The component information storage unit 122 stores a component table including a subordinate point table in which identification information of a component that is a node of the communication network 90 and identification information of a subordinate point of the component are associated with each other. The component information storage unit 122 corresponds to an example of a subordinate data information storage unit, and the subordinate point table corresponds to an example of subordinate data information.

ここで、データがノードの配下にあるとは、当該ノードが当該データを出力(提供)すること、または、当該ノードが当該データを制御指令のデータとして受け付けることである。従って、ポイントがコンポーネントの配下にあるとは、当該コンポーネントがデータとしての当該ポイントを出力すること、または、当該コンポーネントが、制御指令のデータとしての当該ポイントを受け付けることである。   Here, the data being under the node means that the node outputs (provides) the data, or the node accepts the data as control command data. Therefore, the point being under the component means that the component outputs the point as data, or the component receives the point as data of a control command.

図3は、コンポーネント情報記憶部122が記憶するコンポーネント表の例を示す説明図である。同図に示すコンポーネント表は、コンポーネント表本体T11と、配下ポイント表T12とを有する。コンポーネント表本体T11は、「コンポーネント名」欄と、「URI」欄と、「更新コンポーネント」欄と、「リンク」欄とを有している。また、コンポーネント表本体T11の1行が、1つのコンポーネントに対応する。   FIG. 3 is an explanatory diagram illustrating an example of a component table stored in the component information storage unit 122. The component table shown in the figure has a component table body T11 and a subordinate point table T12. The component table body T11 has a “component name” column, a “URI” column, an “update component” column, and a “link” column. One row of the component table main body T11 corresponds to one component.

「コンポーネント名」欄は、コンポーネント毎に付されているコンポーネント名を格納する。コンポーネント名は、コンポーネントの識別情報の一例(従って、通信ネットワークのノードの識別情報の一例)に該当する。
「URI」欄は、コンポーネントのURI(Uniform Resource Identifier)を格納する。コンポーネントのURIは、通信ネットワーク90におけるコンポーネントのアドレスの一例に該当する。
The “component name” column stores the component name assigned to each component. The component name corresponds to an example of component identification information (thus, an example of node identification information of a communication network).
The “URI” column stores the URI (Uniform Resource Identifier) of the component. The component URI corresponds to an example of a component address in the communication network 90.

「更新コンポーネント」欄は、コンポーネント表の行(コンポーネント表本体の行、および、対応付けられた配下ポイント表)の更新権限を有するコンポーネントを示す。コンポーネント名の示すコンポーネントと更新権限を有するコンポーネントとが必ず一致する場合、すなわち、コンポーネント名の示すコンポーネントのみが該当行の更新権限を有するようにする場合、「更新コンポーネント」欄を省略可能である。   The “update component” column indicates a component having update authority for the row of the component table (the row of the component table body and the associated subordinate point table). When the component indicated by the component name and the component having the update authority always match, that is, when only the component indicated by the component name has the update authority for the corresponding row, the “update component” field can be omitted.

コンポーネント表の更新は、例えば、更新権限を有するコンポーネントが、更新位置および更新内容を示して、コンポーネント情報管理部132に更新を要求することで行われる。また、かかる更新要求は、例えば、コンポーネントがREGISTRATIONメソッドを呼び出すことで行われる。   The component table is updated by, for example, a component having update authority requesting the component information management unit 132 to update by indicating the update position and the update content. Such an update request is made, for example, when the component calls a REGISTERATION method.

「リンク」欄は、コンポーネント表本体の行から配下ポイント表へのリンクを示す欄である。当該リンクは、コンポーネント表本体の行から高々1つの配下ポイント表へ辿れるものであればよく、様々な表現方法を用いることができる。例えば、配下ポイント表にコンポーネント名を付して、コンポーネント名の一致にてコンポーネント表本体の行と配下ポイント表との対応関係を示すようにしてもよい。この場合、コンポーネント表本体に「リンク」欄を設けなくてもよい。
なお、コンポーネント表本体T11は、コンポーネントの属性情報などコンポーネントに関連する情報をさらに格納する。なお、URIでコンポーネントを識別する場合、「コンポーネント」欄を設けなくてもよい。
The “link” column is a column indicating a link from the row of the component table body to the subordinate point table. The link only needs to be traced from the row of the component table main body to at most one subordinate point table, and various expression methods can be used. For example, a component name may be assigned to the subordinate point table, and the correspondence between the row of the component table main body and the subordinate point table may be indicated by matching the component name. In this case, it is not necessary to provide a “link” column in the component table main body.
The component table body T11 further stores information related to the component such as component attribute information. When a component is identified by URI, the “component” field need not be provided.

配下ポイント表T12は、コンポーネントの配下にあるポイントに関する情報を示す。配下ポイント表T12は、「KEY」欄を有している。
「KEY」欄は、コンポーネントの配下にあるポイントの識別情報(図3の例ではポイント名)を格納する。図3の例では、ゲートウェイ1の配下には、ポイントaとポイントbとがある。また、ストレージ1の配下には、ポイントaとポイントcとがある。
The subordinate point table T12 indicates information regarding points under the component. The subordinate point table T12 has a “KEY” column.
The “KEY” column stores identification information (point names in the example of FIG. 3) of points under the component. In the example of FIG. 3, there are a point a and a point b under the gateway 1. Further, there are a point a and a point c under the storage 1.

なお、コンポーネントが配下ポイントを有していない場合や、配下のポイントを登録していない場合は、当該コンポーネントに対応する配下ポイント表は設けられない。
なお、配下ポイント表が、配下のポイントの属性情報など、配下のポイントに関する情報をさらに格納するようにしてもよい。
なお、コンポーネント情報記憶部122がコンポーネントの情報を記憶する形式として、コンポーネント表のような表形式に限らず、様々な形式を用いることができる。
If a component does not have subordinate points or if no subordinate points are registered, a subordinate point table corresponding to the component is not provided.
The subordinate point table may further store information regarding subordinate points such as attribute information of subordinate points.
Note that the component information storage unit 122 stores not only the table format such as the component table but also various formats for storing the component information.

ポイント情報記憶部121は、ポイントにおけるデータ識別情報と当該データ識別情報が示すデータのメタデータとが対応付けられたポイント表を記憶する。また、ポイント情報記憶部121は、ポイントにおけるデータ識別情報と当該データ識別情報の削除要求権限を有するノードを示すノード識別情報とを、ポイント表にて対応付けて記憶する。
ポイント情報記憶部121は、データ関連情報記憶部の一例に該当し、ポイント表は、データ関連情報の一例に該当する。
The point information storage unit 121 stores a point table in which data identification information on points is associated with metadata of data indicated by the data identification information. Further, the point information storage unit 121 stores the data identification information at the point and the node identification information indicating the node having the authority to request deletion of the data identification information in association with each other in the point table.
The point information storage unit 121 corresponds to an example of a data related information storage unit, and the point table corresponds to an example of data related information.

図4は、ポイント情報記憶部121が記憶するポイント表の例を示す説明図である。同図のポイント表は、「ポイント名」欄と、「更新コンポーネント」欄と、「場所」欄と、「種類」欄とを有する。また、ポイント表の1行が、1つのポイントに対応する。
「ポイント名」欄は、ポイント毎に付される名称であるポイント名を格納する。ポイント名は、ポイントにおけるデータ識別情報(すなわちポイントの識別情報)の一例に該当する。
FIG. 4 is an explanatory diagram illustrating an example of a point table stored in the point information storage unit 121. The point table shown in the figure has a “point name” column, an “update component” column, a “location” column, and a “type” column. One row of the point table corresponds to one point.
The “point name” column stores a point name that is a name assigned to each point. The point name corresponds to an example of data identification information (that is, point identification information) at the point.

「更新コンポーネント」欄は、コンポーネント表の配下ポイント表においてポイントを削除する権限を有するコンポーネントの識別情報(図4の例ではコンポーネント名)を格納する。
ここで、配下ポイント表は、コンポーネント表本体にて対応する行に示されている更新コンポーネントが更新権限を有するのが原則であるが、加えて、ポイント表に示される更新コンポーネントも削除権限を有する。図3の例の場合、ストレージ1の配下ポイント表におけるポイントaの情報に対しては、ストレージ1の更新コンポーネントであるストレージ1自らと、図4のポイント表でポイントaの更新コンポーネントとなっているゲートウェイ1とが削除権限を有している。
The “update component” column stores identification information (component name in the example of FIG. 4) of the component having the authority to delete points in the subordinate point table of the component table.
Here, the subordinate point table has the update authority shown in the corresponding row in the component table body in principle, but in addition, the update component shown in the point table also has the delete authority. . In the case of the example in FIG. 3, the information on the point a in the subordinate point table of the storage 1 is the storage 1 itself that is the update component of the storage 1 and the update component of the point a in the point table of FIG. 4. Gateway 1 has a deletion authority.

「場所」欄は、センサ機器やアクチュエータ機器の設置場所など、ポイントに対応付けられる場所を格納する。図4の例では、ポイントに対応付けられる場所を部屋番号にて示している。
「種類」欄は、ポイントにおけるデータの種類を示している。図4の例の「電力」は、電力センサによる測定データであること、または、アクチュエータ機器に動作を指令する際に目標電力を設定することを示している。また、「温度」は、温度センサによる測定データであること、または、アクチュエータ機器に動作を指令する際に目標温度を設定することを示している。
なお、ポイント情報記憶部121がポイントの情報を記憶する形式として、ポイント表のような表形式に限らず、様々な形式を用いることができる。
The “location” column stores a location associated with the point, such as an installation location of the sensor device or actuator device. In the example of FIG. 4, a place associated with a point is indicated by a room number.
The “type” column indicates the type of data at the point. “Power” in the example of FIG. 4 indicates measurement data from the power sensor, or indicates that target power is set when an operation is commanded to the actuator device. “Temperature” indicates measurement data from a temperature sensor, or indicates that a target temperature is set when an operation is commanded to the actuator device.
Note that the point information storage unit 121 stores not only the table format such as the point table but also various formats as the format for storing the point information.

通信部110は、通信ネットワーク90に接続して通信を行う。特に、通信部110は、通信ネットワーク90のノードであるコンポーネントからの、コンポーネント表の配下ポイント表に含まれる、あるポイントに対応する行の削除要求を取得(受信)する。通信部110は、削除要求取得部の一例に該当する。   The communication unit 110 communicates by connecting to the communication network 90. In particular, the communication unit 110 acquires (receives) a deletion request for a row corresponding to a certain point included in a subordinate point table of the component table from a component that is a node of the communication network 90. The communication unit 110 corresponds to an example of a deletion request acquisition unit.

制御部130は、レジストリ装置10の各部を制御して各種機能を実行する。制御部130は、例えば、レジストリ装置10の具備するCPU(Central Processing Unit;中央処理装置)が記憶部120からプログラムを読み出して実行することで構成される。
ポイント情報管理部131は、ポイント情報記憶部121の記憶するポイント表を管理する。ポイント情報管理部131は、データ関連情報管理部の一例に該当する。特に、ポイント情報管理部131は、ポイント表に含まれるポイントの識別情報について、当該識別情報がコンポーネント表の配下データ表に含まれているか否かを判定し、含まれていないと判定すると当該ポイントの識別情報および対応付けられているメタデータをポイント表から削除する。
The control unit 130 controls each unit of the registry device 10 and executes various functions. For example, the control unit 130 is configured by a CPU (Central Processing Unit) included in the registry device 10 reading out a program from the storage unit 120 and executing the program.
The point information management unit 131 manages the point table stored in the point information storage unit 121. The point information management unit 131 corresponds to an example of a data related information management unit. In particular, the point information management unit 131 determines whether or not the identification information of the points included in the point table is included in the subordinate data table of the component table. The identification information and associated metadata are deleted from the point table.

コンポーネント情報管理部132は、コンポーネント表を管理する。コンポーネント情報管理部132は、配下データ情報管理部の一例に該当する。特に、コンポーネント情報管理部132は、通信部110が受信する配下ポイント表の行の削除要求の要求元のコンポーネントが、削除要求対象行の削除要求権限を有するか否かを判定し、削除要求権限を有すると判定すると、当該削除要求に従って該当行をポイント表から削除する。
具体的には、コンポーネント情報管理部132は、削除要求が削除を要求している行のポイント名をポイント情報管理部131に通知して、該当するポイントの更新コンポーネント(を示す情報)を取得する。そして、コンポーネント情報管理部132は、削除要求の送信元のコンポーネントと更新コンポーネントとを比較し、送信元のコンポーネントが更新コンポーネントに含まれる、あるいは一致する場合は、削除権限有りと判定する。削除権限ありと判定した場合、コンポーネント情報管理部132は、削除要求に従って配下データ表の行を削除する。
The component information management unit 132 manages the component table. The component information management unit 132 corresponds to an example of a subordinate data information management unit. In particular, the component information management unit 132 determines whether or not the request source component of the deletion request for the row of the subordinate point table received by the communication unit 110 has the deletion request authority for the deletion request target row, and delete request authority If it is determined that the corresponding row is included, the corresponding row is deleted from the point table according to the deletion request.
Specifically, the component information management unit 132 notifies the point information management unit 131 of the point name of the line for which deletion is requested by the deletion request, and acquires the update component (information indicating the corresponding point). . Then, the component information management unit 132 compares the component that is the transmission source of the deletion request with the update component, and determines that there is a deletion authority if the transmission source component is included in or matches the update component. If it is determined that there is a deletion authority, the component information management unit 132 deletes the row of the subordinate data table according to the deletion request.

図5は、コンポーネント情報管理部132が行う削除権限の有無の判定の例を示す説明図である。同図は、コンポーネントBが、配下ポイント表の行L11の削除を要求した場合の例を示している。
この場合、コンポーネント表において、削除要求対象の配下ポイント表に対応する行L12を参照すると、更新コンポーネントはコンポーネントAとなっており、削除要求元のコンポーネントBと異なる。一方、ポイント表において、削除対象の行L11に対応するコンポーネントBの行L13を参照すると、削除コンポーネントはコンポーネントBとなっており、削除要求元のコンポーネントBと一致する。そこで、コンポーネント情報管理部132は、配下ポイント表の行L11を削除する。
FIG. 5 is an explanatory diagram illustrating an example of determination of presence / absence of deletion authority performed by the component information management unit 132. This figure shows an example when the component B requests deletion of the row L11 of the subordinate point table.
In this case, referring to the row L12 corresponding to the subordinate point table to be deleted in the component table, the update component is the component A, which is different from the component B as the deletion request source. On the other hand, referring to the row L13 of the component B corresponding to the deletion target row L11 in the point table, the deletion component is the component B, which matches the component B of the deletion request source. Therefore, the component information management unit 132 deletes the row L11 of the subordinate point table.

次に、図6を参照して、データ通信システム1の動作について説明する。
図6は、データ通信システム1が行う処理の例を示すシーケンス図である。同図において、まず、コンポーネントBが、ポイントのREGISTRATION手順にてポイントxの情報をポイント表に登録している(シーケンスS111)。
ここで、ポイントのREGISTRATION手順は、ポイント表へのポイントの情報の登録を行う手順である。一方、ポイント表に登録されているポイントの情報の削除は、コンポーネントからの要求ではなく、レジストリ自らの判断にて行う。
Next, the operation of the data communication system 1 will be described with reference to FIG.
FIG. 6 is a sequence diagram illustrating an example of processing performed by the data communication system 1. In the figure, first, the component B registers the information of the point x in the point table by the REGISTRATION procedure of the point (sequence S111).
Here, the REGISTRATION procedure for points is a procedure for registering point information in the point table. On the other hand, the deletion of the point information registered in the point table is not a request from the component, but is determined by the registry itself.

また、コンポーネントBは、コンポーネントのREGISTRATION手順にてコンポーネントB自らの情報をコンポーネント表に登録している(シーケンスS112)。ここで、コンポーネントのREGISTRATION手順は、コンポーネント表へのコンポーネントの情報の登録、変更または削除を行う手順である。   Component B registers its own information in the component table in the component REGISTERATION procedure (sequence S112). Here, the REGISTRATION procedure for a component is a procedure for registering, changing or deleting component information in the component table.

次に、コンポーネントAは、ポイントのLOOKUP手順にて、ある属性を有するポイントの情報の検索をレジストリに要求している(シーケンスS121)。ここで、ポイントのLOOKUP手順は、ポイント表の検索を行う手順である。
これに対し、レジストリは、指定された属性を有するポイントの情報を回答している(シーケンスS122)。図6の例では、レジストリは、ポイントxの情報を含む情報を回答している。
Next, the component A requests the registry to search for point information having a certain attribute in the point LOOKUP procedure (sequence S121). Here, the point LOOKUP procedure is a procedure for searching the point table.
On the other hand, the registry replies with the information of the point having the designated attribute (sequence S122). In the example of FIG. 6, the registry replies with information including point x information.

また、コンポーネントAは、コンポーネントのLOOKUP手順にて、ある条件を満たすコンポーネントの情報の検索をレジストリに要求している(シーケンスS131)。ここで、コンポーネントのLOOKUP手順は、コンポーネント表の検索を行う手順である。
これに対し、レジストリは、指定された条件を満たすコンポーネントの情報を回答している(シーケンスS132)。図6の例では、レジストリは、コンポーネントBの情報を含む情報を回答している。
In addition, the component A requests the registry to search for information on components that satisfy certain conditions in the component LOOKUP procedure (sequence S131). Here, the component LOOKUP procedure is a procedure for searching the component table.
In response to this, the registry replies with information on components that satisfy the specified condition (sequence S132). In the example of FIG. 6, the registry responds with information including component B information.

また、コンポーネントAは、FETCH手順にて、コンポーネントBに対してデータを要求している(シーケンスS141)。ここで、FETCH手順は、あるコンポーネントが別のコンポーネントに存在するデータを取得する手順である。
これに対してコンポーネントBは要求されたデータをコンポーネントAに回答している(シーケンスS142)。
また、コンポーネントAは、コンポーネントのREGISTRATION手順にてコンポーネントA自らの情報をコンポーネント表に登録している(シーケンスS151)。
Component A requests data from component B in the FETCH procedure (sequence S141). Here, the FETCH procedure is a procedure for acquiring data in which a certain component exists in another component.
In response to this, the component B returns the requested data to the component A (sequence S142).
Further, the component A registers the information of the component A itself in the component table in the component REGISTERATION procedure (sequence S151).

また、コンポーネントBは、ポイントxの情報をレジストリ(コンポーネント表およびポイント表)から消去したい場合、まず、コンポーネントのLOOKUP手順にて、ポイントxの情報を管理しているコンポーネントの情報の検索をレジストリに要求している(シーケンスS161)。ここで、ポイントの情報を管理しているコンポーネントとは、コンポーネント表の配下ポイント表に当該ポイントを登録しているコンポーネントである。
これに対し、レジストリは、ポイントxの情報を管理している全てのコンポーネントの情報を、検索結果として回答している(シーケンスS162)。図6の例では、レジストリは、コンポーネントBの情報を含む情報を回答している。
In addition, when component B wants to delete point x information from the registry (component table and point table), it first searches the registry for information on the component that manages the point x information in the component LOOKUP procedure. Requesting (sequence S161). Here, the component that manages the point information is a component that registers the point in the subordinate point table of the component table.
On the other hand, the registry replies with information of all components managing the information of point x as a search result (sequence S162). In the example of FIG. 6, the registry responds with information including component B information.

次に、コンポーネントBは、コンポーネントのREGISTRATION手順にて、シーケンスS162の回答に含まれる全てのコンポーネントについて、ポイントxの情報をコンポーネント表の配下ポイント表から削除している(シーケンスS163)。
さらに、レジストリは、コンポーネント表のいずれの配下ポイント表にもポイントxのポイント名が含まれていないことを検出し、ポイント表からポイントxの情報を削除している(シーケンスS164)。
Next, the component B deletes the information of the point x from the subordinate point table of the component table for all the components included in the answer of the sequence S162 in the component REGISTERATION procedure (sequence S163).
Further, the registry detects that the point name of the point x is not included in any of the subordinate point tables of the component table, and deletes the information of the point x from the point table (sequence S164).

なお、コンポーネント表やポイント表から情報を削除する方法として様々な方法を用いることができる。例えば、削除対象の欄または行などを無くすようにしてもよいし、欄または行など自体は残したまま、空欄または空行などにするようにしてもよい。
なお、レジストリがポイント表からポイントの情報を削除するタイミングは、様々なタイミングとすることができる。例えば、図6の例のように、配下ポイント表からポイントの情報を削除したタイミングで、レジストリが、当該ポイントが他の配下ポイント表に出現するか否かを判定し、出現しないと判定した場合に、当該ポイントの情報をポイント表から削除するようにしてもよい。あるいは、レジストリがバックグラウンドジョブにて定期的に、配下ポイント表に出現しないポイントを検出し、ポイント表から当該ポイントの情報を削除するようにしてもよい。
Various methods can be used as a method for deleting information from the component table and the point table. For example, the column or line to be deleted may be eliminated, or a blank or blank line may be left while leaving the column or line itself.
Note that the timing at which the registry deletes point information from the point table can be various. For example, as in the example of FIG. 6, when the registry determines whether or not the point appears in another subordinate point table at the timing when the point information is deleted from the subordinate point table, and determines that it does not appear In addition, the point information may be deleted from the point table. Alternatively, the registry may periodically detect a point that does not appear in the subordinate point table in the background job, and delete the information of the point from the point table.

以上のように、ポイント情報記憶部121は、ポイント表(データの情報)を記憶し、コンポーネント情報記憶部122は、コンポーネント表(ノードの情報)を記憶する。そして、ポイント情報管理部131は、ポイント表に含まれるポイントの識別情報について、当該識別情報がコンポーネント表に含まれているか否かを判定する。含まれていないと判定すると、ポイント情報管理部131は、当該ポイントの情報をポイント表から削除する。   As described above, the point information storage unit 121 stores a point table (data information), and the component information storage unit 122 stores a component table (node information). And the point information management part 131 determines whether the said identification information is contained in the component table | surface about the identification information of the point contained in a point table. If it is determined that the point information is not included, the point information management unit 131 deletes the point information from the point table.

このように、ポイント情報管理部131は、配下ポイント表を参照してポイントがコンポーネントの配下にあるか否かを検出することで、ポイント表におけるポイントの情報(データのメタデータ)の削除可否を判定することができる。
ポイント情報管理部131が、ポイントが配下ポイント表に出現しないことを確認した後、当該ポイントの情報をポイント表から削除することで、配下ポイント表にはポイントの情報があるが、ポイント表にはポイントの情報が無い状態を回避できる。すなわち、レジストリ装置10は、コンポーネント表がポイントの所在情報を示しているにもかかわらず、ポイント表には当該ポイントの属性情報が無いために、コンポーネント表の情報が生かされず記憶容量が無駄に消費される事態を回避することができる。
In this way, the point information management unit 131 refers to the subordinate point table to detect whether or not the point is under the component, thereby determining whether or not the point information (data metadata) in the point table can be deleted. Can be determined.
After the point information management unit 131 confirms that the point does not appear in the subordinate point table, the point information is deleted from the point table, so that the subordinate point table has the point information. The state without point information can be avoided. That is, the registry device 10 uses the storage information wastefully because the information of the component table is not used because the attribute information of the point is not included in the point table even though the component table indicates the location information of the point. Can be avoided.

また、通信部110が配下ポイント表におけるポイントの情報の削除要求を受信すると、コンポーネント情報管理部132は、要求元のコンポーネントが削除要求権限を有するか否かを判定する。削除要求権限を有すると判定すると、コンポーネント情報管理部132は、当該削除要求に従って配下ポイント表からポイントの情報を削除する。   Further, when the communication unit 110 receives a request to delete point information in the subordinate point table, the component information management unit 132 determines whether or not the request source component has a deletion request authority. If it is determined that the user has the deletion request authority, the component information management unit 132 deletes the point information from the subordinate point table in accordance with the deletion request.

このように、コンポーネント情報管理部132が削除要求権限の有無を判定することで、コンポーネント20は、他のコンポーネントの配下のポイントの情報を削除し得る。削除要求権限を有するコンポーネントは、他のコンポーネントの配下のポイントの情報を削除することで、上述した、配下ポイント表にはポイントの情報があるが、ポイント表にはポイントの情報が無い状態を回避しつつ、ポイント表から当該ポイントの情報を削除することができる。   In this manner, the component 20 can delete information on points under the control of other components by determining whether or not the component information management unit 132 has the deletion request authority. A component with delete request authority deletes the information of points under the control of other components, thereby avoiding the above-mentioned situation where there is point information in the subordinate point table but no point information in the point table. However, the point information can be deleted from the point table.

また、ポイント情報記憶部121は、ポイントの識別情報と、当該識別情報の削除要求権限を有するコンポーネントを示す更新コンポーネントの識別情報とを、ポイント表にて対応付けて記憶する。
これにより、ポイント情報管理部131は、ポイント表を参照するという簡単な処理で、削除要求元のコンポーネントの削除権限の有無を確認することができる。
Further, the point information storage unit 121 stores the identification information of the points and the identification information of the update component indicating the component having the authority to request deletion of the identification information in association with each other in the point table.
As a result, the point information management unit 131 can confirm whether or not the deletion request source component has deletion authority by a simple process of referring to the point table.

なお、レジストリ装置10の全部または一部の機能を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することで各部の処理を行ってもよい。なお、ここでいう「コンピュータシステム」とは、OSや周辺機器等のハードウェアを含むものとする。
また、「コンピュータシステム」は、WWWシステムを利用している場合であれば、ホームページ提供環境(あるいは表示環境)も含むものとする。
また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、CD−ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。さらに「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムを送信する場合の通信線のように、短時間の間、動的にプログラムを保持するもの、その場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリのように、一定時間プログラムを保持しているものも含むものとする。また上記プログラムは、前述した機能の一部を実現するためのものであっても良く、さらに前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるものであっても良い。
It should be noted that a program for realizing all or part of the functions of the registry device 10 is recorded on a computer-readable recording medium, and the program recorded on the recording medium is read into a computer system and executed. You may perform the process of. Here, the “computer system” includes an OS and hardware such as peripheral devices.
Further, the “computer system” includes a homepage providing environment (or display environment) if a WWW system is used.
The “computer-readable recording medium” refers to a storage device such as a flexible medium, a magneto-optical disk, a portable medium such as a ROM and a CD-ROM, and a hard disk incorporated in a computer system. Furthermore, the “computer-readable recording medium” dynamically holds a program for a short time like a communication line when transmitting a program via a network such as the Internet or a communication line such as a telephone line. In this case, a volatile memory in a computer system serving as a server or a client in that case, and a program that holds a program for a certain period of time are also included. The program may be a program for realizing a part of the functions described above, and may be a program capable of realizing the functions described above in combination with a program already recorded in a computer system.

以上、本発明の実施形態を図面を参照して詳述してきたが、具体的な構成はこの実施形態に限られるものではなく、この発明の要旨を逸脱しない範囲の設計変更等も含まれる。   The embodiment of the present invention has been described in detail with reference to the drawings. However, the specific configuration is not limited to this embodiment, and includes design changes and the like without departing from the gist of the present invention.

1 データ通信システム
10 レジストリ装置
21 ゲートウェイ装置
22 ストレージ装置
23 アプリケーション
31 センサ機器
32 アクチュエータ機器
33 測定データ
34 加工データ
90 通信ネットワーク
110 通信部
120 記憶部
121 ポイント情報記憶部
122 コンポーネント情報記憶部
130 制御部
131 ポイント情報管理部
132 コンポーネント情報管理部
DESCRIPTION OF SYMBOLS 1 Data communication system 10 Registry apparatus 21 Gateway apparatus 22 Storage apparatus 23 Application 31 Sensor apparatus 32 Actuator apparatus 33 Measurement data 34 Processing data 90 Communication network 110 Communication part 120 Storage part 121 Point information storage part 122 Component information storage part 130 Control part 131 Point information management unit 132 Component information management unit

Claims (6)

データ識別情報と当該データ識別情報が示すデータのメタデータとが対応付けられたデータ関連情報を記憶するデータ関連情報記憶部と、
前記データ関連情報記憶部の記憶する前記データ関連情報を管理するデータ関連情報管理部と、
通信ネットワークのノードを示すノード識別情報と当該ノードの配下のデータのデータ識別情報とが対応付けられた配下データ情報を記憶する配下データ情報記憶部と、
を具備し、
前記データ関連情報管理部は、前記データ関連情報に含まれるデータ識別情報について、当該データ識別情報が前記配下データ情報に含まれているか否かを判定し、含まれていないと判定すると当該データ識別情報および対応付けられているメタデータを前記データ関連情報から削除する、ことを特徴とするデータ関連情報管理装置。
A data related information storage unit for storing data related information in which data identification information and metadata of data indicated by the data identification information are associated;
A data related information management unit for managing the data related information stored in the data related information storage unit;
A subordinate data information storage unit for storing subordinate data information in which node identification information indicating a node of the communication network is associated with data identification information of data under the node;
Comprising
The data-related information management unit determines whether or not the data identification information is included in the subordinate data information for the data identification information included in the data-related information. A data-related information management apparatus, wherein information and associated metadata are deleted from the data-related information.
前記配下データ情報を管理する配下データ情報管理部と、
前記通信ネットワークのノードからの、前記配下データ情報に含まれるデータ識別情報の削除要求を取得する削除要求取得部と、
を具備し、
前記配下データ情報管理部は、前記削除要求の要求元のノードが削除要求対象のデータ識別情報の削除要求権限を有するか否かを判定し、削除要求権限を有すると判定すると、当該削除要求に従って前記データ識別情報を前記配下データ情報から削除する、ことを特徴とする請求項1に記載のデータ関連情報管理装置。
A subordinate data information management unit for managing the subordinate data information;
A deletion request acquisition unit for acquiring a deletion request for data identification information included in the subordinate data information from a node of the communication network;
Comprising
The subordinate data information management unit determines whether or not the request source node of the deletion request has a deletion request authority for data identification information to be deleted, and determines that the deletion request authority has a deletion request authority. The data related information management apparatus according to claim 1, wherein the data identification information is deleted from the subordinate data information.
前記データ関連情報記憶部は、前記データ識別情報と当該データ識別情報の削除要求権限を有するノードを示すノード識別情報とを、前記データ関連情報にて対応付けて記憶する、ことを特徴とする請求項1または請求項2に記載のデータ関連情報管理装置。   The data related information storage unit stores the data identification information and node identification information indicating a node having authority to request deletion of the data identification information in association with the data related information. The data related information management apparatus according to claim 1 or 2. 通信ネットワークのノードと、データ関連情報管理装置とを具備するデータ通信システムであって、
前記データ関連情報管理装置は、
データ識別情報と当該データ識別情報が示すデータのメタデータとが対応付けられたデータ関連情報を記憶するデータ関連情報記憶部と、
前記データ関連情報記憶部の記憶する前記データ関連情報を管理するデータ関連情報管理部と、
前記通信ネットワークのノードを示すノード識別情報と当該ノードの配下のデータのデータ識別情報とが対応付けられた配下データ情報を記憶する配下データ情報記憶部と、
を具備し、
前記データ関連情報管理部は、前記データ関連情報に含まれるデータ識別情報について、当該データ識別情報が前記配下データ情報に含まれているか否かを判定し、含まれていないと判定すると当該データ識別情報および対応付けられているメタデータを前記データ関連情報から削除する、ことを特徴とするデータ通信システム。
A data communication system comprising a communication network node and a data-related information management device,
The data related information management device
A data related information storage unit for storing data related information in which data identification information and metadata of data indicated by the data identification information are associated;
A data related information management unit for managing the data related information stored in the data related information storage unit;
A subordinate data information storage unit that stores subordinate data information in which node identification information indicating a node of the communication network is associated with data identification information of data under the node;
Comprising
The data-related information management unit determines whether or not the data identification information is included in the subordinate data information for the data identification information included in the data-related information. A data communication system, wherein information and associated metadata are deleted from the data related information.
データ識別情報と当該データ識別情報が示すデータのメタデータとが対応付けられたデータ関連情報を記憶するデータ関連情報記憶部と、
通信ネットワークのノードを示すノード識別情報と当該ノードの配下のデータのデータ識別情報とが対応付けられた配下データ情報を記憶する配下データ情報記憶部と、
を具備するデータ関連情報管理装置のデータ関連情報管理方法であって、
前記データ関連情報に含まれるデータ識別情報について、当該データ識別情報が前記配下データ情報に含まれているか否かを判定し、含まれていないと判定すると当該データ識別情報および対応付けられているメタデータを前記データ関連情報から削除するデータ関連情報管理ステップを具備することを特徴とするデータ関連情報管理方法。
A data related information storage unit for storing data related information in which data identification information and metadata of data indicated by the data identification information are associated;
A subordinate data information storage unit for storing subordinate data information in which node identification information indicating a node of the communication network is associated with data identification information of data under the node;
A data-related information management method for a data-related information management apparatus comprising:
For the data identification information included in the data related information, it is determined whether or not the data identification information is included in the subordinate data information. If it is determined that the data identification information is not included, the data identification information and the associated meta data are determined. A data-related information management method comprising a data-related information management step of deleting data from the data-related information.
データ識別情報と当該データ識別情報が示すデータのメタデータとが対応付けられたデータ関連情報を記憶するデータ関連情報記憶部と、
通信ネットワークのノードを示すノード識別情報と当該ノードの配下のデータのデータ識別情報とが対応付けられた配下データ情報を記憶する配下データ情報記憶部と、
を具備するデータ関連情報管理装置としてのコンピュータに、
前記データ関連情報に含まれるデータ識別情報について、当該データ識別情報が前記配下データ情報に含まれているか否かを判定し、含まれていないと判定すると当該データ識別情報および対応付けられているメタデータを前記データ関連情報から削除するデータ関連情報管理ステップとを実行させるためのプログラム。
A data related information storage unit for storing data related information in which data identification information and metadata of data indicated by the data identification information are associated;
A subordinate data information storage unit for storing subordinate data information in which node identification information indicating a node of the communication network is associated with data identification information of data under the node;
In a computer as a data related information management device comprising
For the data identification information included in the data related information, it is determined whether or not the data identification information is included in the subordinate data information. If it is determined that the data identification information is not included, the data identification information and the associated meta data are determined. A program for executing a data related information management step of deleting data from the data related information.
JP2013015765A 2013-01-30 2013-01-30 Data related information management apparatus, data communication system, data related information management method and program Expired - Fee Related JP5879279B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013015765A JP5879279B2 (en) 2013-01-30 2013-01-30 Data related information management apparatus, data communication system, data related information management method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013015765A JP5879279B2 (en) 2013-01-30 2013-01-30 Data related information management apparatus, data communication system, data related information management method and program

Publications (2)

Publication Number Publication Date
JP2014146271A true JP2014146271A (en) 2014-08-14
JP5879279B2 JP5879279B2 (en) 2016-03-08

Family

ID=51426459

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013015765A Expired - Fee Related JP5879279B2 (en) 2013-01-30 2013-01-30 Data related information management apparatus, data communication system, data related information management method and program

Country Status (1)

Country Link
JP (1) JP5879279B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11231927A (en) * 1998-02-17 1999-08-27 Toshiba Corp Monitor and control system
JP2005149379A (en) * 2003-11-19 2005-06-09 Yokogawa Electric Corp Control system
JP2005539295A (en) * 2002-08-26 2005-12-22 コンピュータ アソシエイツ シンク,インコーポレイテッド Web service apparatus and method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11231927A (en) * 1998-02-17 1999-08-27 Toshiba Corp Monitor and control system
JP2005539295A (en) * 2002-08-26 2005-12-22 コンピュータ アソシエイツ シンク,インコーポレイテッド Web service apparatus and method
JP2005149379A (en) * 2003-11-19 2005-06-09 Yokogawa Electric Corp Control system

Also Published As

Publication number Publication date
JP5879279B2 (en) 2016-03-08

Similar Documents

Publication Publication Date Title
JP4729987B2 (en) Data management system and data server
US20110167045A1 (en) Storage system and its file management method
US9354976B2 (en) Locating previous versions of an object in a storage cluster
WO2015140927A1 (en) Data transfer monitoring system, data transfer monitoring method, and site system
JP5310399B2 (en) Index management apparatus processing method and index management apparatus
JP2007108905A (en) File server, file providing method, and program
JP5557824B2 (en) Differential indexing method for hierarchical file storage
KR101419436B1 (en) Method and apparatus for Domain name service
JP2005070987A (en) Node to be used in file sharing system, file storage method to be used in file sharing system, and file storing program
JP4835661B2 (en) User information management program, user information management device, and information management system
JP5381535B2 (en) Database system control method, index server, and program
US11514083B2 (en) Data processing system and data processing method
US20080133609A1 (en) Object-based storage system for defferring elimination of shared file and method thereof
JP5879279B2 (en) Data related information management apparatus, data communication system, data related information management method and program
KR101720316B1 (en) Method and apparatus for providing information for sensor network
US9509657B2 (en) Information processing apparatus, relay method, and computer-readable storage medium
JP2013025647A (en) Information processor, information processing method and program
JP5948263B2 (en) Management system, security information management device, configuration information management device, security information management method and program
JP6115097B2 (en) Information processing apparatus, information processing system, program, and information processing method
CN109257453B (en) System and method for local data IP based network security against data leakage attempts in multi-tenant protected storage deployments
JP2013239000A (en) Data distribution management device, system, method and program
JP2013541086A (en) Distributed metadata cache
JPWO2016113870A1 (en) Home control device and home control system
JP5965852B2 (en) Data communication system, node device, data communication method, request processing method, and program
JP6007753B2 (en) Management server, hardware management device, information processing device, hardware management system, hardware management method, and computer program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150303

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20151130

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: 20160105

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160201

R150 Certificate of patent or registration of utility model

Ref document number: 5879279

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees