JP2012123619A - Application management device, server device, application management system, application management method, and computer program - Google Patents
Application management device, server device, application management system, application management method, and computer program Download PDFInfo
- Publication number
- JP2012123619A JP2012123619A JP2010273729A JP2010273729A JP2012123619A JP 2012123619 A JP2012123619 A JP 2012123619A JP 2010273729 A JP2010273729 A JP 2010273729A JP 2010273729 A JP2010273729 A JP 2010273729A JP 2012123619 A JP2012123619 A JP 2012123619A
- Authority
- JP
- Japan
- Prior art keywords
- function
- management information
- list
- master
- application
- 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.)
- Withdrawn
Links
Images
Landscapes
- Stored Programmes (AREA)
Abstract
Description
本発明は、情報処理装置にインストールされるアプリケーションソフトウェア(以下、単にアプリケーションと記載する)を管理するアプリケーション管理装置に関する。 The present invention relates to an application management apparatus that manages application software (hereinafter simply referred to as an application) installed in an information processing apparatus.
アプリケーションを管理するアプリケーション管理装置として、情報格納部の空き容量が閾値を下回ると、不要なアプリケーションを選択して削除するものが知られている(例えば、特許文献1参照)。 As an application management apparatus that manages applications, there is known an apparatus that selects and deletes unnecessary applications when the free space of the information storage unit falls below a threshold (see, for example, Patent Document 1).
この特許文献1に記載されたアプリケーション管理装置は、アプリケーション毎に構成ファイルの総容量や最終利用日時を記憶しておく。また、このアプリケーション管理装置は、アプリケーションが格納されている情報格納部の空き容量が閾値を下回ったことを検出すると、最終利用日時からの経過時間が最も長いアプリケーションから順に選択する。そして、このアプリケーション管理装置は、空き容量が閾値を超えるまで、選択したアプリケーションを削除する。
The application management apparatus described in
ところで、情報処理装置にインストールされるアプリケーションは、一般的に複数の機能によって構成される。このようなアプリケーションでは、全ての機能がユーザにとって必要でない場合がある。 By the way, the application installed in the information processing apparatus is generally configured by a plurality of functions. In such an application, not all functions may be necessary for the user.
このようなアプリケーションがインストールされている情報処理装置では、不要機能を構成するコンピュータ・プログラムモジュールを含むファイルが記憶領域を消費してしまう。また、アプリケーション起動中には、不要機能を構成するコンピュータ・プログラムモジュールが、CPU(Central Processing Unit)やメモリを消費してしまう。そして、これらのハードウェアリソースが乏しい場合には、情報処理装置の動作の安定性に問題が生じる場合もある。 In an information processing apparatus in which such an application is installed, a file including a computer program module constituting an unnecessary function consumes a storage area. Further, when the application is activated, a computer program module constituting an unnecessary function consumes a CPU (Central Processing Unit) and a memory. If these hardware resources are scarce, there may be a problem in the stability of the operation of the information processing apparatus.
しかしながら、特許文献1に記載されたアプリケーション管理装置は、ユーザにとって不要な機能を含むアプリケーションであっても、一部の機能の使用頻度が高ければ削除対象として選択しない。
However, the application management apparatus described in
そのため、特許文献1に記載されたアプリケーション管理装置では、不要機能によるハードウェアリソースの消費量を抑制するためには、アプリケーションのインストール後にアプリケーションの機能構成を見直して不要機能を削除するというユーザの作業が必要となっていた。このような不要機能の削除作業は煩雑であるだけでなく、アプリケーションに対する十分な知識を必要とするため、ユーザにとって負担となっていった。
Therefore, in the application management apparatus described in
このように、特許文献1に記載されたアプリケーション管理装置は、アプリケーションに含まれる不要機能によってハードウェアリソースの消費量を増加させてしまうという課題をユーザの負担無しでは解決できなかった。
As described above, the application management apparatus described in
本発明は、上述の課題を解決するためになされたもので、アプリケーションに含まれる不要機能によるハードウェアリソース消費量を、ユーザの負担無く軽減することができるアプリケーション管理装置を提供することを目的とする。 The present invention has been made to solve the above-described problems, and an object of the present invention is to provide an application management apparatus that can reduce hardware resource consumption due to unnecessary functions included in an application without burden on the user. To do.
本発明のアプリケーション管理装置は、情報処理装置にインストールされたアプリケーションソフトウェアを構成する有効な機能の一覧を表す機能リストを記憶した機能リスト記憶部と、前記各機能が実行された履歴を表す機能使用履歴情報を記憶した機能使用履歴情報記憶部と、前記機能使用履歴情報に基づいて前記各機能が不要か否かを判定するための不要機能判定条件を記憶した不要機能判定条件記憶部と、前記各機能の実行に応じて前記機能使用履歴情報を更新する機能使用履歴情報更新部と、前記機能リストに含まれる各機能について、前記機能使用履歴情報に基づいて前記不要機能判定条件を満たすか否かを判定するとともに、前記不要機能判定条件を満たすと判定した機能を前記アプリケーションソフトウェアから削除して無効にすることにより、前記アプリケーションソフトウェアの有効な機能構成を更新する機能構成更新部と、前記アプリケーションソフトウェアの有効な機能構成の更新に応じて前記機能リストを更新する機能リスト更新部と、を備える。 An application management apparatus according to the present invention includes a function list storage unit that stores a function list that represents a list of valid functions that constitute application software installed in an information processing apparatus, and a function use that represents a history of execution of the functions. A function use history information storage unit storing history information, an unnecessary function determination condition storage unit storing unnecessary function determination conditions for determining whether or not each function is unnecessary based on the function use history information, A function usage history information update unit that updates the function usage history information according to the execution of each function, and whether or not the unnecessary function determination condition is satisfied based on the function usage history information for each function included in the function list And the function determined to satisfy the unnecessary function determination condition is deleted from the application software and is deleted. By the comprises a functional configuration update unit for updating the effective functional configuration of the application software, and a function list updating unit that updates the function list according to the update of the effective functional configuration of the application software.
また、本発明のアプリケーション管理方法は、情報処理装置にインストールされたアプリケーションソフトウェアを構成する有効な機能の一覧を表す機能リストに含まれる各機能の実行に応じて、前記各機能が実行された履歴を表す機能使用履歴情報を更新する機能使用履歴情報更新ステップと、前記機能使用履歴情報に基づいて、前記機能リストに含まれる各機能が所定の不要機能判定条件を満たすか否かを判定する不要機能判定ステップと、
前記不要機能判定条件を満たすと判定された機能を前記アプリケーションソフトウェアから削除して無効にすることにより、前記アプリケーションソフトウェアの有効な機能構成を更新する機能構成更新ステップと、前記アプリケーションソフトウェアの有効な機能構成の更新に応じて前記機能リストを更新する機能リスト更新ステップと、を備える。
In addition, the application management method of the present invention provides a history of execution of each function according to execution of each function included in a function list representing a list of valid functions constituting application software installed in the information processing apparatus. A function use history information update step for updating function use history information representing the function, and it is unnecessary to determine whether each function included in the function list satisfies a predetermined unnecessary function determination condition based on the function use history information A function determination step;
A function configuration updating step for updating a valid function configuration of the application software by deleting and invalidating the function determined to satisfy the unnecessary function determination condition from the application software; and a valid function of the application software A function list updating step of updating the function list in accordance with the update of the configuration.
また、本発明のコンピュータ・プログラムは、情報処理装置にインストールされたアプリケーションソフトウェアを構成する有効な機能の一覧を表す機能リストに含まれる各機能の実行に応じて、前記各機能が実行された履歴を表す機能使用履歴情報を更新する機能使用履歴情報更新ステップと、前記機能使用履歴情報に基づいて、前記機能リストに含まれる各機能が所定の不要機能判定条件を満たすか否かを判定する不要機能判定ステップと、
前記不要機能判定条件を満たすと判定された機能を前記アプリケーションソフトウェアから削除して無効にすることにより、前記アプリケーションソフトウェアの有効な機能構成を更新する機能構成更新ステップと、前記アプリケーションソフトウェアの有効な機能構成の更新に応じて前記機能リストを更新する機能リスト更新ステップと、をコンピュータ装置に実行させる。
Further, the computer program of the present invention provides a history of execution of each function according to execution of each function included in a function list representing a list of valid functions constituting application software installed in the information processing apparatus. A function use history information update step for updating function use history information representing the function, and it is unnecessary to determine whether each function included in the function list satisfies a predetermined unnecessary function determination condition based on the function use history information A function determination step;
A function configuration updating step for updating a valid function configuration of the application software by deleting and invalidating the function determined to satisfy the unnecessary function determination condition from the application software; and a valid function of the application software And a function list updating step of updating the function list according to the configuration update.
本発明は、アプリケーションに含まれる不要機能によるハードウェアリソース消費量を、ユーザの負担無く軽減することができるアプリケーション管理装置を提供することができる。 The present invention can provide an application management apparatus that can reduce hardware resource consumption due to unnecessary functions included in an application without any burden on the user.
以下、本発明の実施の形態について、図面を参照して詳細に説明する。 Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
(第1の実施の形態)
本発明の第1の実施の形態としてのアプリケーション管理装置1の構成を図1に示す。
(First embodiment)
The configuration of the
図1において、アプリケーション管理装置1は、機能リスト記憶部11と、機能使用履歴情報記憶部12と、不要機能判定条件記憶部13と、機能リスト更新部14と、機能使用履歴情報更新部15と、機能構成更新部16とを備えている。
In FIG. 1, the
ここで、アプリケーション管理装置1は、CPUと、RAM(Random Access Memory)と、ROM(Read Only Memory)と、ハードディスク等の記憶装置と、入力装置と、表示装置とを備えたコンピュータ装置によって構成されている。また、機能リスト記憶部11と、機能使用履歴情報記憶部12と、不要機能判定条件記憶部13とは、記憶装置によって構成されている。また、機能リスト更新部14と、機能使用履歴情報更新部15と、機能構成更新部16とは、ROMまたは記憶装置に記憶されたコンピュータ・プログラムをRAMに読み込んで実行するCPUによって構成されている。なお、アプリケーション管理装置1の各機能ブロックを構成するハードウェア構成は、上述の構成に限定されない。
Here, the
また、アプリケーション管理装置1を構成するコンピュータ装置には、アプリケーションがインストールされている。すなわち、アプリケーションに相当するコンピュータ・プログラムを構成するファイル群が記憶装置に格納されている。そして、これらのファイル群のうち、アプリケーションを起動するための実行ファイルが呼び出されることにより、アプリケーションに相当するコンピュータ・プログラムがRAMに読み込まれてCPUによって実行される。
In addition, an application is installed in the computer device constituting the
また、アプリケーション管理装置1を構成するコンピュータ装置にインストールされたアプリケーションは、1つ以上の有効な機能によって構成されている。ここで、有効な機能とは、アプリケーションが有する機能のうち、コンピュータ装置にインストールされてアプリケーション起動時に呼び出し可能となっている機能である。すなわち、有効な機能に相当するコンピュータ・プログラムモジュールを構成するファイル群が、コンピュータ装置の記憶装置に格納されている。そして、アプリケーションは、有効な機能がアプリケーション起動中に呼び出し可能となるよう動作する。例えば、アプリケーションは、有効な機能をメニューに含めて画面に表示する。また、アプリケーションは、有効な機能の呼び出しに必要となるコンピュータ・プログラムモジュールをあらかじめRAMに読み込んでおく。
In addition, the application installed in the computer device constituting the
また、アプリケーションは、インストールされた後にも、自身が有する各機能を追加および削除する機能を有している。各機能は、追加されることにより有効となる。すなわち、アプリケーションは、追加される機能に相当するコンピュータ・プログラムモジュールを構成するファイル群を、外部の装置から取得してコンピュータ装置の記憶装置に追加して格納する。そして、アプリケーションは、アプリケーションの起動中に該機能が呼び出し可能となるよう、メニュー表示や、アプリケーション起動時に読み込むプログラムモジュール等の設定を変更する。 Further, even after the application is installed, it has a function of adding and deleting each function of itself. Each function becomes effective when added. That is, the application acquires a file group constituting a computer program module corresponding to the added function from an external device, and stores the file group in a storage device of the computer device. Then, the application changes settings such as menu display and a program module read when the application is activated so that the function can be called during the activation of the application.
また、各機能は、削除されることにより無効となる。すなわち、アプリケーションは、該機能に相当するコンピュータ・プログラムモジュールを構成するファイル群をコンピュータ装置の記憶装置から削除する。そして、アプリケーションは、アプリケーションの起動中に該機能が呼び出し不可となるよう、メニュー表示や、アプリケーション起動時に読み込むプログラムモジュール等の設定を変更する。 Each function is invalidated by being deleted. That is, the application deletes a file group constituting the computer program module corresponding to the function from the storage device of the computer device. Then, the application changes settings such as menu display and a program module read when the application is activated so that the function cannot be called during the application activation.
次に、アプリケーション管理装置1を構成する各機能ブロックについて説明する。
Next, each functional block constituting the
機能リスト記憶部11は、コンピュータ装置にインストールされたアプリケーションを構成する有効な機能の一覧を表す機能リストを記憶している。 The function list storage unit 11 stores a function list representing a list of effective functions that constitute an application installed in the computer apparatus.
ここで、機能リストの一例を図2に示す。図2の機能リストは、アプリケーションが有する各機能が有効であるか無効であるかを表す情報を含んでいる。なお、機能リストは、図2の例に限らず、有効な機能の一覧を表す情報を含むものであればよい。 An example of the function list is shown in FIG. The function list in FIG. 2 includes information indicating whether each function of the application is valid or invalid. Note that the function list is not limited to the example of FIG. 2, and any function list that includes information representing a list of effective functions may be used.
機能使用履歴情報記憶部12は、各機能が実行された履歴を表す機能使用履歴情報を記憶している。
The function use history
ここで、機能使用履歴情報の一例を図3に示す。図3の機能使用履歴情報は、各機能の機能追加日付、最終動作日付および過去動作回数を表す情報を含んでいる。機能追加日付は、アプリケーションのインストール時にインストールされている機能の場合は、アプリケーションがインストールされた日付である。あるいは、インストール後に追加された機能の場合は、追加された日付である。最終動作日付は、該当する機能が最後に呼び出されて実行された日付である。過去動作回数は、機能追加以降、該当する機能が呼び出されて実行された回数である。その他、機能使用履歴情報は、機能削除日付を含んでいてもよい。 Here, an example of the function usage history information is shown in FIG. The function usage history information in FIG. 3 includes information indicating the function addition date, the last operation date, and the past operation count of each function. In the case of a function installed at the time of application installation, the function addition date is the date when the application is installed. Or, in the case of a function added after installation, it is the date of addition. The last operation date is the date when the corresponding function was last called and executed. The past operation count is the number of times the corresponding function has been called and executed since the addition of the function. In addition, the function use history information may include a function deletion date.
なお、機能使用履歴情報は、図3の例に限らず、各機能が追加、実行または削除される毎に機能名称と動作内容と日付とが対応付けて追加記録されていく形式であってもよい。 Note that the function usage history information is not limited to the example in FIG. 3, and may be in a format in which a function name, an operation content, and a date are additionally recorded in association with each function being added, executed, or deleted. Good.
不要機能判定条件記憶部13は、機能使用履歴情報に基づいて各機能が不要か否かを判定するための不要機能判定条件を記憶している。
The unnecessary function determination
ここで、不要機能判定条件の一例を図4に示す。図4に示す不要機能判定条件は、機能追加日付からの経過日数が閾値d1以上であり、かつ、最終動作日付からの経過日数が閾値d2以上であり、かつ、過去動作回数が閾値n以下である、という条件を表している。図4はあくまで一例であり、その他、機能使用履歴情報に記録された各項目に関する条件、機能使用履歴情報から集計可能な情報に関する条件、または、これらを組み合わせた条件であってもよい。 Here, an example of the unnecessary function determination condition is shown in FIG. The unnecessary function determination condition shown in FIG. 4 is that the number of days elapsed from the function addition date is equal to or greater than the threshold d1, the number of days elapsed from the last operation date is equal to or greater than the threshold d2, and the number of past operations is equal to or less than the threshold n. It represents the condition of being. FIG. 4 is merely an example, and other conditions may be conditions relating to each item recorded in the function usage history information, conditions relating to information that can be aggregated from the function usage history information, or a combination of these.
機能リスト更新部14は、アプリケーションに対する機能追加または機能削除に応じて機能リスト記憶部11を更新する。
The function
すなわち、機能リスト更新部14は、後述する機能構成更新部16によって追加または削除される機能に関して、機能リストを更新する。
That is, the function
また、機能リスト更新部14は、ユーザ操作に応じて追加または削除された機能に関しても、機能リストを更新する。例えば、機能リスト更新部14は、機能追加または機能削除を指示する情報を入力装置から取得することにより、該当する機能に関して機能リストを更新してもよい。この場合、機能リスト更新部14は、取得した機能追加または機能削除を指示する情報をアプリケーションに通知するようにする。あるいは、機能リスト更新部14は、ユーザ操作に応じて機能追加または機能削除を実行したアプリケーションから通知されることにより、該当する機能に関して機能リストを更新してもよい。
The function
機能使用履歴情報更新部15は、各機能の実行に応じて、機能使用履歴情報記憶部12に記憶された機能使用履歴情報を更新する。例えば、機能使用履歴情報更新部15は、機能が呼び出されて実行したことをアプリケーションから通知されることにより、機能使用履歴情報を更新してもよい。
The function usage history
機能構成更新部16は、機能リスト記憶部11に含まれる有効な各機能について、機能使用履歴情報に基づいて不要機能判定条件を満たすか否かを判定する。そして、機能構成更新部16は、不要機能判定条件を満たすと判定した機能をアプリケーションソフトウェアから削除して無効とする。例えば、機能構成更新部16は、該当する機能に相当するコンピュータ・プログラムモジュールを構成するファイル群を記憶装置から削除して各種設定を変更するよう、アプリケーションに通知してもよい。
The functional
以上のように構成されたアプリケーション管理装置1の動作について、図5を参照して説明する。なお、アプリケーション管理装置1は、アプリケーションが起動されたときに、以下の動作を開始するものとする。
The operation of the
まず、機能構成更新部16は、機能リスト記憶部11に記憶された機能リストに含まれる有効な各機能について、機能使用履歴情報記憶部12に記憶された機能使用履歴情報に基づいて、不要機能判定条件記憶部13に記憶された不要機能判定条件を満たすか否かを判定する(ステップS1)。
First, the function
ここで、不要機能判定条件を満たす機能がないと判断した場合、アプリケーション管理装置1の動作はステップS3に進む。
If it is determined that there is no function that satisfies the unnecessary function determination condition, the operation of the
一方、不要機能判定条件を満たす機能があると判断した場合、機能構成更新部16は、該当する機能をアプリケーションから削除して無効とする。そして、機能リスト更新部14は、削除された機能を機能リストから削除する(ステップS2)。
On the other hand, if it is determined that there is a function that satisfies the unnecessary function determination condition, the function
ここで、アプリケーションは起動時の処理を実行し、有効な各機能を呼び出し可能な状態となる。 Here, the application executes processing at the time of activation, and is in a state where it is possible to call each effective function.
次に、機能使用履歴情報更新部15は、アプリケーションから機能が実行されたことを通知されたか否かを判断する(ステップS3)。
Next, the function usage history
ここで、機能が実行されたことを通知されていないと判断した場合、アプリケーション管理装置1の動作はステップS5に進む。
If it is determined that the function has not been notified, the operation of the
一方、機能が実行されたことを通知されたと判断した場合、機能使用履歴情報更新部15は、該当する機能について、機能使用履歴情報記憶部12の機能使用履歴情報を更新する(ステップS4)。
On the other hand, if it is determined that the function has been notified, the function usage history
次に、機能リスト更新部14は、ユーザ操作に応じた機能追加または機能削除が行われたか否かを判断する(ステップS5)。
Next, the function
ここで、ユーザ操作に応じた機能追加または機能削除が行われていないと判断した場合、アプリケーション管理装置1の動作はステップS7に進む。
Here, when it is determined that the function addition or the function deletion according to the user operation is not performed, the operation of the
一方、機能追加または機能削除が行われたと判断した場合、機能リスト更新部14は、機能リスト記憶部11の機能リストを更新する(ステップS6)。
On the other hand, when it is determined that the function addition or the function deletion has been performed, the function
次に、アプリケーションが終了していない場合(ステップS7でNo)、アプリケーション管理装置1の動作はステップS3に戻る。一方、アプリケーションが終了した場合(ステップS7でYes)、アプリケーション管理装置1は、動作を終了する。
Next, when the application has not ended (No in step S7), the operation of the
次に、本発明の第1の実施の形態の効果について述べる。 Next, effects of the first exemplary embodiment of the present invention will be described.
本発明の第1の実施の形態としてのアプリケーション管理装置は、アプリケーションに含まれる不要機能によるハードウェアリソース消費量を、ユーザの負担無く軽減することができる。 The application management apparatus as the first exemplary embodiment of the present invention can reduce hardware resource consumption due to unnecessary functions included in an application without burden on the user.
その理由は、アプリケーションを構成する有効な機能を機能リストとして記憶しておき、機能使用履歴情報更新部が、有効な各機能について機能使用履歴情報を記録し、機能構成更新部が、機能使用履歴情報が不要機能判定条件を満たす機能をアプリケーションから削除するからである。 The reason is that the valid functions that make up the application are stored as a function list, the function usage history information update unit records the function usage history information for each valid function, and the function configuration update unit records the function usage history. This is because the function whose information satisfies the unnecessary function determination condition is deleted from the application.
これにより、ユーザにとって不要な機能に相当するコンピュータ・プログラムモジュールを構成するファイル群による記憶装置の消費量を抑えることができる。また、ユーザにとって不要な機能に相当するコンピュータ・プログラムモジュールによるCPUやRAMの消費量を抑えることができる。また、その結果、ユーザは、機能構成を見直し不要機能を削除する作業を行う必要がない。また、ユーザは、ハードウェアリソースを増強する作業も行わなくてよい。 Thereby, it is possible to suppress the consumption of the storage device by the file group constituting the computer program module corresponding to the function unnecessary for the user. Further, it is possible to suppress the consumption of the CPU and RAM by the computer program module corresponding to functions unnecessary for the user. As a result, the user need not review the function configuration and delete unnecessary functions. Further, the user does not need to perform an operation of increasing hardware resources.
(第2の実施の形態)
次に、本発明の第2の実施の形態について図面を参照して詳細に説明する。なお、本実施の形態の説明において参照する各図面において、本発明の第1の実施の形態と同一の構成および同様に動作するステップには同一の符号を付して本実施の形態における詳細な説明を省略する。
(Second Embodiment)
Next, a second embodiment of the present invention will be described in detail with reference to the drawings. Note that, in each drawing referred to in the description of the present embodiment, the same reference numerals are given to the same configuration and steps that operate in the same manner as in the first embodiment of the present invention, and the detailed description in the present embodiment. Description is omitted.
本発明の第2の実施の形態としてのアプリケーション管理装置2を図6に示す。図6において、アプリケーション管理装置2は、本発明の第1の実施の形態としてのアプリケーション管理装置1に対して、機能リスト更新部14に替えて機能リスト更新部24と、機能使用履歴情報更新部15に替えて機能使用履歴情報更新部25と、機能構成更新部16に替えて機能構成更新部26とを備え、さらに、機能管理情報格納先記憶部27と、機能管理情報送受信部28と、不要機能判定条件更新部29とを備える点が異なる。なお、機能管理情報格納先記憶部27および機能管理情報送受信部28は、本発明の機能管理情報送受信部の一実施形態を構成している。
An
ここで、機能管理情報格納先記憶部27は、記憶装置によって構成される。また、機能管理情報送受信部28は、記憶装置またはROMに記憶されたコンピュータ・プログラムをRAMに読み込んで実行するCPUおよび周辺機器接続インタフェースによって構成される。また、不要機能判定条件更新部29は、記憶装置またはROMに記憶されたコンピュータ・プログラムをRAMに読み込んで実行するCPU、入力装置、および、表示装置によって構成される。なお、アプリケーション管理装置2の各機能ブロックを構成するハードウェア構成は、上述の構成に限定されない。
Here, the function management information storage destination storage unit 27 is configured by a storage device. The function management information transmitting / receiving
なお、アプリケーション管理装置2を構成するコンピュータ装置は、本発明の第1の実施の形態としてのアプリケーション管理装置1を構成するコンピュータ装置と同一の構成に加えて、さらに周辺機器接続インタフェースを備える。
The computer device constituting the
また、アプリケーション管理装置2は、周辺機器接続インタフェースを介して機能管理情報格納装置9に接続されている。
The
ここで、機能管理情報格納装置9は、アプリケーション管理装置2を構成するコンピュータ装置に接続可能な可搬型の記憶装置によって構成されることが望ましい。例えば、機能管理情報格納装置9は、USB(Universal Serial Bus)メモリやSDメモリカード等であってもよい。
Here, it is desirable that the function management information storage device 9 is constituted by a portable storage device that can be connected to a computer device constituting the
この機能管理情報格納装置9は、機能管理情報マスタを格納する装置である。機能管理情報マスタとは、アプリケーション管理装置2から受信される機能管理情報に同期される情報である。また、機能管理情報マスタは、1つ以上のアプリケーション管理装置2によって共有される情報である。
The function management information storage device 9 is a device that stores a function management information master. The function management information master is information synchronized with the function management information received from the
また、機能管理情報マスタは、機能リストマスタを少なくとも含んでいる。この機能リストマスタとは、アプリケーション管理装置2から受信される機能管理情報に含まれる機能リストに同期される情報である。
The function management information master includes at least a function list master. The function list master is information synchronized with the function list included in the function management information received from the
また、機能管理情報マスタは、使用機能履歴情報マスタをさらに含んでいてもよい。この機能使用履歴情報マスタとは、アプリケーション管理装置2から受信される機能管理情報に含まれる機能使用履歴情報に同期される情報である。
The function management information master may further include a used function history information master. The function usage history information master is information synchronized with the function usage history information included in the function management information received from the
また、機能管理情報マスタは、不要機能判定条件マスタをさらに含んでいてもよい。この不要機能判定条件マスタとは、アプリケーション管理装置2から受信される機能管理情報に含まれる不要機能判定条件に同期される情報である。
The function management information master may further include an unnecessary function determination condition master. The unnecessary function determination condition master is information that is synchronized with the unnecessary function determination condition included in the function management information received from the
機能管理情報格納先記憶部27は、機能管理情報格納装置9を表す情報を記憶している。例えば、機能管理情報格納先記憶部27は、機能管理情報格納装置9を表す情報として、機能管理情報格納装置9に記憶された機能リストマスタ、機能使用履歴情報マスタ、および不要機能判定条件マスタの各ファイルパスを記憶していてもよい。 The function management information storage destination storage unit 27 stores information representing the function management information storage device 9. For example, the function management information storage destination storage unit 27 includes, as information representing the function management information storage device 9, a function list master, a function use history information master, and an unnecessary function determination condition master stored in the function management information storage device 9. Each file path may be stored.
機能管理情報送受信部28は、機能管理情報格納先記憶部27に記憶された機能管理情報格納装置9から、機能管理情報マスタを受信する。ここで、機能管理情報送受信部28は、この機能管理情報マスタの受信を、アプリケーションの起動時またはアプリケーション起動中の所定のタイミングで実行する。
The function management information transmitting / receiving
また、機能管理情報送受信部28は、機能リスト記憶部11に記憶された機能リストを少なくとも含む機能管理情報を機能管理情報格納装置9に送信する。
Further, the function management information transmitting / receiving
また、機能管理情報送受信部28は、機能使用履歴情報記憶部12に記憶された機能使用履歴情報、および、不要機能判定条件記憶部13に記憶された不要機能判定条件を機能管理情報にさらに含めて機能管理情報格納装置9に送信してもよい。
Further, the function management information transmitting / receiving
このとき、機能管理情報送受信部28は、機能管理情報を機能管理情報格納装置9に送信することにより、機能管理情報と、機能管理情報格納装置9に格納される機能管理情報マスタとを同期させる。
At this time, the function management information transmitting / receiving
例えば、機能管理情報送受信部28は、機能管理情報格納装置9に格納される機能管理情報マスタに、機能管理情報を上書きすることにより同期を行ってもよい。
For example, the function management information transmitting / receiving
機能構成更新部26は、機能管理情報送受信部28によって受信された機能管理情報に含まれる機能リストマスタと、現時点のアプリケーションで有効となっている機能とを比較することにより、機能リストマスタに含まれ、無効となっている機能を特定する。そして、機能構成更新部26は、特定した機能をアプリケーションに追加して有効にする。
The function
また、機能構成更新部26は、機能リストマスタと、現時点のアプリケーションで有効となっている機能とを比較することにより、機能リストマスタに含まれずに有効となっている機能を特定する。そして、機能構成更新部26は、特定した機能をアプリケーションから削除して無効にする。
In addition, the function
例えば、機能構成更新部26は、有効となっている機能をアプリケーションから通知されることにより、機能リストマスタに含まれ無効となっている機能、および、機能リストマスタに含まれず有効となっている機能を特定してもよい。あるいは、機能構成更新部26は、機能リスト記憶部11に記憶される機能リストと機能リストマスタとを比較することにより、これらの追加対象機能および削除対象機能を特定してもよい。
For example, the function
機能リスト更新部24は、機能管理情報送受信部28によって受信された機能リストマスタに、機能リスト記憶部11の機能リストを同期させる。例えば、機能リスト更新部24は、機能リストマスタの内容を、機能リスト記憶部11の機能リストに上書きすることにより、同期を行ってもよい。
The function
機能使用履歴情報更新部25は、機能管理情報送受信部28によって受信された機能管理情報マスタに、機能使用履歴情報記憶部12の機能使用履歴情報を同期させる。例えば、機能使用履歴情報更新部25は、機能使用履歴情報マスタの内容を、機能使用履歴情報記憶部12の機能使用履歴情報に上書きすることにより、同期を行ってもよい。
The function usage history
不要機能判定条件更新部29は、機能管理情報送受信部28によって受信された機能管理情報マスタに含まれる不要機能判定条件マスタに、不要機能判定条件記憶部13の不要機能判定条件を同期させる。例えば、不要機能判定条件更新部29は、不要機能判定条件マスタを、不要機能判定条件記憶部13の不要機能判定条件に上書きすることにより、同期を行ってもよい。
The unnecessary function determination condition update unit 29 synchronizes the unnecessary function determination condition in the unnecessary function determination
また、不要機能判定条件更新部29は、入力装置を介して外部から取得する情報に基づいて、不要機能判定条件記憶部13の不要機能判定条件を更新する。すなわち、不要機能判定条件は、ユーザ入力によって変更可能となっている。
Further, the unnecessary function determination condition update unit 29 updates the unnecessary function determination condition in the unnecessary function determination
以上のように構成されたアプリケーション管理装置2の動作について、図7を参照して説明する。なお、アプリケーション管理装置2は、アプリケーションが起動されたときに、以下の動作を開始するものとする。
The operation of the
まず、機能管理情報送受信部28は、機能管理情報格納装置9に接続可能か否かを判断する(ステップS10)。
First, the function management information transmitting / receiving
例えば、機能管理情報格納先記憶部27に機能管理情報格納装置9を表す情報が記憶されていなければ、機能管理情報送受信部28は、機能管理情報格納装置9に接続可能でないと判断する。また、機能管理情報格納先記憶部27に機能管理情報格納装置9を表す情報が記憶されていれば、機能管理情報送受信部28は、記憶されている機能管理情報格納装置9のファイルパスにアクセス可能であるか否かを判断する。
For example, if information representing the function management information storage device 9 is not stored in the function management information storage destination storage unit 27, the function management information transmission /
ステップS10で、機能管理情報格納装置9に接続不可であると判断された場合、アプリケーション管理装置2の動作はステップS17に進む。
If it is determined in step S10 that connection to the function management information storage device 9 is impossible, the operation of the
一方、ステップS10で、機能管理情報格納装置9に接続可能であると判断された場合、機能管理情報送受信部28は、機能管理情報格納装置9から機能管理情報マスタを受信する(ステップS11)。
On the other hand, when it is determined in step S10 that connection to the function management information storage device 9 is possible, the function management information transmitting / receiving
この機能管理情報マスタには、機能リストマスタ、機能使用履歴情報マスタ、および、不要機能判定条件マスタが含まれている。 This function management information master includes a function list master, a function usage history information master, and an unnecessary function determination condition master.
次に、機能構成更新部26は、受信された機能リストマスタと、現時点でアプリケーションで有効となっている機能とを比較することにより、機能リストマスタに含まれるが無効となっている機能(すなわち、機能リストマスタに含まれ未インストールの機能)があるか否かを判断する(ステップS12)。
Next, the function
ここで、機能リストマスタに含まれ無効となっている機能がないと判断した場合、アプリケーション管理装置2の動作は、ステップS14に進む。
If it is determined that there is no invalid function included in the function list master, the operation of the
一方、機能リストマスタに含まれ無効となっている機能があると判断した場合、機能構成更新部26は、該当する機能をアプリケーションに追加して有効にする(ステップS13)。
On the other hand, when it is determined that there is an invalid function included in the function list master, the functional
次に、機能構成更新部26は、受信された機能リストマスタに含まれず、有効となっている機能(すなわち、インストール済みで機能リストマスタに含まれない機能)があるか否かを判断する(ステップS14)。
Next, the function
ここで、機能リストマスタに含まれず有効となっている機能がないと判断した場合、アプリケーション管理装置2の動作は、ステップS16に進む。
If it is determined that there is no function that is not included in the function list master and is valid, the operation of the
一方、機能リストマスタに含まれず有効となっている機能があると判断した場合、機能構成更新部26は、該当する機能をアプリケーションから削除して無効にする(ステップS15)。
On the other hand, if it is determined that there is a function that is not included in the function list master and is enabled, the function
次に、アプリケーション管理装置2は、受信された機能管理情報マスタに機能管理情報を同期させる(ステップS16)。
Next, the
すなわち、機能リスト更新部24は、受信された機能リストマスタに、機能リスト記憶部11の機能リストを同期させる。また、機能使用履歴情報更新部25は、受信された機能使用履歴情報マスタに、機能使用履歴情報記憶部12の機能使用履歴情報を同期させる。また、不要機能判定条件更新部29は、受信された不要機能判定条件マスタに、不要機能判定条件記憶部13の不要機能判定条件を同期させる。
That is, the function
次に、機能構成更新部26は、機能リストマスタに同期済みの機能リストに含まれる有効な各機能について、機能使用履歴情報マスタに同期済みの機能使用履歴情報に基づいて、不要機能判定条件マスタに同期済みの不要機能判定条件を満たすか否かを判定する(ステップS17)。
Next, the function
ここで、不要機能判定条件を満たす機能がないと判断した場合、アプリケーション管理装置2の動作はステップS3に進む。
If it is determined that there is no function that satisfies the unnecessary function determination condition, the operation of the
一方、不要機能判定条件を満たす機能があると判断した場合、機能構成更新部26は、該当する機能をアプリケーションから削除して無効とする。そして、機能リスト更新部24は、削除された機能を機能リストから削除する(ステップS18)。
On the other hand, if it is determined that there is a function that satisfies the unnecessary function determination condition, the function
ここで、アプリケーションは起動時の処理を実行し、有効な各機能を呼び出し可能な状態となる。 Here, the application executes processing at the time of activation, and is in a state where it is possible to call each effective function.
この後、アプリケーション管理装置2は、ステップS3〜S6まで、本発明の第1の実施の形態としてのアプリケーション管理装置1と同様に動作する。すなわち、アプリケーション管理装置2は、機能実行に応じて機能使用履歴情報を更新するとともに、ユーザ操作による機能追加または機能削除に応じて機能リストを更新する。
Thereafter, the
次に、不要機能判定条件更新部29は、不要機能判定条件を更新する入力操作が行われたか否かを判断する(ステップS19)。 Next, the unnecessary function determination condition update unit 29 determines whether or not an input operation for updating the unnecessary function determination condition has been performed (step S19).
ここで、不要機能判定条件を更新する入力操作が行われていないと判断した場合、アプリケーション管理装置2の動作はステップS21に進む。
If it is determined that an input operation for updating the unnecessary function determination condition has not been performed, the operation of the
一方、不要機能判定条件を更新する入力操作が行われたと判断した場合、不要機能判定条件更新部29は、入力情報に基づいて不要機能判定条件記憶部13の不要機能判定条件を更新する(ステップS20)。
On the other hand, when it is determined that an input operation for updating the unnecessary function determination condition has been performed, the unnecessary function determination condition update unit 29 updates the unnecessary function determination condition in the unnecessary function determination
そして、アプリケーション管理装置2は、アプリケーションが終了するまで、ステップS3〜S6、S19〜S20の処理を繰り返し実行する。
And the
次に、アプリケーションが終了すると(ステップS21でYes)、機能管理情報送受信部28は、ステップS10と同様に機能管理情報格納装置9に接続可能か否かを判断する(ステップS22)。
Next, when the application ends (Yes in step S21), the function management information transmitting / receiving
ここで、機能管理情報格納装置9に接続不可である場合、アプリケーション管理装置2は、動作を終了する。
Here, when connection to the function management information storage device 9 is impossible, the
一方、機能管理情報格納装置9に接続可能である場合、機能管理情報送受信部28は、機能管理情報格納装置9に対して、機能リスト記憶部11に記憶された機能リスト、機能使用履歴情報記憶部12に記憶された機能使用履歴情報、および、不要機能判定条件記憶部13に記憶された不要機能判定条件を含む機能管理情を送信する(ステップS23)。
On the other hand, when connection to the function management information storage device 9 is possible, the function management information transmission /
例えば、機能管理情報送受信部28は、機能管理情報格納装置9に格納された機能管理情報マスタを、機能管理情報で上書きしてもよい。
For example, the function management information transmitting / receiving
以上で、アプリケーション管理装置2は動作を終了する。
Thus, the
次に、本発明の第2の実施の形態の効果について述べる。 Next, the effect of the second exemplary embodiment of the present invention will be described.
本発明の第2の実施の形態としてのアプリケーション管理装置2は、アプリケーションの利用歴が少ないコンピュータ装置においても、該当するアプリケーションに含まれる不要機能によるハードウェアリソース消費量を、ユーザの負担無く軽減することができる。
The
その理由は、機能管理情報送受信部が、機能リストマスタ、機能使用履歴情報マスタ、および不要機能判定条件マスタを含む機能管理情報マスタを機能管理情報格納装置から受信し、受信した機能管理情報マスタに、機能リスト、機能使用履歴情報、および不要機能判定条件を含む機能管理情報を同期させるからである。そして、機能構成更新部が、機能管理情報マスタに同期させた機能管理情報に基づいて、アプリケーションの機能追加および削除を行うからである。さらに、このコンピュータ装置においてアプリケーションの各機能が使用された使用履歴に基づいて更新した機能管理情報を、機能管理情報格納装置の機能管理情報マスタと同期させるからである。 The reason is that the function management information transmitting / receiving unit receives the function management information master including the function list master, the function usage history information master, and the unnecessary function determination condition master from the function management information storage device, and sends the function management information master to the received function management information master. This is because the function management information including the function list, the function use history information, and the unnecessary function determination condition is synchronized. This is because the function configuration updating unit adds and deletes the function of the application based on the function management information synchronized with the function management information master. Furthermore, the function management information updated based on the usage history of each function of the application in this computer device is synchronized with the function management information master of the function management information storage device.
すなわち、機能管理情報格納装置に格納された機能管理情報マスタを介することにより、アプリケーションの利用歴が多いコンピュータ装置にインストールされたアプリケーションを管理する本発明の第2の実施の形態としてのアプリケーション管理装置2によって生成された機能管理情報を、アプリケーションの利用歴が少ないコンピュータ装置にインストールされたアプリケーションを管理する本発明の第2の実施の形態としてのアプリケーション管理装置2が利用することができるからである。
That is, an application management apparatus as a second embodiment of the present invention that manages an application installed in a computer apparatus having a large use history of applications through a function management information master stored in the function management information storage apparatus This is because the function management information generated in
したがって、本発明の第2の実施の形態としてのアプリケーション管理装置2は、アプリケーションの利用歴の多い他のコンピュータ装置において不要機能が削除されたアプリケーションの機能構成を、自装置が管理するコンピュータ装置にインストールされた該当するアプリケーションに適用することができるからである。
Therefore, the
(第3の実施の形態)
次に、本発明の第3の実施の形態について図面を参照して詳細に説明する。なお、本実施の形態の説明において参照する各図面において、本発明の第2の実施の形態と同一の構成および同様に動作するステップには同一の符号を付して本実施の形態における詳細な説明を省略する。
(Third embodiment)
Next, a third embodiment of the present invention will be described in detail with reference to the drawings. Note that, in each drawing referred to in the description of the present embodiment, the same reference numerals are given to the same configuration and steps that operate in the same manner as in the second embodiment of the present invention, and the detailed description in the present embodiment. Description is omitted.
本発明の第3の実施の形態としてのアプリケーション管理システム3の構成を図8に示す。図8において、アプリケーション管理システム3は、アプリケーション管理装置4と、サーバ装置5とを備えている。また、アプリケーション管理装置4およびサーバ装置5は、インターネット、イントラネット、LAN(Local Area Network)、公衆回線網、無線通信網またはこれらの組合せ等によって構成されるネットワークを介して接続され、互いに通信可能となっている。なお、図8には、2つのアプリケーション管理装置4を示しているが、本発明のアプリケーション管理システムが備えるアプリケーション管理装置の数を限定するものではない。
FIG. 8 shows the configuration of the
アプリケーション管理システム3を構成する各装置の機能ブロック構成を図9に示す。
FIG. 9 shows a functional block configuration of each device constituting the
まず、アプリケーション管理装置4の機能ブロック構成について説明する。
First, the functional block configuration of the
アプリケーション管理装置4は、本発明の第2の実施の形態としてのアプリケーション管理装置2に対して、機能管理情報格納先記憶部27に替えて機能管理情報格納先記憶部47と、機能管理情報送受信部28に替えて機能管理情報送受信部48とを備える点が異なる。
The
また、アプリケーション管理装置4を構成するコンピュータ装置は、本発明の第2の実施の形態としてのアプリケーション管理装置2を構成するコンピュータ装置と同一の構成に加えて、さらにネットワークインタフェースを備えている。ここで、機能管理情報格納先記憶部47は、記憶装置によって構成されている。また、機能管理情報送受信部48は、ROMまたは記憶装置に記憶されたコンピュータ・プログラムをRAMに読み込んで実行するCPUおよびネットワークインタフェースによって構成されている。なお、アプリケーション管理装置4の各機能ブロックを構成するハードウェア構成は、上述の構成に限定されない。
Further, the computer apparatus constituting the
機能管理情報格納先記憶部47は、アプリケーションのユーザを識別するユーザ識別情報と、該ユーザの機能管理情報マスタが格納されたサーバ装置5を表す情報とを記憶している。
The function management information storage
例えば、ユーザ識別情報は、ユーザIDおよびパスワードを含むものであってもよい。また、サーバ装置5を表す情報は、URL(Uniform Resource Locator)等で表されたものであってもよい。
For example, the user identification information may include a user ID and a password. Further, the information representing the
機能管理情報送受信部48は、機能管理情報格納先記憶部47に記憶された情報を参照することにより、サーバ装置5に接続する。そして、機能管理情報送受信部48は、機能管理情報格納先記憶部47に記憶されたユーザ識別情報によって識別されるユーザの機能管理情報マスタを、サーバ装置5から受信する。
The function management information transmission / reception unit 48 connects to the
例えば、機能管理情報送受信部48は、サーバ装置5に接続した後、ユーザ識別情報としてのユーザIDおよびパスワードを用いてサーバ装置5に認証要求を行うようにしてもよい。この場合、機能管理情報送受信部48は、認証成功した場合にサーバ装置5によって送信される該ユーザの機能管理情報マスタを受信してもよい。
For example, the function management information transmitting / receiving unit 48 may make an authentication request to the
また、機能管理情報送受信部48は、アプリケーションの起動中に更新された機能リスト、機能使用履歴情報、および、不要機能判定条件を含む機能管理情報を、ユーザ識別情報と共にサーバ装置5に送信する。
Further, the function management information transmitting / receiving unit 48 transmits the function management information including the function list, the function use history information, and the unnecessary function determination condition updated during the activation of the application to the
次に、サーバ装置5の機能ブロック構成について説明する。
Next, the functional block configuration of the
サーバ装置5は、機能リストマスタ記憶部51と、機能使用履歴情報マスタ記憶部52と、不要機能判定条件マスタ記憶部53と、機能管理情報マスタ送信部54と、機能管理情報マスタ更新部55とを備えている。なお、機能リストマスタ記憶部51と、機能使用履歴情報マスタ記憶部52と、不要機能判定条件マスタ記憶部53とは、本発明の機能管理情報マスタ記憶部の一実施形態を構成する。
The
ここで、サーバ装置5は、CPUと、RAMと、ROMと、ハードディスク等の記憶装置と、ネットワークインタフェースとを備えたコンピュータ装置によって構成されている。また、機能リストマスタ記憶部51と、機能使用履歴情報マスタ記憶部52と、不要機能判定条件マスタ記憶部53とは、記憶装置によって構成されている。また、機能管理情報マスタ送信部54と、機能管理情報マスタ更新部55とは、ROMまたは記憶装置に記憶されたコンピュータ・プログラムをRAMに読み込んで実行するCPUおよびネットワークインタフェースによって構成されている。なお、サーバ装置5の各機能ブロックを構成するハードウェア構成は、上述の構成に限定されない。
Here, the
機能リストマスタ記憶部51は、機能リストマスタをユーザ別に記憶している。例えば、機能リストマスタ記憶部51は、ユーザ毎の機能リストマスタのファイルを記憶してもよい。この場合、機能リストマスタ記憶部51は、ユーザIDと、該ユーザの機能リストマスタのファイルパスとを対応付けたテーブルを記憶してもよい。あるいは、機能リストマスタ記憶部51は、ユーザ毎の機能リストマスタのファイルパスにユーザIDを含むようにしてもよい。
The function list
機能使用履歴情報マスタ記憶部52は、機能使用履歴情報マスタをユーザ別に記憶している。例えば、機能使用履歴情報マスタ記憶部52は、ユーザ毎の機能使用履歴情報マスタのファイルを記憶してもよい。この場合、機能使用履歴情報マスタ記憶部52は、ユーザIDと、該ユーザの機能使用履歴情報マスタのファイルパスとを対応付けたテーブルを記憶してもよい。あるいは、機能使用履歴情報マスタ記憶部52は、ユーザ毎の機能使用履歴情報マスタのファイルパスにユーザIDを含むようにしてもよい。 The function usage history information master storage unit 52 stores a function usage history information master for each user. For example, the function usage history information master storage unit 52 may store a function usage history information master file for each user. In this case, the function usage history information master storage unit 52 may store a table in which the user ID is associated with the file path of the user's function usage history information master. Alternatively, the function usage history information master storage unit 52 may include the user ID in the file path of the function usage history information master for each user.
不要機能判定条件マスタ記憶部53は、不要機能判定条件をユーザ別に記憶している。例えば、不要機能判定条件マスタ記憶部53は、ユーザ毎の不要機能判定条件マスタのファイルを記憶していてもよい。この場合、不要機能判定条件マスタ記憶部53は、ユーザIDと、該ユーザの不要機能判定条件マスタのファイルパスとを対応付けたテーブルを記憶してもよい。あるいは、不要機能判定条件マスタ記憶部53は、ユーザ毎の不要機能判定条件マスタのファイルパスにユーザIDを含むようにしてもよい。
The unnecessary function determination condition
機能管理情報マスタ送信部54は、アプリケーション管理装置4の要求に応じて、該要求に含まれるユーザの機能管理情報マスタをアプリケーション管理装置4に送信する。
In response to a request from the
例えば、機能管理情報マスタ送信部54は、アプリケーション管理装置4との接続後、アプリケーション管理装置4から送信されるユーザIDおよびパスワードを認証するようにしてもよい。この場合、機能管理情報マスタ送信部54は、認証成功した場合に、該ユーザIDのユーザの機能管理情報マスタを送信するようにしてもよい。
For example, the function management information master transmission unit 54 may authenticate the user ID and password transmitted from the
機能管理情報マスタ更新部55は、アプリケーション管理装置4から機能リスト、機能使用履歴情報および不要機能判定条件を含む機能管理情報と、ユーザ識別情報とを受信する。
The function management information master update unit 55 receives the function management information including the function list, the function use history information, and the unnecessary function determination condition, and the user identification information from the
そして、機能管理情報マスタ更新部55は、受信したユーザ識別情報によって識別されるユーザの機能管理情報マスタを、受信した機能管理情報に同期させる。 Then, the function management information master update unit 55 synchronizes the function management information master of the user identified by the received user identification information with the received function management information.
例えば、機能管理情報マスタ更新部55は、受信した機能管理情報に含まれる機能リストを用いて機能リストマスタ記憶部51に記憶された該当するユーザの機能リストマスタを上書きしてもよい。また、機能管理情報マスタ更新部55は、受信した機能管理情報に含まれる機能使用履歴情報を用いて機能使用履歴情報マスタ記憶部52に記憶された該当するユーザの機能使用履歴情報マスタを上書きしてもよい。また、機能管理情報マスタ更新部55は、受信した機能管理情報に含まれる不要機能判定条件を用いて不要機能判定条件マスタ記憶部53に記憶された該当するユーザの不要機能判定条件マスタを上書きしてもよい。
For example, the function management information master update unit 55 may overwrite the function list master of the corresponding user stored in the function list
なお、機能管理情報マスタ送信部54および機能管理情報マスタ更新部55は、機能管理情報マスタをアプリケーション管理装置4に送信した後、送信先のアプリケーション管理装置4から機能管理情報を受信するまで、機能管理情報マスタを他のアプリケーション管理装置4に送信しないようにする等の排他制御を行ってもよい。
The function management information master transmission unit 54 and the function management information master update unit 55 transmit the function management information master to the
以上のように構成されたアプリケーション管理システム3の動作について図10を参照して説明する。なお、アプリケーション管理システム3は、アプリケーション管理装置4が管理するアプリケーションの起動時に以下の動作を開始するものとする。
The operation of the
まず、機能管理情報送受信部48は、サーバ装置5に接続可能か否かを判断する(ステップS31)。
First, the function management information transmitting / receiving unit 48 determines whether or not connection to the
例えば、機能管理情報格納先記憶部47にサーバ装置5を表す情報が記憶されていなければ、機能管理情報送受信部48は、サーバ装置5に接続可能でないと判断する。また、機能管理情報格納先記憶部47にサーバ装置5を表す情報が記憶されていれば、機能管理情報送受信部48は、記憶されているサーバ装置5と通信可能であるか否かを判断する。
For example, if information representing the
ステップS31で、サーバ装置5に接続不可であると判断された場合、アプリケーション管理装置4の動作はステップS17に進む。
If it is determined in step S31 that connection to the
一方、ステップS31で、サーバ装置5に接続可能であると判断された場合、機能管理情報送受信部48は、サーバ装置5に対して、機能管理情報格納先記憶部47に記憶されたユーザ識別情報を送信する。これにより、機能管理情報送受信部48は、サーバ装置5に対して該ユーザの機能管理情報マスタを要求する(ステップS32)。
On the other hand, if it is determined in step S31 that the connection to the
次に、要求を受信したサーバ装置5の機能管理情報マスタ送信部54は、要求の受付処理をする(ステップS33)。
Next, the function management information master transmission unit 54 of the
例えば、機能管理情報マスタ送信部54は、受付処理として、要求に含まれるユーザIDおよびパスワードの認証処理や、排他制御処理等を行う。 For example, the function management information master transmission unit 54 performs authentication processing of the user ID and password included in the request, exclusive control processing, and the like as the reception processing.
次に、機能管理情報マスタ送信部54は、該当するユーザの機能リストマスタ、機能使用履歴情報マスタおよび不要機能判定条件マスタを含む機能管理情報マスタをアプリケーション管理装置4に送信する(ステップS34)。 Next, the function management information master transmission unit 54 transmits a function management information master including a function list master, a function use history information master, and an unnecessary function determination condition master of the corresponding user to the application management apparatus 4 (step S34).
次に、アプリケーション管理装置4の機能管理情報送受信部48は、機能管理情報マスタをサーバ装置5から受信する(ステップS35)。
Next, the function management information transmitting / receiving unit 48 of the
次に、アプリケーション管理装置4は、ステップS12〜S15まで本発明の第2の実施の形態としてのアプリケーション管理装置2と同様に動作する。すなわち、機能構成更新部26は、機能管理情報マスタに含まれる機能リストマスタに基づいて、アプリケーションの実体と整合のとれていない機能の追加または削除を行う。
Next, the
次に、アプリケーション管理装置4は、本発明の第2の実施の形態としてのアプリケーション管理装置2と同様にステップS16を実行する。すなわち、機能リスト更新部24、機能使用履歴情報更新部25、および、不要機能判定条件更新部29は、機能リスト、機能使用履歴情報および不要機能判定条件を、機能リストマスタ、機能使用履歴情報マスタおよび不要機能判定条件マスタにそれぞれ同期させる。
Next, the
次に、アプリケーション管理装置4は、ステップS17〜S18まで本発明の第2の実施の形態としてのアプリケーション管理装置2と同様に動作する。すなわち、機能構成更新部26は、同期済みの機能リスト、同期済みの機能使用履歴情報および同期済みの不要機能判定条件に基づいて、不要であると判定した機能の削除を行う。そして、機能リスト更新部24は、さらに機能リストを更新する。
Next, the
この後、アプリケーションは、各種起動処理を実行し、有効な各機能を実行可能な状態となる。 Thereafter, the application executes various activation processes and is in a state where each effective function can be executed.
次に、アプリケーション管理装置4は、ステップS3〜S6、S19〜S20まで本発明の第2の実施の形態としてのアプリケーション管理装置2と同様に動作する。すなわち、機能使用履歴情報更新部25は、機能の実行に応じて機能使用履歴情報を更新する。そして、機能リスト更新部24は、ユーザによる機能追加または機能削除の実行に応じて機能リストを更新する。そして、不要機能判定条件更新部29は、ユーザによる不要機能判定条件の変更操作に応じて不要機能判定条件を更新する。
Next, the
そして、アプリケーション管理装置4は、アプリケーションが終了するまで、ステップS3〜S6、S19〜S20の処理を繰り返し実行する。
And the
次に、アプリケーションが終了すると(ステップS21でYes)、機能管理情報送受信部48は、ステップS31と同様にサーバ装置5に接続可能か否かを判断する(ステップS36)。
Next, when the application ends (Yes in step S21), the function management information transmitting / receiving unit 48 determines whether or not connection to the
ここで、サーバ装置5に接続不可である場合、アプリケーション管理システム3は、動作を終了する。
If the connection to the
一方、サーバ装置5に接続可能である場合、機能管理情報送受信部48は、サーバ装置5に、機能リスト記憶部11の機能リスト、機能使用履歴情報記憶部12の機能使用履歴情報、および、不要機能判定条件記憶部13の不要機能判定条件を含む機能管理情報を、ユーザ識別情報と共に送信する(ステップS37)。
On the other hand, when connection to the
次に、サーバ装置5の機能管理情報マスタ更新部55は、機能管理情報およびユーザ識別情報をアプリケーション管理装置4から受信する(ステップS38)。
Next, the function management information master update unit 55 of the
次に、機能管理情報マスタ更新部55は、受信した機能管理情報を用いて、受信したユーザ識別情報によって識別されるユーザの機能リストマスタ、機能使用履歴情報マスタおよび不要機能判定条件マスタを更新する(ステップS39)。 Next, the function management information master update unit 55 updates the function list master, the function use history information master, and the unnecessary function determination condition master of the user identified by the received user identification information, using the received function management information. (Step S39).
このとき、機能管理情報マスタ更新部55は、ステップS33でこのユーザの機能管理情報マスタに対する排他制御処理を開始していた場合は、排他制御処理を終了する。 At this time, the function management information master update unit 55 ends the exclusive control process if the exclusive control process for the user's function management information master has been started in step S33.
以上で、アプリケーション管理システム3は動作を終了する。
Thus, the
次に、本発明の第3の実施の形態の効果について述べる。 Next, effects of the third exemplary embodiment of the present invention will be described.
本発明の第3の実施の形態としてのアプリケーション管理システムは、同一種類のアプリケーションがインストールされた1つ以上の情報処理装置において、アプリケーションのユーザ毎に、該ユーザにとって不要な機能を削除した該ユーザ固有のアプリケーション機能構成を提供することができる。 The application management system according to the third exemplary embodiment of the present invention includes a user who deletes a function unnecessary for each user of the application in one or more information processing apparatuses in which the same type of application is installed. A unique application function configuration can be provided.
その理由は、不要機能によるハードウェアリソース消費量を軽減するための機能管理情報に同期させた機能管理情報マスタを、ユーザ別にサーバ装置が管理するためである。そして、アプリケーション管理装置が、アプリケーションの起動時等に、所定のユーザの機能管理情報マスタをサーバ装置からダウンロードして機能管理情報を同期させ、同期させた機能管理情報に基づいて、有効な機能構成を更新するからである。そして、アプリケーション管理装置が、アプリケーションの終了時等に、起動中の使用履歴に基づいて更新した機能管理情報をサーバ装置にアップロードして所定のユーザの機能管理情報マスタを同期させるからである。 The reason is that the server apparatus manages the function management information master synchronized with the function management information for reducing the hardware resource consumption by the unnecessary functions for each user. Then, the application management device downloads a function management information master of a predetermined user from the server device when the application is started, etc., synchronizes the function management information, and an effective function configuration based on the synchronized function management information It is because it updates. This is because, when the application is terminated, the application management device uploads the function management information updated based on the active usage history to the server device and synchronizes the function management information master of a predetermined user.
これにより、複数の端末を利用するユーザは、主に利用する端末におけるアプリケーションの機能の使用履歴に基づいて、自らにとって不要な機能がユーザ負担無く削除された構成のアプリケーションを用いることができるだけでなく、利用歴の少ない他の端末においても、主に利用する端末と同一の構成で同一のアプリケーションを用いることができることになる。さらには、他の端末においても、不要機能によるハードウェアリソース消費量を軽減することができる。 As a result, a user who uses a plurality of terminals can not only use an application having a configuration in which functions unnecessary for the user are deleted without burden on the user based on the use history of application functions in the terminal to be used. Even in other terminals with a low usage history, the same application can be used with the same configuration as the terminal that is mainly used. Furthermore, hardware resource consumption due to unnecessary functions can be reduced also in other terminals.
なお、上述した各実施の形態において、アプリケーション管理装置は、アプリケーション起動時に動作を開始するものとして説明したが、その他のタイミングで動作を開始してもよい。例えば、アプリケーション管理装置は、上述の動作を、ユーザによる操作に応じて実行してもよく、アプリケーション起動後の所定のタイミングで実行してもよい。 In each of the above-described embodiments, the application management apparatus has been described as starting the operation when the application is activated. However, the operation may be started at other timings. For example, the application management apparatus may execute the above-described operation according to an operation by the user or may be executed at a predetermined timing after the application is activated.
また、上述した各実施の形態において、アプリケーション管理装置は、自装置を構成するコンピュータ装置にインストールされるアプリケーションを管理するものとして説明したが、本発明のアプリケーション管理装置は、外部に接続された他のコンピュータ装置にインストールされるアプリケーションを管理するものであってもよい。 Further, in each of the above-described embodiments, the application management apparatus has been described as managing an application installed in a computer apparatus that constitutes the own apparatus. However, the application management apparatus of the present invention may be connected to the outside. It may manage an application installed in the computer apparatus.
また、上述した各実施の形態において、アプリケーション管理装置の管理対象となるアプリケーションが1つであるものとして説明を行ったが、本発明のアプリケーション管理装置の管理対象となるアプリケーションの数を限定するものではない。複数のアプリケーションを管理する場合、各実施の形態としてのアプリケーション管理装置は、機能リスト記憶部、機能使用履歴情報記憶部、および、不要機能判定条件記憶部をアプリケーション毎に備えればよい。 In each of the above-described embodiments, the description has been given on the assumption that there is one application to be managed by the application management apparatus. However, the number of applications to be managed by the application management apparatus of the present invention is limited. is not. When managing a plurality of applications, the application management apparatus according to each embodiment may include a function list storage unit, a function use history information storage unit, and an unnecessary function determination condition storage unit for each application.
また、上述した本発明の各実施の形態において、各フローチャートを参照して説明したアプリケーション管理装置の動作を、本発明のコンピュータ・プログラムとしてアプリケーション管理装置の記憶装置(記憶媒体)に格納しておき、係るコンピュータ・プログラムを当該CPUが読み出して実行するようにしてもよい。そして、このような場合において、本発明は、係るコンピュータ・プログラムのコード或いは記憶媒体によって構成される。また、このような本発明のコンピュータ・プログラムは、アプリケーションに組み込まれたものであってもよい。 In each embodiment of the present invention described above, the operation of the application management apparatus described with reference to each flowchart is stored in a storage device (storage medium) of the application management apparatus as a computer program of the present invention. The CPU may read and execute the computer program. In such a case, the present invention is constituted by the code of the computer program or a storage medium. Such a computer program of the present invention may be incorporated in an application.
また、本発明のコンピュータ・プログラムは、管理対象となるアプリケーションに組み込まれたものであってもよい。 The computer program of the present invention may be incorporated in an application to be managed.
また、上述した各実施の形態は、適宜組み合わせて実施されることが可能である。 Moreover, each embodiment mentioned above can be implemented in combination as appropriate.
また、本発明は、上述した各実施の形態に限定されず、様々な態様で実施されることが可能である。 The present invention is not limited to the above-described embodiments, and can be implemented in various modes.
また、上記の実施形態の一部又は全部は、以下の付記のようにも記載されうるが、以下には限られない。
(付記1)
情報処理装置にインストールされたアプリケーションソフトウェアを構成する有効な機能の一覧を表す機能リストを記憶した機能リスト記憶部と、
前記各機能が実行された履歴を表す機能使用履歴情報を記憶した機能使用履歴情報記憶部と、
前記機能使用履歴情報に基づいて前記各機能が不要か否かを判定するための不要機能判定条件を記憶した不要機能判定条件記憶部と、
前記各機能の実行に応じて前記機能使用履歴情報を更新する機能使用履歴情報更新部と、
前記機能リストに含まれる各機能について、前記機能使用履歴情報に基づいて前記不要機能判定条件を満たすか否かを判定するとともに、前記不要機能判定条件を満たすと判定した機能を前記アプリケーションソフトウェアから削除して無効にすることにより、前記アプリケーションソフトウェアの有効な機能構成を更新する機能構成更新部と、
前記アプリケーションソフトウェアの有効な機能構成の更新に応じて前記機能リストを更新する機能リスト更新部と、
を備えたアプリケーション管理装置。
(付記2)
前記アプリケーション管理装置は、前記アプリケーション管理装置から前記機能リストを含む機能管理情報を受信することにより前記機能管理情報に同期される機能管理情報マスタを格納する機能管理情報格納装置に接続され、
前記機能管理情報格納装置から前記機能管理情報マスタを受信する機能管理情報送受信部をさらに備え、
前記機能構成更新部は、前記機能管理情報送受信部によって受信された前記機能管理情報マスタに含まれる機能リストである機能リストマスタと前記アプリケーションソフトウェアの有効な機能とを比較することにより、前記機能リストマスタに含まれ前記アプリケーションソフトウェアで無効となっている機能を特定し、特定した機能を前記アプリケーションソフトウェアに追加して有効にするとともに、前記機能リストマスタに含まれずに前記アプリケーションソフトウェアで有効となっている機能を特定し、特定した機能を前記アプリケーションソフトウェアから削除して無効にすることにより、前記アプリケーションソフトウェアの有効な機能構成をさらに更新し、
前記機能リスト更新部は、前記機能リストマスタに同期させた前記機能リストに対して前記更新を行い、
前記機能管理情報送受信部は、前記機能リスト更新部によって更新された前記機能リストを含む機能管理情報を前記機能管理情報格納装置に送信することを特徴とする付記1に記載のアプリケーション管理装置。
(付記3)
前記機能管理情報には前記機能使用履歴情報がさらに含まれ、
前記機能使用履歴情報更新部は、前記機能管理情報格納装置から受信された機能管理情報マスタに含まれる機能使用履歴情報である機能使用履歴情報マスタに同期させた前記機能使用履歴情報に対して前記更新を行い、
前記機能管理情報送受信部は、前記機能使用履歴情報更新部によって更新された機能使用履歴情報を含む前記機能管理情報を前記機能管理情報格納装置に送信することを特徴とする付記2に記載のアプリケーション管理装置。
(付記4)
前記機能管理情報には不要機能判定条件がさらに含まれ、
外部から取得する入力情報に基づいて前記不要機能判定条件を更新する不要機能判定条件更新部をさらに備え、
前記不要機能判定条件更新部は、前記機能管理情報格納装置から受信された前記機能管理情報マスタに含まれる不要機能判定条件である不要機能判定条件マスタに同期させた不要機能判定条件に対して前記更新を行い、
前記機能管理情報送受信部は、前記不要機能判定条件更新部によって更新された不要機能判定条件を含む前記機能管理情報を前記機能管理情報格納装置に送信することを特徴とする付記2または付記3に記載のアプリケーション管理装置。
(付記5)
前記機能管理情報格納装置が前記機能管理情報マスタを前記アプリケーションソフトウェアのユーザ別に格納しているとき、
前記機能管理情報送受信部は、前記機能管理情報格納装置から所定のユーザの前記機能管理情報マスタを受信するとともに、前記機能管理情報格納装置に対して前記所定のユーザの機能管理情報を送信することを特徴とする付記2から付記4のいずれかに記載のアプリケーション管理装置。
(付記6)
付記5に記載のアプリケーション管理装置に接続され、
前記機能管理情報マスタを前記ユーザ別に記憶した機能管理情報マスタ記憶部と、
前記アプリケーション管理装置から要求される所定のユーザの機能管理情報マスタを前記アプリケーション管理装置に送信する機能管理情報マスタ送信部と、
前記アプリケーション管理装置から前記ユーザの機能管理情報を受信することにより、受信した機能管理情報に、前記機能管理情報マスタ記憶部に記憶された該ユーザの前記機能管理情報マスタを同期させるユーザ別機能管理情報マスタ更新部と、
を備えた前記機能管理情報格納装置としてのサーバ装置。
(付記7)
付記5に記載のアプリケーション管理装置と、
付記6に記載のサーバ装置と、
を備えたアプリケーション管理システム。
(付記8)
情報処理装置にインストールされたアプリケーションソフトウェアを構成する有効な機能の一覧を表す機能リストに含まれる各機能の実行に応じて、前記各機能が実行された履歴を表す機能使用履歴情報を更新する機能使用履歴情報更新ステップと、
前記機能使用履歴情報に基づいて、前記機能リストに含まれる各機能が所定の不要機能判定条件を満たすか否かを判定する不要機能判定ステップと、
前記不要機能判定条件を満たすと判定された機能を前記アプリケーションソフトウェアから削除して無効にすることにより、前記アプリケーションソフトウェアの有効な機能構成を更新する機能構成更新ステップと、
前記アプリケーションソフトウェアの有効な機能構成の更新に応じて前記機能リストを更新する機能リスト更新ステップと、
を備えたアプリケーション管理方法。
(付記9)
前記機能リストを含む機能管理情報を受信することにより前記機能管理情報に同期される機能管理情報マスタを格納する機能管理情報格納装置から、前記機能管理情報マスタを受信する機能管理情報受信ステップをさらに備え、
前記機能構成更新ステップは、前記機能管理情報受信ステップで受信した前記機能管理情報マスタに含まれる機能リストである機能リストマスタと前記アプリケーションソフトウェアの有効な機能とを比較することにより、前記機能リストマスタに含まれ前記アプリケーションソフトウェアで無効となっている機能を特定し、特定した機能を前記アプリケーションソフトウェアに追加して有効にするとともに、前記機能リストマスタに含まれずに前記アプリケーションソフトウェアで有効となっている機能を特定し、特定した機能を前記アプリケーションソフトウェアから削除して無効にすることにより、前記アプリケーションソフトウェアの有効な機能構成をさらに更新し、
前記機能リスト更新ステップは、前記機能リストマスタに同期させた前記機能リストに対して前記更新を行い、
前記機能リスト更新ステップで更新された前記機能リストを含む前記機能管理情報を前記機能管理情報格納装置に送信する機能管理情報送信ステップをさらに備えたことを特徴とする付記8に記載のアプリケーション管理方法。
(付記10)
情報処理装置にインストールされたアプリケーションソフトウェアを構成する有効な機能の一覧を表す機能リストに含まれる各機能の実行に応じて、前記各機能が実行された履歴を表す機能使用履歴情報を更新する機能使用履歴情報更新ステップと、
前記機能使用履歴情報に基づいて、前記機能リストに含まれる各機能が所定の不要機能判定条件を満たすか否かを判定する不要機能判定ステップと、
前記不要機能判定条件を満たすと判定された機能を前記アプリケーションソフトウェアから削除して無効にすることにより、前記アプリケーションソフトウェアの有効な機能構成を更新する機能構成更新ステップと、
前記アプリケーションソフトウェアの有効な機能構成の更新に応じて前記機能リストを更新する機能リスト更新ステップと、
をコンピュータ装置に実行させるコンピュータ・プログラム。
(付記11)
前記機能リストを含む機能管理情報を受信することにより前記機能管理情報に同期される機能管理情報マスタを格納する機能管理情報格納装置から、前記機能管理情報マスタを受信する機能管理情報受信ステップをさらに前記コンピュータ装置に実行させ、
前記機能構成更新ステップは、前記機能管理情報受信ステップで受信した前記機能管理情報マスタに含まれる機能リストである機能リストマスタと前記アプリケーションソフトウェアの有効な機能とを比較することにより、前記機能リストマスタに含まれ前記アプリケーションソフトウェアで無効となっている機能を特定し、特定した機能を前記アプリケーションソフトウェアに追加して有効にするとともに、前記機能リストマスタに含まれずに前記アプリケーションソフトウェアで有効となっている機能を特定し、特定した機能を前記アプリケーションソフトウェアから削除して無効にすることにより、前記アプリケーションソフトウェアの有効な機能構成をさらに更新し、
前記機能リスト更新ステップは、前記機能リストマスタに同期させた前記機能リストに対して前記更新を行い、
前記機能リスト更新ステップで更新された前記機能リストを含む前記機能管理情報を前記機能管理情報格納装置に送信する機能管理情報送信ステップをさらに前記コンピュータ装置に実行させることを特徴とする付記10に記載のコンピュータ・プログラム。
Moreover, although a part or all of said embodiment can be described also as the following additional remarks, it is not restricted to the following.
(Appendix 1)
A function list storage unit that stores a function list representing a list of valid functions constituting application software installed in the information processing apparatus;
A function use history information storage unit storing function use history information representing a history of execution of each function;
An unnecessary function determination condition storage unit that stores an unnecessary function determination condition for determining whether or not each function is unnecessary based on the function use history information;
A function usage history information update unit that updates the function usage history information according to the execution of each function;
For each function included in the function list, it is determined whether or not the unnecessary function determination condition is satisfied based on the function use history information, and the function determined to satisfy the unnecessary function determination condition is deleted from the application software. A functional configuration update unit that updates the effective functional configuration of the application software,
A function list update unit that updates the function list according to an update of an effective function configuration of the application software;
An application management device comprising:
(Appendix 2)
The application management device is connected to a function management information storage device that stores a function management information master synchronized with the function management information by receiving function management information including the function list from the application management device,
A function management information transmitting / receiving unit for receiving the function management information master from the function management information storage device;
The function configuration updating unit compares the function list master, which is a function list included in the function management information master received by the function management information transmitting / receiving unit, with an effective function of the application software, thereby comparing the function list. A function that is included in the master and invalidated in the application software is identified, and the identified function is added to the application software to enable it. In addition, the function that is not included in the function list master is enabled in the application software. The active function configuration of the application software is further updated by identifying the function being identified and deleting the identified function from the application software and disabling the function.
The function list update unit performs the update on the function list synchronized with the function list master,
The application management apparatus according to
(Appendix 3)
The function management information further includes the function usage history information,
The function usage history information update unit is configured to perform the function usage history information synchronized with the function usage history information master that is the function usage history information included in the function management information master received from the function management information storage device. Update
The application according to
(Appendix 4)
The function management information further includes an unnecessary function determination condition,
An unnecessary function determination condition update unit that updates the unnecessary function determination condition based on input information acquired from the outside;
The unnecessary function determination condition update unit performs the unnecessary function determination condition synchronized with the unnecessary function determination condition master that is an unnecessary function determination condition included in the function management information master received from the function management information storage device. Update
The function management information transmitting / receiving unit transmits the function management information including the unnecessary function determination condition updated by the unnecessary function determination condition update unit to the function management information storage device. Application management apparatus of description.
(Appendix 5)
When the function management information storage device stores the function management information master for each user of the application software,
The function management information transmitting / receiving unit receives the function management information master of a predetermined user from the function management information storage device and transmits the function management information of the predetermined user to the function management information storage device. The application management apparatus according to any one of
(Appendix 6)
Connected to the application management device described in
A function management information master storage unit storing the function management information master for each user;
A function management information master transmission unit that transmits a function management information master of a predetermined user requested by the application management apparatus to the application management apparatus;
User-specific function management that synchronizes the function management information master of the user stored in the function management information master storage unit with the received function management information by receiving the function management information of the user from the application management device An information master update unit;
A server device as the function management information storage device.
(Appendix 7)
The application management device according to
The server device according to
Application management system with
(Appendix 8)
A function of updating function usage history information representing a history of execution of each function in accordance with execution of each function included in the function list representing a list of valid functions constituting application software installed in the information processing apparatus Usage history information update step;
An unnecessary function determination step for determining whether each function included in the function list satisfies a predetermined unnecessary function determination condition based on the function use history information;
A function configuration update step of updating a valid function configuration of the application software by deleting and invalidating the function determined to satisfy the unnecessary function determination condition;
A function list update step of updating the function list in response to an update of an effective function configuration of the application software;
Application management method with
(Appendix 9)
A function management information receiving step of receiving the function management information master from a function management information storage device that stores the function management information master synchronized with the function management information by receiving the function management information including the function list; Prepared,
The function configuration updating step compares the function list master, which is a function list included in the function management information master received in the function management information receiving step, with an effective function of the application software. The function that is included in the application software and invalidated by the application software is identified, and the identified function is added to the application software to enable it, and is not included in the function list master and is enabled by the application software By identifying the function and deleting the identified function from the application software and disabling it, the effective function configuration of the application software is further updated,
The function list update step performs the update on the function list synchronized with the function list master,
The application management method according to appendix 8, further comprising a function management information transmission step of transmitting the function management information including the function list updated in the function list update step to the function management information storage device. .
(Appendix 10)
A function of updating function usage history information representing a history of execution of each function in accordance with execution of each function included in the function list representing a list of valid functions constituting application software installed in the information processing apparatus Usage history information update step;
An unnecessary function determination step for determining whether each function included in the function list satisfies a predetermined unnecessary function determination condition based on the function use history information;
A function configuration update step of updating a valid function configuration of the application software by deleting and invalidating the function determined to satisfy the unnecessary function determination condition;
A function list update step of updating the function list in response to an update of an effective function configuration of the application software;
Is a computer program that causes a computer device to execute.
(Appendix 11)
A function management information receiving step of receiving the function management information master from a function management information storage device that stores the function management information master synchronized with the function management information by receiving the function management information including the function list; Causing the computer device to execute,
The function configuration updating step compares the function list master, which is a function list included in the function management information master received in the function management information receiving step, with an effective function of the application software. The function that is included in the application software and invalidated by the application software is identified, and the identified function is added to the application software to enable it, and is not included in the function list master and is enabled by the application software By identifying the function and deleting the identified function from the application software and disabling it, the effective function configuration of the application software is further updated,
The function list update step performs the update on the function list synchronized with the function list master,
Item 11. The supplementary note 10, further causing the computer device to execute a function management information transmitting step of transmitting the function management information including the function list updated in the function list updating step to the function management information storage device. Computer program.
1、2、4 アプリケーション管理装置
3 アプリケーション管理システム
5 サーバ装置
9 機能管理情報格納装置
11 機能リスト記憶部
12 機能使用履歴情報記憶部
13 不要機能判定条件記憶部
14、24 機能リスト更新部
15、25 機能使用履歴情報更新部
16、26 機能構成更新部
27、47 機能管理情報格納先記憶部
28、48 機能管理情報送受信部
29 不要機能判定条件更新部
51 機能リストマスタ記憶部
52 機能使用履歴情報マスタ記憶部
53 不要機能判定条件マスタ記憶部
54 機能管理情報マスタ送信部
55 機能管理情報マスタ更新部
1, 2, 4
Claims (10)
前記各機能が実行された履歴を表す機能使用履歴情報を記憶した機能使用履歴情報記憶部と、
前記機能使用履歴情報に基づいて前記各機能が不要か否かを判定するための不要機能判定条件を記憶した不要機能判定条件記憶部と、
前記各機能の実行に応じて前記機能使用履歴情報を更新する機能使用履歴情報更新部と、
前記機能リストに含まれる各機能について、前記機能使用履歴情報に基づいて前記不要機能判定条件を満たすか否かを判定するとともに、前記不要機能判定条件を満たすと判定した機能を前記アプリケーションソフトウェアから削除して無効にすることにより、前記アプリケーションソフトウェアの有効な機能構成を更新する機能構成更新部と、
前記アプリケーションソフトウェアの有効な機能構成の更新に応じて前記機能リストを更新する機能リスト更新部と、
を備えたアプリケーション管理装置。 A function list storage unit that stores a function list representing a list of valid functions constituting application software installed in the information processing apparatus;
A function use history information storage unit storing function use history information representing a history of execution of each function;
An unnecessary function determination condition storage unit that stores an unnecessary function determination condition for determining whether or not each function is unnecessary based on the function use history information;
A function usage history information update unit that updates the function usage history information according to the execution of each function;
For each function included in the function list, it is determined whether or not the unnecessary function determination condition is satisfied based on the function use history information, and the function determined to satisfy the unnecessary function determination condition is deleted from the application software. A functional configuration update unit that updates the effective functional configuration of the application software,
A function list update unit that updates the function list according to an update of an effective function configuration of the application software;
An application management device comprising:
前記機能管理情報格納装置から前記機能管理情報マスタを受信する機能管理情報送受信部をさらに備え、
前記機能構成更新部は、前記機能管理情報送受信部によって受信された前記機能管理情報マスタに含まれる機能リストである機能リストマスタと前記アプリケーションソフトウェアの有効な機能とを比較することにより、前記機能リストマスタに含まれ前記アプリケーションソフトウェアで無効となっている機能を特定し、特定した機能を前記アプリケーションソフトウェアに追加して有効にするとともに、前記機能リストマスタに含まれずに前記アプリケーションソフトウェアで有効となっている機能を特定し、特定した機能を前記アプリケーションソフトウェアから削除して無効にすることにより、前記アプリケーションソフトウェアの有効な機能構成をさらに更新し、
前記機能リスト更新部は、前記機能リストマスタに同期させた前記機能リストに対して前記更新を行い、
前記機能管理情報送受信部は、前記機能リスト更新部によって更新された前記機能リストを含む機能管理情報を前記機能管理情報格納装置に送信することを特徴とする請求項1に記載のアプリケーション管理装置。 Connected to a function management information storage device that stores a function management information master synchronized with the function management information by receiving function management information including the function list from the application management device;
A function management information transmitting / receiving unit for receiving the function management information master from the function management information storage device;
The function configuration updating unit compares the function list master, which is a function list included in the function management information master received by the function management information transmitting / receiving unit, with an effective function of the application software, thereby comparing the function list. A function that is included in the master and invalidated in the application software is identified, and the identified function is added to the application software to enable it. In addition, the function that is not included in the function list master is enabled in the application software. The active function configuration of the application software is further updated by identifying the function being identified and deleting the identified function from the application software and disabling the function.
The function list update unit performs the update on the function list synchronized with the function list master,
The application management apparatus according to claim 1, wherein the function management information transmitting / receiving unit transmits function management information including the function list updated by the function list update unit to the function management information storage device.
前記機能使用履歴情報更新部は、前記機能管理情報格納装置から受信された機能管理情報マスタに含まれる機能使用履歴情報である機能使用履歴情報マスタに同期させた前記機能使用履歴情報に対して前記更新を行い、
前記機能管理情報送受信部は、前記機能使用履歴情報更新部によって更新された機能使用履歴情報を含む前記機能管理情報を前記機能管理情報格納装置に送信することを特徴とする請求項2に記載のアプリケーション管理装置。 The function management information further includes the function usage history information,
The function usage history information update unit is configured to perform the function usage history information synchronized with the function usage history information master that is the function usage history information included in the function management information master received from the function management information storage device. Update
The function management information transmission / reception unit transmits the function management information including the function usage history information updated by the function usage history information update unit to the function management information storage device. Application management device.
外部から取得する入力情報に基づいて前記不要機能判定条件を更新する不要機能判定条件更新部をさらに備え、
前記不要機能判定条件更新部は、前記機能管理情報格納装置から受信された前記機能管理情報マスタに含まれる不要機能判定条件である不要機能判定条件マスタに同期させた不要機能判定条件に対して前記更新を行い、
前記機能管理情報送受信部は、前記不要機能判定条件更新部によって更新された不要機能判定条件を含む前記機能管理情報を前記機能管理情報格納装置に送信することを特徴とする請求項2または請求項3に記載のアプリケーション管理装置。 The function management information further includes an unnecessary function determination condition,
An unnecessary function determination condition update unit that updates the unnecessary function determination condition based on input information acquired from the outside;
The unnecessary function determination condition update unit performs the unnecessary function determination condition synchronized with the unnecessary function determination condition master that is an unnecessary function determination condition included in the function management information master received from the function management information storage device. Update
3. The function management information transmitting / receiving unit transmits the function management information including the unnecessary function determination condition updated by the unnecessary function determination condition updating unit to the function management information storage device. 4. The application management apparatus according to 3.
前記機能管理情報送受信部は、前記機能管理情報格納装置から所定のユーザの前記機能管理情報マスタを受信するとともに、前記機能管理情報格納装置に対して前記所定のユーザの機能管理情報を送信することを特徴とする請求項2から請求項4のいずれかに記載のアプリケーション管理装置。 When the function management information storage device stores the function management information master for each user of the application software,
The function management information transmitting / receiving unit receives the function management information master of a predetermined user from the function management information storage device and transmits the function management information of the predetermined user to the function management information storage device. The application management apparatus according to claim 2, wherein:
前記機能管理情報マスタを前記ユーザ別に記憶した機能管理情報マスタ記憶部と、
前記アプリケーション管理装置から要求される所定のユーザの機能管理情報マスタを前記アプリケーション管理装置に送信する機能管理情報マスタ送信部と、
前記アプリケーション管理装置から前記ユーザの機能管理情報を受信することにより、受信した機能管理情報に、前記機能管理情報マスタ記憶部に記憶された該ユーザの前記機能管理情報マスタを同期させるユーザ別機能管理情報マスタ更新部と、
を備えた前記機能管理情報格納装置としてのサーバ装置。 Connected to the application management device according to claim 5;
A function management information master storage unit storing the function management information master for each user;
A function management information master transmission unit that transmits a function management information master of a predetermined user requested by the application management apparatus to the application management apparatus;
User-specific function management that synchronizes the function management information master of the user stored in the function management information master storage unit with the received function management information by receiving the function management information of the user from the application management device An information master update unit;
A server device as the function management information storage device.
請求項6に記載のサーバ装置と、
を備えたアプリケーション管理システム。 An application management device according to claim 5;
A server device according to claim 6;
Application management system with
前記機能使用履歴情報に基づいて、前記機能リストに含まれる各機能が所定の不要機能判定条件を満たすか否かを判定する不要機能判定ステップと、
前記不要機能判定条件を満たすと判定された機能を前記アプリケーションソフトウェアから削除して無効にすることにより、前記アプリケーションソフトウェアの有効な機能構成を更新する機能構成更新ステップと、
前記アプリケーションソフトウェアの有効な機能構成の更新に応じて前記機能リストを更新する機能リスト更新ステップと、
を備えたアプリケーション管理方法。 A function of updating function usage history information representing a history of execution of each function in accordance with execution of each function included in the function list representing a list of valid functions constituting application software installed in the information processing apparatus Usage history information update step;
An unnecessary function determination step for determining whether each function included in the function list satisfies a predetermined unnecessary function determination condition based on the function use history information;
A function configuration update step of updating a valid function configuration of the application software by deleting and invalidating the function determined to satisfy the unnecessary function determination condition;
A function list update step of updating the function list in response to an update of an effective function configuration of the application software;
Application management method with
前記機能構成更新ステップは、前記機能管理情報受信ステップで受信した前記機能管理情報マスタに含まれる機能リストである機能リストマスタと前記アプリケーションソフトウェアの有効な機能とを比較することにより、前記機能リストマスタに含まれ前記アプリケーションソフトウェアで無効となっている機能を特定し、特定した機能を前記アプリケーションソフトウェアに追加して有効にするとともに、前記機能リストマスタに含まれずに前記アプリケーションソフトウェアで有効となっている機能を特定し、特定した機能を前記アプリケーションソフトウェアから削除して無効にすることにより、前記アプリケーションソフトウェアの有効な機能構成をさらに更新し、
前記機能リスト更新ステップは、前記機能リストマスタに同期させた前記機能リストに対して前記更新を行い、
前記機能リスト更新ステップで更新された前記機能リストを含む前記機能管理情報を前記機能管理情報格納装置に送信する機能管理情報送信ステップをさらに備えたことを特徴とする請求項8に記載のアプリケーション管理方法。 A function management information receiving step of receiving the function management information master from a function management information storage device that stores the function management information master synchronized with the function management information by receiving the function management information including the function list; Prepared,
The function configuration updating step compares the function list master, which is a function list included in the function management information master received in the function management information receiving step, with an effective function of the application software. The function that is included in the application software and invalidated by the application software is identified, and the identified function is added to the application software to enable it, and is not included in the function list master and is enabled by the application software By identifying the function and deleting the identified function from the application software and disabling it, the effective function configuration of the application software is further updated,
The function list update step performs the update on the function list synchronized with the function list master,
9. The application management according to claim 8, further comprising a function management information transmitting step of transmitting the function management information including the function list updated in the function list updating step to the function management information storage device. Method.
前記機能使用履歴情報に基づいて、前記機能リストに含まれる各機能が所定の不要機能判定条件を満たすか否かを判定する不要機能判定ステップと、
前記不要機能判定条件を満たすと判定された機能を前記アプリケーションソフトウェアから削除して無効にすることにより、前記アプリケーションソフトウェアの有効な機能構成を更新する機能構成更新ステップと、
前記アプリケーションソフトウェアの有効な機能構成の更新に応じて前記機能リストを更新する機能リスト更新ステップと、
をコンピュータ装置に実行させるコンピュータ・プログラム。 A function of updating function usage history information representing a history of execution of each function in accordance with execution of each function included in the function list representing a list of valid functions constituting application software installed in the information processing apparatus Usage history information update step;
An unnecessary function determination step for determining whether each function included in the function list satisfies a predetermined unnecessary function determination condition based on the function use history information;
A function configuration update step of updating a valid function configuration of the application software by deleting and invalidating the function determined to satisfy the unnecessary function determination condition;
A function list update step of updating the function list in response to an update of an effective function configuration of the application software;
Is a computer program that causes a computer device to execute.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010273729A JP2012123619A (en) | 2010-12-08 | 2010-12-08 | Application management device, server device, application management system, application management method, and computer program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010273729A JP2012123619A (en) | 2010-12-08 | 2010-12-08 | Application management device, server device, application management system, application management method, and computer program |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2012123619A true JP2012123619A (en) | 2012-06-28 |
Family
ID=46504991
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2010273729A Withdrawn JP2012123619A (en) | 2010-12-08 | 2010-12-08 | Application management device, server device, application management system, application management method, and computer program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2012123619A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2014052824A (en) * | 2012-09-06 | 2014-03-20 | Dainippon Printing Co Ltd | Ic card system and ic card |
KR20150025287A (en) * | 2013-08-28 | 2015-03-10 | 주식회사 팬택 | Apparatus and method for managing application storage area of mobile terminal |
-
2010
- 2010-12-08 JP JP2010273729A patent/JP2012123619A/en not_active Withdrawn
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2014052824A (en) * | 2012-09-06 | 2014-03-20 | Dainippon Printing Co Ltd | Ic card system and ic card |
KR20150025287A (en) * | 2013-08-28 | 2015-03-10 | 주식회사 팬택 | Apparatus and method for managing application storage area of mobile terminal |
KR102204047B1 (en) * | 2013-08-28 | 2021-01-20 | 팬텍 주식회사 | Apparatus and method for managing application storage area of mobile terminal |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR102224760B1 (en) | Automatic application updates | |
CN107943594B (en) | Data acquisition method and device | |
JP5765928B2 (en) | Image processing apparatus, control method therefor, and program | |
US8392569B2 (en) | Data delivery system and data delivery method | |
KR20110128846A (en) | Programming model for synchronizing browser caches across devices and web services | |
TW201340011A (en) | Information recommendation method and information recommendation apparatus | |
US10560513B2 (en) | Small disk support for large cloud-based storage systems | |
JP6582445B2 (en) | Thin client system, connection management device, virtual machine operating device, method, and program | |
US8640150B2 (en) | Information processing terminal, information processing method, and program product | |
WO2008050512A1 (en) | Start control device, method, and program | |
US8930532B2 (en) | Session management in a thin client system for effective use of the client environment | |
JP5863388B2 (en) | Information processing system, control method therefor, and program | |
US20130088751A1 (en) | Job management apparatus, job control system, and job control method | |
JP6984387B2 (en) | Information processing equipment, access control methods, programs and systems | |
US11636035B2 (en) | Persisted data cache service | |
JP6289879B2 (en) | Communication terminal, communication method and program | |
JP2012123619A (en) | Application management device, server device, application management system, application management method, and computer program | |
EP2928158B1 (en) | Distribution apparatus and distribution method | |
JP7406086B2 (en) | Data access control program, data access control method, and authorization server | |
JP2015095053A (en) | Management device and method of the same | |
CN112685064A (en) | Device identification processing method and device, storage medium and electronic device | |
JP2010079462A (en) | Server device, client device, server based computing system and program | |
WO2014027479A1 (en) | Management system, and management device as well as management method and management program used therein | |
KR101173821B1 (en) | Configuration data management system for mobile device | |
JP7151451B2 (en) | Information processing system, server device and information processing program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A300 | Withdrawal of application because of no request for examination |
Free format text: JAPANESE INTERMEDIATE CODE: A300 Effective date: 20140304 |