JP4168805B2 - Download control method, download control apparatus, and download control program - Google Patents

Download control method, download control apparatus, and download control program Download PDF

Info

Publication number
JP4168805B2
JP4168805B2 JP2003092665A JP2003092665A JP4168805B2 JP 4168805 B2 JP4168805 B2 JP 4168805B2 JP 2003092665 A JP2003092665 A JP 2003092665A JP 2003092665 A JP2003092665 A JP 2003092665A JP 4168805 B2 JP4168805 B2 JP 4168805B2
Authority
JP
Japan
Prior art keywords
software
download
terminal
list
gateway device
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP2003092665A
Other languages
Japanese (ja)
Other versions
JP2004302682A (en
Inventor
尚司 松川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2003092665A priority Critical patent/JP4168805B2/en
Publication of JP2004302682A publication Critical patent/JP2004302682A/en
Application granted granted Critical
Publication of JP4168805B2 publication Critical patent/JP4168805B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Stored Programmes (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、ダウンロード制御方法及びダウンロード制御装置及びダウンロード制御プログラムに係り、特に、ネットワークを介してサーバ装置から複数ノユーザの端末にソフトウェアを送信するためのダウンロード制御方法及びダウンロード制御装置及びダウンロード制御プログラムに関する。
【0002】
【従来の技術】
従来、ネットワークを介してソフトウェアを端末へ送信するシステムは、複数のユーザ端末と、ユーザ端末にダウンロードされた実行可能となるソフトウェアが蓄積されているサーバ装置から構成されている。このように構成されたソフトウェア送信システムは、サーバ装置に各ユーザ端末の能力を認識する手段を備えることにより、サーバ装置で各ユーザ端末の能力を認識し、その能力に応じたソフトウェアを自動的に当該ユーザ端末にダウンロードすることを可能としている(例えば、特許文献1参照)。
【0003】
【特許文献1】
特開平8−263409号公報
【0004】
【発明が解決しようとする課題】
しかしながら、上記従来のソフトウェア送信システムでは、ユーザが複数の端末を所有する場合において、それらの端末を互いに連携させて動作させることが可能かどうかをサーバ装置側で判断し、必要なソフトウェアを適切な端末に送信することができないという問題がある。また、そのようなソフトウェア送信システムはこれまで存在していない。
【0005】
本発明は、上記の点に鑑みなされたもので、ユーザの所有する複数の端末を必要に応じて把握し、互いに連携させて動作可能な端末の組み合わせを探索し、必要なソフトウェアをそれぞれ適切な端末に送信することが可能なダウンロード制御方法及びダウンロード制御装置及びダウンロード制御プログラムを提供することを目的とする。
【0006】
【課題を解決するための手段】
図1は、本発明の原理を説明するための図である。
【0007】
本発明(請求項1)は、ソフトウェアを受信し、実行することが可能な複数の端末と、該複数の端末と接続され、該端末のネットワーク接続を仲介するゲートウェイ装置と、該端末に送信するソフトウェアのダウンロード制御を行うダウンロード制御装置と、ソフトウェアを該ゲートウェイ装置に送信するソフトウェア蓄積サーバから構成されるシステム上で、該ダウンロード制御装置が該ソフトウェア蓄積サーバに対してダウンロード命令を送信することにより、ダウンロード制御するダウンロード制御方法において、
ダウンロード制御装置では、
ネットワークを介して、ゲートウェイから、該ゲートウェイ装置に接続される複数の端末の情報を含む接続端末リストを受信すると、該接続端末リストを一時記憶手段に一時的に記憶する接続端末リスト受信ステップ(ステップ1)と、
ゲートウェイ装置に新規に接続された端末で実行可能なモジュールを含むソフトウェア情報を、ソフトウェア、該ソフトウェアを構成するモジュール、及び各モジュールで実行可能な端末を示すソフトウェア情報を管理するソフトウェアデータベースから取得し、取得した該ソフトウェア情報に含まれるソフトウェアについて、該ソフトウェアに含まれるモジュール毎に実行可能な端末を接続端末リストから検出する照合ステップ(ステップ2)と、
照合ステップによりモジュールで実行可能な端末が検出されれば、照合されたモジュールのインストール先を検出された端末と指定してダウンロードソフトウェアリストを追加し、該照合ステップによりモジュールで実行可能な端末が検出されなければ、ダウンロードソフトウェアリストに追加された当該ソフトウェアのモジュールを全て削除するダウンロードソフトウェアリスト生成ステップ(ステップ3)と、
生成されたダウンロードソフトウェアリストに従い、ソフトウェアを送信するように、ソフトウェア蓄積サーバに対してダウンロード命令を送信するステップと、
を行う。
【0008】
また、本発明(請求項2)は、ソフトウェアデータベースからソフトウェア更新情報を受信し、
更新情報に基づいて、ゲートウェイ装置のデータベースに対して問い合わせを行い、接続するゲートウェイ装置を決定し、
決定されたゲートウェイ装置に対して、該ゲートウェイ装置に接続される複数の端末の情報を含む接続端末リストの送信を要求し、
ゲートウェイ装置から受信した接続端末リストを一時記憶手段に一時記憶するステップを行い、
照合ステップ(ステップ2)において、
ソフトウェア更新情報に含まれるソフトウェアについて、該ソフトウェアに含まれるモジュール毎に実行可能な端末を接続端末リストから検出するステップを行う
【0009】
また、本発明(請求項3)は、ダウンロードソフトウェアリストに従い、ソフトウェア蓄積サーバに対してダウンロード命令を送信し、
前記ソフトウェア蓄積サーバから前記ゲートウェイ装置に対してソフトウェアを送信させるステップを行う。
【0010】
図2は、本発明の原理構成図である。
【0011】
本発明(請求項4)は、ソフトウェアを受信し、実行することが可能な複数の端末300と、該複数の端末300と接続され、該端末のネットワーク接続を仲介するゲートウェイ装置200と、該端末に送信するソフトウェアのダウンロード制御を行うダウンロード制御装置と、ソフトウェアを該ゲートウェイ装置200に送信するソフトウェア蓄積サーバから構成されるシステム上で、該ソフトウェア蓄積サーバに対してダウンロード命令を送信することにより、ダウンロード制御を行うダウンロード制御装置100であって、
ネットワークと接続する通信接続手段140と、
ゲートウェイ装置200から、該ゲートウェイ装置200に接続される複数の端末の情報を含む接続リストを受信すると、該接続端末リストを一時記憶する一時記憶手段130と、
ゲートウェイ装置200に新規に接続された端末で実行可能なモジュールを含むソフトウェア情報を、ソフトウェア、そのソフトウェアを構成するモジュール、及び各モジュールで実行可能な端末を示すソフトウェア情報を管理するソフトウェアデータベースから取得し、取得したソフトウェア情報に含まれるソフトウェアについて、該ソフトウェアに含まれるモジュール毎に実行可能な端末を接続端末リストから検出する照合手段120と、
照合手段120によりモジュールで実行可能な端末が検出されれば、照合されたモジュールのインストール先を検出された端末と指定してダウンロードソフトウェアリストに追加し、照合手段120によりモジュールで実行可能な端末が検出されなければ、ダウンロードソフトウェアリストに追加された当該ソフトウェアのモジュールを全て削除するダウンロードソフトウェアリスト生成手段150と、
生成されたダウンロードソフトウェアリストに従い、ソフトウェアを送信するように、ソフトウェア蓄積サーバに対してダウンロード命令を送信する手段と、を有する。
【0012】
また、本発明(請求項5)のダウンロード制御装置は、通信接続手段140において、
ソフトウェアデータベースからソフトウェア更新情報を受信する手段を有し、
更新情報に基づいて、ゲートウェイ装置200のデータベースに対して問い合わせを行い、接続するゲートウェイ装置を決定する手段と、
決定されたゲートウェイ装置200に対して、該ゲートウェイ装置200に接続される複数の端末の情報を含む接続端末リストの送信を要求する手段と、を有し、
一時記憶手段130は、ゲートウェイ装置200から受信した接続端末リストを一時記憶し、
合手段120は、ソフトウェア更新情報に含まれるソフトウェアについて、該ソフトウェアに含まれるモジュール毎に実行可能な端末を接続端末リストから検出する
【0013】
また、本発明(請求項6)のダウンロード制御装置は、ダウンロードソフトウェアに従い、ソフトウェア蓄積サーバに対してダウンロード命令を送信し、該ソフトウェア蓄積サーバから前記ゲートウェイ装置に対してソフトウェアを送信させるダウンロード制御手段を有する。
【0014】
本発明(請求項7)は、請求項4乃至6のいずれか1項記載のダウンロード制御装置を構成する各手段としてコンピュータを機能させるダウンロード制御プログラムである。
【0017】
上記のように、本発明では、ダウンロード制御装置が、ユーザの所有する複数の端末を把握し、互いに連携させて動作可能な端末の組み合わせが探索し、必要なソフトウェアをそれぞれ適切な端末に送信することにより、複数の端末を連携させて新しい機能提供をすることが可能となる。
【0018】
詳しくは、ダウンロード制御装置において、ソフトウェア蓄積サーバに蓄積されている各ソフトウェアのそれぞれのモジュールがどの端末で実行可能かを示すソフトウェア情報に基づいて、ソフトウェアの更新情報に記載されているソフトウェアがゲートウェイ装置に接続されている端末の組み合わせで実行可能かを判断し、実行可能であれば、どの端末にどのソフトウェアを送信するかを記載したダウンロードソフトウェアリストを生成する。これにより、当該ダウンロードソフトウェアリスト生成処理以降、当該ダウンロードソフトウェアリストに基づいて、ソフトウェア蓄積サーバ、ゲートウェイ装置において、ソフトウェアを端末に提供する処理を行うことができる。
【0019】
【発明の実施の形態】
以下、図面と共に、本発明の実施の形態を説明する。
【0020】
[第1の実施例]
図3は、本発明の第1の実施の形態におけるソフトウェア送信システムの構成を示す。
【0021】
同図に示すソフトウェア送信システムは、ソフトウェアを受信し、実行することの可能な複数の端末300と、複数の端末300と接続され、端末300のネットワーク接続を仲介するゲートウェイ装置200と、端末300に送信するソフトウェアの制御を行うダウンロード制御装置100と、ソフトウェア蓄積サーバ500と、ソフトウェアデータベース(DB)400と、ネットワーク600から構成される。
【0022】
ゲートウェイ装置200は、複数の端末300と接続する端末接続部240と、ネットワーク600と接続する通信接続部210と、端末接続部240を介して接続される複数の端末300の情報をまとめて接続端末リストを生成する接続端末リスト生成部230と、端末300が新規に端末接続部240に接続され、接続端末リスト生成部230により、接続端末リストに当該端末300の情報が追加されると、通信接続部210を介して、接続端末リストをダウンロード制御装置100に対して送信する通信制御部220とから構成される。
【0023】
ダウンロード制御装置100は、ゲートウェイ装置200を介して、ソフトウェアを受信し、実行することの可能な複数の端末300に送信するソフトウェアのダウンロード制御を行う装置である。
【0024】
ダウンロード制御装置100は、ネットワーク600と接続する通信接続部140と、ゲートウェイ装置200から接続端末リストを受信すると、当該接続端末リストを一時記憶する一時記憶部130と、接続端末リストの記載の情報をもとに、ゲートウェイ装置200に新規に接続された端末と、以前から接続されていた端末の組み合わせで動作可能なソフトウェアをソフトウェアDB400よりソフトウェア情報を読み出し、照合を行う照合部120と、照合部120の照合結果をもとに、どの端末にどのソフトウェアを送信するかを示すダウンロードソフトウェアリストを生成するダウンロードソフトウェアリスト生成部150と、生成されたダウンロードソフトウェアリストに従い、ソフトウェア蓄積サーバ500に対してダウンロード命令を送信し、ソフトウェア蓄積サーバ500から、ゲートウェイ装置200に対して適当なソフトウェアを送信させるダウンロード制御部110から構成される。
【0025】
なお、本実施の形態では、ダウンロード制御装置100とソフトウェアDB400、ソフトウェア蓄積サーバ500、ゲートウェイ装置200は、便宜上独立した装置としているが、これらが一体となった装置で構成されてもよい。
【0026】
図4は、本発明の第1の実施の形態におけるゲートウェイ装置に新たに端末(端末A)が接続されてからダウンロードソフトウェアリストを生成するまでの動作のシーケンスチャートである。
【0027】
ステップ101) 端末300Aをゲートウェイ装置200に接続する。
【0028】
ステップ102) ゲートウェイ装置200の接続端末リスト生成部230は、端末300Aが新規にゲートウェイ装置200に接続されると、接続端末リストに情報を追加する。
【0029】
図5は、本発明の第1の実施の形態における接続端末リストの例を示す。同図に示す接続端末リストには、端末の識別番号と関連付けて、種類や型番、ダウンロードされているソフトウェア等の属性情報が記述されている。識別番号としては、端末固有のMACアドレスや、端末毎に割り当てられているIPアドレスなどを用いることが考えられる。
【0030】
ステップ103) ゲートウェイ装置200の通信制御部220は、接続端末リストが更新されると、通信接続部210を介してダウンロード制御装置100に送信する。
【0031】
ステップ104) ダウンロード制御装置100の一時記憶部130は、ゲートウェイ装置200から接続端末リストを受信すると、該接続端末リストを一時記憶する。
【0032】
ステップ105) 新規に接続された端末300A用のモジュールを含むソフトウェアの情報をソフトウェアDB400に対して要求する。
【0033】
ステップ106) ソフトウェアDB400は、ソフトウェアリストから端末300A用のモジュールを含むソフトウェアを検索し、該当するソフトウェアの情報をダウンロード制御装置100に送信する。
【0034】
図6は、本発明の第1の実施の形態におけるソフトウェアDBが管理するソフトウェアリストの例を示す。ソフトウェアリストは、ソフトウェア蓄積サーバ500に蓄積されている各ソフトウェアのそれぞれのモジュールが、どの端末で実行可能かを示す。例えば、上記のステップ105における端末300Aが、図6のCP2である場合、ステップ106では、CP2用のモジュールを含むFAX送受信用ソフトウェアと、FAX受信専用ソフトウェアの情報をダウンロード制御装置100に送信する。
【0035】
ステップ107) ダウンロード制御装置100の照合部120は、接続端末リストの情報をもとに、ゲートウェイ装置200に新規に接続された端末と、以前から接続されていた端末の組み合わせで動作可能なソフトウェアを、ソフトウェアDB400より読み出したソフトウェア情報から、照合を行い、ダウンロードソフトウェアリスト生成部150は、照合結果を元に、どの端末にどのソフトウェアを送信するかを示すダウンロードソフトウェアリストを生成する。
【0036】
図7は、本発明の第1の実施の形態におけるダウンロードソフトウェアリスト生成処理のフローチャートである。
【0037】
ステップ201) ステップ106において、ソフトウェアDB400から送信された端末300A用のモジュールを含むソフトウェアの情報を照合部120に読み出す。ソフトウェア情報が複数ある場合は、その中から未照合のソフトウェアを1つ選択し、照合部120に読み出す。
【0038】
ステップ202) ダウンロード制御装置100のダウンロードソフトウェアリスト生成部150は、読み出したソフトウェアの端末300A用のモジュールを、インストール先を端末300Aと指定してダウンロードソフトウェアリストに追加する。このとき、ダウンロードソフトウェアリストがまだ生成されていない場合は、最初にダウンロードソフトウェアリストを生成する。
【0039】
ステップ203) 当該ソフトウェアの、端末300A用のモジュール以外のモジュールを照合対象に指定する。端末300A用のモジュール以外のモジュールが複数ある場合には、その中から未照合のモジュールを1つ選択し、照合対象に指定する。
【0040】
ステップ204) 前述のステップ104でダウンロード制御装置100の一時記憶部130に記憶された接続端末リストを読み出し、ステップ203で照合対象に指定したモジュールを実行可能な端末を検出する。検出された場合は、ステップ205を、検出されなかった場合は、ステップ208の処理を実行する。
【0041】
ステップ205) ステップ204で検出した端末300に、既に照合対象のモジュールがインストールされていないかどうかを検出する。インストールされていない場合は、ステップ206の処理を行い、既にインストールされていた場合は、ステップ207の処理を行う。
【0042】
ステップ206) ダウンロード制御装置100のダウンロードソフトウェアリスト生成部150は、照合対象モジュールを、インストール先をステップ204で検出した端末と指定して、ダウンロードソフトウェアリストに追加する。
【0043】
ステップ207) ステップ201で読み出したソフトウェアを構成するモジュールで未照合のものがないかどうかを検出する。未照合のモジュールがある場合は、ステップ203を、未照合のモジュールがない場合は、ステップ209を行う。
【0044】
ステップ208) ダウンロード制御装置100のダウンロードソフトウェアリスト生成部150は、ダウンロードソフトウェアリストに追加された、当該ソフトウェアのモジュールを全て削除する。
【0045】
ステップ209) 当該ソフトウェアを照合済みとする。
【0046】
ステップ210) ステップ201でソフトウェアDB400から送信されたソフトウェア情報が複数ある場合、未照合のソフトウェアの有無を検出する。未照合のソフトウェアがあればステップ201を行い、ない場合には、ダウンロードソフトウェアリスト生成処理を終了する。
【0047】
図8は、本発明の第1の実施の形態におけるダウンロードソフトウェアリスト生成部により生成されるダウンロードソフトウェアリストの例である。
【0048】
送信するモジュールと、その宛先の端末の識別番号を関連付けて記述される。識別番号としては、端末固有のMACアドレスや、端末毎に割り当てられているIPアドレスなどを用いることが考えられる。
【0049】
[第2の実施の形態]
図9は、本発明の第2の実施の形態におけるソフトウェア送信システムの構成を示す。
【0050】
同図において、前述の図3に示す構成と同一構成部分には、同一符号を付し、その説明を省略する。
【0051】
図9に示すシステムは、図3に示すシステム構成に、ゲートウェイ装置DB700が付加された構成である。ゲートウェイ装置DB700は、ダウンロード制御装置100から、接続すべきゲートウェイ装置200の宛先の問い合わせを受信すると、ゲートウェイ装置200の宛先を返信する。
【0052】
なお、本実施の形態では、ダウンロード制御装置100とソフトウェアDB400、ソフトウェア蓄積サーバ500は、便宜上独立の装置としているが、これらが一体となった装置を構成するようにしてもよい。
【0053】
以下に、ソフトウェア蓄積サーバ500に、新規にソフトウェアが蓄積されてから、ダウンロードソフトウェアリストを生成するまでの動作を説明する。
【0054】
図10は、本発明の第2の実施の形態におけるダウンロードソフトウェアリスト生成処理のシーケンスチャートである。
【0055】
ステップ301) ソフトウェア蓄積サーバ500に、新規にソフトウェアが蓄積される、もしくは、ソフトウェアに対して、バージョンアップ等の更新が行われる。
【0056】
ステップ302) ソフトウェア蓄積サーバ500は、ソフトウェアDB400に対して新しく蓄積されたソフトウェアの情報を送信する。
【0057】
ステップ303) ソフトウェアDB400は、ソフトウェアリストを更新する。
【0058】
ステップ304) ソフトウェアDB400は、ソフトウェアリストが更新されると、更新されたソフトウェア情報をダウンロード制御装置100に対して送信する。
【0059】
ステップ305) ダウンロード制御装置100のダウンロード制御部110は、通信接続部140を介して、ソフトウェアDB400から、ソフトウェア蓄積サーバ500に蓄積されているソフトウェアの更新情報を受信すると、ゲートウェイ装置DB700に対して接続先のゲートウェイ装置200の問い合わせを行う。
【0060】
ステップ306) ゲートウェイ装置DB700は、接続先のゲートウェイ装置200の宛先を送信する。宛先としては、ゲートウェイ装置200に割り当てられているIPアドレス等が考えられる。
【0061】
ステップ307) ダウンロード制御装置100のダウンロード制御部110は、ステップ306で受信した宛先のゲートウェイ装置に対して、接続端末リスト送信要求を送信する。
【0062】
ステップ308) ゲートウェイ装置200の通信制御部220は、通信接続部210を介して、ダウンロード制御装置100から接続端末リスト送信要求を受信すると、ダウンロード制御装置100に対して接続端末リストを送信する。
【0063】
ステップ309) ダウンロード制御儀装置100の一時記憶部130は、ゲートウェイ装置200から、接続端末リストを受信すると、当該接続端末リストを一時記憶する。
【0064】
ステップ310) ダウンロード制御装置の照合部120は、接続端末リストの情報をもとに、ゲートウェイ装置200に新規に接続された端末と、以前から接続されていた端末の組み合わせで、ソフトウェア更新情報のソフトウェアが動作可能かどうかを照合し、ダウンロードソフトウェアリスト生成部150は、当該ソフトウェア更新情報のソフトウェアが動作可能であれば、どの端末にどのソフトウェアを送信するかを示すダウンロードソフトウェアリストを生成する。
【0065】
なお、上記のステップ301からステップ310の処理を、ゲートウェイ装置DB700に登録されている全ゲートウェイ装置およびその配下の端末に対して行うことにより、新たなソフトウェアが実行可能かどうか、すべて端末300に対して照合することが可能となる。
【0066】
次に、ダウンロード制御装置100において、ステップ310で生成されるダウンロードソフトウェアリストを生成する動作について説明する。
【0067】
図11は、本発明の第2の実施の形態におけるダウンロード制御装置のダウンロードソフトウェアリスト生成処理のフローチャートである。
【0068】
ステップ401) 前述のステップ106において、ソフトウェアDB400から送信された、ソフトウェアの情報を照合部120に読み出す。ソフトウェア情報が複数ある場合は、その中から未照合のソフトウェアをひとつ選択し、照合部120に読み出す。
【0069】
ステップ402) 当該ソフトウェアの、1つのモジュールを照合対象に指定する。モジュールが複数ある場合は、その中から未照合のモジュールをひとつ選択し、照合対象に指定する。
【0070】
ステップ403) ステップ309でダウンロード制御装置100の一時記憶部130に記憶された接続端末リストを読み出し、ステップ402で照合対象に指定したモジュールを実行可能な端末を検出する。検出された場合は、ステップ404を、検出されなかった場合は、ステップ406の処理を行う。
【0071】
ステップ404) ダウンロード制御装置100のダウンロードソフトウェアリスト生成部150は、照合対象のモジュールを、インストール先をステップ403で検出した端末300に指定してダウンロードソフトウェアリストに追加する。このとき、ダウンロードソフトウェアリストがまだ、生成されていない場合は、最初にダウンロードソフトウェアリストを生成する。
【0072】
ステップ405) ステップ401で読み出したソフトウェアを構成するモジュールで未照合のものがないかどうか検出する。未照合のモジュールがある場合は、ステップ402を、未照合のモジュールがない場合は、ステップ407の処理を行う。
【0073】
ステップ406) ダウンロード制御装置100のダウンロードソフトウェアリスト生成部150は、ダウンロードソフトウェアリストに追加された、当該ソフトウェアのモジュールを全て削除する。
【0074】
ステップ407) 当該ソフトウェアを照合済みとする。
【0075】
ステップ408) ステップ401でソフトウェアDB400から送信されたソフトウェア情報が複数ある場合、未照合のソフトウェアの有無を検出する。未照合のソフトウェアがあれば、ステップ401を、ない場合には、ダウンロードソフトウェアリスト生成処理を終了する。
【0076】
次に、上記の第1及び第2の実施の形態において説明されたダウンロードソフトウェアリストが生成されてからの処理について説明する。
【0077】
以下では、ダウンロードソフトウェアリストが生成されると、ソフトウェアのモジュールが、それぞれ適切な端末に送信され、インストールされるまでの動作の一例を示す。
【0078】
図12は、本発明のソフトウェア送信処理の動作を説明する
ステップ107または、ステップ310) ダウンロード制御装置100のダウンロードソフトウェアリスト生成部150は、ダウンロードソフトウェアリストを生成する。
【0079】
ステップ501) ダウンロード制御装置100のダウンロード制御部110は、ダウンロードソフトウェアリストに従い、ソフトウェアを送信するように、ソフトウェア蓄積サーバ500に対してダウンロード命令を送信する。
【0080】
ステップ502) ソフトウェア蓄積サーバ500は、ゲートウェイ装置200に対して、端末300A用のモジュールを送信する。
【0081】
ステップ503) ゲートウェイ装置200の通信制御部220は、通信接続部210を介して端末300A宛に送信された端末300A用のモジュールを、端末接続部240を介して端末300Aに対して送信する。
【0082】
ステップ504) ソフトウェア蓄積サーバ500は、ゲートウェイ装置200に対して端末300B用のモジュールを送信する。
【0083】
ステップ505) ゲートウェイ装置200の通信制御部220は、通信接続部210を介して端末300B宛に送信された端末300B用のモジュールを、端末接続部240を介して端末300Bに送信する。
【0084】
ステップ506) 端末300Aは、受信したモジュールをインストールする。
【0085】
ステップ507) 端末300Bは、受信したモジュールをインストールする。
【0086】
この場合、ゲートウェイ装置200は、ソフトウェア蓄積サーバ500側で指定した宛先の端末に対して、適切なソフトウェアを送信する必要があるが、これは、ゲートウェイ装置200が一般的に持つ経路制御手段により実現可能である。
【0087】
また、ソフトウェアの送信方法として、ソフトウェア蓄積サーバ500からゲートウェイ装置200までモジュールをまとめて送信して、ゲートウェイ装置200がそれぞれを適切な端末300に送信する方法が考えられる。この動作を以下に示す。
【0088】
図13は、本発明のソフトウェア送信処理のシーケンスチャート(その2)である。
【0089】
ステップ107または、ステップ310) ダウンロード制御装置100のダウンロードソフトウェアリスト生成部150は、ダウンロードソフトウェアリストを生成する。
【0090】
ステップ601) ダウンロード制御装置100のダウンロード制御部110は、ダウンロードソフトウェアリストに従い、ソフトウェアを送信するように、ソフトウェア蓄積サーバ500に対してダウンロード命令を送信する。
【0091】
ステップ602) ソフトウェア蓄積サーバ500は、ゲートウェイ装置200に対してダウンロード命令を送信する。
【0092】
ステップ603) ゲートウェイ装置200の通信制御部220は、受信したモジュールを一時蓄積した後、通信接続部210を介して端末300A宛に送信された端末300A用のモジュールを識別し、端末接続部240を介して端末300Aに対して送信する。
【0093】
ステップ604) ゲートウェイ装置200の通信制御部220は、通信接続部210を介して端末300B宛に送信された端末300B用のモジュールを識別し、端末接続部240を介して端末300Bに対して送信する。
【0094】
ステップ605) 端末300Aは、受信したモジュールをインストールする。
【0095】
ステップ606) 端末300Bは、受信したモジュールをインストールする。
【0096】
この場合、ゲートウェイ装置は、図12の場合に必要となる手段に加えて、受信したソフトウェアを一時的に蓄積する手段と、まとめて送信されたそれぞれのモジュールの宛先を識別する手段が必要となる。
【0097】
もう一つの方法として、ソフトウェア蓄積サーバ500から1つの端末までモジュールをまとめて送信し、送信された端末がそれぞれ適切な端末に送信する方法が考えられる。この方法を以下に説明する。
【0098】
図14は、本発明のソフトウェア送信方法のシーケンスチャート(その3)である。
【0099】
ステップ107または、ステップ310) ダウンロード制御装置100のダウンロードソフトウェアリスト生成部150は、ダウンロードソフトウェアリストを生成する。
【0100】
ステップ701) ダウンロード制御装置100のダウンロード制御部110は、ダウンロードソフトウェアリストに従い、ソフトウェアを送信するように、ソフトウェア蓄積サーバ500に対してダウンロード命令を送信する。
【0101】
ステップ702) ソフトウェア蓄積サーバ500は、ゲートウェイ装置200に対して端末300A用のモジュールと端末300B用のモジュールを送信する。
【0102】
ステップ703) ゲートウェイ装置200の通信制御部220は、すべてのモジュールを、端末接続部240を介して端末300Aに対して送信する。
【0103】
ステップ704) 端末300Aは、端末300B宛に送信された端末300B用のモジュールを識別し、ゲートウェイ装置200に対して送信する。
【0104】
ステップ705) ゲートウェイ装置200の通信制御部220は、端末300B宛に送信された端末300B用のモジュールを、端末接続部240を介して端末300Bに対して送信する。
【0105】
ステップ706) 端末300Aは、受信したモジュールをインストールする。
【0106】
ステップ707) 端末300Bは、受信したモジュールをインストールする。
【0107】
同図のような形態をとる例としては、例えば、第1の実施の形態の場合では、新規接続端末に対して、モジュールをまとめて送信することなどが考えられる。
【0108】
また、図12から図14では、ダウンロード制御装置100は、ダウンロードソフトウェアリスト生成後、ソフトウェア蓄積サーバ500に対してダウンロード命令を送信しているが、実際にソフトウェアの送信を開始する前に、ユーザに対してソフトウェアの送信を通知し、ユーザの許可を得た後に、ソフトウェアの送信を開始する場合が考えられる。
【0109】
図15は、本発明のソフトウェア送信についてユーザの同意を求める場合の動作のシーケンスチャートである。
【0110】
ステップ107または、ステップ310) ダウンロード制御装置100のダウンロードソフトウェアリスト生成部150は、ダウンロードソフトウェアリストを生成する。
【0111】
ステップ801) ダウンロード制御装置100のダウンロード制御部110は、ゲートウェイ装置200に対してソフトウェアの送信に対する許諾要求を送信する。
【0112】
ステップ802、803) ゲートウェイ装置200の通信制御部220は、配下の端末に対してソフトウェア送信許諾要求を転送する。
【0113】
ステップ804) ユーザが、端末300Aを介してソフトウェアの送信を許可すると、端末300Aは、ゲートウェイ装置200に対してソフトウェア送信許諾を送信する。
【0114】
ステップ805) ゲートウェイ装置200の通信制御部220は、ダウンロード制御装置100に対して当該ソフトウェア送信許諾を送信する。
【0115】
ステップ501、ステップ601、ステップ701) ダウンロード制御装置100のダウンロード制御部110は、ダウンロードソフトウェアリストに従い、ソフトウェアを送信するように、ソフトウェア蓄積サーバ500に対してダウンロード命令を送信する。
【0116】
図15のような、ユーザに送信の許諾を要求する例としては、例えば、送信するソフトウェアの使用ライセンス料の支払いがユーザに発生する場合において、その事前確認を行う場合などが考えられる。
【0117】
ステップ802及びステップ803では、ゲートウェイ装置200が配下の端末のすべてに対して送信している。これとは別の方法として、第1の実施の形態の場合では、新たに接続された端末(端末300A)に対してだけ送信する方法が考えられる。
【0118】
第2の実施の形態の場合では、モジュール送信対象の端末に対してだけ送信する方法が考えられる。また、ゲートウェイ装置200に、ユーザが使用中の端末を認識する手段を持たせることで、使用中の端末に許諾要求を転送することも考えられる。これらの方法は、第1の実施の形態に適用してもよい。
【0119】
なお、上記の第1及び第2の実施の形態における動作をプログラムとして構築し、ダウンロード制御装置として利用されるコンピュータにインストールし、CPU等の制御手段に実行させるようにしてもよい。また、構築されたプログラムをネットワーク介して流通させるようにしてもよい。
【0120】
また、構築されたプログラムをダウンロード制御装置として利用されるコンピュータに接続されるハードディスク装置や、フレキシブルディスク、CD−ROM等の可搬記憶媒体に格納しておき、本発明を実施する際に、コンピュータにインストールし、実行させてもよい。
【0121】
なお、本発明は、上記の実施の形態に限定されることなく、特許請求の範囲内において、種々変更・応用が可能である。
【0122】
【発明の効果】
上述のように、本発明によれば、ダウンロード制御装置が、ユーザの所有する複数の端末を必要に応じて把握し、互いに連携させて動作可能な端末の組み合わせを探索し、必要なソフトウェアをそれぞれ適切な端末に送信して、その結果として複数の端末を連携させて新しい機能提供を可能とする。
【図面の簡単な説明】
【図1】本発明の原理を説明するための図である。
【図2】本発明の原理構成図である。
【図3】 本発明の第1の実施の形態におけるソフトウェア送信システムの構成図である。
【図4】本発明の第1の実施の形態におけるゲートウェイ装置に新たに端末(端末A)が接続されてからダウンロードソフトウェアリストを生成するまでの動作のシーケンスチャートである。
【図5】本発明の第1の実施の形態における接続端末リストの例である。
【図6】本発明の第1の実施の形態におけるソフトウェアDBが管理するソフトウェアリストの例である。
【図7】本発明の第1の実施の形態におけるダウンロードソフトウェアリスト生成処理のフローチャートである。
【図8】本発明の第1の実施の形態におけるダウンロードソフトウェアリスト生成部により生成されるダウンロードソフトウェアリストの例である。
【図9】本発明の第2の実施の形態におけるソフトウェア送信システムの構成図である。
【図10】本発明の第2の実施の形態におけるダウンロードソフトウェアリスト生成処理のシーケンスチャートである。
【図11】本発明の第2の実施の形態におけるダウンロード制御装置のダウンロードソフトウェアリスト生成処理のフローチャートである。
【図12】本発明のソフトウェア送信処理のシーケンスチャート(その1)である。
【図13】本発明のソフトウェア送信処理のシーケンスチャート(その2)である。
【図14】本発明のソフトウェア送信処理のシーケンスチャート(その3)である。
【図15】本発明のソフトウェア送信について、ユーザの同意を求める場合の動作のシーケンスチャートである。
【符号の説明】
100 ダウンロード制御装置
110 ダウンロード制御部
120 照合手段、照合部
130 一時記憶手段、一時記憶部
140 通信接続手段、通信接続部
150 ダウンロードソフトウェアリスト生成手段、ダウンロードソフトウェアリスト生成部
200 ゲートウェイ装置
210 通信接続部
220 通信制御部
230 接続端末リスト生成部
240 端末接続部
300 端末
400 ソフトウェアDB
500 ソフトウェア蓄積サーバ
600 ネットワーク
700 ゲートウェイ装置DB
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a download control method, a download control device, and a download control program, and more particularly to a download control method, a download control device, and a download control program for transmitting software from a server device to a plurality of user terminals via a network. .
[0002]
[Prior art]
2. Description of the Related Art Conventionally, a system that transmits software to a terminal via a network includes a plurality of user terminals and a server device that stores executable software downloaded to the user terminals. The software transmission system configured as described above includes means for recognizing the capability of each user terminal in the server device, so that the server device recognizes the capability of each user terminal and automatically installs software corresponding to the capability. It can be downloaded to the user terminal (see, for example, Patent Document 1).
[0003]
[Patent Document 1]
JP-A-8-263409
[0004]
[Problems to be solved by the invention]
However, in the above-described conventional software transmission system, when the user owns a plurality of terminals, the server apparatus side determines whether or not these terminals can be operated in cooperation with each other, and the necessary software is appropriately selected. There is a problem that it cannot be transmitted to the terminal. Moreover, there has never been such a software transmission system.
[0005]
The present invention has been made in view of the above points, and grasps a plurality of terminals owned by a user as necessary, searches for a combination of terminals operable in cooperation with each other, and sets necessary software appropriately. An object of the present invention is to provide a download control method, a download control device, and a download control program that can be transmitted to a terminal.
[0006]
[Means for Solving the Problems]
FIG. 1 is a diagram for explaining the principle of the present invention.
[0007]
  According to the present invention (claim 1), a plurality of terminals capable of receiving and executing software, a gateway device connected to the plurality of terminals and mediating the network connection of the terminals, and the terminal are transmitted to the terminals On a system composed of a download control device that performs software download control and a software storage server that transmits software to the gateway device, the download control device transmits a download command to the software storage server, In the download control method for controlling download,
  In the download control device,
  From the gateway through the network, Including information on a plurality of terminals connected to the gateway deviceUpon receiving the connected terminal list, a connected terminal list receiving step (step 1) for temporarily storing the connected terminal list in the temporary storage means;
  Software information including modules that can be executed by the terminal newly connected to the gateway device.Software, a software database that manages software information indicating modules constituting the software and terminals that can be executed by the modulesA verification step (step 2) for detecting, from the connected terminal list, a terminal that can be executed for each module included in the software for the software included in the acquired software information;
  If a terminal executable by the module is detected in the verification step, the download software list is added by specifying the installation destination of the verified module as the detected terminal, and a terminal executable by the module is detected by the verification step. If not, add the software module added to the download software list.allA download software list generation step (step 3) to be deleted;
  Sending a download command to the software storage server to send software according to the generated download software list;
