JPH09231120A - Directory management device - Google Patents

Directory management device

Info

Publication number
JPH09231120A
JPH09231120A JP8055393A JP5539396A JPH09231120A JP H09231120 A JPH09231120 A JP H09231120A JP 8055393 A JP8055393 A JP 8055393A JP 5539396 A JP5539396 A JP 5539396A JP H09231120 A JPH09231120 A JP H09231120A
Authority
JP
Japan
Prior art keywords
service
directory
information
management unit
directory management
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP8055393A
Other languages
Japanese (ja)
Inventor
Takeshi Nagao
武司 長尾
Kazuhiro Machida
和弘 町田
Hiroki Shinohara
弘樹 篠原
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP8055393A priority Critical patent/JPH09231120A/en
Publication of JPH09231120A publication Critical patent/JPH09231120A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To perform directory management unique to service which is not affected by neither file directory information nor application process position information by the directory management device of an interactive information service system. SOLUTION: An object directory management part 104 manages object directory information wherein the names of objects are described hierarchically, a directory conversion part 103 manages directory conversion information wherein object identifies and object entity names are made to correspond to each other, and an object position management part 102 manages object position information wherein the object entity names and object position identifier are made to correspond to each other. When an object name is inputted, a control part 101 acquires the object identifier from the object directory management part 104, the directory conversion part 103 acquires the object entity name, and the object position management part 103 acquires the object position identifier from the object position management part 102 and outputs the object position identifier.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、対話型情報サービ
スシステムのディレクトリ管理装置に関し、特にファイ
ルディレクトリ情報やアプリケーションプロセス位置情
報に影響されない、サービス独自のディレクトリ管理を
行なう対話型情報サービスシステムのディレクトリ管理
装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a directory management device for an interactive information service system, and more particularly to a directory management for an interactive information service system that performs service-specific directory management without being affected by file directory information and application process position information. Regarding the device.

【0002】[0002]

【従来の技術】近年、デジタルCATVやデジタル衛星放
送、インターネットなどを利用した各種の対話型情報サ
ービスシステムが注目されている。この対話型情報サー
ビスとして、放送をはじめ、ビデオオンデマンドやテレ
ビショッピング、情報提供などの様々なサービスが考え
られている。
2. Description of the Related Art In recent years, various interactive information service systems using digital CATV, digital satellite broadcasting, the Internet, etc. have been receiving attention. As this interactive information service, various services such as broadcasting, video-on-demand, television shopping, and information provision are considered.

【0003】従来、対話型情報サービスシステムにおけ
るディレクトリ管理装置は図29に示すように、オブジ
ェクト位置情報を管理するオブジェクト位置管理部2902
と、オブジェクト位置管理部2902に対して検索要求を出
力して検索結果を入力する制御部2901より構成される。
なおオブジェクトとはサービスのデータやプログラムの
ファイル、またはアプリケーションプログラムの実行プ
ロセス、その他各種プロセス処理状態情報を指す。
Conventionally, as shown in FIG. 29, a directory management device in an interactive information service system manages object position information by an object position management unit 2902.
And a control unit 2901 which outputs a search request to the object position management unit 2902 and inputs a search result.
The object refers to service data, program files, application program execution processes, and other various process processing status information.

【0004】このディレクトリ管理装置をムービーオン
デマンド(以下、MODと略す)システムに適用した例が
図30であり、ここでのオブジェクトは映画データのフ
ァイルである。なお図ではディレクトリ管理装置以外の
詳細ブロックは省略している。
FIG. 30 shows an example in which this directory management device is applied to a movie-on-demand (hereinafter abbreviated as MOD) system. The object here is a movie data file. In the figure, detailed blocks other than the directory management device are omitted.

【0005】このシステムは有線あるいは無線のネット
ワークにより相互に接続されたサーバ装置3001と端末装
置3002から構成され、利用者からの要求に応じて映画を
提供するサービスを行なう。ファイルディレクトリ管理
部3006は図29のオブジェクト位置管理部2902に相当
し、階層的に記述した映画データファイルの名前とビデ
オサーバ3004に蓄積された各ファイルの位置を対応させ
たファイルディレクトリ情報を管理している。
This system is composed of a server device 3001 and a terminal device 3002 which are connected to each other by a wired or wireless network, and provides a movie service in response to a request from a user. The file directory management unit 3006 corresponds to the object position management unit 2902 in FIG. 29 and manages file directory information in which the names of movie data files described hierarchically and the positions of the files accumulated in the video server 3004 are associated with each other. ing.

【0006】前記構成において、まず端末装置3002から
の映画視聴要求により、MODアプリケーションサーバ300
3の制御部3005が、映画データファイルを蓄積するビデ
オサーバ3004に映画データファイルの送出を要求する
と、ビデオサーバ3004ではファイルディレクトリ管理部
3006より映画データファイルの位置を取得し、映画デー
タファイルの位置を指定して端末装置に映画データのス
トリームが送出され、利用者がサービスを享受すること
が可能となる。
In the above configuration, first, the MOD application server 300 is requested in response to a movie viewing request from the terminal device 3002.
When the control unit 3005 of 3 requests the video server 3004 that stores the movie data file to send the movie data file, the video server 3004 uses the file directory management unit.
The position of the movie data file is acquired from 3006, the position of the movie data file is designated, the stream of movie data is sent to the terminal device, and the user can enjoy the service.

【0007】前記のディレクトリ管理装置においては、
多数存在するファイルの相互関係を階層的なツリー構造
により記述したディレクトリとして管理している。サー
ビスアプリケーションよりファイルを利用する場合、フ
ァイルのディレクトリパスを指定すると、ファイルが実
際に存在する蓄積装置内の位置を特定することが可能で
ある。
In the above directory management device,
It manages the relationship among many existing files as a directory described by a hierarchical tree structure. When using a file from a service application, it is possible to specify the location in the storage device where the file actually exists by specifying the file directory path.

【0008】こうしたディレクトリ管理装置は、ファイ
ルの存在する蓄積装置内の位置を特定することが目的で
あり、通常は蓄積装置ごとにディレクトリ管理装置が必
要となる。複数の蓄積装置が存在する場合は、ディレク
トリ管理装置が分散するため、ディレクトリ間でマウン
トやリンクを行なって相互のディレクトリ情報を透過的
に見えるようにして論理的に1つのディレクトリ管理装
置にする方法や、マスタとなるディレクトリ管理装置に
より、ディレクトリ情報を一元管理する方法が提案され
ている。
The purpose of such a directory management device is to identify the position in the storage device where the file exists, and normally a directory management device is required for each storage device. When there are multiple storage devices, the directory management devices are distributed, so a method of mounting or linking between directories to make mutual directory information transparently visible and logically forming one directory management device Alternatively, a method has been proposed in which directory information is centrally managed by a master directory management device.

【0009】また、プロセスオブジェクトの位置を管理
するネームサーバについても、ネームサーバにディレク
トリ管理装置が存在する場合、複数のディレクトリを透
過的に見えるようにして論理的に1つのディレクトリ管
理装置にする方法や、マスタとなるディレクトリ管理装
置により、ディレクトリ情報を一元管理してスレーブと
なるディレクトリ管理装置にディレクトリ情報を複写す
る方法が提案されている。
Further, regarding a name server for managing the position of a process object, when a directory management device exists in the name server, a method of making a plurality of directories transparent and logically forming one directory management device is provided. Another method has been proposed in which a master directory management device centrally manages directory information and copies the directory information to a slave directory management device.

【0010】また、オブジェクトの利用条件を設定した
オブジェクトディレクトリ管理装置として、特開平3ー
257525では、オブジェクトの利用有効期間を設定
することにより、オブジェクトの利用期間を制限した
り、新旧オブジェクトの入替、旧オブジェクトの削除を
行なう方法を示している。
Further, as an object directory management device for setting object usage conditions, in Japanese Patent Laid-Open No. 3-257525, by setting an object usage valid period, the object usage period is limited, and old and new objects are replaced. It shows how to delete old objects.

【0011】また、特開平7−85079では、ディレ
クトリ管理情報とは別に任意の属性を設定し、それを検
索することにより、任意の属性に基づくファイルアクセ
ス方法を提案している。
Further, Japanese Patent Laid-Open No. 7-85079 proposes a file access method based on an arbitrary attribute by setting an arbitrary attribute separately from the directory management information and searching it.

【0012】[0012]

【発明が解決しようとする課題】前記ディレクトリ管理
装置では、ディレクトリ情報として蓄積装置に蓄積され
たファイルの相互関係と蓄積装置内のファイルの存在位
置、あるいはアプリケーションの実行装置におけるプロ
セスの存在位置を管理している。
The directory management device manages the mutual relationship between files stored in the storage device as directory information and the location of the file in the storage device or the location of the process in the application execution device. doing.

【0013】したがって、第1に、ディレクトリ情報が
蓄積装置や実行装置に依存しているため、サービスアプ
リケーションにおいて利用する場合、サービス独自の効
率的なディレクトリ情報を定義することが難しいという
課題があった。
Therefore, firstly, since the directory information depends on the storage device and the execution device, it is difficult to define efficient directory information unique to the service when used in a service application. .

【0014】第2に、データの種類によってビデオサー
バやファイルサーバ等様々な蓄積装置が存在し、さらに
同じビデオサーバでも高速なビデオサーバと低速なビデ
オサーバが混在する環境下でのディレクトリ情報をサー
ビスアプリケーションで使い分けることが困難であると
いう課題があった。
Secondly, there are various storage devices such as a video server and a file server depending on the type of data, and the same video server serves directory information in an environment in which high-speed video servers and low-speed video servers coexist. There was a problem that it was difficult to use properly for each application.

【0015】第3に、蓄積装置や実行装置の増設や、フ
ァイルやプロセスの移動、複写に伴い、ディレクトリ情
報が変更され、アプリケーションの変更が必要となると
いう課題があった。
Thirdly, there is a problem that the directory information is changed due to the addition of the storage device and the execution device, the movement and copying of the files and processes, and the application needs to be changed.

【0016】第4に、前記ディレクトリ管理装置を複数
のサービスで共有して利用する場合、ディレクトリ情報
が蓄積装置と実行装置に依存しているため、サービス毎
のディレクトリ情報の管理が難しいという課題があっ
た。
Fourthly, when the directory management device is shared and used by a plurality of services, it is difficult to manage the directory information for each service because the directory information depends on the storage device and the execution device. there were.

【0017】第5に、前記のオブジェクトの利用条件を
設定したオブジェクトディレクトリ管理装置では、利用
有効期間やアクセス条件などのオブジェクトの利用条件
をファイルオブジェクトの属性として設定するため、例
えばMODサービスでは視聴契約をしているか否かによっ
て映画の提供を制限し、同じ映画を放送サービスでは利
用者の年齢によって制限するなど、1つのオブジェクト
を異なるサービスで利用する場合に1つのオブジェクト
に対してサービス毎に異なるオブジェクトの利用条件を
設定できないという課題があった。
Fifth, in the object directory management device in which the usage conditions of the objects are set, the usage conditions of the object such as the valid usage period and the access conditions are set as the attributes of the file object. When providing one object with different services, the same movie is restricted according to the age of the user in the broadcasting service, and the same movie is restricted depending on the service. There was a problem that the usage conditions of the object could not be set.

【0018】第6に、利用条件の項目がディレクトリ管
理装置内で一意のため、 MODサービスでは年齢の条件項
目を入れ、ゲームサービスでは利用者のレベルを条件項
目として入れるといった、サービス毎にその内容に依存
した利用条件が設定できないという課題があった。
Sixth, since the use condition items are unique within the directory management device, the condition condition item for the MOD service is entered, and the user level is entered as the condition item for the game service. There was a problem that the usage conditions that depended on could not be set.

【0019】第7に、サービスの内容に依存した利用条
件を設定するためには、ディレクトリ情報とは別に属性
の利用条件を設定し、管理する必要があるという課題が
あった。
Seventh, there is a problem that in order to set the usage condition depending on the content of the service, it is necessary to set and manage the usage condition of the attribute separately from the directory information.

【0020】第8に、1つのオブジェクト名に対して端
末装置の種類毎に複数のオブジェクトが存在し、端末装
置の種類に応じてオブジェクトを変更するといった、同
じオブジェクト名に対して複数のオブジェクトを対応さ
せ、利用条件により切り替えることができないという課
題があった。
Eighth, a plurality of objects exist for each type of terminal device for one object name, and objects are changed according to the type of terminal device. There was a problem that it was not possible to switch depending on usage conditions.

