JP2011039819A - Service registration device using httpservice, content registration device, service registration method, content registration method, program, and recording medium - Google Patents
Service registration device using httpservice, content registration device, service registration method, content registration method, program, and recording medium Download PDFInfo
- Publication number
- JP2011039819A JP2011039819A JP2009187135A JP2009187135A JP2011039819A JP 2011039819 A JP2011039819 A JP 2011039819A JP 2009187135 A JP2009187135 A JP 2009187135A JP 2009187135 A JP2009187135 A JP 2009187135A JP 2011039819 A JP2011039819 A JP 2011039819A
- Authority
- JP
- Japan
- Prior art keywords
- service
- network interface
- content
- server
- registration
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Landscapes
- Storage Device Security (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
本発明は、公開するコンテンツを登録するためのHttp ServiceをOSGiフレームワークのサービスレジストリに登録する技術に関する。 The present invention relates to a technique for registering an HTTP Service for registering content to be published in a service registry of an OSGi framework.
OSGi(Open Service Gateway initiative)フレームワークは、ソフトウェアコンポーネントの動的追加、削除、あるいは実行を管理する枠組みである。OSGiフレームワーク上で動作するソフトウェアコンポーネントの単位をバンドルと呼ぶ。バンドルはJava(登録商標)で書かれたプログラムであり、JAR(Java Archive)形式の圧縮ファイルである。バンドルは、例えばネットワークを介して配信される。バンドルは、OSGiフレームワークを実装した機器により受信されて実行される。 The OSGi (Open Service Gateway Initiative) framework is a framework for managing the dynamic addition, deletion, or execution of software components. A unit of software components operating on the OSGi framework is called a bundle. The bundle is a program written in Java (registered trademark), and is a compressed file in a JAR (Java Archive) format. The bundle is distributed via a network, for example. The bundle is received and executed by a device that implements the OSGi framework.
OSGi仕様では、Release1からHttp ServiceというOSGiサービス仕様が定義されている。Http Serviceは、HTTPサーバおよびその上で動作するJava Servletコンテナを提供する。バンドルは、Http Serviceで定義されたメソッドを用い、HTTPサーバに対してHTMLファイルや画像などのリソースやJava Servletの登録を動的に行うことが可能である。バンドルがHttp Serviceで定義されたメソッドを用いて登録したリソースやJava Servletは、Http Serviceが提供するHTTPサーバによりHTTPプロトコルに従って公開される。
In the OSGi specification, an OSGi service specification from
図16に、従来のサービス登録装置の構成を示すブロック図を示す。同図に示すサービス登録装置100は、サービス実装提供機能110、サービスプロパティ作成機能120、サービス登録機能130、およびサービスレジストリ140を備える。以下、Http Service実装オブジェクトを登録する処理について説明する。
FIG. 16 is a block diagram showing the configuration of a conventional service registration apparatus. The
まず、サービス実装提供機能110が、Http Serviceインタフェースを実装したオブジェクトを作成するとともに、サービスプロパティ作成機能120が、ポート番号などの設定を記述したサービスプロパティを作成し、サービス実装提供機能110が、HTTPサーバを起動する。これらの処理は平行して行われるが、HTTPサーバの起動時期を遅らせてもよい。
First, the service
続いて、サービス実装提供機能110は、作成したHttp Service実装オブジェクトへの参照をサービス登録機能130へ渡し、サービスプロパティ作成機能120は、作成したサービスプロパティをサービス登録機能130へ渡す。このとき渡すサービスプロパティはnullであってもよい。
Subsequently, the service
サービス登録機能130は、受け取ったHttp Service実装オブジェクトへの参照にサービスプロパティを付与し、OSGiフレームワークのBundleContextインタフェースのメソッドを呼び出すことにより、サービスレジストリにサービスを登録する。
The
次に、バンドル200がHttp Serviceを利用してコンテンツを登録する処理について説明する。図16に示すように、バンドル200は、サービス取得機能210およびコンテンツ登録機能220を有する。ここでは、リソースやJava Servletなどをまとめてコンテンツと呼ぶ。
Next, a process in which the
まず、サービス取得機能210が、OSGiの仕様に沿った方式、つまり、BundleContextインタフェースのメソッドを用いて、サービス名を指定することによりサービスレジストリ140に登録されたHttp Service実装オブジェクトを取得し、コンテンツ登録機能220に渡す。
First, the
コンテンツ登録機能220は、渡されたHttp Service実装オブジェクトのメソッドを呼ぶことでコンテンツの登録を行う。より具体的には、コンテンツとそのコンテンツのHTTPサーバ上でのアクセス先を示すaliasを指定してHttp Serviceインタフェースのメソッドを呼びコンテンツ登録の要求を出す。
The
サービス実装提供機能110は、Http Serviceインタフェースを介してコンテンツ登録の要求を受け付けると、指定のaliasにアクセスした場合に該当するコンテンツを返すようにHTTPサーバを設定する。これにより、HTTPクライアント300がHTTPサーバに対してHTTPプロトコルによるアクセスをすると、サービス実装提供機能110がそのアクセスを受け付けてコンテンツを返す状態となる。該当するコンテンツが存在しない場合は、HTTPプロトコルに従ったエラーコードを返す。
When the service
しかしながら、サービス登録装置100が複数のネットワークインタフェースを有するときに、Http Serviceを利用してコンテンツを登録した場合、複数のネットワークインタフェースからのアクセスに対して公開されてしまう。つまり、Http Serviceを利用して登録したコンテンツを、特定のネットワークインタフェースからのアクセスに対してのみ公開させ、そのネットワークインタフェース以外からのアクセスに対しては公開させない、という公開制限を行うことができないという問題がある。より具体的に説明すると、例えば、LAN側とWAN側のネットワークインタフェースを有するホームゲートウェイ装置がサービス登録装置100を備えるものであって、LAN側に対してのみ公開したいコンテンツを含むバンドル200がサービス登録装置100のHttp Serviceを利用してコンテンツを登録した場合、WAN側からもバンドル200が登録したコンテンツにアクセスできてしまうという問題がある。この問題の解決手段の一つとして、バンドル200が登録するServletが、リクエストを送ってきたHTTPクライアント300のIPアドレスやFQDN(Fully Qualified Domain Name)を取得し、個別にアクセス制限を行うことは可能であるが、Servlet実装のプログラムが複雑化するという問題がある。
また,HTMLファイルや画像など静的なコンテンツであるリソースに関しては、コンテンツの公開先を制限することは不可能である。
However, when the
In addition, regarding resources that are static contents such as HTML files and images, it is impossible to limit the content disclosure destination.
本発明は、上記に鑑みてなされたものであり、サービスを利用して登録したコンテンツに対してネットワークインタフェース毎にアクセス制御を可能にすることを目的とする。 The present invention has been made in view of the above, and an object of the present invention is to enable access control for each network interface for content registered using a service.
第1の本発明に係るサービス登録装置は、コンテンツを公開するサーバがアクセスを受け付けるネットワークインタフェースを選択するネットワークインタフェース選択手段と、選択された前記ネットワークインタフェースに割り当てられたIPアドレス宛のアクセスを受け付けるように前記サーバを起動するサーバ起動手段と、前記サーバにより公開されるコンテンツの登録を受け付けるサービスを生成するサービス生成手段と、前記サービスの設定及び前記ネットワークインタフェースの情報を記載したサービスプロパティを生成するプロパティ生成手段と、前記サービスに前記サービスプロパティを付与してサービスレジストリに登録するサービス登録手段と、を有することを特徴とする。 The service registration device according to the first aspect of the present invention is configured to accept a network interface selection unit that selects a network interface from which a server that publishes content accepts access, and an access addressed to the IP address assigned to the selected network interface. A server activation unit that activates the server, a service generation unit that generates a service that accepts registration of content published by the server, and a property that generates a service property that describes the setting of the service and the information of the network interface And a service registration unit that adds the service property to the service and registers the service property in the service registry.
上記サービス登録装置において、前記サービス登録手段は、前記サーバの起動の完了を待たずに前記サービスをサービスレジストリに登録することを特徴とする。 In the service registration apparatus, the service registration unit registers the service in a service registry without waiting for the completion of activation of the server.
上記サービス登録装置において、前記サーバ起動手段は、前記サービスがコンテンツの登録を受け付けたときに前記サーバを起動することを特徴とする。 In the service registration apparatus, the server activation means activates the server when the service accepts content registration.
上記サービス登録装置において、前記サービスと当該サービスに対応する前記サーバがアクセスを受け付けるネットワークインタフェースの情報との対応を記憶する情報管理手段を有し、前記サーバ起動手段は、前記情報管理手段から前記ネットワークインタフェースの情報を読み出して当該ネットワークインタフェース経由のアクセスのみを受け付けるように前記サーバを起動することを特徴とする。 In the service registration apparatus, the service registration apparatus includes information management means for storing correspondence between the service and information of a network interface that the server corresponding to the service accepts access from. The server is activated to read out interface information and accept only access via the network interface.
上記サービス登録装置において、前記サーバがアクセスを受け付けるネットワークインタフェースに割り当てられたIPアドレスの変更を検出し、前記ネットワークインタフェースに割り当てられたIPアドレスに変更があった場合には、新しいIPアドレス宛のアクセスを受け付けるように前記サーバを再起動することを特徴とする。 In the service registration apparatus, when the server detects a change in an IP address assigned to a network interface that accepts access, and there is a change in the IP address assigned to the network interface, an access addressed to a new IP address The server is restarted so as to accept.
第2の本発明に係るコンテンツ登録装置は、サービス登録装置に登録されたサービスを取得してコンテンツを登録するコンテンツ登録装置であって、前記コンテンツを公開するネットワークインタフェースを選択するネットワークインタフェース選択手段と、選択した前記ネットワークインタフェースの情報に基づいて前記サービス登録装置から所望のサービスを検索するための条件検索式を作成する条件検索式作成手段と、前記条件検索式を用いて前記サービス登録装置から前記サービスを取得するサービス取得手段と、取得した前記サービスを用いて前記コンテンツを登録するコンテンツ登録手段と、を有することを特徴とする。 A content registration device according to a second aspect of the present invention is a content registration device that acquires a service registered in a service registration device and registers content, and a network interface selection unit that selects a network interface that publishes the content. A condition search expression creating means for creating a condition search expression for searching for a desired service from the service registration apparatus based on the selected information of the network interface; and from the service registration apparatus using the condition search expression Service acquisition means for acquiring a service, and content registration means for registering the content using the acquired service.
第3の本発明に係るサービス登録方法は、コンテンツを公開するサーバがアクセスを受け付けるネットワークインタフェースを選択するステップと、選択された前記ネットワークインタフェースに割り当てられたIPアドレス宛のアクセスを受け付けるように前記サーバを起動するステップと、当該サーバにより公開されるコンテンツの登録を受け付けるサービスを生成するステップと、前記サービスの設定及び前記ネットワークインタフェースの情報を記載したサービスプロパティを生成するステップと、前記サービスに前記サービスプロパティを付与してサービスレジストリに登録するステップと、を有することを特徴とする。 A service registration method according to a third aspect of the present invention includes a step of selecting a network interface from which a server that publishes content accepts access, and accepting access to an IP address assigned to the selected network interface. , Generating a service that accepts registration of content published by the server, generating a service property that describes the settings of the service and the network interface, and providing the service with the service Adding a property and registering the property in the service registry.
上記サービス登録方法において、前記サーバの起動の完了を待たずに前記サービスをサービスレジストリに登録することを特徴とする。 The service registration method is characterized in that the service is registered in a service registry without waiting for completion of startup of the server.
上記サービス登録方法において、前記サービスがコンテンツの登録を受け付けたときに前記サーバを起動することを特徴とする。 In the service registration method, the server is activated when the service accepts content registration.
上記サービス登録方法において、前記サービスと当該サービスに対応する前記サーバがアクセスを受け付けるネットワークインタフェースの情報との対応を記憶する情報管理手段から前記ネットワークインタフェースの情報を読み出して当該ネットワークインタフェース経由のアクセスのみを受け付けるように前記サーバを起動することを特徴とする。 In the service registration method, the network interface information is read from the information management means for storing the correspondence between the service and the network interface information that the server corresponding to the service accepts access, and only access via the network interface is performed. The server is activated so as to accept the server.
上記サービス登録方法において、前記サーバがアクセスを受け付けるネットワークインタフェースに割り当てられたIPアドレスの変更を検出するステップと、前記ネットワークインタフェースに割り当てられたIPアドレスに変更があった場合には、新しいIPアドレス宛のアクセスを受け付けるように前記サーバを再起動するステップと、を有することを特徴とする。 In the service registration method, the server detects a change in an IP address assigned to a network interface that accepts access, and if there is a change in the IP address assigned to the network interface, it is addressed to a new IP address. And restarting the server to accept the access.
第4の本発明に係るコンテンツ登録方法は、サービス登録装置に登録されたサービスを取得してコンテンツを登録するコンテンツ登録方法であって、前記コンテンツを公開するネットワークインタフェースを選択するステップと、選択した前記ネットワークインタフェースの情報に基づいて前記サービス登録装置から所望のサービスを検索するための条件検索式を作成するステップと、前記条件検索式を用いて前記サービス登録装置から前記サービスを取得するステップと、取得した前記サービスを用いて前記コンテンツを登録するステップと、を有することを特徴とする。 A content registration method according to a fourth aspect of the present invention is a content registration method for registering content by acquiring a service registered in a service registration device, the step of selecting a network interface for publishing the content, Creating a condition search expression for searching for a desired service from the service registration apparatus based on the information of the network interface; acquiring the service from the service registration apparatus using the condition search expression; And registering the content using the acquired service.
第5の本発明に係るプログラムは、上記サービス登録装置又は上記コンテンツ登録装置を構成する各手段としてコンピュータを機能させることを特徴とする。 According to a fifth aspect of the present invention, there is provided a program for causing a computer to function as each means constituting the service registration device or the content registration device.
第6の発明に係る記録媒体は、上記プログラムを記録したことを特徴とする。 A recording medium according to a sixth aspect of the present invention records the above program.
本発明によれば、サービスを利用して登録したコンテンツに対してネットワークインタフェース毎にアクセス制御が可能になる。 According to the present invention, it is possible to control access to content registered using a service for each network interface.
以下、本発明の実施の形態について図面を用いて説明する。 Hereinafter, embodiments of the present invention will be described with reference to the drawings.
[第1の実施の形態]
図1は、第1の実施の形態におけるサービス登録装置の構成を示すブロック図である。同図に示すサービス登録装置1は、サービス実装提供機能11、サービスプロパティ作成機能12、サービス登録機能13、サービスレジストリ14、およびネットワークインタフェース情報取得機能15を備える。なお、サービス登録装置1は、演算処理装置、記憶装置、メモリ等を備えたコンピュータにより構成して、各機能の処理がプログラムによって実行されるものとしてもよい。このプログラムはサービス登録装置1が備える記憶装置に記憶されており、磁気ディスク、光ディスク、半導体メモリ等の記録媒体に記録することも、ネットワークを通して提供することも可能である。以下、各機能について説明する。
[First Embodiment]
FIG. 1 is a block diagram illustrating a configuration of a service registration apparatus according to the first embodiment. The
サービス実装提供機能11は、HTTPサーバの起動およびHttp Serviceインタフェースを実装したオブジェクトの生成を行う。Http Serviceは、OSGiで仕様が定義されており、HTTPサーバにより公開されるコンテンツを動的に登録するサービスである。バンドルが、サービス実装提供機能11が生成したHttp Service実装オブジェクトのメソッドを呼ぶことでコンテンツの登録が行われる。以下、Http Service実装オブジェクトを単に「Http Service」と称することもある。
The service
サービス実装提供機能11は、所定のネットワークインタフェースのIPアドレスをバインドしてHTTPサーバを起動する。バインドするネットワークインタフェースの情報は、ネットワークインタフェース情報取得機能15から得る。
The service
HTTPサーバの起動に際して、TCPのサーバソケットの設立方法として、どのネットワークインタフェースのIPアドレスにもバインドしない方法と、特定のネットワークインタフェースのIPアドレスにバインドする方法がある。HTTPサーバをネットワークインタフェースのIPアドレスにバインドしない場合、つまり、図16に示す従来のサービス登録装置100の場合、HTTPサーバは任意のネットワークインタフェース経由のTCPコネクション接続要求を受け付けることが可能である。例えば、サービス登録装置100がLAN側とWAN側の2つのネットワークインタフェースを備えていたとすると、HTTPサーバへの接続はいずれのネットワークインタフェースのIPアドレス宛のアクセスも受け付け、LAN側、WAN側双方に対してコンテンツを公開することになる。
When starting the HTTP server, there are two methods for establishing a TCP server socket: one that does not bind to the IP address of any network interface and the other that binds to the IP address of a specific network interface. When the HTTP server is not bound to the IP address of the network interface, that is, in the case of the conventional
一方、HTTPサーバを特定のネットワークインタフェースのIPアドレスにバインドする場合、つまり、本実施の形態におけるサービス登録装置1の場合、HTTPサーバはバインドされたネットワークインタフェース経由のTCPコネクション接続要求のみを受け付けることが可能となり、HTTPサーバがバインドしたネットワークインタフェース経由のアクセスに対してのみコンテンツを公開することになる。図1に示す実施例では、一方のHTTPサーバがネットワークインタフェースeth0にバインドされ、他方のHTTPサーバがネットワークインタフェースppp0にバインドされている。なお、ここでのネットワークインタフェースとは、物理的なネットワークインタフェースではなく、論理的なネットワークインタフェースを意味する。例えば、127.0.0.1 で表されるループバックインタフェースも該当する。
On the other hand, when the HTTP server is bound to the IP address of a specific network interface, that is, in the case of the
サービスプロパティ作成機能12は、Http Serviceの設定を記載したサービスプロパティを作成する。サービスプロパティには、バインドするネットワークインタフェースの識別子を特定キー名に対するサービスプロパティ値として付与する。バインドするネットワークインタフェースの情報は、ネットワークインタフェース情報取得機能15から得る。なお、サービスプロパティのキー名としては、例えば”BoundNwIfId”が、サービスプロパティの値としては、eth0やppp0などのネットワークインタフェースの名前の文字列である場合や、0,1,2,3などの数字である場合が考えられる。
The service
サービス登録機能13は、サービス実装提供機能11からHttp Service実装オブジェクトへの参照を受け取り、サービスプロパティ作成機能12からサービスプロパティを受け取る。そして、Http Service実装オブジェクトへの参照にサービスプロパティを付与してサービスレジストリ14に登録する。サービスレジストリ14へのサービス登録は、OSGiフレームワークのBundleContextインタフェースのメソッドを呼び出すことにより行う。
The
サービスレジストリ14には、サービスプロパティが付与されたHttp Serviceが登録される。バンドル2は、サービスレジストリ14からHttp Serviceを取得し、そのHttp Serviceのメソッドを呼び出すことでコンテンツを登録する。バンドル2がサービスレジストリ14からHttp Serviceを取得する際には、バンドル2が登録するコンテンツを公開したいネットワークインタフェースの識別子が特定キー名のサービスプロパティ値として付与されているHttp Serviceを取得する。バンドル2によるHttp Serviceの取得については後述する。
In the
ネットワークインタフェース情報取得機能15は、HTTPサーバにバインドするネットワークインタフェースの情報を取得する。ネットワークインタフェース情報の取得方法としては、特定のシステムプロパティや設定ファイルなどから読み込む方法が考えられるが、これに限定するものではない。ネットワークインタフェース情報取得機能15が取得した情報の中には、サービスプロパティ値として付与するネットワークインタフェースの識別子が含まれる。
The network interface
次に、サービス登録装置1によるサービス登録処理について説明する。サービスレジストリ14へのHttp Serviceの登録はバンドルにより開始される。バンドルは、例えばネットワークを介してサービス登録装置1により受信され、受信されたバンドルによりサービスの登録処理が開始される。サービスレジストリ14に登録されたサービスは、別のバンドルも利用可能である。
Next, service registration processing by the
図2は、第1の実施の形態におけるサービス登録装置がHttp Serviceを登録する処理の流れを示すフローチャートである。 FIG. 2 is a flowchart showing a flow of processing in which the service registration apparatus according to the first embodiment registers the HTTP Service.
Http Serviceの登録処理を開始すると、サービス実装提供機能11は、Http Serviceインタフェースを実装したオブジェクトを作成する(ステップS11)。
When the registration process of the HTTP Service is started, the service
ネットワークインタフェース情報取得機能15は、バインド対象のネットワークインタフェースの情報を取得してサービス実装提供機能11とサービスプロパティ作成機能12に送信する(ステップS12)。
The network interface
サービスプロパティ作成機能12は、ネットワークインタフェース情報取得機能15から受信した情報、具体的には、ネットワークインタフェースの識別子を特定キー名に対するサービスプロパティ値として付与したサービスプロパティを作成する(ステップS13)。
The service
サービス実装提供機能11は、作成するHttp Serviceに対応するHTTPサーバを起動する(ステップS14)。HTTPサーバを起動する際には、ネットワークインタフェース情報取得機能15から受信した情報に基づいて、所定のネットワークインタフェースに割り当てられたIPアドレスに対してHTTPサーバのサーバソケットをバインドする。
The service
オブジェクトの作成、サービスプロパティの作成、およびHTTPサーバの起動が完了すると、サービス登録機能13は、サービスレジストリ14にHttp Serviceを登録する(ステップS15)。サービス登録機能13は、サービス実装提供機能11からHttp Serviceへの参照を受け取り、サービスプロパティ作成機能12から受け取ったサービスプロパティを付与して、サービスレジストリ14に登録する。サービスレジストリ14へのサービス登録は、OSGiフレームワークのBundleContextインタフェースのメソッドを呼び出すことにより行う。
When the creation of the object, creation of the service property, and activation of the HTTP server are completed, the
このように、Http Serviceはサービスレジストリ14へ登録される。サービスレジストリ14に登録されたHttp Serviceは自他のバンドルが取得して利用することが可能になる。
In this way, the HTTP service is registered in the
次に、Http Serviceを利用してコンテンツを登録する処理について説明する。バンドル2は、登録するコンテンツを公開したいネットワークインタフェースをバインドしたHTTPサーバに対応するHttp Serviceをサービスレジストリ14から取得し、そのHttp Serviceを利用してコンテンツを登録する。より具体的には、所望のネットワークインタフェースの識別子が特定キー名のサービスプロパティ値として付与されているHttp Serviceをサービスレジストリ14から取得し、コンテンツとそのコンテンツのHTTPサーバ上でのアクセス先を示すaliasを指定して取得したHttp Serviceのメソッドを呼びコンテンツ登録の要求を出す。コンテンツは、HTMLファイルや画像などのリソースやServletを含むものである。
Next, processing for registering content using the HTTP Service will be described. The
図3は、バンドル2がHttp Serviceを利用してコンテンツを登録する際に、サービス実装提供機能11が行う処理の流れを示すフローチャートである。バンドル2により、コンテンツの登録が依頼されると、サービス実装提供機能11は、Http Serviceを通じてコンテンツ登録の要求を受け付け、メソッドが呼び出されたHttp Serviceに対応するHTTPサーバについて、HTTPクライアント300がHTTPプロトコルにより指定したaliasにアクセスした場合に、指定のコンテンツを返すようにHTTPサーバを設定する(ステップS21)。
FIG. 3 is a flowchart showing the flow of processing performed by the service
このように、バンドル2は、Http Serviceのメソッドを呼び出してコンテンツを登録する。登録したコンテンツを公開するHTTPサーバは、特定のネットワークインタフェースにバインドされているため、そのネットワークインタフェースを経由したアクセスに対してのみ登録されたコンテンツが公開される。
In this way, the
[第2の実施の形態]
次に、第2の実施の形態について説明する。第2の実施の形態におけるサービス登録装置の構成は、第1の実施の形態におけるサービス登録装置の構成とほぼ同様であるので詳細な説明は省略する。第2の実施の形態は、HTTPサーバの起動完了を待たずにサービスレジストリ14にHttp Serviceを登録する点で第1の実施の形態と異なる。以下、第2の実施の形態におけるサービス登録処理について図を用いて説明する。
[Second Embodiment]
Next, a second embodiment will be described. Since the configuration of the service registration apparatus in the second embodiment is almost the same as the configuration of the service registration apparatus in the first embodiment, detailed description thereof is omitted. The second embodiment is different from the first embodiment in that the HTTP service is registered in the
図4は、第2の実施の形態におけるサービス登録装置がHttp Serviceを登録する処理の流れを示すフローチャートである。 FIG. 4 is a flowchart showing a flow of processing in which the service registration apparatus according to the second embodiment registers the HTTP Service.
Http Serviceの登録処理を開始すると、サービス実装提供機能11は、Http Serviceインタフェースを実装したオブジェクトを作成する(ステップS31)。
When the registration process of the HTTP Service is started, the service
ネットワークインタフェース情報取得機能15は、バインド対象のネットワークインタフェースの情報を取得してサービス実装提供機能11とサービスプロパティ作成機能12に送信する(ステップS32)。
The network interface
サービスプロパティ作成機能12は、ネットワークインタフェース情報取得機能15から受信した情報、具体的には、ネットワークインタフェースの識別子を特定キー名に対するサービスプロパティ値として付与したサービスプロパティを作成する(ステップS33)。
The service
サービス実装提供機能11は、作成するHttp Serviceに対応するHTTPサーバを起動する(ステップS34)。HTTPサーバを起動する際には、ネットワークインタフェース情報取得機能15から受信した情報に基づいて、所定のネットワークインタフェースのIPアドレスにHTTPサーバをバインドする。
The service
ここで、サービス登録機能13は、HTTPサーバの起動の完了を待たずに、サービスレジストリ14にHttp Serviceを登録する(ステップS35)。Http Serviceがサービスレジストリ14に登録されると、バンドル2は、Http Serviceを利用してコンテンツを登録することができるが、そのときにHTTPサーバの起動が完了していない場合には、HTTPサーバに対するHTTPプロトコルによるアクセスはできない。なお、Http Serviceの登録後にHTTPサーバの起動を開始してもよい。
Here, the
Http Serviceを利用してコンテンツを登録する処理は、第1の実施の形態と同様であるので説明は省略する。 The process of registering content using the HTTP Service is the same as that in the first embodiment, and a description thereof will be omitted.
[第3の実施の形態]
次に、第3の実施の形態について説明する。第3の実施の形態におけるサービス登録装置の構成は、第1の実施の形態におけるサービス登録装置の構成とほぼ同様であるので詳細な説明は省略する。第3の実施の形態では、Http Serviceを登録するときにはHTTPサーバを起動せず、バンドルがHttp Serviceを利用してコンテンツを登録するときにHTTPサーバを起動する点で第1の実施の形態と異なる。以下、第3の実施の形態におけるサービス登録処理について図を用いて説明する。
[Third Embodiment]
Next, a third embodiment will be described. Since the configuration of the service registration apparatus in the third embodiment is substantially the same as the configuration of the service registration apparatus in the first embodiment, detailed description thereof is omitted. The third embodiment is different from the first embodiment in that the HTTP server is not activated when registering an HTTP service, and the HTTP server is activated when a bundle registers content using the HTTP service. . The service registration process in the third embodiment will be described below with reference to the drawings.
図5は、第3の実施の形態におけるサービス登録装置がHttp Serviceを登録する処理の流れを示すフローチャートである。 FIG. 5 is a flowchart showing a flow of processing in which the service registration apparatus according to the third embodiment registers the HTTP Service.
Http Serviceの登録処理を開始すると、ネットワークインタフェース情報取得機能15は、バインド対象のネットワークインタフェースの情報を取得してサービス実装提供機能11とサービスプロパティ作成機能12に送信する(ステップS41)。
When the registration process of the HTTP Service is started, the network interface
サービス実装提供機能11は、Http Serviceインタフェースを実装したオブジェクトを作成する(ステップS42)。このとき、サービス実装提供機能11は、HTTPサーバを起動せずに、作成するHttp Service実装オブジェクトの中にバインド対象のネットワークインタフェースの情報を保存しておく。
The service
サービスプロパティ作成機能12は、ネットワークインタフェース情報取得機能15から受信した情報、具体的には、ネットワークインタフェースの識別子を特定キー名に対するサービスプロパティ値として付与したサービスプロパティを作成する(ステップS43)。
The service
オブジェクトの作成、サービスプロパティの作成が完了すると、サービス登録機能13は、Http Serviceにサービスプロパティを付与してサービスレジストリ14に登録する(ステップS44)。
When the creation of the object and the creation of the service property are completed, the
このように、Http Serviceはサービスレジストリ14に登録される。Http Serviceが登録された時点では、HTTPサーバは起動されていない。第3の実施の形態では、バンドル2がHttp Serviceを利用してコンテンツを登録するときにHTTPサーバを起動する。以下、バンドル2がHttp Serviceを利用してコンテンツを登録する際のサービス実装提供機能11が行う処理について説明する。
As described above, the HTTP Service is registered in the
図6は、バンドル2がHttp Serviceを利用してコンテンツを登録する処理の流れを示すフローチャートである。
FIG. 6 is a flowchart showing a flow of processing in which the
バンドル2がHttp Serviceのメソッドを呼ぶことでコンテンツ登録の要求を出すと、サービス実装提供機能11は、そのHttp Serviceに既にコンテンツが登録されているか否かを判定する(ステップS51)。コンテンツが登録されていない場合、つまり、登録済みのコンテンツ数が0の場合は、HTTPサーバはまだ起動されていないので、ステップS52のHTTPサーバ起動処理へ進む。コンテンツが既に登録されている場合、つまり、登録済みのコンテンツ数が0でない場合は、HTTPサーバは起動されているので、ステップS54のコンテンツ公開処理へ進む。
When the
HTTPサーバを起動する場合、サービス実装提供機能11は、コンテンツ登録の要求があったHttp Serviceが保持するネットワークインタフェースの情報を取得する(ステップS52)。このネットワークインタフェースの情報は、Http Setvice登録時にネットワークインタフェース情報取得機能15から受け取ったバインド対象のネットワークインタフェースの情報である。
When activating the HTTP server, the service
そして、サービス実装提供機能11は、コンテンツ登録の要求があったHttp Serviceに対応するHTTPサーバを起動する(ステップS53)。HTTPサーバを起動する際には、ステップS52で取得したネットワークインタフェースの情報に基づいて、HTTPサーバを所定のネットワークインタフェースのIPアドレスにバインドする。HTTPサーバ起動後、コンテンツの公開処理へ進む。
Then, the service
HTTPサーバが起動されると、Http Serviceは、バンドル2が指定したaliasへのアクセスに対して指定のコンテンツが公開される状態にHTTPサーバを設定する(ステップS54)。 When the HTTP server is activated, the HTTP service sets the HTTP server in a state where the designated content is released for access to the alias designated by the bundle 2 (step S54).
このように、第3の実施の形態では、Http Serviceを利用して実際にコンテンツが登録されるまでHTTPサーバを起動しない。つまり、必要に応じてHTTPサーバを起動するため、消費メモリなどコンピュータのリソース消費を削減することができる。なお、登録されたコンテンツが削除され、コンテンツの登録数が0となったときには、HTTPサーバを停止することも可能である。 As described above, in the third embodiment, the HTTP server is not activated until the content is actually registered using the HTTP Service. That is, since the HTTP server is activated as necessary, it is possible to reduce the resource consumption of the computer such as the memory consumption. When the registered content is deleted and the registered number of content becomes 0, the HTTP server can be stopped.
[第4の実施の形態]
次に、第4の実施の形態について説明する。第4の実施の形態は、第3の実施の形態と同様に、必要に応じてHTTPサーバを起動するものである。第4の実施の形態におけるサービス登録装置の構成は、図7に示すように、Http Serviceとそれに対応するバインド対象のネットワークインタフェースの情報とを対として記憶させる情報管理機能16を有する点で、第1〜3の実施の形態におけるサービス登録装置と異なる。
[Fourth Embodiment]
Next, a fourth embodiment will be described. In the fourth embodiment, as in the third embodiment, an HTTP server is activated as necessary. As shown in FIG. 7, the configuration of the service registration apparatus according to the fourth embodiment includes an
図8は、第4の実施の形態におけるサービス登録装置がHttp Serviceを登録する処理の流れを示すフローチャートである。 FIG. 8 is a flowchart illustrating a flow of processing in which the service registration apparatus according to the fourth embodiment registers the HTTP Service.
Http Serviceの登録処理を開始すると、ネットワークインタフェース情報取得機能15は、バインド対象のネットワークインタフェースの情報を取得してサービス実装提供機能11とサービスプロパティ作成機能12に送信する(ステップS61)。
When the registration process of the HTTP Service is started, the network interface
サービス実装提供機能11は、Http Serviceインタフェースを実装したオブジェクトを作成する(ステップS62)。そして、作成したHttp Service実装オブジェクトとそれに対応するバインド対象のネットワークインタフェースを対応付けて情報管理機能16に登録する(ステップS63)。図9に、情報管理機能16が保持する管理テーブルの例を示す。同図に示す管理テーブルでは、左側にキーとしてHttp Service実装オブジェクトが置かれ、右側にその値として対応するネットワークインタフェース情報が置かれている。
The service
サービスプロパティ作成機能12は、ネットワークインタフェース情報取得機能15から受信した情報、具体的には、ネットワークインタフェースの識別子を特定キー名に対するサービスプロパティ値として付与したサービスプロパティを作成する(ステップS64)。
The service
オブジェクトの作成、サービスプロパティの作成が完了すると、サービス登録機能13は、サービスレジストリ14にHttp Serviceを登録する(ステップS65)。
When object creation and service property creation are completed, the
このように、Http Serviceはサービスレジストリ14に登録される。HTTP Serviceが登録された時点では、HTTPサーバは起動されていない。第4の実施の形態では、第3の実施の形態と同様に、バンドル2がHttp Serviceを利用してコンテンツを登録するときにHTTPサーバを起動する。
As described above, the HTTP Service is registered in the
Http Serviceを利用してコンテンツを登録する処理は、ネットワークインタフェースの情報の取得方法以外の処理については、第3の実施の形態と同様であるため詳細な説明は省略する。 Since the process of registering content using the HTTP Service is the same as that of the third embodiment except for the method for acquiring the network interface information, detailed description thereof is omitted.
第4の実施の形態では、HTTPサーバを起動する際にネットワークインタフェースの情報を取得するため、サービス実装提供機能11が、コンテンツ登録の要求があったHttp Serviceをキーとして情報管理機能16に問い合わせる。そして、情報管理機能16からバインドするネットワークインタフェースの情報を取得する。
In the fourth embodiment, the service
[第5の実施の形態]
次に、第5の実施の形態について説明する。第5の実施の形態は、第1の実施の形態と同様にHttp Serviceの作成、サービスプロパティの作成を行うが、HTTPサーバの起動の際に、バインド対象のネットワークインタフェースにIPアドレスが割り当てられているか否かを判定する処理を行う点で異なる。例えば、ネットワークインタフェースがDHCPサーバを利用してIPアドレスを取得する場合など、IPアドレスが割り当てられていない場合が考えられる。IPアドレスが割り当てられていない場合は、ネットワークインタフェースのIPアドレスをバインドしてHTTPサーバを起動することができないので、第5の実施の形態では、HTTPサーバ起動時にバインドするネットワークインタフェースにIPアドレスが割り当てられているか否かを判定する。ここでは、Http Serviceの作成、サービスプロパティの作成などの処理は、第1の実施の形態と同様であるので説明を省略し、HTTPサーバの起動処理について説明する。
[Fifth Embodiment]
Next, a fifth embodiment will be described. In the fifth embodiment, an HTTP service is created and a service property is created as in the first embodiment. When an HTTP server is started, an IP address is assigned to the network interface to be bound. It is different in that a process for determining whether or not there is is performed. For example, there may be a case where an IP address is not assigned, such as when the network interface acquires an IP address using a DHCP server. If the IP address is not assigned, the IP address of the network interface cannot be bound and the HTTP server cannot be activated. Therefore, in the fifth embodiment, an IP address is assigned to the network interface to be bound when the HTTP server is activated. It is determined whether or not Here, the processes such as the creation of the HTTP service and the creation of the service property are the same as those in the first embodiment, so that the description thereof will be omitted and the HTTP server startup process will be described.
図10は、第5の実施の形態におけるHTTPサーバの起動処理を示すフローチャートである。 FIG. 10 is a flowchart illustrating HTTP server activation processing according to the fifth embodiment.
まず、サービス実装提供機能11は、起動するHTTPサーバがバインドするネットワークインタフェースにIPアドレスが割り当てられているか否か判定する(ステップS71)。ネットワークインタフェースにIPアドレスが割り当てられていない場合は、ステップS73へ進みIPアドレスが割り当てられるのを待つ。
First, the service
ネットワークインタフェースにIPアドレスが割り当てられている場合は、割り当てられたIPアドレスに対してサーバソケットをバインドしたHTTPサーバを起動する(ステップS72)。 If an IP address is assigned to the network interface, an HTTP server in which a server socket is bound to the assigned IP address is activated (step S72).
ネットワークインタフェースにIPアドレスが割り当てられていない場合、あるいは、HTTPサーバ起動後に、バインド対象のネットワークインタフェースのIPアドレスの変更を検知する待ち受け処理に入る(ステップS73)。 When an IP address is not assigned to the network interface, or after the HTTP server is started, a standby process for detecting a change in the IP address of the network interface to be bound is entered (step S73).
ネットワークインタフェースに割り当てられたIPアドレスが変更されると、古いIPアドレスにバインドしたHTTPサーバにアクセスできなくなるので、第5の実施の形態では、IPアドレスの変更を検知する待ち受け処理を行う。ネットワークインタフェースのIPアドレスが変更される例としては、ネットワークインタフェースがDHCPサーバからIPアドレスを取得し、取得したIPアドレスの有効期限後に再びIPアドレスを取得したときにIPアドレスが変わることがある。以下、IPアドレスの変更を検知する待ち受け処理について説明する。 If the IP address assigned to the network interface is changed, the HTTP server bound to the old IP address cannot be accessed. Therefore, in the fifth embodiment, standby processing for detecting the change of the IP address is performed. As an example of changing the IP address of the network interface, the IP address may change when the network interface acquires an IP address from a DHCP server and acquires the IP address again after the expiration date of the acquired IP address. Hereinafter, a standby process for detecting a change in the IP address will be described.
ネットワークインタフェースでIPアドレスが変更されたか否かは、例えば、OS依存のネイティブプログラムを使ってIPアドレスの変更があったときにイベントとして検出する方法や、定期的にネットワークインタフェースのIPアドレスを調べる方法が考えられる。図11は、ネットワークインタフェースのIPアドレスの変更を検知した後の処理の流れを示すフローチャートである。ここでのIPアドレスの変更は、IPアドレスが割り当てられていないネットワークインタフェースにたにIPアドレスが割り当てられた場合、およびネットワークインタフェースに割り当てられたIPアドレスが無効になった場合も含む。 Whether or not the IP address has been changed in the network interface is, for example, a method of detecting an event when the IP address is changed using an OS-dependent native program, or a method of periodically checking the IP address of the network interface Can be considered. FIG. 11 is a flowchart showing the flow of processing after detecting a change in the IP address of the network interface. The change of the IP address here includes a case where an IP address is assigned to a network interface to which no IP address is assigned, and a case where an IP address assigned to the network interface becomes invalid.
まず、変更前のIPアドレスにバインドしたHTTPサーバが起動されているか否か判定する(ステップS81)。変更前のIPアドレスにバインドしたHTTPサーバが起動されている場合、そのHTTPサーバを停止する(ステップS82)。 First, it is determined whether or not the HTTP server bound to the IP address before change is activated (step S81). If the HTTP server bound to the IP address before the change is activated, the HTTP server is stopped (step S82).
続いて、ネットワークインタフェースに新たなIPアドレスが割り当てられているか否か判定する(ステップS83)。新たなIPアドレスが割り当てられている場合、その新たなIPアドレスにバインドしたHTTPサーバを起動する(ステップS84)。HTTPサーバの起動後には、HTTPサーバに対応するHttp Serviceに登録されているaliasとコンテンツの情報を元に、指定のaliasへのアクセスに対して指定のコンテンツが公開されるようにHTTPサーバを設定する。 Subsequently, it is determined whether or not a new IP address is assigned to the network interface (step S83). If a new IP address is assigned, the HTTP server bound to the new IP address is activated (step S84). After starting the HTTP server, set the HTTP server so that the specified content is released for access to the specified alias based on the information about the alias and content registered in the HTTP service corresponding to the HTTP server. To do.
そして、再びIPアドレスの変更を検知する待ち受け処理に入る(ステップS85)。 Then, the process again enters a standby process for detecting the change of the IP address (step S85).
このように、バインドされたネットワークインタフェースのIPアドレスの変更を検知し、HTTPサーバを再起動することにより、ネットワークインタフェースのIPアドレスが変更された場合でも継続的にコンテンツを公開することが可能となる。 As described above, by detecting the change of the IP address of the bound network interface and restarting the HTTP server, it becomes possible to continuously publish the content even when the IP address of the network interface is changed. .
次に、バンドル2がHttp Serviceを利用してコンテンツを登録する際に、サービス実装提供機能11が行う処理について説明する。図12は、第5の実施の形態におけるコンテンツ登録処理の流れを示すフローチャートである。
Next, processing performed by the service
バンドル2がHttp Serviceのメソッドを呼ぶことでコンテンツ登録の要求を出すと、サービス実装提供機能11は、コンテンツ登録の要求に含まれるaliasとコンテンツの情報を保持する(ステップS91)。
When the
続いて、コンテンツ登録の要求があったHttp Serviceに対応するHTTPサーバが起動済みか否かを判定する(ステップS92)。対応するHTTPサーバが起動済みであった場合、指定のaliasへのアクセスに対して指定のコンテンツが公開されるようにHTTPサーバを設定する(ステップS93)。 Subsequently, it is determined whether or not the HTTP server corresponding to the HTTP service for which content registration is requested has been started (step S92). If the corresponding HTTP server has been activated, the HTTP server is set so that the specified content is released for access to the specified alias (step S93).
なお、HTTPサーバが起動しておらず、その時点では公開されない状態のコンテンツは、前述のバインド対象のネットワークインタフェースのIPアドレスの変更を検知する待ち受け処理によって、コンテンツを登録したHttp Serviceに対応するHTTPサーバが将来起動したときに、指定のaliasへのアクセスに対して公開されるように設定される。 Note that content that is not open at that time and that has not been released at that time is HTTP that corresponds to the HTTP Service that registered the content by the above-described standby processing that detects a change in the IP address of the network interface to be bound. When the server is started in the future, it is set to be made public for access to the specified alias.
[第6の実施の形態]
次に、第6の実施の形態について説明する。第6の実施の形態は、第3,4の実施の形態と同様に、コンテンツ登録の要求を受けるまではHTTPサーバを起動しないものであり、第5の実施の形態と同様に、ネットワークインタフェースのIPアドレスの変更に対応したものである。Http Serviceの登録処理は、第3,4の実施の形態と同様であるので説明を省略する。以下、コンテンツの登録時にHTTPサーバを起動する処理について説明する。
[Sixth Embodiment]
Next, a sixth embodiment will be described. In the sixth embodiment, as in the third and fourth embodiments, the HTTP server is not started until a request for content registration is received. As in the fifth embodiment, the network interface This corresponds to the change of the IP address. Since the registration process of HTTP Service is the same as in the third and fourth embodiments, the description thereof is omitted. Hereinafter, a process for starting the HTTP server at the time of content registration will be described.
図13は、第6の実施の形態におけるサービス実装提供機能11が行うコンテンツ登録処理の流れを示すフローチャートである。
FIG. 13 is a flowchart illustrating a flow of content registration processing performed by the service
バンドル2がHttp Serviceのメソッドを呼ぶことでにコンテンツ登録の要求を出すと、サービス実装提供機能11は、コンテンツ登録の要求に含まれるaliasとコンテンツの情報を保持する(ステップS101)。
When the
続いて、サービス実装提供機能11は、コンテンツ登録の要求があったHttp Serviceに既にコンテンツが登録されているか否かを判定する。(ステップS102)。コンテンツが登録されていない場合、つまり、登録済みのコンテンツ数が0の場合は、HTTPサーバはまだ起動されていないので、ステップS105のHTTPサーバの起動処理へ進む。
Subsequently, the service
コンテンツが既に登録されている場合、つまり、登録済みのコンテンツ数が0でない場合は、HTTPサーバの起動済みか否か判定する(ステップS103)。コンテンツが既に登録されている場合は、HTTPサーバの起動処理は完了しているが、ネットワークインタフェースにIPアドレスが割り当てられていないなどの状況では、HTTPサーバはまだ起動されていない。 If the content has already been registered, that is, if the number of registered content is not 0, it is determined whether or not the HTTP server has been started (step S103). If the content has already been registered, the HTTP server activation processing has been completed, but the HTTP server has not yet been activated in a situation where an IP address is not assigned to the network interface.
HTTPサーバが起動済みの場合、Http Serviceは、バンドル2が指定したaliasへのアクセスに対して指定のコンテンツが公開される状態にHTTPサーバを設定する(ステップS104)。 If the HTTP server has already been started, the HTTP Service sets the HTTP server in a state where the specified content is released for access to the alias specified by the bundle 2 (step S104).
一方、HTTPサーバの起動処理を行う場合は、まず、サービス実装提供機能11がHttp Serviceが保持するバインド対象のネットワークインタフェースの情報を取得する(ステップS105)。なお、第4の実施の形態のように、情報管理機能16を備え、情報管理機能16からネットワークインタフェースの情報を取得するものでもよい。
On the other hand, when the HTTP server activation process is performed, first, the service
続いて、サービス実装提供機能11は、起動するHTTPサーバがバインドするネットワークインタフェースにIPアドレスが割り当てられているか否か判定する(ステップS106)。ネットワークインタフェースにIPアドレスが割り当てられていない場合は、ステップS108へ進みIPアドレスが割り当てられるのを待つ。
Subsequently, the service
ネットワークインタフェースにIPアドレスが割り当てられている場合は、割り当てられたIPアドレスに対してサーバソケットをバインドしたHTTPサーバを起動する(ステップS107)。HTTPサーバの起動が完了すると、ステップS104と同様に、バンドル2が指定したaliasへのアクセスに対して指定のコンテンツが公開されるようにHTTPサーバを設定する。
If an IP address is assigned to the network interface, an HTTP server that binds a server socket to the assigned IP address is activated (step S107). When the activation of the HTTP server is completed, the HTTP server is set so that the designated content is released for access to the alias designated by the
ネットワークインタフェースにIPアドレスが割り当てられていない場合、あるいは、HTTPサーバ起動後、バインド対象のネットワークインタフェースのIPアドレスの変更を検知する待ち受け処理に入る(ステップS108)。 When an IP address is not assigned to the network interface, or after the HTTP server is activated, a standby process for detecting a change in the IP address of the network interface to be bound is entered (step S108).
[バンドルによるHttp Serviceの取得について]
次に、Http Serviceを利用してコンテンツを登録するバンドルについて説明する。上述したサービス登録装置は、所定のネットワークインタフェースのIPアドレスにバインドしてHTTPサーバを起動するので、バンドル2は、ネットワークインタフェース単位でコンテンツの公開の可否を指定できる。ここでは、バンドル2が所望のHttp Serviceを取得する処理について説明する。
[Acquisition of http service by bundle]
Next, a bundle for registering content using the HTTP Service will be described. Since the service registration apparatus described above binds to the IP address of a predetermined network interface and starts the HTTP server, the
図14は、Http Serviceを利用してコンテンツを登録するバンドルの構成を示すブロック図である。同図に示すバンドル2は、サービス取得機能21、コンテンツ登録機能22、ネットワークインタフェース決定機能23、および検索条件作成機能24を有する。
FIG. 14 is a block diagram showing a configuration of a bundle for registering content using the HTTP Service. The
ネットワークインタフェース決定機能23は、どのネットワークインタフェース経由のアクセスに対してコンテンツを公開したいか決定し、検索条件作成機能24に渡す。対象のネットワークインタフェースの決定方法は、例えば、バンドル2にハードコーディングする方法や、設定ファイルやシステムプロパティにより設定する方法などが考えられるがこれに限定しない。
The network
検索条件作成機能24は、受け取ったネットワークインタフェースの情報を元に、所定のキー値に対応するサービスプロパティの値が指定のネットワークインタフェースになるような条件検索式を作成し、サービス取得機能21に渡す。
The search
サービス取得機能21は、OSGiの仕様に従った方法、例えば、BundleContextインタフェースのメソッドを呼び出すことにより、Http Serviceのサービス名と検索条件作成機能24から受け取った条件検索式とを指定し、サービスレジストリ14に登録されたHttp Serviceのうち、条件検索式に合致したHttp Serviceを取得する。
The
コンテンツ登録機能22は、サービス取得機能21が取得したHttp Serviceのメソッドを呼ぶことにより、コンテンツの登録を行う。
The
次に、Http Serviceを取得する処理の流れについて説明する。 Next, the flow of processing for acquiring an HTTP service will be described.
図15は、バンドル2がネットワークインタフェースを指定してHttp Serviceを取得する処理の流れを示すフローチャートである。
FIG. 15 is a flowchart showing a flow of processing in which the
まず、ネットワークインタフェース決定機能23が公開対象のネットワークインタフェースの情報を取得する(ステップS111)。
First, the network
続いて、検索条件作成機能24が受け取ったネットワークインタフェースの情報に基づいて条件検索式を作成する(ステップS112)。条件検索式の作成方法は、OSGiの仕様に従う。例えば、所定のサービスプロパティのキーを”BoundNwIfId”として、指定するネットワークインタフェースに該当する値が”1”の場合には、以下の文字列を検索式として生成する。 Subsequently, a condition retrieval formula is created based on the network interface information received by the search condition creation function 24 (step S112). The method for creating the conditional search expression follows the OSGi specification. For example, when the key of a predetermined service property is “BoundNwIfId” and the value corresponding to the designated network interface is “1”, the following character string is generated as a search expression.
"(&(objectClass=org.osgi.service.http.HttpService)(BoundNwIfId=1))"
続いて、サービス取得機能21が条件検索式に合致するHttp Serviceをサービスレジストリ14から取得する(ステップS113)。
"(& (objectClass = org.osgi.service.http.HttpService) (BoundNwIfId = 1))"
Subsequently, the
そして、コンテンツ登録機能22は、取得したHttp Serviceを利用してコンテンツを登録する(ステップS114)。
Then, the
以上説明したように、本実施の形態によれば、サービス実装提供機能11がHttp Serviceに対応するHTTPサーバを起動する際に、ネットワークインタフェースのIPアドレスをバインドしてHTTPサーバを起動することにより、HTTPサーバはバインドしたネットワークインタフェース経由のアクセスに対してのみコンテンツを公開することになるので、Http Serviceを利用してコンテンツを登録するバンドルは、ネットワークインタフェース毎のアクセス制御が可能となる。
As described above, according to the present embodiment, when the service
また、本実施の形態によれば、Http Setviceを利用して実際にコンテンツが登録されるまでHTTPサーバを起動させないことで、消費メモリなどコンピュータのリソース消費を削減することができる。 Further, according to the present embodiment, it is possible to reduce the consumption of computer resources such as memory consumption by not starting the HTTP server until the content is actually registered using the HTTP Service.
また、本実施の形態によれば、HTTPサーバがバインドしたネットワークインタフェースのIPアドレスの変更を検出し、IPアドレスの変更を検知した場合に、新しいIPアドレスにバインドしてHTTPサーバを再起動することにより、ネットワークインタフェースのIPアドレスが変更されたとしても、HTTPサーバはバインドしたネットワークインタフェース経由で継続的にコンテンツを公開することが可能である。 Further, according to the present embodiment, when the change of the IP address of the network interface bound by the HTTP server is detected, and the change of the IP address is detected, the HTTP server is bound to the new IP address and restarted. Thus, even if the IP address of the network interface is changed, the HTTP server can continuously publish the content via the bound network interface.
1…サービス登録装置
11…サービス実装提供機能
12…サービスプロパティ作成機能
13…サービス登録機能
14…サービスレジストリ
15…ネットワークインタフェース情報取得機能
16…情報管理機能
2…バンドル
21…サービス取得機能
22…コンテンツ登録機能
23…ネットワークインタフェース決定機能
24…検索条件作成機能
100…サービス登録装置
110…サービス実装提供機能
120…サービスプロパティ作成機能
130…サービス登録機能
140…サービスレジストリ
200…バンドル
210…サービス取得機能
220…コンテンツ登録機能
300…HTTPクライアント
DESCRIPTION OF
Claims (14)
選択された前記ネットワークインタフェースに割り当てられたIPアドレス宛のアクセスを受け付けるように前記サーバを起動するサーバ起動手段と、
前記サーバにより公開されるコンテンツの登録を受け付けるサービスを生成するサービス生成手段と、
前記サービスの設定及び前記ネットワークインタフェースの情報を記載したサービスプロパティを生成するプロパティ生成手段と、
前記サービスに前記サービスプロパティを付与してサービスレジストリに登録するサービス登録手段と、
を有することを特徴とするサービス登録装置。 A network interface selection means for selecting a network interface from which a server that publishes content accepts access;
Server activation means for activating the server to accept access addressed to the IP address assigned to the selected network interface;
Service generation means for generating a service for accepting registration of content published by the server;
Property generation means for generating a service property describing the setting of the service and the information of the network interface;
Service registration means for adding the service property to the service and registering it in a service registry;
A service registration device comprising:
前記サーバ起動手段は、前記情報管理手段から前記ネットワークインタフェースの情報を読み出して当該ネットワークインタフェース経由のアクセスのみを受け付けるように前記サーバを起動することを特徴とする請求項3記載のサービス登録装置。 Information management means for storing the correspondence between the service and the network interface information that the server corresponding to the service accepts access to;
4. The service registration apparatus according to claim 3, wherein the server activation unit activates the server so as to read out information on the network interface from the information management unit and accept only access via the network interface.
前記コンテンツを公開するネットワークインタフェースを選択するネットワークインタフェース選択手段と、
選択した前記ネットワークインタフェースの情報に基づいて前記サービス登録装置から所望のサービスを検索するための条件検索式を作成する条件検索式作成手段と、
前記条件検索式を用いて前記サービス登録装置から前記サービスを取得するサービス取得手段と、
取得した前記サービスを用いて前記コンテンツを登録するコンテンツ登録手段と、
を有することを特徴とするコンテンツ登録装置。 A content registration device that acquires a service registered in a service registration device and registers content,
Network interface selection means for selecting a network interface for publishing the content;
Condition retrieval expression creating means for creating a condition retrieval expression for retrieving a desired service from the service registration device based on the information of the selected network interface;
Service acquisition means for acquiring the service from the service registration device using the condition search expression;
Content registration means for registering the content using the acquired service;
A content registration apparatus comprising:
選択された前記ネットワークインタフェースに割り当てられたIPアドレス宛のアクセスを受け付けるように前記サーバを起動するステップと、
当該サーバにより公開されるコンテンツの登録を受け付けるサービスを生成するステップと、
前記サービスの設定及び前記ネットワークインタフェースの情報を記載したサービスプロパティを生成するステップと、
前記サービスに前記サービスプロパティを付与してサービスレジストリに登録するステップと、
を有することを特徴とするサービス登録方法。 Selecting a network interface from which a server that publishes content accepts access;
Activating the server to accept access addressed to an IP address assigned to the selected network interface;
Generating a service for accepting registration of content published by the server;
Generating a service property describing the setting of the service and information of the network interface;
Granting the service property to the service and registering it in a service registry;
A service registration method characterized by comprising:
前記ネットワークインタフェースに割り当てられたIPアドレスに変更があった場合には、新しいIPアドレス宛のアクセスを受け付けるように前記サーバを再起動するステップと、
を有することを特徴とする請求項7乃至10のいずれかに記載のサービス登録方法。 Detecting a change in an IP address assigned to a network interface from which the server accepts access;
If the IP address assigned to the network interface has changed, restarting the server to accept access to the new IP address;
The service registration method according to claim 7, further comprising:
前記コンテンツを公開するネットワークインタフェースを選択するステップと、
選択した前記ネットワークインタフェースの情報に基づいて前記サービス登録装置から所望のサービスを検索するための条件検索式を作成するステップと、
前記条件検索式を用いて前記サービス登録装置から前記サービスを取得するステップと、
取得した前記サービスを用いて前記コンテンツを登録するステップと、
を有することを特徴とするコンテンツ登録方法。 A content registration method for acquiring a service registered in a service registration device and registering content,
Selecting a network interface to publish the content;
Creating a condition retrieval formula for retrieving a desired service from the service registration device based on the information of the selected network interface;
Obtaining the service from the service registration device using the condition search expression;
Registering the content using the acquired service;
A content registration method characterized by comprising:
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2009187135A JP5300650B2 (en) | 2009-08-12 | 2009-08-12 | Service registration apparatus, content registration apparatus, service registration method, content registration method, program, and recording medium using http service |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2009187135A JP5300650B2 (en) | 2009-08-12 | 2009-08-12 | Service registration apparatus, content registration apparatus, service registration method, content registration method, program, and recording medium using http service |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2011039819A true JP2011039819A (en) | 2011-02-24 |
JP5300650B2 JP5300650B2 (en) | 2013-09-25 |
Family
ID=43767515
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2009187135A Expired - Fee Related JP5300650B2 (en) | 2009-08-12 | 2009-08-12 | Service registration apparatus, content registration apparatus, service registration method, content registration method, program, and recording medium using http service |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5300650B2 (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2014232442A (en) * | 2013-05-29 | 2014-12-11 | 西日本電信電話株式会社 | Web server system, web server cooperation method and program |
JP2019192088A (en) * | 2018-04-27 | 2019-10-31 | キヤノン株式会社 | Information processing device, control method thereof, and program |
CN113505327A (en) * | 2021-07-20 | 2021-10-15 | 谭颖亮 | Website operation authority management method and device and computer medium |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002259193A (en) * | 2001-02-28 | 2002-09-13 | Fujitsu Ltd | Information providing server, information providing method of server, information providing system and computer readable recording medium |
JP2006510075A (en) * | 2002-12-12 | 2006-03-23 | インターナショナル・ビジネス・マシーンズ・コーポレーション | Method, system, and computer program for configuring a client device (configuration of a client device by a configuration service provider) |
JP2008099251A (en) * | 2006-09-14 | 2008-04-24 | Ricoh Co Ltd | Network device |
-
2009
- 2009-08-12 JP JP2009187135A patent/JP5300650B2/en not_active Expired - Fee Related
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002259193A (en) * | 2001-02-28 | 2002-09-13 | Fujitsu Ltd | Information providing server, information providing method of server, information providing system and computer readable recording medium |
JP2006510075A (en) * | 2002-12-12 | 2006-03-23 | インターナショナル・ビジネス・マシーンズ・コーポレーション | Method, system, and computer program for configuring a client device (configuration of a client device by a configuration service provider) |
JP2008099251A (en) * | 2006-09-14 | 2008-04-24 | Ricoh Co Ltd | Network device |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2014232442A (en) * | 2013-05-29 | 2014-12-11 | 西日本電信電話株式会社 | Web server system, web server cooperation method and program |
JP2019192088A (en) * | 2018-04-27 | 2019-10-31 | キヤノン株式会社 | Information processing device, control method thereof, and program |
JP7301502B2 (en) | 2018-04-27 | 2023-07-03 | キヤノン株式会社 | Information processing device, its control method, and program |
CN113505327A (en) * | 2021-07-20 | 2021-10-15 | 谭颖亮 | Website operation authority management method and device and computer medium |
Also Published As
Publication number | Publication date |
---|---|
JP5300650B2 (en) | 2013-09-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP3935459B2 (en) | Content management apparatus, content management system, and content management program | |
JP4851138B2 (en) | System and method for generating selectable extensions to a media transfer protocol | |
US8176061B2 (en) | Tracking digital assets on a distributed network | |
US8321503B2 (en) | Context-specific network resource addressing model for distributed services | |
US8775577B1 (en) | System and method for configuration management service | |
US8307058B2 (en) | Apparatus, method, and computer program product for processing information | |
JP5340610B2 (en) | Computer system, method and computer program for managing a plurality of components | |
EP1758042A1 (en) | Document distribution system and method | |
JP6252570B2 (en) | Information processing system, access control method, information processing apparatus, control method thereof, and control program | |
JP2006178554A (en) | Distributed policy cooperation method | |
JP2016506655A (en) | DNS service providing method and apparatus | |
JP2006099307A (en) | Method for installing application set in distribution server | |
JP5300650B2 (en) | Service registration apparatus, content registration apparatus, service registration method, content registration method, program, and recording medium using http service | |
US9110606B2 (en) | Method and apparatus for accessing home storage or internet storage | |
JP2009277111A (en) | Information processing device | |
JP4835661B2 (en) | User information management program, user information management device, and information management system | |
JP2008090578A (en) | Application performance system, computer, and application performance method for application performance system and program | |
WO2012042734A1 (en) | Access control information generating system | |
US20100235469A1 (en) | Method And System For Providing Access To Resources Related To A Locatable Resource | |
JP2007034677A (en) | Directory information providing method, directory information providing device, directory information providing system and program | |
US20080163264A1 (en) | Directory Service that Provides Information from a Plurality of Disparate Data Sources | |
JP4632450B2 (en) | COMMUNICATION DEVICE AND ITS CONTROL METHOD | |
JP2012133470A (en) | Screen transition control apparatus | |
JP2011090596A (en) | Program installing method, portable recording medium for implementing the method, information processing apparatus, image formation system, and server apparatus | |
JP2010198200A (en) | Device and method for profile information management, and program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20111012 |
|
RD03 | Notification of appointment of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7423 Effective date: 20120510 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20120511 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20130319 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20130326 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20130524 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20130611 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20130618 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5300650 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
LAPS | Cancellation because of no payment of annual fees |