I do.
[0008]
  Also,The present invention(Claim 2)IsReceive software update information from the software database,
  Based on the update information, query the gateway device database to determine the gateway device to connect to,
  For the determined gateway device, Including information on a plurality of terminals connected to the gateway deviceRequest to send a list of connected devices,
  Gateway deviceReceived fromConnected devices listTemporarily storing in the temporary storage means,
  In the verification step (step 2)
  For the software included in the software update information, a step of detecting a terminal that can be executed for each module included in the software from the connected terminal list is performed..
[0009]
  In addition, the present invention(Claim 3)Sends a download command to the software storage server according to the download software list,
  From the software storage server to the gateway deviceTesoSoftwareSendMake believeDo step.
[0010]
FIG. 2 is a principle configuration diagram of the present invention.
[0011]
  The present invention (Claim 4) includes a plurality of terminals 300 capable of receiving and executing software., Connected to the plurality of terminals 300,Gateway device 200 that mediates the network connection of the terminalAnd a download control device that controls download of software to be transmitted to the terminal and a software storage server that transmits software to the gateway device 200, and transmits a download command to the software storage server. Download controlA download control device 100,
  Communication connection means 140 for connecting to a network;
  Temporary storage means 130 for temporarily storing the connection terminal list when receiving a connection list including information on a plurality of terminals connected to the gateway apparatus 200 from the gateway apparatus 200;
  Software information including modules that can be executed by a terminal newly connected to the gateway device 200,Manages software information indicating software, modules constituting the software, and terminals executable in each moduleCollating means 120 for detecting from the connected terminal list a terminal that can be executed for each module included in the software acquired from the software database and included in the acquired software information;
  If a terminal executable by the module is detected by the verification means 120, the installation destination of the verified module is designated as the detected terminal and added to the download software list,TheVerification means120If no executable terminal is detected by the module, the software module added to the download software listallDownload software list generation means 150 to be deleted;
  Means for transmitting a download instruction to the software storage server so as to transmit the software according to the generated download software list;Have