【0021】第9に、利用者端末装置上で表示するユー
ザインタフェースにおいて、サービスやオブジェクトの
一覧などを表示するメニューを提供することが要求され
るが、サービスやオブジェクトに関する情報としてディ
レクトリ情報で管理するサービス名やオブジェクト名の
一覧を取得し、直接表示するか、ディレクトリ管理とは
別にユーザインタフェース情報管理を行なわなければな
らないという課題があった。前者の方法では通常、ディ
レクトリ管理に都合のよいオブジェクト命名を行なって
いるため、ユーザインタフェースに表示する情報として
は不適当であるという問題がある。
Ninth, it is required to provide a menu for displaying a list of services and objects in the user interface displayed on the user terminal device, which is managed by directory information as information about the services and objects. There was a problem that a list of service names or object names must be acquired and displayed directly, or user interface information management must be performed separately from directory management. In the former method, since object naming which is convenient for directory management is usually performed, there is a problem that it is not suitable as information displayed on the user interface.

【0022】[0022]

【課題を解決するための手段】この課題を解決するため
に本発明は、第1に、オブジェクト位置管理部とは別に
オブジェクトディレクトリ管理部とディレクトリ変換部
を備え、ファイルオブジェクトの蓄積装置やサービスア
プリケーションの実行装置に依存せず、サービス独自の
オブジェクトディレクトリ情報を管理し、オブジェクト
位置情報に変換することを可能としたものである。これ
により蓄積装置や実行装置に依存したオブジェクト位置
情報とオブジェクトディレクトリ情報を分離することに
より、第1、第2及び第3の課題が解決される。
In order to solve this problem, the present invention firstly provides an object directory management unit and a directory conversion unit in addition to an object position management unit, and a file object storage device and a service application. The object directory information unique to the service can be managed and converted into the object position information without depending on the execution device of. By separating the object position information and the object directory information depending on the storage device and the execution device, the first, second and third problems can be solved.

【0023】第2に、サービスディレクトリ管理部を備
え、サービス毎に存在するオブジェクトディレクトリ管
理部を選択することを可能としたものである。これによ
りサービス毎のオブジェクトディレクトリ情報を管理す
ることができる。これにより第4の課題が解決される。
Secondly, a service directory management unit is provided so that an object directory management unit existing for each service can be selected. This makes it possible to manage the object directory information for each service. This solves the fourth problem.

【0024】第3に、オブジェクト利用条件管理部を備
え、サービスの内容に依存したオブジェクトの利用条件
を設定し、オブジェクトディレクトリ情報を検索時に利
用条件を満たさないオブジェクトを検索した場合には検
索を制限し、サービス毎に異なる利用条件を設定するこ
とを可能としたものである。これにより第5、第6及び
第7の課題が解決される。
Thirdly, the object use condition management unit is provided, the use condition of the object depending on the content of the service is set, and the search is restricted when the object directory information is searched for an object which does not satisfy the use condition. However, it is possible to set different usage conditions for each service. This solves the fifth, sixth, and seventh problems.

【0025】第4に、サービス利用条件管理部を備え、
サービスの内容に依存したサービスの利用条件を設定
し、サービスを検索時に利用条件を満たさないサービス
を検索した場合には検索を制限することを可能としたも
のである。これにより第5、第6及び第7の課題が解決
される。
Fourth, a service use condition management unit is provided,
It is possible to set a service use condition depending on the content of the service and to restrict the search when a service that does not satisfy the use condition is searched at the time of searching the service. This solves the fifth, sixth, and seventh problems.

【0026】第5に、オブジェクトディレクトリ管理部
において、1つのオブジェクト名に対して複数のオブジ
ェクトを対応づけるオブジェクトディレクトリ情報を管
理することにより、オブジェクト利用条件管理部の判定
結果より同じ名前を持つ複数のオブジェクトの中から1
つのオブジェクトを選択することを可能としたものであ
る。これにより第8の課題が解決される。
Fifthly, the object directory management unit manages object directory information in which a plurality of objects are associated with one object name, so that a plurality of objects having the same name are judged from the result of judgment by the object usage condition management unit. 1 out of the objects
It is possible to select one object. This solves the eighth problem.

【0027】第6に、サービスディレクトリ管理部にお
いて、1つのサービス名に対して複数のサービスを対応
づけるサービスディレクトリ情報を管理することによ
り、サービス利用条件管理部の判定結果より同じ名前を
持つ複数のサービスの中から1つのサービスを選択する
ことを可能としたものである。これにより第8の課題が
解決される。
Sixth, the service directory management unit manages the service directory information that associates a plurality of services with one service name, so that a plurality of services having the same name can be obtained from the determination result of the service usage condition management unit. It is possible to select one service from the services. This solves the eighth problem.

【0028】第7に、オブジェクトUI情報管理部を備
え、利用者端末装置上で表示するユーザインタフェース
に利用するオブジェクトに関する情報であるオブジェク
トUI情報をオブジェクトディレクトリ情報を検索時に同
時に取得することを可能としたものである。これにより
第9の課題が解決される。
Seventh, an object UI information management unit is provided, and it is possible to simultaneously obtain object UI information, which is information related to an object used in a user interface displayed on the user terminal device, when searching the object directory information. It was done. This solves the ninth problem.

【0029】第8に、サービスUI情報管理部を備え、利
用者端末装置上で表示するユーザインタフェースに利用
するオブジェクトに関する情報であるサービスUI情報を
サービスディレクトリ情報を検索時に同時に取得するこ
とを可能としたものである。これにより第9の課題が解
決される。
Eighth, a service UI information management unit is provided, and it is possible to simultaneously obtain service UI information, which is information about an object used in a user interface displayed on a user terminal device, when searching for service directory information. It was done. This solves the ninth problem.

【0030】第9に、オブジェクトUI情報管理部とオブ
ジェクト利用条件管理部を備え、オブジェクト利用条件
を満たすオブジェクトについてのみオブジェクトUI情報
をオブジェクトディレクトリ情報の検索時に取得するこ
とを可能としたものである。これにより利用者の条件に
あった端末装置のユーザインタフェースを作成すること
ができる。
Ninth, an object UI information management section and an object usage condition management section are provided, and it is possible to acquire the object UI information only when an object satisfies the object usage conditions when searching the object directory information. This makes it possible to create a user interface of the terminal device that meets the user's requirements.

【0031】第10に、サービスUI情報管理部とサービ
ス利用条件管理部を備え、利用条件を満たすサービスに
ついてのみサービスUI情報をサービスディレクトリ情報
の検索時に取得することを可能としたものである。これ
により利用者の条件にあった端末装置のユーザインタフ
ェースを作成することができる。
Tenth, a service UI information management unit and a service usage condition management unit are provided, and service UI information can be acquired only when a service satisfies the usage conditions at the time of searching the service directory information. This makes it possible to create a user interface of the terminal device that meets the user's requirements.

【0032】[0032]

【発明の実施の形態】本発明の請求項1に記載の発明
は、オブジェクトの名前を階層的に記述したオブジェク
トディレクトリ情報を管理するオブジェクトディレクト
リ管理部と、オブジェクト位置情報を管理するオブジェ
クト位置管理部と、オブジェクトディレクトリ情報をオ
ブジェクト位置情報に変換するディレクトリ変換部と、
前記オブジェクトディレクトリ管理部と前記オブジェク
ト位置管理部と前記ディレクトリ変換部に対して検索要
求を出力して検索結果を入力する制御部とを備えること
を特徴とするディレクトリ管理装置としたものであり、
制御部にオブジェクト名が入力されるとオブジェクトデ
ィレクトリ管理部よりオブジェクト名に対応するオブジ
ェクト識別情報が得られ、ディレクトリ変換部よりオブ
ジェクト識別情報に対応するオブジェクト実体名が得ら
れ、オブジェクト位置管理部よりオブジェクト実体名に
対応するオブジェクト位置識別情報が得られ、制御部よ
りオブジェクト位置識別情報が出力されるという作用を
有する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The invention according to claim 1 of the present invention is an object directory management unit that manages object directory information in which object names are hierarchically described, and an object position management unit that manages object position information. And a directory conversion unit that converts object directory information into object position information,
A directory management device comprising: the object directory management unit, the object position management unit, and a control unit that outputs a search request to the directory conversion unit and inputs a search result.
When the object name is input to the control unit, the object directory management unit obtains the object identification information corresponding to the object name, the directory conversion unit obtains the object entity name corresponding to the object identification information, and the object position management unit obtains the object The object position identification information corresponding to the entity name is obtained, and the control unit outputs the object position identification information.

【0033】本発明の請求項2に記載の発明は、サービ
スの名前を階層的に記述したサービスディレクトリ情報
を管理するサービスディレクトリ管理部を更に備え、前
記制御部が前記サービスディレクトリ管理部に対して検
索要求を出力して検索結果を入力し、検索結果よりサー
ビス毎に存在する前記オブジェクトディレクトリ管理部
の中から1つを選択する、請求項1記載のディレクトリ
管理装置としたものであり、制御部にサービス名とオブ
ジェクト名が入力されるとサービスディレクトリ管理部
よりサービス名に対応するサービス識別情報が得られ、
ディレクトリ変換部よりサービス識別情報に対応するサ
ービス実体名が得られ、オブジェクト位置管理部よりサ
ービス実体名に対応するサービス位置識別情報が得ら
れ、サービス位置識別情報よりオブジェクトディレクト
リ管理部を選択し、オブジェクトディレクトリ管理部よ
りオブジェクト名に対応するオブジェクト識別情報が得
られ、ディレクトリ変換部よりオブジェクト識別情報に
対応するオブジェクト実体名が得られ、オブジェクト位
置管理部よりオブジェクト実体名に対応するオブジェク
ト位置識別情報が得られ、制御部よりオブジェクト位置
識別情報が出力されるという作用を有する。
The invention according to claim 2 of the present invention further comprises a service directory management unit for managing service directory information in which service names are hierarchically described, and the control unit controls the service directory management unit. The directory management device according to claim 1, wherein a search request is output, a search result is input, and one of the object directory management units existing for each service is selected from the search result. When the service name and object name are entered in, the service directory management section obtains service identification information corresponding to the service name,
The directory conversion unit obtains the service entity name corresponding to the service identification information, the object location management unit obtains the service position identification information corresponding to the service entity name, the service location identification information selects the object directory management unit, and the object The directory management unit obtains the object identification information corresponding to the object name, the directory conversion unit obtains the object entity name corresponding to the object identification information, and the object position management unit obtains the object position identification information corresponding to the object entity name. Thus, the control unit outputs the object position identification information.

【0034】本発明の請求項3に記載の発明は、オブジ
ェクトの利用条件を管理し、前記オブジェクトディレク
トリ管理部よりオブジェクト識別情報が入力されると、
オブジェクトの利用条件を満たすか否かを判定し、判定
結果を前記オブジェクトディレクトリ管理部に出力する
オブジェクト利用条件管理部を更に備えることを特徴と
する、請求項1または2のいずれかに記載のディレクト
リ管理装置としたものであり、制御部にオブジェクト名
とオブジェクト利用パラメータが入力されるとオブジェ
クトディレクトリ管理部よりオブジェクト名に対応する
オブジェクト識別情報が得られ、オブジェクト利用条件
管理部よりオブジェクト識別情報に対応するオブジェク
ト利用条件が得られ、オブジェクト利用パラメータとオ
ブジェクト利用条件を比較し、オブジェクト利用条件を
満たす場合のみ、ディレクトリ変換部よりオブジェクト
識別情報に対応するオブジェクト実体名が得られ、オブ
ジェクト位置管理部よりオブジェクト実体名に対応する
オブジェクト位置識別情報が得られ、制御部よりオブジ
ェクト位置識別情報が出力されるという作用を有する。
According to a third aspect of the present invention, the use condition of an object is managed, and when the object identification information is input from the object directory management unit,
3. The directory according to claim 1, further comprising an object use condition management unit that determines whether or not an object use condition is satisfied and outputs a determination result to the object directory management unit. When the object name and the object usage parameter are input to the control unit, the object directory management unit obtains the object identification information corresponding to the object name, and the object usage condition management unit handles the object identification information. Object usage condition is obtained, the object usage parameter and the object usage condition are compared, and only when the object usage condition is met, the directory conversion unit obtains the object entity name corresponding to the object identification information, and object position management Has an effect of more object position identification information corresponding to the object entity name is obtained, the object position identification information is outputted from the control unit.