[0012]
  In addition, the present invention(Claim 5)In the communication connection means 140, the download control device of
  Means for receiving software update information from the software database;
  Based on the update information, gateway device200Means for determining the gateway device to be connected to
  Means for requesting the determined gateway device 200 to transmit a connection terminal list including information of a plurality of terminals connected to the gateway device 200;
  The temporary storage means 130 temporarily stores the connection terminal list received from the gateway device 200,
  LightThe combining means 120 isFor the software included in the software update information, a terminal that can be executed for each module included in the software is detected from the connected terminal list..
[0013]
  In addition, the present invention(Claim 6)Download control device according to the download software, SoA download command is transmitted to the software storage server, and the software storage server sends the download command to the gateway device.TesoSoftwareSendDownload control means for communicating.
[0014]
  The present invention(Claim 7)IsA download control program for causing a computer to function as each means constituting the download control apparatus according to claim 4.
[0017]
As described above, in the present invention, the download control device grasps a plurality of terminals owned by the user, searches for a combination of terminals operable in cooperation with each other, and transmits necessary software to each appropriate terminal. This makes it possible to provide a new function by linking a plurality of terminals.
[0018]
Specifically, in the download control device, the software described in the software update information is based on the software information indicating which terminal each module of the software stored in the software storage server can execute. It is determined whether it can be executed by a combination of terminals connected to the PC. If it can be executed, a download software list describing which software is to be transmitted to which terminal is generated. Thus, after the download software list generation process, the software storage server and the gateway device can perform the process of providing the software to the terminal based on the download software list.
[0019]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
[0020]
[First embodiment]
FIG. 3 shows the configuration of the software transmission system according to the first embodiment of the present invention.
[0021]
The software transmission system shown in the figure includes a plurality of terminals 300 that can receive and execute software, a gateway device 200 that is connected to the plurality of terminals 300 and mediates the network connection of the terminals 300, and the terminal 300. A download control device 100 that controls software to be transmitted, a software storage server 500, a software database (DB) 400, and a network 600 are included.
[0022]
The gateway device 200 collectively connects information of a terminal connection unit 240 connected to a plurality of terminals 300, a communication connection unit 210 connected to the network 600, and a plurality of terminals 300 connected via the terminal connection unit 240. When the connection terminal list generation unit 230 that generates the list and the terminal 300 are newly connected to the terminal connection unit 240, and the information of the terminal 300 is added to the connection terminal list by the connection terminal list generation unit 230, the communication connection The communication control unit 220 transmits the connection terminal list to the download control apparatus 100 via the unit 210.
[0023]
The download control device 100 is a device that performs download control of software transmitted to a plurality of terminals 300 that can receive and execute software via the gateway device 200.
[0024]
When the download control device 100 receives the connection terminal list from the gateway device 200, the communication connection unit 140 connected to the network 600, the temporary storage unit 130 that temporarily stores the connection terminal list, and the information described in the connection terminal list. Originally, a collation unit 120 that reads software information from the software DB 400 and collates software that can be operated by a combination of a terminal newly connected to the gateway device 200 and a terminal that has been connected before, and a collation unit 120. The download software list generation unit 150 generates a download software list indicating which software is to be transmitted to which terminal based on the collation result, and downloads to the software storage server 500 according to the generated download software list. It sends a de instruction, from the software storage server 500, and a download control unit 110 to transmit the appropriate software to the gateway device 200.
[0025]
In the present embodiment, the download control device 100, the software DB 400, the software storage server 500, and the gateway device 200 are independent devices for convenience, but may be configured as an integrated device.
[0026]
FIG. 4 is a sequence chart of operations from when a terminal (terminal A) is newly connected to the gateway device according to the first embodiment of the present invention until a download software list is generated.
[0027]
Step 101) The terminal 300A is connected to the gateway device 200.
[0028]
Step 102) When the terminal 300A is newly connected to the gateway device 200, the connection terminal list generation unit 230 of the gateway device 200 adds information to the connection terminal list.
[0029]
FIG. 5 shows an example of the connection terminal list in the first embodiment of the present invention. In the connection terminal list shown in the figure, attribute information such as the type, model number, and downloaded software is described in association with the terminal identification number. As the identification number, it is conceivable to use a MAC address unique to the terminal or an IP address assigned to each terminal.
[0030]
Step 103) When the connection terminal list is updated, the communication control unit 220 of the gateway device 200 transmits the update to the download control device 100 via the communication connection unit 210.
[0031]
Step 104) Upon receiving the connection terminal list from the gateway apparatus 200, the temporary storage unit 130 of the download control apparatus 100 temporarily stores the connection terminal list.
[0032]
Step 105) The software DB 400 is requested for software information including the module for the newly connected terminal 300A.
[0033]
Step 106) The software DB 400 searches the software list for software including the module for the terminal 300A, and transmits information about the corresponding software to the download control apparatus 100.
[0034]
FIG. 6 shows an example of a software list managed by the software DB according to the first embodiment of this invention. The software list indicates on which terminal each module of each software stored in the software storage server 500 can be executed. For example, if the terminal 300A in the above step 105 is CP2 in FIG. 6, in step 106, information on the FAX transmission / reception software including the CP2 module and the FAX reception dedicated software is transmitted to the download control apparatus 100.
[0035]
Step 107) Based on the information in the connection terminal list, the collation unit 120 of the download control apparatus 100 installs software that can be operated by a combination of a terminal newly connected to the gateway apparatus 200 and a terminal connected from before. Then, collation is performed from the software information read from the software DB 400, and the download software list generation unit 150 generates a download software list indicating which software is to be transmitted to which terminal based on the collation result.
[0036]
FIG. 7 is a flowchart of download software list generation processing in the first embodiment of the present invention.
[0037]
Step 201) In step 106, information on the software including the module for the terminal 300A transmitted from the software DB 400 is read out to the collation unit 120. If there is a plurality of pieces of software information, one piece of unmatched software is selected from the software information and read to the matching unit 120.
[0038]
Step 202) The download software list generation unit 150 of the download control apparatus 100 adds the module for the terminal 300A of the read software to the download software list by designating the installation destination as the terminal 300A. At this time, if the download software list has not been generated yet, the download software list is generated first.
[0039]
Step 203) A module other than the module for the terminal 300A in the software is designated as a collation target. When there are a plurality of modules other than the module for the terminal 300A, one unverified module is selected from the modules and designated as a collation target.
[0040]
Step 204) The connection terminal list stored in the temporary storage unit 130 of the download control apparatus 100 is read in Step 104 described above, and a terminal capable of executing the module designated as the verification target is detected in Step 203. If it is detected, step 205 is executed. If it is not detected, step 208 is executed.
[0041]
  Step 205) It is detected whether or not the verification target module is already installed in the terminal 300 detected in Step 204. If not, step 206ProcessIf already installed, the process of step 207 is performed.