【0035】本発明の請求項4に記載の発明は、サービ
スの利用条件を管理し、前記サービスディレクトリ管理
部よりサービス識別情報が入力されると、サービスの利
用条件を満たすか否かを判定し、判定結果を前記サービ
スディレクトリ管理部に出力するサービス利用条件管理
部を更に備えることを特徴とする、請求項2記載のディ
レクトリ管理装置としたものであり、制御部にサービス
名とサービス利用パラメータとオブジェクト名が入力さ
れると、サービスディレクトリ管理部よりサービス名に
対応するサービス識別情報が得られ、サービス利用条件
管理部よりサービス識別情報に対応するサービス利用条
件が得られ、サービス利用パラメータとサービス利用条
件を比較し、サービス利用条件を満たす場合のみ、ディ
レクトリ変換部よりサービス識別情報に対応するサービ
ス実体名が得られ、オブジェクト位置管理部よりサービ
ス実体名に対応するサービス位置識別情報が得られ、サ
ービス位置識別情報よりオブジェクトディレクトリ管理
部を選択し、オブジェクトディレクトリ管理部よりオブ
ジェクト名に対応するオブジェクト識別情報が得られ、
ディレクトリ変換部よりオブジェクト識別情報に対応す
るオブジェクト実体名が得られ、オブジェクト位置管理
部よりオブジェクト実体名に対応するオブジェクト位置
識別情報が得られ、制御部よりオブジェクト位置識別情
報が出力されるという作用を有する。
According to a fourth aspect of the present invention, the service use condition is managed, and when the service identification information is input from the service directory management unit, it is determined whether or not the service use condition is satisfied. 3. The directory management device according to claim 2, further comprising a service usage condition management unit that outputs a determination result to the service directory management unit, wherein the control unit includes a service name and a service usage parameter. When the object name is entered, the service directory management unit obtains service identification information corresponding to the service name, the service usage condition management unit obtains service usage conditions corresponding to the service identification information, and the service usage parameters and service usage Compare the conditions, and only if the service usage conditions are satisfied, the directory conversion unit The service entity name corresponding to the service identification information is obtained, the service location identification information corresponding to the service entity name is obtained from the object location management unit, the object directory management unit is selected from the service location identification information, and the object directory management unit Object identification information corresponding to the object name is obtained,
The directory conversion unit obtains the object entity name corresponding to the object identification information, the object position management unit obtains the object position identification information corresponding to the object entity name, and the control unit outputs the object position identification information. Have.

【0036】本発明の請求項5に記載の発明は、前記オ
ブジェクトディレクトリ管理部が1つのオブジェクト名
に対して複数のオブジェクト識別情報を対応づけるオブ
ジェクトディレクトリ情報を管理し、前記オブジェクト
利用条件管理部の判定結果より複数のオブジェクト識別
情報の中から1つのオブジェクト識別情報を選択する、
請求項3記載のディレクトリ管理装置としたものであ
り、制御部にオブジェクト名とオブジェクト利用パラメ
ータが入力されると、オブジェクトディレクトリ管理部
よりオブジェクト名に対応するオブジェクト識別情報が
得られ、オブジェクト利用条件管理部よりオブジェクト
識別情報に対応するオブジェクト利用条件が得られ、オ
ブジェクト利用パラメータとオブジェクト利用条件を比
較し、オブジェクト利用条件を満たす場合のみ、ディレ
クトリ変換部よりオブジェクト識別情報に対応するオブ
ジェクト実体名が得られ、オブジェクト位置管理部より
オブジェクト実体名に対応するオブジェクト位置識別情
報が得られ、制御部よりオブジェクト位置識別情報を出
力し、オブジェクト利用条件を満たさなかった場合は同
じオブジェクト名に対する次のオブジェクト識別情報に
ついて同様の処理を行なうという作用を有する。
According to a fifth aspect of the present invention, the object directory management unit manages object directory information that associates a plurality of object identification information with one object name, and the object usage condition management unit manages the object directory information. One object identification information is selected from a plurality of object identification information based on the determination result,
The directory management device according to claim 3, wherein when the object name and the object usage parameter are input to the control unit, the object directory management unit obtains object identification information corresponding to the object name, and object usage condition management. Section obtains the object usage conditions corresponding to the object identification information, compares the object usage parameters with the object usage conditions, and only when the object usage conditions are met, the directory conversion section obtains the object entity name corresponding to the object identification information. , The object position identification information corresponding to the object entity name is obtained from the object position management unit, and the object position identification information is output from the control unit. If the object usage conditions are not satisfied, the same object name is used. It has an effect of performing the same processing for the next object identification information.

【0037】本発明の請求項6に記載の発明は、前記サ
ービスディレクトリ管理部が1つのサービス名に対して
複数のサービスを対応づけるサービスディレクトリ情報
を管理し、前記サービス利用条件管理部の判定結果より
複数のサービスの中から1つのサービスを選択する、請
求項4記載のディレクトリ管理装置としたものであり、
制御部にサービス名とサービス利用パラメータとオブジ
ェクト名が入力されると、サービスディレクトリ管理部
よりサービス名に対応するサービス識別情報が得られ、
サービス利用条件管理部よりサービス識別情報に対応す
るサービス利用条件が得られ、サービス利用パラメータ
とサービス利用条件を比較し、サービス利用条件を満た
す場合のみ、ディレクトリ変換部よりサービス識別情報
に対応するサービス実体名が得られ、オブジェクト位置
管理部よりサービス実体名に対応するサービス位置識別
情報が得られ、サービス位置識別情報よりオブジェクト
ディレクトリ管理部を選択し、オブジェクトディレクト
リ管理部よりオブジェクト名に対応するオブジェクト識
別情報が得られ、ディレクトリ変換部よりオブジェクト
識別情報に対応するオブジェクト実体名が得られ、オブ
ジェクト位置管理部よりオブジェクト実体名に対応する
オブジェクト位置識別情報が得られ、制御部よりオブジ
ェクト位置識別情報が出力され、サービス利用条件を満
たさなかった場合は同じサービス名に対する次のサービ
ス識別情報ついて同様の処理を行なうという作用を有す
る。
In the invention according to claim 6 of the present invention, the service directory management unit manages service directory information that associates a plurality of services with one service name, and the judgment result of the service use condition management unit The directory management device according to claim 4, wherein one service is selected from a plurality of services.
When the service name, service usage parameter, and object name are input to the control unit, the service directory management unit obtains service identification information corresponding to the service name,
The service usage condition corresponding to the service identification information is obtained from the service usage condition management unit, the service usage parameter is compared with the service usage condition, and only when the service usage condition is satisfied, the directory conversion unit serves the service entity corresponding to the service identification information. The name is obtained, the service position identification information corresponding to the service entity name is obtained from the object position management unit, the object directory management unit is selected from the service position identification information, and the object identification information corresponding to the object name is selected from the object directory management unit. The directory conversion unit obtains the object entity name corresponding to the object identification information, the object position management unit obtains the object position identification information corresponding to the object entity name, and the control unit obtains the object position identification information. There is output, if not satisfied service use condition has the effect of performing the same process with the next service identification information for the same service name.

【0038】本発明の請求項7に記載の発明は、利用者
端末装置上に出力するオブジェクトに関するユーザイン
タフェース情報であるオブジェクトUI情報を管理し、前
記オブジェクトディレクトリ管理部よりオブジェクト識
別情報が入力されると、対応するオブジェクトUI情報を
出力するオブジェクトUI情報管理部を更に備えることを
特徴とする、請求項1または2のいずれかに記載のディ
レクトリ管理装置としたものであり、制御部にオブジェ
クト名が入力されると、オブジェクトディレクトリ管理
部よりオブジェクト名に対応するオブジェクト識別情報
が得られ、オブジェクトUI情報管理部よりオブジェクト
UI情報が得られ、ディレクトリ変換部よりオブジェクト
識別情報に対応するオブジェクト実体名が得られ、オブ
ジェクト位置管理部よりオブジェクト実体名に対応する
オブジェクト位置識別情報が得られ、制御部よりオブジ
ェクト位置識別情報とオブジェクトUI情報が出力される
という作用を有する。
According to a seventh aspect of the present invention, the object UI information which is the user interface information about the object output on the user terminal device is managed, and the object identification information is input from the object directory management section. And an object UI information management unit for outputting corresponding object UI information, the directory management device according to claim 1 or 2, wherein the object name is set in the control unit. When input, the object directory management section obtains the object identification information corresponding to the object name, and the object UI information management section obtains the object identification information.
The UI information is obtained, the directory conversion unit obtains the object entity name corresponding to the object identification information, the object position management unit obtains the object position identification information corresponding to the object entity name, and the control unit obtains the object position identification information. It has the effect that the object UI information is output.

【0039】本発明の請求項8に記載の発明は、利用者
端末装置上に出力するサービスに関するユーザインタフ
ェース情報であるサービスUI情報を管理し、前記サービ
スディレクトリ管理部よりサービス識別情報が入力され
ると、対応するサービスUI情報を出力するサービスUI情
報管理部を更に備えることを特徴とする、請求項2記載
のディレクトリ管理装置としたものであり、制御部にサ
ービス名とオブジェクト名が入力されると、サービスデ
ィレクトリ管理部よりサービス名に対応するサービス識
別情報が得られ、サービスUI情報管理部よりサービス識
別情報に対応するサービスUI情報が得られ、ディレクト
リ変換部よりサービス識別情報に対応するサービス実体
名が得られ、オブジェクト位置管理部よりサービス実体
名に対応するサービス位置識別情報が得られ、サービス
位置識別情報よりオブジェクトディレクトリ管理部を選
択し、オブジェクトディレクトリ管理部よりオブジェク
ト名に対応するオブジェクト識別情報が得られ、ディレ
クトリ変換部よりオブジェクト識別情報に対応するオブ
ジェクト実体名が得られ、オブジェクト位置管理部より
オブジェクト実体名に対応するオブジェクト位置識別情
報が得られ、制御部よりオブジェクト位置識別情報とサ
ービスUI情報が出力されるという作用を有する。
According to an eighth aspect of the present invention, service UI information, which is user interface information regarding a service output on a user terminal device, is managed, and service identification information is input from the service directory management unit. And a service UI information management section for outputting corresponding service UI information, the directory management apparatus according to claim 2, wherein the control section inputs the service name and the object name. And the service directory management unit obtains the service identification information corresponding to the service name, the service UI information management unit obtains the service UI information corresponding to the service identification information, and the directory conversion unit obtains the service entity corresponding to the service identification information. The name is obtained, and the service corresponding to the service entity name is obtained from the object location management unit. The location identification information is obtained, the object directory management unit is selected from the service location identification information, the object identification information corresponding to the object name is obtained from the object directory management unit, and the object entity name corresponding to the object identification information is obtained from the directory conversion unit. Is obtained, object position identification information corresponding to the object entity name is obtained from the object position management unit, and the object position identification information and service UI information are output from the control unit.

【0040】本発明の請求項9に記載の発明は、利用者
端末装置上に出力するオブジェクトに関するユーザイン
タフェース情報であるオブジェクトUI情報を管理し、前
記オブジェクトディレクトリ管理部よりオブジェクト識
別情報が入力されると、対応するオブジェクトUI情報を
出力するオブジェクトUI情報管理部を更に備える、請求
項3または5のいずれかに記載のディレクトリ管理装置
としたものであり、制御部にオブジェクト名とオブジェ
クト利用パラメータが入力されると、オブジェクトディ
レクトリ管理部よりオブジェクト名に対応するオブジェ
クト識別情報が得られ、オブジェクト利用条件管理部よ
りオブジェクト識別情報に対応するオブジェクト利用条
件が得られ、オブジェクト利用パラメータとオブジェク
ト利用条件を比較し、オブジェクト利用条件を満たす場
合のみ、オブジェクトUI情報管理部よりオブジェクト識
別情報に対応するオブジェクトUI情報が得られ、ディレ
クトリ変換部よりオブジェクト識別情報に対応するオブ
ジェクト実体名が得られ、オブジェクト位置管理部より
オブジェクト実体名に対応するオブジェクト位置識別情
報が得られ、制御部よりオブジェクト位置識別情報とオ
ブジェクトUI情報が出力されるという作用を有する。
The invention according to claim 9 of the present invention manages object UI information which is user interface information relating to an object to be output on a user terminal device, and object identification information is inputted from the object directory management unit. And the object UI information management unit for outputting the corresponding object UI information. The directory management device according to claim 3 or 5, wherein an object name and an object use parameter are input to the control unit. Then, the object directory management unit obtains the object identification information corresponding to the object name, the object usage condition management unit obtains the object usage condition corresponding to the object identification information, and the object usage parameter and the object usage condition are compared. Only when the object usage condition is satisfied, the object UI information management section obtains the object UI information corresponding to the object identification information, the directory conversion section obtains the object entity name corresponding to the object identification information, and the object position management section obtains the object. The object position identification information corresponding to the entity name is obtained, and the control unit outputs the object position identification information and the object UI information.

【0041】本発明の請求項10に記載の発明は、利用
者端末装置上に出力するサービスに関するユーザインタ
フェース情報であるサービスUI情報を管理し、前記サー
ビスディレクトリ管理部よりサービス識別情報が入力さ
れると、対応するサービスUI情報を出力するサービスUI
情報管理部を更に備えることを特徴とする、請求項4ま
たは6のいずれかに記載のディレクトリ管理装置とした
ものであり、制御部にサービス名とサービス利用パラメ
ータとオブジェクト名が入力されると、サービスディレ
クトリ管理部よりサービス名に対応するサービス識別情
報が得られ、サービス利用条件管理部よりサービス識別
情報に対応するサービス利用条件が得られ、サービス利
用パラメータとサービス利用条件を比較し、サービス利
用条件を満たす場合のみ、サービスUI情報管理部よりサ
ービスUI情報が得られ、ディレクトリ変換部よりサービ
ス識別情報に対応するサービス実体名が得られ、オブジ
ェクト位置管理部よりサービス実体名に対応するサービ
ス位置識別情報が得られ、サービス位置識別情報よりオ
ブジェクトディレクトリ管理部を選択し、オブジェクト
ディレクトリ管理部よりオブジェクト名に対応するオブ
ジェクト識別情報が得られ、ディレクトリ変換部よりオ
ブジェクト識別情報に対応するオブジェクト実体名が得
られ、オブジェクト位置管理部よりオブジェクト実体名
に対応するオブジェクト位置識別情報が得られ、制御部
よりオブジェクト位置識別情報とサービスUI情報が出力
されるという作用を有する。
According to a tenth aspect of the present invention, service UI information, which is user interface information regarding a service output on a user terminal device, is managed, and service identification information is input from the service directory management unit. And a service UI that outputs the corresponding service UI information
The directory management apparatus according to claim 4 or 6, further comprising an information management unit, wherein when the service name, the service use parameter, and the object name are input to the control unit, The service directory management unit obtains the service identification information corresponding to the service name, the service usage condition management unit obtains the service usage conditions corresponding to the service identification information, compares the service usage parameters with the service usage conditions, and compares the service usage conditions. Only when the conditions are satisfied, the service UI information management section obtains the service UI information, the directory conversion section obtains the service entity name corresponding to the service identification information, and the object location management section obtains the service location identification information corresponding to the service entity name. From the service location identification information. Select the tree management unit, the object directory management unit obtains the object identification information corresponding to the object name, the directory conversion unit obtains the object entity name corresponding to the object identification information, and the object position management unit obtains the object entity name. The corresponding object position identification information is obtained, and the control unit outputs the object position identification information and the service UI information.

【0042】本発明の請求項11に記載の発明は、サー
ビスのアプリケーションプログラムを実行し、端末装置
からの要求を受けてサービスを行なうアプリケーション
実行部と、ファイルオブジェクトの位置情報を管理する
ファイルディレクトリ管理部およびファイルを蓄積して
送出するファイル蓄積装置を含むファイル管理部から構
成されるサーバ装置と、サーバ装置にサービスの要求を
出力し、結果を入力して利用者に提示する端末装置とか
らなる対話型情報サービスシステムであって、前記アプ
リケーション実行部は、オブジェクトの名前を階層的に
記述したオブジェクトディレクトリ情報を管理するオブ
ジェクトディレクトリ管理部と、オブジェクトディレク
トリ情報をオブジェクト位置情報に変換するディレクト
リ変換部と、前記オブジェクトディレクトリ管理部と前
記ディレクトリ変換部、並びに前記ファイルディレクト
リ管理部に対して検索要求を出力して検索結果を入力す
る制御部と、を備えることを特徴とする対話型情報サー
ビスシステムとしたものであり、請求項1に記載した発
明と同様の作用を有する。
According to an eleventh aspect of the present invention, an application executing unit that executes an application program of a service and performs a service in response to a request from a terminal device, and a file directory management that manages position information of a file object. A server device including a file management unit including a copy unit and a file storage device that stores and sends files, and a terminal device that outputs a service request to the server device, inputs the result, and presents the result to the user. In the interactive information service system, the application execution unit includes an object directory management unit that manages object directory information in which object names are hierarchically described, and a directory conversion unit that converts the object directory information into object position information. , The above An interactive information service system, comprising: an object directory management unit, the directory conversion unit, and a control unit that outputs a search request to the file directory management unit and inputs a search result. And has the same action as the invention described in claim 1.

【0043】本発明の請求項12に記載の発明は、前記
端末装置から要求されたサービスを識別し、識別したサ
ービスの前記オブジェクトディレクトリ管理部を選択す
るサービス受付部と、サービスプロセスの位置情報を管
理するプロセス位置管理部を有する名前管理部とを更に
備え、前記サービス受付部は、サービスの名前を階層的
に記述したサービスディレクトリ情報を管理するサービ
スディレクトリ管理部を備えることを特徴とする請求項
11記載の対話型情報サービスシステムとしたものであ
り、請求項2に記載した発明と同様の作用を有する。
According to a twelfth aspect of the present invention, the service requesting unit that identifies the service requested by the terminal device and selects the object directory management unit of the identified service, and the position information of the service process are displayed. A name management unit having a process position management unit that manages the service position management unit is further provided, and the service reception unit includes a service directory management unit that manages service directory information in which service names are hierarchically described. The interactive information service system according to item 11 has the same operation as that of the invention according to item 2.

【0044】(第1の実施の形態)図1は、本発明の第
1の実施の形態のディレクトリ管理装置の構成図を示
す。図1において、オブジェクトディレクトリ管理部10
4は、オブジェクトの名前を階層的に記述したオブジェ
クトディレクトリ情報を管理し、制御部101よりオブジ
ェクト名が入力されると、対応するシステム内でオブジ
ェクトを一意に指定するオブジェクト識別情報を出力す
る。
(First Embodiment) FIG. 1 shows a block diagram of a directory management apparatus according to a first embodiment of the present invention. In FIG. 1, the object directory management unit 10
Reference numeral 4 manages object directory information in which object names are hierarchically described, and when the object name is input from the control unit 101, it outputs object identification information that uniquely specifies the object in the corresponding system.

【0045】ディレクトリ変換部103は、オブジェクト
識別情報とオブジェクト実体名を対応させたディレクト
リ変換情報を管理し、制御部101よりオブジェクト識別
情報が入力されると対応するオブジェクト実体名を出力
する。
The directory conversion unit 103 manages the directory conversion information in which the object identification information and the object entity name are associated with each other, and outputs the corresponding object entity name when the object identification information is input from the control unit 101.

【0046】オブジェクト位置管理部102は、階層的に
記述したオブジェクト実体名とオブジェクト実体の位置
情報であるオブジェクト位置識別情報を対応させたオブ
ジェクト位置情報を管理し、制御部101よりオブジェク
ト実体名が入力されるとオブジェクト位置識別情報を出
力する。
The object position management unit 102 manages the object position information in which the hierarchically described object entity name is associated with the object position identification information which is the position information of the object entity, and the control unit 101 inputs the object entity name. Then, the object position identification information is output.

【0047】制御部101は、オブジェクトディレクトリ
管理部104に対してオブジェクト名を出力してオブジェ
クト識別情報を入力し、ディレクトリ変換部103に対し
てオブジェクト識別情報を出力してオブジェクト実体名
を入力し、オブジェクト位置管理部102に対してオブジ
ェクト実体名を出力してオブジェクト位置識別情報を入
力する。
The control unit 101 outputs the object name to the object directory management unit 104 and inputs the object identification information, outputs the object identification information to the directory conversion unit 103 and inputs the object entity name, The object entity name is output to the object position management unit 102 and the object position identification information is input.

【0048】図2は、本発明の第1の実施の形態のディ
レクトリ管理装置を利用したムービーオンデマンド(以
下、MODと略す)サービスシステムの構成図を示す。こ
の場合オブジェクトはビデオやイメージ等のデータファ
イルや端末装置上で動作するプログラムファイルであ
る。
FIG. 2 is a block diagram of a movie-on-demand (hereinafter abbreviated as MOD) service system using the directory management apparatus according to the first embodiment of the present invention. In this case, the object is a data file such as video or image, or a program file operating on the terminal device.

【0049】サーバ装置201は、端末装置202からの要求
に応じてMODサービスを提供する。サーバ装置201は、サ
ービスの提供を制御するアプリケーションサーバ203
と、ファイルを蓄積して端末装置202に送出するビデオ
サーバ204から構成される。
The server device 201 provides the MOD service in response to the request from the terminal device 202. The server device 201 is an application server 203 that controls the provision of services.
And a video server 204 that stores files and sends them to the terminal device 202.

【0050】アプリケーションサーバ203内にオブジェ
クトディレクトリ管理部208と、ディレクトリ変換部207
と、制御部205を設け、ビデオサーバ204内にオブジェク
ト位置管理部に相当するファイルディレクトリ管理部20
6を設けている。
An object directory management unit 208 and a directory conversion unit 207 are provided in the application server 203.
And a control unit 205, and a file directory management unit 20 corresponding to an object position management unit in the video server 204.
6 is provided.

【0051】図3は、本発明の第1の実施の形態のディ
レクトリ管理装置のオブジェクトディレクトリ管理部20
8で管理されるオブジェクトディレクトリ情報のデータ
構造を示す。オブジェクトディレクトリ情報は、オブジ
ェクト名を階層的に記述したオブジェクト名に対して、
オブジェクトをシステム内で一意に識別するオブジェク
ト識別情報を対応させており、オブジェクト名が指定さ
れると、対応するオブジェクト識別情報が得られる。
FIG. 3 shows the object directory management unit 20 of the directory management device according to the first embodiment of the present invention.
8 shows the data structure of object directory information managed by 8. Object directory information is for object names that describe object names hierarchically,
The object identification information for uniquely identifying the object in the system is associated, and when the object name is designated, the corresponding object identification information is obtained.

【0052】図4は、図3で管理されたオブジェクトの
関係を模式的に示し、MODサービスに必要となるオブジ
ェクトのみがMODサービスで管理しやすい分類で階層的
に管理されていることを示している。
FIG. 4 schematically shows the relationship of the objects managed in FIG. 3, showing that only the objects required for the MOD service are hierarchically managed in a classification that is easily managed by the MOD service. There is.

【0053】図5は、本発明の第1の実施の形態のディ
レクトリ管理装置のオブジェクト位置管理部102に相当
するファイルディレクトリ管理部206で管理されるファ
イルディレクトリ情報のデータ構造を示す。ファイルデ
ィレクトリ情報は、ファイル名を階層的に記述したファ
イル名に対して、ファイルをシステム内で一意に識別す
るファイル識別情報を対応させており、ファイル名が指
定されると、対応するファイル識別情報が得られる。
FIG. 5 shows a data structure of file directory information managed by the file directory management unit 206 corresponding to the object position management unit 102 of the directory management apparatus according to the first embodiment of the present invention. In the file directory information, file identification information that uniquely identifies a file in the system is associated with a file name that hierarchically describes the file name. When a file name is specified, the corresponding file identification information Is obtained.

【0054】図6は、図5で管理されたファイルの関係
を模式的に示し、ファイルの種類毎に蓄積装置で管理し
やすい分類でファイルが階層的に管理されていることを
示している。
FIG. 6 schematically shows the relationship of the files managed in FIG. 5, and shows that the files are hierarchically managed according to the type of file that can be easily managed by the storage device.

【0055】図7は、本発明の第1の実施の形態のディ
レクトリ管理装置のディレクトリ変換部207で管理され
るディレクトリ変換情報のデータ構造を示す。ディレク
トリ変換情報はオブジェクト識別情報とファイル名を対
応させており、オブジェクト識別情報が指定されるとフ
ァイル名が得られる。
FIG. 7 shows a data structure of directory conversion information managed by the directory conversion unit 207 of the directory management apparatus according to the first embodiment of this invention. The directory conversion information associates the object identification information with the file name, and when the object identification information is designated, the file name is obtained.

【0056】図8は、図7で管理されたディレクトリ変
換情報によるオブジェクトディレクトリとファイルディ
レクトリの相互関係を模式的に示している。
FIG. 8 schematically shows the mutual relationship between the object directory and the file directory based on the directory conversion information managed in FIG.

【0057】以上のように構成されたディレクトリ管理
装置の動作を図9を使って説明する。図9は、制御部20
5での動作を示しており、端末装置202よりオブジェクト
名を受けると、オブジェクトディレクトリ管理部208に
対してオブジェクト名の検索を要求し、対応するオブジ
ェクト識別情報を取得する。
The operation of the directory management device configured as described above will be described with reference to FIG. FIG. 9 shows the control unit 20.
The operation in FIG. 5 is shown. When the object name is received from the terminal device 202, the object directory management unit 208 is requested to search for the object name, and the corresponding object identification information is acquired.

【0058】次に、ディレクトリ変換部207に対してオ
ブジェクト識別情報の検索を要求し、対応するファイル
名を取得する。次にファイルディレクトリ管理部206に
対してファイル名の検索を要求し、対応するファイル識
別情報を取得して処理を終了する。
Next, the directory conversion unit 207 is requested to retrieve the object identification information, and the corresponding file name is acquired. Next, the file directory management unit 206 is requested to search for the file name, the corresponding file identification information is acquired, and the processing ends.

【0059】このようにファイルの蓄積装置やアプリケ
ーションの実行装置に依存したオブジェクト位置情報と
オブジェクトディレクトリ情報とを分離することがで
き、蓄積装置や実行装置に依存しないサービス独自の効
率的なディレクトリ情報を定義することが可能となる。
In this way, the object position information and the object directory information depending on the storage device of the file and the execution device of the application can be separated, and efficient directory information unique to the service that does not depend on the storage device and the execution device can be obtained. It becomes possible to define.