[0042]
Step 206) The download software list generation unit 150 of the download control apparatus 100 specifies the installation target module as the terminal detected in step 204 and adds it to the download software list.
[0043]
Step 207) It is detected whether or not there is an unverified module constituting the software read in Step 201. If there is an unmatched module, step 203 is performed. If there is no unmatched module, step 209 is performed.
[0044]
Step 208) The download software list generation unit 150 of the download control apparatus 100 deletes all the modules of the software added to the download software list.
[0045]
Step 209) The software has been verified.
[0046]
Step 210) When there are a plurality of pieces of software information transmitted from the software DB 400 in Step 201, the presence / absence of unmatched software is detected. If there is unmatched software, step 201 is performed. If not, the download software list generation process is terminated.
[0047]
FIG. 8 is an example of a download software list generated by the download software list generation unit according to the first embodiment of the present invention.
[0048]
The module to be transmitted is described in association with the identification number of the destination terminal. As the identification number, it is conceivable to use a MAC address unique to the terminal or an IP address assigned to each terminal.
[0049]
[Second Embodiment]
FIG. 9 shows the configuration of the software transmission system according to the second embodiment of the present invention.
[0050]
In the figure, the same components as those shown in FIG. 3 are given the same reference numerals, and the description thereof is omitted.
[0051]
The system shown in FIG. 9 has a configuration in which a gateway device DB 700 is added to the system configuration shown in FIG. When receiving an inquiry about the destination of the gateway apparatus 200 to be connected from the download control apparatus 100, the gateway apparatus DB 700 returns the destination of the gateway apparatus 200.
[0052]
In the present embodiment, the download control device 100, the software DB 400, and the software storage server 500 are independent devices for convenience, but may be configured as an integrated device.
[0053]
Hereinafter, an operation from when new software is stored in the software storage server 500 to when a download software list is generated will be described.
[0054]
FIG. 10 is a sequence chart of download software list generation processing in the second embodiment of the present invention.
[0055]
Step 301) Software is newly stored in the software storage server 500, or the software is updated such as version upgrade.
[0056]
Step 302) The software storage server 500 transmits information on the newly stored software to the software DB 400.
[0057]
Step 303) The software DB 400 updates the software list.
[0058]
Step 304) When the software list is updated, the software DB 400 transmits the updated software information to the download control apparatus 100.
[0059]
Step 305) Upon receiving the software update information stored in the software storage server 500 from the software DB 400 via the communication connection unit 140, the download control unit 110 of the download control device 100 connects to the gateway device DB 700. An inquiry of the previous gateway device 200 is made.
[0060]
Step 306) The gateway apparatus DB 700 transmits the destination of the connection destination gateway apparatus 200. As the destination, an IP address or the like assigned to the gateway device 200 can be considered.
[0061]
Step 307) The download control unit 110 of the download control apparatus 100 transmits a connection terminal list transmission request to the destination gateway apparatus received in Step 306.
[0062]
Step 308) Upon receiving the connection terminal list transmission request from the download control apparatus 100 via the communication connection section 210, the communication control section 220 of the gateway apparatus 200 transmits the connection terminal list to the download control apparatus 100.
[0063]
Step 309) Upon receiving the connection terminal list from the gateway device 200, the temporary storage unit 130 of the download control device 100 temporarily stores the connection terminal list.
[0064]
Step 310) Based on the information in the connection terminal list, the collation unit 120 of the download control apparatus uses a combination of a terminal newly connected to the gateway apparatus 200 and a terminal that has been connected to the software update information software. The download software list generation unit 150 generates a download software list indicating which software is transmitted to which terminal if the software of the software update information is operable.
[0065]
Whether the new software can be executed by performing the processing from step 301 to step 310 on all the gateway devices registered in the gateway device DB 700 and the terminals under the gateway device DB 700 is determined for all the terminals 300. Can be collated.
[0066]
Next, the operation of generating the download software list generated in step 310 in the download control apparatus 100 will be described.
[0067]
FIG. 11 is a flowchart of download software list generation processing of the download control apparatus according to the second embodiment of the present invention.
[0068]
Step 401) In step 106 described above, the software information transmitted from the software DB 400 is read out to the collation unit 120. If there is a plurality of pieces of software information, one piece of unmatched software is selected from the software information and read to the matching unit 120.
[0069]
Step 402) One module of the software is designated as a verification target. If there are multiple modules, select one of the unverified modules from among them and designate it as the target of verification.
[0070]
Step 403) In step 309, the connection terminal list stored in the temporary storage unit 130 of the download control apparatus 100 is read, and in step 402, a terminal that can execute the module designated as the collation target is detected. If it is detected, step 404 is performed. If it is not detected, step 406 is performed.
[0071]
Step 404) The download software list generation unit 150 of the download control apparatus 100 adds the verification target module to the download software list by specifying the installation destination as the terminal 300 detected in Step 403. At this time, if the download software list has not been generated yet, the download software list is generated first.
[0072]
Step 405) It is detected whether there is an unverified module constituting the software read in Step 401. If there is an unmatched module, step 402 is performed. If there is no unmatched module, step 407 is performed.
[0073]
Step 406) The download software list generation unit 150 of the download control apparatus 100 deletes all the modules of the software added to the download software list.
[0074]
Step 407) Assume that the software has been verified.
[0075]
Step 408) When there are a plurality of pieces of software information transmitted from the software DB 400 in Step 401, the presence / absence of unmatched software is detected. If there is unverified software, step 401 is ended. If not, the download software list generation processing is terminated.
[0076]
Next, processing after the download software list described in the first and second embodiments is generated will be described.
[0077]
In the following, an example of the operation until the software module is transmitted to an appropriate terminal and installed when the download software list is generated will be described.
[0078]
FIG. 12 explains the operation of the software transmission processing of the present invention.
Step 107 or Step 310) The download software list generation unit 150 of the download control apparatus 100 generates a download software list.
[0079]
Step 501) The download control unit 110 of the download control apparatus 100 transmits a download command to the software storage server 500 so as to transmit software according to the download software list.
[0080]
Step 502) The software storage server 500 transmits a module for the terminal 300A to the gateway device 200.
[0081]
Step 503) The communication control unit 220 of the gateway device 200 transmits the module for the terminal 300A transmitted to the terminal 300A via the communication connection unit 210 to the terminal 300A via the terminal connection unit 240.
[0082]
Step 504) The software storage server 500 transmits the module for the terminal 300B to the gateway device 200.
[0083]
Step 505) The communication control unit 220 of the gateway device 200 transmits the module for the terminal 300B transmitted to the terminal 300B via the communication connection unit 210 to the terminal 300B via the terminal connection unit 240.
[0084]
Step 506) The terminal 300A installs the received module.
[0085]
Step 507) The terminal 300B installs the received module.
[0086]
In this case, the gateway device 200 needs to transmit appropriate software to the destination terminal designated on the software storage server 500 side, which is realized by the route control means that the gateway device 200 generally has. Is possible.
[0087]
Further, as a software transmission method, a method in which modules are collectively transmitted from the software storage server 500 to the gateway device 200 and the gateway device 200 transmits each to the appropriate terminal 300 can be considered. This operation is shown below.
[0088]
FIG. 13 is a sequence chart (part 2) of the software transmission process of the present invention.
[0089]
Step 107 or Step 310) The download software list generation unit 150 of the download control apparatus 100 generates a download software list.
[0090]
Step 601) The download control unit 110 of the download control apparatus 100 transmits a download command to the software storage server 500 so as to transmit software according to the download software list.
[0091]
Step 602) The software storage server 500 transmits a download command to the gateway device 200.
[0092]
Step 603) The communication control unit 220 of the gateway device 200 temporarily stores the received module, and then identifies the module for the terminal 300A transmitted to the terminal 300A via the communication connection unit 210, and sets the terminal connection unit 240 to To the terminal 300A.
[0093]
Step 604) The communication control unit 220 of the gateway device 200 identifies the module for the terminal 300B transmitted to the terminal 300B via the communication connection unit 210, and transmits the module to the terminal 300B via the terminal connection unit 240. .
[0094]
Step 605) The terminal 300A installs the received module.
[0095]
Step 606) The terminal 300B installs the received module.
[0096]
In this case, in addition to the means required in the case of FIG. 12, the gateway device requires means for temporarily storing the received software and means for identifying the destinations of the modules sent together. .
[0097]
As another method, a method may be considered in which modules are transmitted collectively from the software storage server 500 to one terminal, and each transmitted terminal transmits to an appropriate terminal. This method will be described below.
[0098]
FIG. 14 is a sequence chart (No. 3) of the software transmission method of the present invention.
[0099]
Step 107 or Step 310) The download software list generation unit 150 of the download control apparatus 100 generates a download software list.
[0100]
Step 701) The download control unit 110 of the download control apparatus 100 transmits a download command to the software storage server 500 so as to transmit software according to the download software list.
[0101]
Step 702) The software storage server 500 transmits the module for the terminal 300A and the module for the terminal 300B to the gateway device 200.
[0102]
Step 703) The communication control unit 220 of the gateway device 200 transmits all the modules to the terminal 300A via the terminal connection unit 240.
[0103]
Step 704) The terminal 300A identifies the module for the terminal 300B transmitted to the terminal 300B, and transmits the module to the gateway device 200.
[0104]
Step 705) The communication control unit 220 of the gateway device 200 transmits the module for the terminal 300B transmitted to the terminal 300B to the terminal 300B via the terminal connection unit 240.
[0105]
Step 706) The terminal 300A installs the received module.
[0106]
Step 707) The terminal 300B installs the received module.
[0107]
For example, in the case of the first embodiment, it is conceivable that the modules are collectively transmitted to the newly connected terminal in the case of the first embodiment.
[0108]
Also, in FIGS. 12 to 14, the download control apparatus 100 transmits a download command to the software storage server 500 after the download software list is generated. On the other hand, it is conceivable that the software transmission is started after the software transmission is notified and the user's permission is obtained.
[0109]
FIG. 15 is a sequence chart of the operation in the case where the user consent is requested for the software transmission of the present invention.
[0110]
Step 107 or Step 310) The download software list generation unit 150 of the download control apparatus 100 generates a download software list.
[0111]
Step 801) The download control unit 110 of the download control apparatus 100 transmits a permission request for software transmission to the gateway apparatus 200.
[0112]
Steps 802 and 803) The communication control unit 220 of the gateway device 200 transfers the software transmission permission request to the subordinate terminal.
[0113]
Step 804) When the user permits transmission of software via the terminal 300A, the terminal 300A transmits a software transmission permission to the gateway device 200.
[0114]
Step 805) The communication control unit 220 of the gateway device 200 transmits the software transmission permission to the download control device 100.
[0115]
Step 501, Step 601, Step 701) The download control unit 110 of the download control apparatus 100 transmits a download command to the software storage server 500 so as to transmit software according to the download software list.
[0116]
As an example of requesting the transmission permission from the user as shown in FIG. 15, for example, when the user is paid for the use license fee of the software to be transmitted, it may be possible to confirm the advance.
[0117]
In step 802 and step 803, the gateway device 200 transmits to all of the terminals under its control. As another method, in the case of the first embodiment, a method of transmitting only to a newly connected terminal (terminal 300A) is conceivable.
[0118]
In the case of the second embodiment, a method of transmitting only to a module transmission target terminal can be considered. It is also conceivable that the gateway device 200 has means for recognizing the terminal being used by the user, so that the permission request is transferred to the terminal being used. These methods may be applied to the first embodiment.
[0119]
The operations in the first and second embodiments described above may be constructed as a program, installed in a computer used as a download control device, and executed by a control means such as a CPU. Further, the constructed program may be distributed via a network.
[0120]
The constructed program is stored in a portable storage medium such as a hard disk device connected to a computer used as a download control device, a flexible disk, a CD-ROM, etc. May be installed and executed.
[0121]
The present invention is not limited to the above-described embodiment, and various modifications and applications can be made within the scope of the claims.
[0122]
【The invention's effect】
As described above, according to the present invention, the download control device grasps a plurality of terminals owned by the user as necessary, searches for combinations of terminals that can operate in cooperation with each other, and installs necessary software respectively. By transmitting to an appropriate terminal, as a result, a plurality of terminals can be linked to provide a new function.
[Brief description of the drawings]
FIG. 1 is a diagram for explaining the principle of the present invention.
FIG. 2 is a principle configuration diagram of the present invention.
FIG. 3 is a configuration diagram of a software transmission system according to the first embodiment of the present invention.
FIG. 4 is a sequence chart of an operation from when a terminal (terminal A) is newly connected to the gateway apparatus according to the first embodiment of the present invention to when a download software list is generated.
FIG. 5 is an example of a connection terminal list according to the first embodiment of the present invention.
FIG. 6 is an example of a software list managed by the software DB according to the first embodiment of the present invention.
FIG. 7 is a flowchart of download software list generation processing according to the first embodiment of the present invention;
FIG. 8 is an example of a download software list generated by a download software list generation unit according to the first embodiment of the present invention.
FIG. 9 is a configuration diagram of a software transmission system according to a second embodiment of the present invention.
FIG. 10 is a sequence chart of download software list generation processing according to the second embodiment of the present invention.
FIG. 11 is a flowchart of download software list generation processing of the download control apparatus according to the second embodiment of the present invention.
FIG. 12 is a sequence chart (No. 1) of software transmission processing according to the present invention.
FIG. 13 is a sequence chart (No. 2) of software transmission processing according to the present invention.
FIG. 14 is a sequence chart (No. 3) of the software transmission processing according to the present invention.
FIG. 15 is a sequence chart of an operation when seeking user consent for software transmission of the present invention.
[Explanation of symbols]
100 download control device
110 Download controller
120 verification means, verification unit
130 Temporary storage means, temporary storage unit
140 Communication connection means, communication connection unit
150 Download Software List Generation Means, Download Software List Generation Unit
200 Gateway device
210 Communication connection
220 Communication control unit
230 Connected terminal list generator
240 Terminal connection
300 terminals
400 Software DB
500 Software storage server
600 network
700 Gateway device DB