【0060】(第2の実施の形態)図10は、本発明の
第2の実施の形態であるディレクトリ管理装置の構成図
を示す。本実施の形態のディレクトリ管理装置はディジ
タルCATVシステムで利用され、放送をはじめ、ビデオオ
ンデマンドやテレビショッピングなどの複数のサービス
の提供を可能とするためのディレクトリの管理を行な
う。
(Second Embodiment) FIG. 10 shows a block diagram of a directory management apparatus according to a second embodiment of the present invention. The directory management device according to the present embodiment is used in a digital CATV system, and manages a directory for enabling provision of a plurality of services such as broadcasting, video on demand, and television shopping.

【0061】本実施の形態のディレクトリ管理装置は第
1の実施の形態で示したディレクトリ管理装置に加え
て、サービスディレクトリ管理部1005を備えている。サ
ービスディレクトリ管理部1005は、サービスの名前を階
層的に記述したサービスディレクトリ情報を管理し、制
御部1001よりサービス名が入力されるとシステム内でサ
ービスを一意に識別するサービス識別情報を出力する。
また、制御部1001は、図1に示す制御部101の機能に加
え、サービスディレクトリ管理部1005に対してサービス
名を出力してサービス識別情報を入力し、ディレクトリ
変換部1003に対してサービス識別情報を出力し、オブジ
ェクト実体名を入力し、オブジェクト位置管理部1002に
対してオブジェクト実体名を出力し、オブジェクト実体
識別情報を入力し、オブジェクト実体識別情報によりオ
ブジェクトディレクトリ管理部1003を選択する。オブジ
ェクトディレクトリ管理部1003をサービス毎に複数設け
ることも可能である。
The directory management apparatus of this embodiment is provided with a service directory management unit 1005 in addition to the directory management apparatus shown in the first embodiment. The service directory management unit 1005 manages service directory information in which service names are described hierarchically, and when the service name is input from the control unit 1001, outputs service identification information that uniquely identifies the service in the system.
In addition to the function of the control unit 101 shown in FIG. 1, the control unit 1001 outputs the service name to the service directory management unit 1005 and inputs the service identification information, and the directory conversion unit 1003 receives the service identification information. Is output, the object entity name is input, the object entity name is output to the object position management unit 1002, the object entity identification information is input, and the object directory management unit 1003 is selected according to the object entity identification information. It is also possible to provide a plurality of object directory management units 1003 for each service.

【0062】図11は、本発明の第2の実施の形態のデ
ィレクトリ管理装置を利用して、ムービーオンデマンド
(以下、MODと略す)サービス、放送サービス、テレビ
ショッピング(以下、TVSと略す)サービスの3つのサー
ビスを行なう対話型情報サービスシステムの構成図を示
す。
FIG. 11 shows a movie-on-demand (hereinafter abbreviated as MOD) service, a broadcasting service, and a television shopping (hereinafter abbreviated as TVS) service using the directory management device according to the second embodiment of the present invention. The block diagram of the interactive information service system which performs the three services of FIG.

【0063】サーバ装置1101は、端末装置1102からの要
求に応じて各種情報サービスを提供する。サーバ装置11
01は、端末装置1102からのサービス要求を受け付けるサ
ービスゲートウェイ1109と、サーバ装置内のプロセスの
位置を管理するネームサーバ1110と、MODアプリケーシ
ョンサーバ1103と、放送アプリケーションサーバ1115
と、TVSアプリケーションサーバ1116と、ファイルを蓄
積して端末装置1102に提供するビデオサーバ1104から構
成される。
The server device 1101 provides various information services in response to a request from the terminal device 1102. Server device 11
01 is a service gateway 1109 that receives a service request from the terminal device 1102, a name server 1110 that manages the position of a process in the server device, a MOD application server 1103, and a broadcast application server 1115.
A TVS application server 1116, and a video server 1104 that stores files and provides them to the terminal device 1102.

【0064】MODアプリケーションサーバ1103内にオブ
ジェクトディレクトリ管理部1108と、ディレクトリ変換
部1107と、制御部1105が設けられ、放送アプリケーショ
ンサーバ、TVSアプリケーションサーバにも同様に、オ
ブジェクトディレクトリ管理部とディレクトリ変換部と
制御部が設けられる。またビデオサーバ1104内にファイ
ルディレクトリ管理部1106が設けられる。
An object directory management unit 1108, a directory conversion unit 1107, and a control unit 1105 are provided in the MOD application server 1103, and the broadcast application server and the TVS application server similarly have an object directory management unit and a directory conversion unit. A control unit is provided. A file directory management unit 1106 is provided in the video server 1104.

【0065】また、サービスゲートウェイ1109内にサー
ビスディレクトリ管理部1113と、ディレクトリ変換部11
14と、制御部1111が設けられる。またネームサーバ1110
にはプロセス位置管理部1112が設けられる。ファイルデ
ィレクトリ管理部1106とプロセス位置管理部1112が図1
0に示すオブジェクト位置管理部1002に相当する。
In the service gateway 1109, the service directory management unit 1113 and the directory conversion unit 11 are also provided.
14 and a control unit 1111 are provided. Also name server 1110
Is provided with a process position management unit 1112. The file directory management unit 1106 and the process location management unit 1112 are shown in FIG.
It corresponds to the object position management unit 1002 indicated by 0.

【0066】図12は、サービスゲートウェイ1109内の
サービスディレクトリ管理部1113で管理されるサービス
ディレクトリ情報のデータ構造を示す。サービスディレ
クトリ情報は、サービス名とサービス識別情報とを対応
させており、サービス名が指定されるとサービス識別情
報が得られる。なお、MOD、放送、TVSの各アプリケーシ
ョンサーバ内にあるオブジェクトディレクトリ管理部と
ディレクトリ変換部と制御部、およびビデオサーバ内に
あるファイルディレクトリ管理部については前記第1の
実施の形態と同様なので説明を省略する。
FIG. 12 shows the data structure of service directory information managed by the service directory management unit 1113 in the service gateway 1109. The service directory information associates the service name with the service identification information, and when the service name is designated, the service identification information is obtained. The object directory management unit and directory conversion unit and control unit in each application server for MOD, broadcasting, and TVS, and the file directory management unit in the video server are the same as those in the first embodiment, so a description is given. Omit it.

【0067】図13は、ネームサーバ1110内のプロセス
位置管理部1112で管理されるプロセス位置情報のデータ
構造を示す。プロセス位置情報は、サービスアプリケー
ションのプロセス名と、プロセスの位置を示すプロセス
識別情報とを対応させており、プロセス名が指定される
とプロセス識別情報が得られる。
FIG. 13 shows the data structure of process position information managed by the process position management unit 1112 in the name server 1110. The process location information associates the process name of the service application with the process identification information indicating the location of the process. When the process name is designated, the process identification information is obtained.

【0068】図14は、サービスゲートウェイ1109内の
ディレクトリ変換部1114で管理されるディレクトリ変換
情報のデータ構造を示す。ディレクトリ変換情報は、サ
ービス識別情報とサービスアプリケーションのプロセス
名とを対応させており、サービス識別情報が指定される
とプロセス名が得られる。
FIG. 14 shows a data structure of directory conversion information managed by the directory conversion unit 1114 in the service gateway 1109. The directory conversion information associates the service identification information with the process name of the service application. When the service identification information is designated, the process name is obtained.

【0069】図15は、制御部1111での動作を示してお
り、端末装置1102よりサービス名を受けると、サービス
ディレクトリ管理部1113に対してサービス名の検索を要
求し、対応するサービス識別情報を取得し、ディレクト
リ変換部1114に対してサービス識別情報に対応するプロ
セス名を取得する。
FIG. 15 shows the operation of the control unit 1111. When the service name is received from the terminal device 1102, the service directory management unit 1113 is requested to retrieve the service name, and the corresponding service identification information is sent. Then, the process name corresponding to the service identification information is acquired from the directory conversion unit 1114.

【0070】次に、プロセス位置管理部1112に対してプ
ロセス名に対応するプロセス識別情報を取得し、プロセ
ス識別情報よりアプリケーションサーバを選択し、選択
したアプリケーションサーバの制御部1105にディレクト
リに関する処理を依頼する。制御部1105では第1の実施
の形態で述べたと同様の処理を行なう。
Next, the process position management unit 1112 acquires the process identification information corresponding to the process name, selects the application server from the process identification information, and requests the control unit 1105 of the selected application server to perform processing related to the directory. To do. The control unit 1105 performs the same processing as that described in the first embodiment.

【0071】以上に述べたように、本実施の形態のディ
レクトリ管理装置ではサービスディレクトリ管理部を設
けることにより、複数のオブジェクトディレクトリ管理
部を切り替えることが可能となる。また個々のオブジェ
クトディレクトリ管理部ではサービスに必要なオブジェ
クトのみをサービスで管理しやすいディレクトリ構造で
管理することが可能であると同時に、同じファイルを異
なるサービスで異なるオブジェクト名で共有することも
可能となる。
As described above, by providing the service directory management unit in the directory management apparatus of this embodiment, it is possible to switch a plurality of object directory management units. In addition, each object directory management unit can manage only the objects required for the service with a directory structure that can be easily managed by the service, and at the same time, the same file can be shared by different services with different object names. .

【0072】図11の対話型情報サービスシステムで
は、制御部、ディレクトリ変換部を各々サービスゲート
ウェイとアプリケーションサーバに分割したが、それぞ
れ1つの制御部、ディレクトリ変換部によって構成する
ことも可能であることは言うまでもない。
In the interactive information service system of FIG. 11, the control unit and the directory conversion unit are divided into the service gateway and the application server, but it is also possible to configure them by one control unit and one directory conversion unit, respectively. Needless to say.

【0073】(第3の実施の形態)図16は、本発明の
第3の実施の形態のディレクトリ管理装置の構成図を示
す。本実施の形態のディレクトリ管理装置は、前記第2
の実施の形態のディレクトリ管理装置と同様、ディジタ
ルCATVシステムで利用される。
(Third Embodiment) FIG. 16 shows a block diagram of a directory management apparatus according to a third embodiment of the present invention. The directory management device of the present embodiment is the second
It is used in a digital CATV system like the directory management apparatus of the embodiment.

【0074】本実施の形態のディレクトリ管理装置は、
前記第2の実施の形態で示したディレクトリ管理装置に
加えて、オブジェクト利用条件管理部1606を備えてい
る。制御部1601は図10に示す制御部1001の機能に加
え、オブジェクト名と同時にオブジェクト利用パラメー
タを入力し、オブジェクトディレクトリ管理部1604に対
してオブジェクト名とオブジェクト利用パラメータを出
力し、オブジェクト識別情報を入力する。
The directory management device of the present embodiment is
In addition to the directory management device shown in the second embodiment, an object usage condition management unit 1606 is provided. In addition to the function of the control unit 1001 shown in FIG. 10, the control unit 1601 inputs the object use parameter at the same time as the object name, outputs the object name and the object use parameter to the object directory management unit 1604, and inputs the object identification information. To do.

【0075】オブジェクトディレクトリ管理部1604は、
図10に示すオブジェクトディレクトリ管理部1004の機
能に加え、オブジェクト利用条件管理部1606に対してオ
ブジェクト識別情報を出力してオブジェクト利用条件を
入力し、制御部1601より入力した利用パラメータと比較
し、利用条件を満たす場合には制御部1601にオブジェク
ト識別情報を出力し、満たさない場合は出力しない。
The object directory management unit 1604
In addition to the function of the object directory management unit 1004 shown in FIG. 10, the object identification information is output to the object usage condition management unit 1606, the object usage conditions are input, and the usage parameters are compared with the usage parameters input from the control unit 1601 and used. If the condition is satisfied, the object identification information is output to the control unit 1601, and if not satisfied, it is not output.

【0076】オブジェクト利用条件管理部1606は、オブ
ジェクトを利用する際の条件に関する情報を管理し、オ
ブジェクトディレクトリ管理部1604よりオブジェクト識
別情報を入力すると、オブジェクト識別情報で識別され
るオブジェクトの利用条件を出力する。
The object usage condition management unit 1606 manages information relating to the conditions for using the object, and when the object identification information is input from the object directory management unit 1604, the usage condition of the object identified by the object identification information is output. To do.

【0077】図17は、オブジェクト利用条件管理部16
06で管理されるオブジェクト利用条件のデータ構造を示
す。オブジェクト利用条件は、オブジェクト識別情報と
オブジェクト利用条件を対応させており、オブジェクト
識別情報が指定されるとオブジェクト利用条件が得られ
る。図17において利用者の年齢が18才未満ならばオ
ブジェクトが利用できないというオブジェクト利用条件
が設定されている。
FIG. 17 shows the object use condition management unit 16
Shows the data structure of the object usage conditions managed in 06. The object use condition associates the object identification information with the object use condition, and when the object identification information is designated, the object use condition is obtained. In FIG. 17, an object use condition is set that the object cannot be used if the user's age is less than 18 years old.

【0078】図18は、オブジェクトディレクトリ管理
部1604の動作を示しており、制御部1601よりオブジェク
ト名とオブジェクト利用パラメータを入力し、オブジェ
クト名の検索を行ない、オブジェクト識別情報を取得す
る。
FIG. 18 shows the operation of the object directory management unit 1604. The object name and the object utilization parameter are input from the control unit 1601 and the object name is searched to obtain the object identification information.

【0079】さらにオブジェクト利用条件管理部1606に
対してオブジェクト識別情報を入力し、オブジェクト識
別情報に対応するオブジェクト利用条件を取得する。オ
ブジェクト利用パラメータがオブジェクト利用条件を満
たす場合は、オブジェクト識別情報を制御部1601に出力
し、利用条件を満たさない場合は出力しない。
Further, the object identification information is input to the object utilization condition management unit 1606, and the object utilization condition corresponding to the object identification information is acquired. When the object usage parameter satisfies the object usage condition, the object identification information is output to the control unit 1601, and when the usage condition is not satisfied, it is not output.

【0080】図19は、本実施の形態のディレクトリ管
理装置を利用した場合の端末装置に表示されるMODサー
ビスの状況を示しており、18才未満の利用者がオブジ
ェクト識別情報D0101で識別される映画を選択した場
合、本実施の形態のディレクトリ管理装置よりオブジェ
クト識別情報D0101に対応するオブジェクト位置識別情
報を取得することを試みるが、オブジェクトの利用条件
を満たさないためオブジェクト位置識別情報が得られ
ず、端末装置では視聴できない旨のメッセージを表示す
る。
FIG. 19 shows the status of the MOD service displayed on the terminal device when the directory management device of this embodiment is used. A user under the age of 18 is identified by the object identification information D0101. When a movie is selected, an attempt is made to obtain object position identification information corresponding to the object identification information D0101 from the directory management device of the present embodiment, but the object position identification information cannot be obtained because the object usage condition is not satisfied. , A message indicating that the terminal device cannot view is displayed.

【0081】以上によりディレクトリ情報とは別に利用
条件を管理する必要がなく、サービス毎にその内容に依
存したオブジェクトの利用条件を設定することができる
という利点を有する。
As described above, there is an advantage that it is not necessary to manage the usage conditions separately from the directory information, and the usage conditions of the object depending on the contents can be set for each service.

【0082】また、同様にサービス利用条件管理部を設
けることにより、複数のサービス間で同じオブジェクト
を利用する場合、サービスによって異なる利用条件を設
定することができることは言うまでもない。
Needless to say, by providing a service use condition management section, different use conditions can be set for each service when the same object is used among a plurality of services.

【0083】(第4の実施の形態)第4の実施の形態
は、前記第3の実施の形態において、図20に示すオブ
ジェクトディレクトリ情報を管理するオブジェクトディ
レクトリ管理部1604を備えたディレクトリ管理装置であ
る。
(Fourth Embodiment) The fourth embodiment is a directory management device provided with an object directory management unit 1604 for managing the object directory information shown in FIG. 20 in the third embodiment. is there.

【0084】図20に示すオブジェクトディレクトリ情
報のデータ構造は、1つのオブジェクト名に対して、複
数のオブジェクト識別情報を対応させることが可能であ
る。なお本実施の形態のディレクトリ管理装置はディジ
タル衛星放送システムで利用される。
In the data structure of the object directory information shown in FIG. 20, a plurality of object identification information can be associated with one object name. The directory management device of this embodiment is used in a digital satellite broadcasting system.

【0085】図21は、本実施の形態におけるオブジェ
クト利用条件管理部1606で管理されるオブジェクト利用
条件のデータ構造を示す。オブジェクト利用条件は、オ
ブジェクト識別情報とオブジェクト利用条件を対応させ
ており、オブジェクト識別情報が指定されるとオブジェ
クト利用条件が得られる。図21において利用者のゲー
ムの操作レベルが初級、中級、上級の場合にそれぞれオ
ブジェクトが利用できるというオブジェクト利用条件が
設定されている。
FIG. 21 shows a data structure of object usage conditions managed by the object usage condition management unit 1606 in this embodiment. The object use condition associates the object identification information with the object use condition, and when the object identification information is designated, the object use condition is obtained. In FIG. 21, object use conditions are set such that the object can be used when the user's game operation level is beginner, intermediate, or advanced.

【0086】図22は、本実施の形態におけるオブジェ
クトディレクトリ管理部1604の動作を示しており、制御
部1601よりオブジェクト名とオブジェクト利用パラメー
タを入力し、オブジェクト名の検索を行ない、オブジェ
クト識別情報を取得する。オブジェクト識別情報が取得
できない場合は終了する。
FIG. 22 shows the operation of the object directory management unit 1604 in this embodiment. The object name and the object utilization parameter are input from the control unit 1601 and the object name is searched to obtain the object identification information. To do. If the object identification information cannot be acquired, the process ends.

【0087】さらにオブジェクト利用条件管理部1606に
対してオブジェクト識別情報を出力し、オブジェクト識
別情報に対応するオブジェクト利用条件を取得する。オ
ブジェクト利用パラメータがオブジェクト利用条件を満
たす場合は、オブジェクト識別情報を制御部1601に出力
する。利用条件を満たさない場合は同じオブジェクト名
に対する次のオブジェクト識別情報を取得し、もし取得
できれば前記と同様にオブジェクト識別情報を制御部16
01に出力し、取得できなければ出力しない。
Further, the object identification information is output to the object utilization condition management unit 1606, and the object utilization condition corresponding to the object identification information is acquired. When the object usage parameter satisfies the object usage condition, the object identification information is output to the control unit 1601. If the usage condition is not satisfied, the next object identification information for the same object name is acquired.
Output to 01 and do not output if it cannot be acquired.

【0088】図23は、端末装置において、前記第4の
実施の形態のディレクトリ管理装置によりゲームサービ
スを行なった場合に端末装置に表示される“リアルファ
イター”というゲームを利用者が選択した場合、“リア
ルファイター”に相当するオブジェクト名“/Content/N
ew/game1”よりオブジェクト位置識別情報を取得するこ
とを試みるが、複数のオブジェクト識別情報が存在する
ため、利用者の操作レベルによりオブジェクト識別情報
を選択することにより、同じ“リアルファイター”を指
定した場合でも、利用者の操作レベルが初級レベル、中
級レベル、上級レベルで異なる内容のゲームが提供され
ることを示している。
FIG. 23 shows a case where the user selects the game "real fighter" displayed on the terminal device when the game service is provided by the directory management device according to the fourth embodiment. Object name equivalent to "Real Fighter""/ Content / N
I tried to get the object position identification information from "ew / game1", but there are multiple pieces of object identification information, so the same "real fighter" was specified by selecting the object identification information according to the operation level of the user. Even in this case, it is shown that the user's operation level provides games with different contents depending on the beginner level, the intermediate level, and the advanced level.

【0089】同様に同じ映画名だが利用者の使用言語に
より言語が異なるバージョンの切替や、端末装置の種類
により同じ名前のオブジェクトであるが端末装置の能力
に応じた種類のファイルを提供することも可能であるこ
とは言うまでもない。
Similarly, it is also possible to switch between versions having the same movie name but different languages depending on the language used by the user, or to provide files of the same name depending on the type of the terminal device but of the type corresponding to the capability of the terminal device. It goes without saying that it is possible.

【0090】(第5の実施の形態)図24は、本発明の
第5の実施の形態のディレクトリ管理装置の構成図を示
す。本実施の形態のディレクトリ管理装置は、ディジタ
ル衛星放送システムで利用される。
(Fifth Embodiment) FIG. 24 shows a block diagram of a directory management apparatus according to a fifth embodiment of the present invention. The directory management device of this embodiment is used in a digital satellite broadcasting system.

【0091】本実施の形態のディレクトリ管理装置は前
記第3または第4の実施の形態で示したディレクトリ管
理装置に加えて、オブジェクトUI情報管理部2407を備え
ている。
The directory management apparatus of this embodiment is provided with an object UI information management unit 2407 in addition to the directory management apparatus shown in the third or fourth embodiment.

【0092】端末装置では、利用者がサービスを利用す
るためにメニュー等のユーザインタフェースを表示す
る。オブジェクトUI情報管理部2407は、このユーザイン
タフェースを作成するために必要となるオブジェクトに
関する情報、例えば映画のタイトル名や商品情報などを
オブジェクト識別情報に対応させて管理し、オブジェク
トディレクトリ管理部よりオブジェクト識別情報を入力
するとオブジェクトUI情報を出力する。オブジェクトデ
ィレクトリ管理部2404はオブジェクト識別情報にあわせ
てオブジェクトUI情報を制御部2401に出力し、制御部24
01は端末装置に出力する。
The terminal device displays a user interface such as a menu so that the user can use the service. The object UI information management unit 2407 manages information related to the objects necessary to create this user interface, such as movie title name and product information, in association with the object identification information, and the object directory management unit identifies the objects. When the information is input, the object UI information is output. The object directory management unit 2404 outputs the object UI information to the control unit 2401 according to the object identification information, and the control unit 24
01 is output to the terminal device.

【0093】図25は、オブジェクト利用条件管理部24
06で管理されるオブジェクト利用条件管理情報のデータ
構造を示す。オブジェクト利用条件はオブジェクト識別
情報とオブジェクト利用条件を対応させており、オブジ
ェクト識別情報が指定されるとオブジェクト利用条件が
得られる。
FIG. 25 shows the object use condition management unit 24.
Shows the data structure of the object usage rule management information managed in 06. The object use condition associates the object identification information with the object use condition, and when the object identification information is designated, the object use condition is obtained.

【0094】図25において、オブジェクト識別情報D
0001で識別されるオブジェクトは利用者の利用言語が日
本語の場合に、オブジェクト識別情報D0002で識別され
るオブジェクトは利用者の利用言語が英語の場合にそれ
ぞれ利用できるという条件が設定されている。
In FIG. 25, the object identification information D
Conditions are set such that the object identified by 0001 can be used when the user's language of use is Japanese, and the object identified by the object identification information D0002 can be used when the user's language of use is English.

【0095】図26は、オブジェクトUI情報管理部2407
で管理されるUI情報のデータ構造を示す。オブジェクト
UI情報は、オブジェクト識別情報とオブジェクトUI情報
を対応させており、オブジェクト識別情報が指定される
とオブジェクトUI情報が得られる。
FIG. 26 shows the object UI information management unit 2407.
Shows the data structure of UI information managed by. object
The UI information associates the object identification information with the object UI information, and when the object identification information is designated, the object UI information is obtained.

【0096】図26では、オブジェクト識別情報D0001
で識別されるオブジェクトのタイトル名が“恋におち
て”、オブジェクト識別情報D0002で識別されるオブジ
ェクトのタイトル名が“Falling in Love”であること
を示している。
In FIG. 26, the object identification information D0001
It indicates that the title name of the object identified by is "Falling in Love" and the title name of the object identified by the object identification information D0002 is "Falling in Love".

【0097】図27は、オブジェクトディレクトリ管理
部2404の動作を示しており、制御部2401よりオブジェク
ト名とオブジェクト利用パラメータを受けると、オブジ
ェクト名の検索を行ない、対応するオブジェクト識別情
報を取得する。取得できなければ終了する。
FIG. 27 shows the operation of the object directory management unit 2404. When the object name and the object utilization parameter are received from the control unit 2401, the object name is searched and the corresponding object identification information is acquired. If it cannot be acquired, the process ends.

【0098】さらにオブジェクト利用条件管理部2406に
対してオブジェクト識別情報を出力し、オブジェクト識
別情報に対応するオブジェクト利用条件を取得する。オ
ブジェクト利用パラメータがオブジェクト利用条件を満
たす場合は、オブジェクトUI情報管理部2407に対して、
オブジェクト識別情報を出力して対応するオブジェクト
UI情報を取得し、オブジェクト識別情報とオブジェクト
UI情報を制御部2401に出力する。オブジェクト利用条件
を満たさない場合は出力しない。
Further, the object identification information is output to the object utilization condition management unit 2406, and the object utilization condition corresponding to the object identification information is acquired. If the object usage parameters satisfy the object usage conditions, the object UI information management unit 2407
Output the object identification information and corresponding object
Get UI information, object identification information and object
The UI information is output to the control unit 2401. Not output if the object usage conditions are not met.