Claims (7)

ソフトウェアを受信し、実行することが可能な複数の端末と、該複数の端末と接続され、該端末のネットワーク接続を仲介するゲートウェイ装置と、該端末に送信するソフトウェアのダウンロード制御を行うダウンロード制御装置と、ソフトウェアを該ゲートウェイ装置に送信するソフトウェア蓄積サーバから構成されるシステム上で、該ダウンロード制御装置が該ソフトウェア蓄積サーバに対してダウンロード命令を送信することにより、ダウンロード制御するダウンロード制御方法において、
前記ダウンロード制御装置では、
前記ネットワークを介して、前記ゲートウェイから、該ゲートウェイ装置に接続される複数の端末の情報を含む接続端末リストを受信すると、該接続端末リストを一時記憶手段に一時的に記憶する接続端末リスト受信ステップと、
前記ゲートウェイ装置に新規に接続された端末で実行可能なモジュールを含むソフトウェア情報を、ソフトウェア、該ソフトウェアを構成するモジュール、及び各モジュールで実行可能な端末を示すソフトウェア情報を管理するソフトウェアデータベースから取得し、取得した該ソフトウェア情報に含まれるソフトウェアについて、該ソフトウェアに含まれるモジュール毎に実行可能な端末を接続端末リストから検出する照合ステップと、
前記照合ステップによりモジュールで実行可能な端末が検出されれば、照合されたモジュールのインストール先を検出された端末と指定してダウンロードソフトウェアリストを追加し、該照合ステップによりモジュールで実行可能な端末が検出されなければ、ダウンロードソフトウェアリストに追加された当該ソフトウェアのモジュールを全て削除するダウンロードソフトウェアリスト生成ステップと、
生成されたダウンロードソフトウェアリストに従い、ソフトウェアを送信するように、前記ソフトウェア蓄積サーバに対してダウンロード命令を送信するステップと、
を行うことを特徴とするダウンロード制御方法。
A plurality of terminals that can receive and execute software, a gateway device that is connected to the plurality of terminals and mediates network connection of the terminals, and a download control device that performs download control of software transmitted to the terminals And a download control method for controlling download by transmitting a download command to the software storage server by the download control device on a system including a software storage server that transmits software to the gateway device.
In the download control device,
A connection terminal list reception step of temporarily storing the connection terminal list in a temporary storage means when receiving a connection terminal list including information of a plurality of terminals connected to the gateway device from the gateway via the network When,
Software information including modules that can be executed by a terminal newly connected to the gateway device is acquired from software, a module that constitutes the software, and a software database that manages software information indicating the terminals that can be executed by each module. A step of detecting, from the connected terminal list, a terminal that can be executed for each module included in the software for the software included in the acquired software information;
If a terminal that can be executed by the module is detected by the checking step, a download software list is added by designating the installation destination of the checked module as a detected terminal, and a terminal that can be executed by the module by the checking step. If not detected, a download software list generation step of deleting all the modules of the software added to the download software list;
Sending a download command to the software storage server to send software according to the generated download software list;
A download control method characterized by:
前記ソフトウェアデータベースからソフトウェア更新情報を受信し、
前記更新情報に基づいて、前記ゲートウェイ装置のデータベースに対して問い合わせを行い、接続するゲートウェイ装置を決定し、
決定されたゲートウェイ装置に対して、該ゲートウェイ装置に接続される複数の端末の情報を含む接続端末リストの送信を要求し、
前記ゲートウェイ装置から受信した前記接続端末リストを前記一時記憶手段に一時記憶するステップを行い、
前記照合ステップにおいて、
前記ソフトウェア更新情報に含まれるソフトウェアについて、該ソフトウェアに含まれるモジュール毎に実行可能な端末を接続端末リストから検出するステップを行う
請求項1記載のダウンロード制御方法。
Receiving software update information from the software database;
Based on the update information, query the database of the gateway device, determine the gateway device to be connected,
Requesting the determined gateway device to transmit a connection terminal list including information of a plurality of terminals connected to the gateway device ;
It performs the step of storing temporarily the connection terminal list received the gateway device or we in the temporary storage means,
In the matching step,
For the software included in the software update information, a step of detecting a terminal that can be executed for each module included in the software from the connected terminal list is performed.
The download control method according to claim 1 .
前記ダウンロードソフトウェアリストに従い、ソフトウェア蓄積サーバに対してダウンロード命令を送信し、
前記ソフトウェア蓄積サーバから前記ゲートウェイ装置に対してソフトウェアを送信させるステップを行う
請求項1又は2記載のダウンロード制御方法。
In accordance with the downloaded software list, and transmits a download command to the software storage server,
<br/> claim 1 or 2 download control method according performing the step of sending the software and to the gateway device from the software storage server.
ソフトウェアを受信し、実行することが可能な複数の端末と、該複数の端末と接続され、該端末のネットワーク接続を仲介するゲートウェイ装置と、該端末に送信するソフトウェアのダウンロード制御を行うダウンロード制御装置と、ソフトウェアを該ゲートウェイ装置に送信するソフトウェア蓄積サーバから構成されるシステム上で、該ソフトウェア蓄積サーバに対してダウンロード命令を送信することにより、ダウンロード制御を行うダウンロード制御装置であって、
ネットワークと接続する通信接続手段と、
前記ゲートウェイ装置から、該ゲートウェイ装置に接続される複数の端末の情報を含む接続リストを受信すると、該接続端末リストを一時記憶する一時記憶手段と、
前記ゲートウェイ装置に新規に接続された端末で実行可能なモジュールを含むソフトウェア情報を、ソフトウェア、そのソフトウェアを構成するモジュール、及び各モジュールで実行可能な端末を示すソフトウェア情報を管理するソフトウェアデータベースから取得し、取得したソフトウェア情報に含まれるソフトウェアについて、該ソフトウェアに含まれるモジュール毎に実行可能な端末を接続端末リストから検出する照合手段と、
前記照合手段によりモジュールで実行可能な端末が検出されれば、照合されたモジュールのインストール先を検出された端末と指定してダウンロードソフトウェアリストに追加し、照合手段によりモジュールで実行可能な端末が検出されなければ、ダウンロードソフトウェアリストに追加された当該ソフトウェアのモジュールを全て削除するダウンロードソフトウェアリスト生成手段と、
生成されたダウンロードソフトウェアリストに従い、ソフトウェアを送信するように、前記ソフトウェア蓄積サーバに対してダウンロード命令を送信する手段と、
を有することを特徴とするダウンロード制御装置。
Receiving the software, and a plurality of terminals that can be executed, is connected to a plurality of terminals, download control apparatus for performing a gateway device that mediates network connection the terminal, the download control software to be transmitted to the terminal And a download control device that performs download control by transmitting a download command to the software storage server on a system including a software storage server that transmits software to the gateway device ,
A communication connection means for connecting to the network;
When receiving a connection list including information of a plurality of terminals connected to the gateway device from the gateway device, temporary storage means for temporarily storing the connection terminal list;
Software information including modules executable on a terminal newly connected to the gateway device is acquired from software , a module constituting the software, and a software database managing software information indicating terminals executable on each module. A collating means for detecting a terminal executable for each module included in the software included in the acquired software information from the connected terminal list;
If module executable terminals detected by by the collating means, in addition to downloading software list specifying the detected the installation of collated module terminal, capable terminal running in the module by the matching means If not detected, download software list generation means for deleting all the modules of the software added to the download software list;
Means for transmitting a download instruction to the software storage server so as to transmit software according to the generated download software list;
A download control device comprising:
前記通信接続手段は、前記ソフトウェアデータベースからソフトウェア更新情報を受信する手段を有し、
前記更新情報に基づいて、前記ゲートウェイ装置のデータベースに対して問い合わせを行い、接続するゲートウェイ装置を決定する手段と、
決定されたゲートウェイ装置に対して、該ゲートウェイ装置に接続される複数の端末の情報を含む接続端末リストの送信を要求する手段と、を有し、
前記一時記憶手段は、前記ゲートウェイ装置から受信した前記接続端末リストを一時記憶し、
前記照合手段は、前記ソフトウェア更新情報に含まれるソフトウェアについて、該ソフトウェアに含まれるモジュール毎に実行可能な端末を前記接続端末リストから検出する
請求項4記載のダウンロード制御装置。
It said communication connection means comprises means for receiving the software update information from the previous SL software database,
A means for making an inquiry to the database of the gateway device based on the update information and determining a gateway device to be connected;
Means for requesting the determined gateway device to transmit a connection terminal list including information of a plurality of terminals connected to the gateway device;
The temporary storage means temporarily stores the connection terminal list received from the gateway device,
5. The download control apparatus according to claim 4, wherein the collating unit detects, from the connected terminal list, a terminal that can be executed for each module included in the software in the software update information .
前記ダウンロードソフトウェアに従い、ソフトウェア蓄積サーバに対してダウンロード命令を送信し、該ソフトウェア蓄積サーバから前記ゲートウェイ装置に対してソフトウェアを送信させるダウンロード制御手段を有する
請求項4または5記載のダウンロード制御装置。
In accordance with the downloading software, and sends the download instruction to the software storage server, download control apparatus of claim 4 or 5, wherein with a download control means for sending the software and to the gateway device from the software storage server .
請求項4乃至6のいずれか1項記載のダウンロード制御装置を構成する各手段としてコンピュータを機能させるダウンロード制御プログラム。A download control program for causing a computer to function as each means constituting the download control apparatus according to claim 4.
JP2003092665A 2003-03-28 2003-03-28 Download control method, download control apparatus, and download control program Expired - Lifetime JP4168805B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003092665A JP4168805B2 (en) 2003-03-28 2003-03-28 Download control method, download control apparatus, and download control program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003092665A JP4168805B2 (en) 2003-03-28 2003-03-28 Download control method, download control apparatus, and download control program