【0099】図28は、端末装置において、前記第5の
実施の形態のディレクトリ管理装置によりMODサービス
である「レンタルビデオショップ “SBS”」を選択
した場合に、端末装置のユーザインタフェースとして映
画のタイトル一覧が表示されるが、映画のタイトルのオ
ブジェクトの利用条件を満たすもののみタイトル名を取
得できるため、端末装置に表示されるメニューのメッセ
ージが、利用者の使用言語が日本語か英語によって異な
ることを示している。
FIG. 28 shows a movie title as a user interface of the terminal device when "rental video shop" SBS "" which is a MOD service is selected by the directory management device of the fifth embodiment in the terminal device. Although a list is displayed, since the title name can be acquired only if the movie title object usage conditions are met, the menu message displayed on the terminal device may differ depending on whether the user's language is Japanese or English. Is shown.

【0100】以上により利用者の条件にあった端末装置
のユーザインタフェースを作成することが可能となる。
As described above, it is possible to create the user interface of the terminal device that meets the conditions of the user.

【0101】[0101]

【発明の効果】以上の実施の形態に基づく説明から明ら
かなように本発明は、まず第1に、オブジェクト位置管
理部とオブジェクトディレクトリ管理部とディレクトリ
変換部を設けたことにより、ファイルの蓄積装置やアプ
リケーションの実行装置に依存したオブジェクト位置情
報とオブジェクトディレクトリ情報とを分離することが
でき、蓄積装置や実行装置に依存しないサービス独自の
効率的なディレクトリ情報を定義することが可能となる
という効果が得られる。
As is apparent from the description based on the above embodiments, the present invention is, first of all, provided with an object position management section, an object directory management section and a directory conversion section, so that a file storage device is provided. It is possible to separate the object position information and the object directory information depending on the execution device of the application or the application, and it is possible to define efficient directory information unique to the service that does not depend on the storage device or the execution device. can get.

【0102】第2に、オブジェクト位置情報とオブジェ
クトディレクトリ情報を分離することができるため、サ
ービスアプリケーションにおいてオブジェクト位置情報
に依存したディレクトリ情報を使い分ける必要がなくな
るという効果が得られる。
Secondly, since the object position information and the object directory information can be separated, it is possible to obtain the effect that it is not necessary to properly use the directory information depending on the object position information in the service application.

【0103】第3に、蓄積装置の増設やファイルの移
動、複写に伴いオブジェクト位置情報が変更されてもア
プリケーションを変更する必要がないという効果が得ら
れる。
Thirdly, there is an effect that it is not necessary to change the application even if the object position information is changed due to the addition of the storage device, the movement of the file, and the copying.

【0104】第4に、サービスディレクトリ管理部を設
けたことにより、複数のサービスにおいて各々独自のオ
ブジェクトディレクトリ情報を管理できるという効果が
得られる。
Fourthly, by providing the service directory management section, it is possible to obtain the effect of managing the unique object directory information for each of a plurality of services.

【0105】第5に、オブジェクト利用条件管理部、サ
ービス利用条件管理部を設けたことにより、ディレクト
リ情報とは別に利用条件を管理する必要がなく、サービ
ス毎にその内容に依存したサービスとオブジェクトの利
用条件を設定することができるという効果が得られる。
Fifth, since the object usage condition management unit and the service usage condition management unit are provided, it is not necessary to manage the usage conditions separately from the directory information, and the services and objects depending on the contents of each service The effect is that the usage conditions can be set.

【0106】第6に、複数のサービス間で同じオブジェ
クトを利用する場合、サービスによって異なる利用条件
を設定することができるという効果が得られる。
Sixth, when the same object is used among a plurality of services, there is an effect that different usage conditions can be set depending on the services.

【0107】第7に、オブジェクトディレクトリ管理部
において、1つのオブジェクト名に対して複数のオブジ
ェクトを対応づけるオブジェクトディレクトリ情報を管
理することにより、オブジェクト利用条件の判定結果よ
り同じ名前を持つ複数のオブジェクトの中から1つのオ
ブジェクトを選択することできるという効果が得られ
る。
Seventh, the object directory management unit manages the object directory information that associates a plurality of objects with one object name, so that a plurality of objects having the same name can be identified from the result of the object usage condition determination. The effect that one object can be selected from the inside is obtained.

【0108】第8に、サービスディレクトリ管理部にお
いて、1つのサービス名に対して複数のサービスを対応
づけるサービスディレクトリ情報を管理することによ
り、サービス利用条件の判定結果より同じ名前を持つ複
数のサービスの中から1つのサービスを選択することが
できるという効果が得られる。
Eighth, the service directory management unit manages the service directory information that associates a plurality of services with one service name, so that a plurality of services having the same name can be identified based on the service use condition determination result. The effect that one service can be selected from the inside is obtained.

【0109】第9に、サービスUI情報管理部、オブジェ
クトUI情報管理部を設けたことにより、オブジェクト位
置管理部で管理するオブジェクト実体名を利用したわか
りにくい端末装置のユーザインタフェースを避けること
ができ、またディレクトリ管理とは別にユーザインタフ
ェース情報管理を行なう必要が無いという効果が得られ
る。
Ninth, by providing the service UI information management section and the object UI information management section, it is possible to avoid the user interface of the terminal device which is difficult to understand using the object entity name managed by the object position management section. Further, there is an effect that it is not necessary to manage the user interface information separately from the directory management.

【0110】第10に、サービスUI情報管理部、オブジ
ェクトUI情報管理部とサービス利用条件管理部、オブジ
ェクト利用条件管理部の双方を組み合わせることによ
り、利用者の条件にあった端末装置のユーザインタフェ
ースを作成することが可能となる。
Tenth, by combining both the service UI information management unit, the object UI information management unit, the service usage condition management unit, and the object usage condition management unit, the user interface of the terminal device that meets the conditions of the user can be obtained. It is possible to create.

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

【図1】本発明の第1の実施の形態によるディレクトリ
管理装置の構成図、
FIG. 1 is a configuration diagram of a directory management device according to a first embodiment of the present invention,

【図2】本発明の第1の実施の形態によるディレクトリ
管理装置を備えたムービーオンデマンド(MOD)システ
ムの構成図、
FIG. 2 is a configuration diagram of a movie-on-demand (MOD) system including a directory management device according to the first embodiment of the present invention,

【図3】本発明の第1の実施の形態によるオブジェクト
ディレクトリ管理部208で管理するオブジェクトディレ
クトリ情報のデータ構成図、
FIG. 3 is a data configuration diagram of object directory information managed by an object directory management unit 208 according to the first embodiment of the present invention,

【図4】本発明の第1の実施の形態によるオブジェクト
ディレクトリ管理部208で管理するオブジェクトディレ
クトリの概念図、
FIG. 4 is a conceptual diagram of an object directory managed by an object directory management unit 208 according to the first embodiment of the present invention,

【図5】本発明の第1の実施の形態によるファイルディ
レクトリ管理部206で管理するファイルディレクトリ情
報のデータ構成図、
FIG. 5 is a data configuration diagram of file directory information managed by a file directory management unit 206 according to the first embodiment of the present invention,

【図6】本発明の第1の実施の形態によるファイルディ
レクトリ管理部206で管理するファイルディレクトリ情
報の概念図、
FIG. 6 is a conceptual diagram of file directory information managed by a file directory management unit 206 according to the first embodiment of the present invention,

【図7】本発明の第1の実施の形態によるディレクトリ
変換部207で管理するディレクトリ変換情報のデータ構
成図、
FIG. 7 is a data configuration diagram of directory conversion information managed by the directory conversion unit 207 according to the first embodiment of the present invention,

【図8】本発明の第1の実施の形態によるディレクトリ
変換部207で管理するディレクトリ変換情報の概念図、
FIG. 8 is a conceptual diagram of directory conversion information managed by a directory conversion unit 207 according to the first embodiment of the present invention,

【図9】本発明の第1の実施の形態による制御部202の
処理フローチャート、
FIG. 9 is a processing flowchart of the control unit 202 according to the first embodiment of the present invention,

【図10】本発明の第2の実施の形態によるディレクト
リ管理装置の構成図、
FIG. 10 is a configuration diagram of a directory management device according to a second embodiment of the present invention,

【図11】本発明の第2の実施の形態によるディレクト
リ管理装置を備えたデジタルCATVシステムの構成図、
FIG. 11 is a configuration diagram of a digital CATV system including a directory management device according to a second embodiment of the present invention,

【図12】本発明の第2の実施の形態によるサービスデ
ィレクトリ管理部1113で管理するサービスディレクトリ
情報のデータ構成図
FIG. 12 is a data configuration diagram of service directory information managed by a service directory management unit 1113 according to the second embodiment of the present invention.

【図13】本発明の第2の実施の形態によるプロセス位
置管理部1112で管理するプロセス位置情報のデータ構成
図、
FIG. 13 is a data configuration diagram of process position information managed by a process position management unit 1112 according to the second embodiment of the present invention,

【図14】本発明の第2の実施の形態によるディレクト
リ変換部1114で管理するディレクトリ変換情報のデータ
構成図、
FIG. 14 is a data configuration diagram of directory conversion information managed by a directory conversion unit 1114 according to the second embodiment of the present invention,

【図15】本発明の第2の実施の形態による制御部11
11の処理フローチャート、
FIG. 15 is a control unit 11 according to a second embodiment of the present invention.
11 processing flowchart,

【図16】本発明の第3の実施の形態によるディレクト
リ管理装置の構成図、
FIG. 16 is a configuration diagram of a directory management device according to a third embodiment of the present invention,

【図17】本発明の第3の実施の形態によるオブジェク
ト利用条件管理部1606で管理するオブジェクト利用条件
情報のデータ構成図、
FIG. 17 is a data configuration diagram of object usage condition information managed by an object usage condition management unit 1606 according to the third embodiment of the present invention,

【図18】本発明の第3の実施の形態によるオブジェク
トディレクトリ管理部1604の処理フローチャート、
FIG. 18 is a processing flowchart of an object directory management unit 1604 according to the third embodiment of the present invention,

【図19】本発明の第3の実施の形態によるディレクト
リ管理装置を備えたデジタルCATVシステムの端末装置の
画面イメージ、
FIG. 19 is a screen image of a terminal device of a digital CATV system including a directory management device according to a third embodiment of the present invention,

【図20】本発明の第4の実施の形態によるオブジェク
トディレクトリ管理部1604で管理するオブジェクトディ
レクトリ情報のデータ構成図、
FIG. 20 is a data configuration diagram of object directory information managed by an object directory management unit 1604 according to the fourth embodiment of the present invention,

【図21】本発明の第4の実施の形態によるオブジェク
ト利用条件管理部1606で管理するオブジェクト利用条件
情報のデータ構成図、
FIG. 21 is a data configuration diagram of object usage condition information managed by an object usage condition management unit 1606 according to the fourth embodiment of the present invention;

【図22】本発明の第4の実施の形態によるオブジェク
トディレクトリ管理部1604の処理フローチャート、
FIG. 22 is a processing flowchart of the object directory management unit 1604 according to the fourth embodiment of the present invention;

【図23】本発明の第4の実施の形態によるディレクト
リ管理装置を備えたデジタル衛星放送システムの端末装
置の画面イメージ、
FIG. 23 is a screen image of a terminal device of a digital satellite broadcasting system including a directory management device according to a fourth embodiment of the present invention,

【図24】本発明の第5の実施の形態によるディレクト
リ管理装置の構成図、
FIG. 24 is a configuration diagram of a directory management device according to a fifth embodiment of the present invention,

【図25】本発明の第5の実施の形態によるオブジェク
ト利用条件管理部2406で管理するオブジェクト利用条件
のデータ構成図、
FIG. 25 is a data configuration diagram of object usage conditions managed by an object usage condition management unit 2406 according to the fifth embodiment of the present invention;

【図26】本発明の第5の実施の形態によるオブジェク
トUI情報管理部2407で管理するオブジェクトUI情報のデ
ータ構成図、
FIG. 26 is a data configuration diagram of object UI information managed by an object UI information management unit 2407 according to the fifth embodiment of the present invention,

【図27】本発明の第5の実施の形態によるオブジェク
トディレクトリ管理部2404の処理フローチャート、
FIG. 27 is a processing flowchart of an object directory management unit 2404 according to the fifth embodiment of the present invention,

【図28】本発明の第5の実施の形態によるディレクト
リ管理装置を備えたデジタル衛星放送システムの端末装
置の画面イメージ、
FIG. 28 is a screen image of a terminal device of a digital satellite broadcasting system including a directory management device according to a fifth embodiment of the present invention,

【図29】従来のディレクトリ管理装置の構成図、FIG. 29 is a configuration diagram of a conventional directory management device,

【図30】従来のディレクトリ管理装置を備えたムービ
ーオンデマンド(MOD)システムの構成図である。
FIG. 30 is a configuration diagram of a movie on demand (MOD) system including a conventional directory management device.

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

101、205、1001、1105、1111、1601 制御部 2401、2901、3005 制御部 102、1002、1602、2402、2902 オブジェクト位置管理
部 103、207、1003、1107、1114、1603、2403 ディレクト
リ変換部 104、208、1004、1108、1604、2404 オブジェクトディ
レクトリ管理部 1005、1113、1605、2405 サービスディレクトリ管理部 1606、2406 オブジェクト利用条件管理部 2407 オブジェクトUI情報管理部 201、1101、3001 サーバ装置 202、1102、3002 端末装置 203、1103、3003 MODアプリケーションサーバ 204、1104、3004 ビデオサーバ 206、1106、3006 ファイルディレクトリ管理部 1109 サービスゲートウェイ 1110 ネームサーバ 1112 プロセス位置管理部 1115 放送アプリケーションサーバ 1116 TVショッピングアプリケーションサーバ
101, 205, 1001, 1105, 1111, 1601 Control unit 2401, 2901, 3005 Control unit 102, 1002, 1602, 2402, 2902 Object position management unit 103, 207, 1003, 1107, 1114, 1603, 2403 Directory conversion unit 104 , 208, 1004, 1108, 1604, 2404 Object directory management unit 1005, 1113, 1605, 2405 Service directory management unit 1606, 2406 Object usage condition management unit 2407 Object UI information management unit 201, 1101, 3001 Server device 202, 1102, 3002 Terminal device 203, 1103, 3003 MOD Application server 204, 1104, 3004 Video server 206, 1106, 3006 File directory management unit 1109 Service gateway 1110 Name server 1112 Process position management unit 1115 Broadcast application server 1116 TV shopping application server

Claims (12)

【特許請求の範囲】[Claims] 【請求項1】 オブジェクトの名前を階層的に記述した
オブジェクトディレクトリ情報を管理するオブジェクト
ディレクトリ管理部と、オブジェクト位置情報を管理す
るオブジェクト位置管理部と、オブジェクトディレクト
リ情報をオブジェクト位置情報に変換するディレクトリ
変換部と、前記オブジェクトディレクトリ管理部と前記
オブジェクト位置管理部と前記ディレクトリ変換部に対
して検索要求を出力して検索結果を入力する制御部とを
備えることを特徴とするディレクトリ管理装置。
1. An object directory management unit for managing object directory information in which object names are hierarchically described, an object position management unit for managing object position information, and a directory conversion for converting object directory information into object position information. A directory management device comprising: a unit, an object directory management unit, the object position management unit, and a control unit that outputs a search request to the directory conversion unit and inputs a search result.
【請求項2】 サービスの名前を階層的に記述したサー
ビスディレクトリ情報を管理するサービスディレクトリ
管理部を更に備え、前記制御部が前記サービスディレク
トリ管理部に対して検索要求を出力して検索結果を入力
し、検索結果よりサービス毎に存在する前記オブジェク
トディレクトリ管理部の中から1つを選択する、請求項
1記載のディレクトリ管理装置。
2. A service directory management unit for managing service directory information hierarchically describing service names, wherein the control unit outputs a search request to the service directory management unit and inputs a search result. The directory management apparatus according to claim 1, wherein one of the object directory management units existing for each service is selected from the search results.
【請求項3】 オブジェクトの利用条件を管理し、前記
オブジェクトディレクトリ管理部よりオブジェクト識別
情報が入力されると、オブジェクトの利用条件を満たす
か否かを判定し、判定結果を前記オブジェクトディレク
トリ管理部に出力するオブジェクト利用条件管理部を更
に備えることを特徴とする、請求項1または2のいずれ
かに記載のディレクトリ管理装置。
3. When the object usage conditions are managed, and when the object identification information is input from the object directory management unit, it is determined whether the object usage conditions are satisfied, and the determination result is sent to the object directory management unit. 3. The directory management device according to claim 1, further comprising an object usage condition management unit for outputting.
【請求項4】 サービスの利用条件を管理し、前記サー
ビスディレクトリ管理部よりサービス識別情報が入力さ
れると、サービスの利用条件を満たすか否かを判定し、
判定結果を前記サービスディレクトリ管理部に出力する
サービス利用条件管理部を更に備えることを特徴とす
る、請求項2記載のディレクトリ管理装置。
4. A service use condition is managed, and when service identification information is input from the service directory management unit, it is determined whether or not the service use condition is satisfied,
The directory management device according to claim 2, further comprising a service use condition management unit that outputs a determination result to the service directory management unit.
【請求項5】 前記オブジェクトディレクトリ管理部が
1つのオブジェクト名に対して複数のオブジェクト識別
情報を対応づけるオブジェクトディレクトリ情報を管理
し、前記オブジェクト利用条件管理部の判定結果より複
数のオブジェクト識別情報の中から1つのオブジェクト
識別情報を選択する、請求項3記載のディレクトリ管理
装置。
5. The object directory management unit manages object directory information in which a plurality of object identification information items are associated with one object name, and the object directory information management unit manages the object directory information based on the determination result of the object usage condition management unit. 4. The directory management device according to claim 3, wherein one object identification information is selected from the items.
【請求項6】 前記サービスディレクトリ管理部が1つ
のサービス名に対して複数のサービスを対応づけるサー
ビスディレクトリ情報を管理し、前記サービス利用条件
管理部の判定結果より複数のサービスの中から1つのサ
ービスを選択する、請求項4記載のディレクトリ管理装
置。
6. The service directory management unit manages service directory information in which a plurality of services are associated with one service name, and one service is selected from a plurality of services based on a determination result of the service usage condition management unit. 5. The directory management device according to claim 4, wherein is selected.
【請求項7】 利用者端末装置上に出力するオブジェク
トに関するユーザインタフェース情報であるオブジェク
トUI情報を管理し、前記オブジェクトディレクトリ管理
部よりオブジェクト識別情報が入力されると、対応する
オブジェクトUI情報を出力するオブジェクトUI情報管理
部を更に備えることを特徴とする、請求項1または2の
いずれかに記載のディレクトリ管理装置。
7. The object UI information, which is user interface information related to the object output on the user terminal device, is managed, and when the object identification information is input from the object directory management unit, the corresponding object UI information is output. 3. The directory management device according to claim 1, further comprising an object UI information management unit.
【請求項8】 利用者端末装置上に出力するサービスに
関するユーザインタフェース情報であるサービスUI情報
を管理し、前記サービスディレクトリ管理部よりサービ
ス識別情報が入力されると、対応するサービスUI情報を
出力するサービスUI情報管理部を更に備えることを特徴
とする、請求項2記載のディレクトリ管理装置。
8. The service UI information, which is user interface information related to the service output on the user terminal device, is managed, and when the service identification information is input from the service directory management unit, the corresponding service UI information is output. The directory management device according to claim 2, further comprising a service UI information management unit.
【請求項9】 利用者端末装置上に出力するオブジェク
トに関するユーザインタフェース情報であるオブジェク
トUI情報を管理し、前記オブジェクトディレクトリ管理
部よりオブジェクト識別情報が入力されると、対応する
オブジェクトUI情報を出力するオブジェクトUI情報管理
部を更に備えることを特徴とする、請求項3または5の
いずれかに記載のディレクトリ管理装置。
9. The object UI information, which is user interface information related to the object output on the user terminal device, is managed, and when the object identification information is input from the object directory management unit, the corresponding object UI information is output. The directory management device according to claim 3 or 5, further comprising an object UI information management unit.
【請求項10】 利用者端末装置上に出力するサービス
に関するユーザインタフェース情報であるサービスUI情
報を管理し、前記サービスディレクトリ管理部よりサー
ビス識別情報が入力されると、対応するサービスUI情報
を出力するサービスUI情報管理部を更に備えることを特
徴とする、請求項4または6のいずれかに記載のディレ
クトリ管理装置。
10. Service UI information that is user interface information related to a service output on a user terminal device is managed, and when service identification information is input from the service directory management unit, the corresponding service UI information is output. 7. The directory management device according to claim 4, further comprising a service UI information management unit.
【請求項11】 サービスのアプリケーションプログラ
ムを実行し、端末装置からの要求を受けてサービスを行
なうアプリケーション実行部と、ファイルオブジェクト
の位置情報を管理するファイルディレクトリ管理部およ
びファイルを蓄積して送出するファイル蓄積装置を含む
ファイル管理部から構成されるサーバ装置と、サーバ装
置にサービスの要求を出力し、結果を入力して利用者に
提示する端末装置とからなる対話型情報サービスシステ
ムであって、前記アプリケーション実行部は、オブジェ
クトの名前を階層的に記述したオブジェクトディレクト
リ情報を管理するオブジェクトディレクトリ管理部と、
オブジェクトディレクトリ情報をオブジェクト位置情報
に変換するディレクトリ変換部と、前記オブジェクトデ
ィレクトリ管理部と前記ディレクトリ変換部、並びに前
記ファイルディレクトリ管理部に対して検索要求を出力
して検索結果を入力する制御部と、を備えることを特徴
とする対話型情報サービスシステム。
11. An application execution unit that executes a service application program and performs a service in response to a request from a terminal device, a file directory management unit that manages position information of a file object, and a file that accumulates and sends files. An interactive information service system comprising: a server device including a file management unit including a storage device; and a terminal device that outputs a service request to the server device and inputs the result to present to a user. The application execution unit manages object directory information in which object names are hierarchically described, and an object directory management unit.
A directory conversion unit that converts object directory information into object position information; a control unit that outputs a search request to the object directory management unit and the directory conversion unit; An interactive information service system comprising:
【請求項12】 前記端末装置から要求されたサービス
を識別し、識別したサービスの前記オブジェクトディレ
クトリ管理部を選択するサービス受付部と、サービスプ
ロセスの位置情報を管理するプロセス位置管理部を有す
る名前管理部とを更に備え、前記サービス受付部は、サ
ービスの名前を階層的に記述したサービスディレクトリ
情報を管理するサービスディレクトリ管理部を備えるこ
とを特徴とする請求項11記載の対話型情報サービスシ
ステム。
12. A name management including a service reception unit that identifies a service requested by the terminal device and selects the object directory management unit of the identified service, and a process location management unit that manages location information of a service process. The interactive information service system according to claim 11, further comprising: a service directory management unit that manages service directory information in which service names are hierarchically described.
JP8055393A 1996-02-20 1996-02-20 Directory management device Pending JPH09231120A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8055393A JPH09231120A (en) 1996-02-20 1996-02-20 Directory management device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8055393A JPH09231120A (en) 1996-02-20 1996-02-20 Directory management device

Publications (1)

Publication Number Publication Date
JPH09231120A true JPH09231120A (en) 1997-09-05

Family

ID=12997288

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8055393A Pending JPH09231120A (en) 1996-02-20 1996-02-20 Directory management device

Country Status (1)

Country Link
JP (1) JPH09231120A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017182286A (en) * 2016-03-29 2017-10-05 日本電気株式会社 Storage management system and storage management method

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05225032A (en) * 1992-02-10 1993-09-03 Nec Corp Network information presenting system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05225032A (en) * 1992-02-10 1993-09-03 Nec Corp Network information presenting system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017182286A (en) * 2016-03-29 2017-10-05 日本電気株式会社 Storage management system and storage management method

Similar Documents

Publication Publication Date Title
US7404010B1 (en) Methods and apparatus for integrating services for accessing the world wide web
US6996627B1 (en) System and method for providing update information
JP4422900B2 (en) System and method for providing a plurality of program services in a television system
US7844987B2 (en) Interactive content guide for television programming
JP5393752B2 (en) Method and apparatus for authenticated operation of a home communications network
US7890628B2 (en) Method for controlling services
US20010020981A1 (en) Method of generating synthetic key frame and video browsing system using the same
US20080060020A1 (en) Methods and systems for semantic zooming
JP2002530969A (en) Client-server electronic program guide
KR20010104704A (en) Methods for initiating activity in intelligent devices connected to an in home digital network using extensible markup language(XML) for information exchange and systems therefor
CN108600820A (en) The system and method for video flowing for rendering
JP3996770B2 (en) Television channel selection method and system
JPH11327717A (en) Information output device and information offering system
EP2087732A2 (en) Method and system for optimizing metadata of audio-video asset in television network
US20050123887A1 (en) System and method for providing karaoke service using set-top box
KR101121762B1 (en) Information processing apparatus, information processing method, and recording medium
JP2003203088A (en) Programmable contents providing method and system, transmission terminal, program and recording medium
KR101779975B1 (en) System for providing additional service of VOD content using SNS message and method for providing additional service using the same
WO2008013385A1 (en) System and method for continuous display of grouped multiple independent contents
JP2001092749A (en) System for distributing data
US20080172447A1 (en) Hierarchical Broadcast of Ui Assets
JPH09231120A (en) Directory management device
JP2004336493A (en) Information access system, information providing apparatus, information access apparatus, information providing method, and information access method
JP3023359B1 (en) Transmission device, reception device, transmission / reception device, transmission bubble reception method and transmission / reception method
KR20000037248A (en) Method for web casting due to interacting between clients and web server