Publications (2)

Publication Number Publication Date
JP2004302682A JP2004302682A (en) 2004-10-28
JP4168805B2 true JP4168805B2 (en) 2008-10-22

Family

ID=33405690

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003092665A Expired - Lifetime JP4168805B2 (en) 2003-03-28 2003-03-28 Download control method, download control apparatus, and download control program

Country Status (1)

Country Link
JP (1) JP4168805B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1829092B (en) * 2005-03-02 2010-06-09 索尼株式会社 Level shift circuit and shift register and display device

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5222695B2 (en) * 2008-11-10 2013-06-26 株式会社日立製作所 Network system, management device
JP5289928B2 (en) * 2008-12-25 2013-09-11 トヨタ自動車株式会社 Information communication system, communication device, server, and program
JP2010250723A (en) * 2009-04-20 2010-11-04 Nippon Telegr & Teleph Corp <Ntt> Communication system and software module distribution method
JP2011170465A (en) * 2010-02-16 2011-09-01 Ricoh Co Ltd System, method, and program for software distribution
JP5367625B2 (en) * 2010-03-16 2013-12-11 Kddi株式会社 Content distribution system, content distribution apparatus, and computer program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1829092B (en) * 2005-03-02 2010-06-09 索尼株式会社 Level shift circuit and shift register and display device

Also Published As

Publication number Publication date
JP2004302682A (en) 2004-10-28

Similar Documents

Publication Publication Date Title
US7779409B2 (en) Device-to-device software distribution
WO2010113598A1 (en) Home network system, gateway device, and firmware update method
US10037200B2 (en) Synchronizing installation and execution of a program on a second information processing apparatus with a first information processing apparatus which failed installation of the program
JP2002287974A (en) Method and device related to control for registering and starting application program
JP2002351680A (en) Device and system for managing application
JP4168805B2 (en) Download control method, download control apparatus, and download control program
JPH09218777A (en) Computer system
US8510423B2 (en) Install system and install method
CN1661982B (en) Method and system for automatically configuring access control
JP2009077031A (en) Portable communication device, mobile computer, system in organization, program, external communication connection control system, and external communication connection control method
US20040024849A1 (en) Method and system for distributing data
JP2003228486A (en) Method and system for managing software, and program
JP3772102B2 (en) Information processing method, information processing apparatus, and program
JP2005327090A (en) Electronic instrument and information processor
JP2008065611A (en) Software update method and software update program
JP4823674B2 (en) Remote installation system, remote installation method, server cloning system, and server cloning method
JP2001092641A (en) Software install system
JP4232606B2 (en) File distribution system, client program, client, server program, server, and method
JP4770203B2 (en) Application acquisition method and application acquisition method
KR20020077718A (en) The remote installing method and system for software using internet
CN114827127B (en) File management method, system, cloud server and terminal equipment
CN109565666B (en) Method and device for managing configuration files
US20140379782A1 (en) Computer-readable recording medium storing data association program and data association method
KR20060065240A (en) Controlled device including agent, control apparatus thereof and method for upgrading agent automatically
JP5451794B2 (en) System including POS device and method for controlling system including POS device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050118

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070528

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070717

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070822

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080325

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080425

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20080728

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

Free format text: PAYMENT UNTIL: 20110815

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4168805

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20120815

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20130815

Year of fee payment: 5

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

EXPY Cancellation because of completion of term