JP2008198043A - Unit and method for implementing dedicated desktop, and program - Google Patents
Unit and method for implementing dedicated desktop, and program Download PDFInfo
- Publication number
- JP2008198043A JP2008198043A JP2007034305A JP2007034305A JP2008198043A JP 2008198043 A JP2008198043 A JP 2008198043A JP 2007034305 A JP2007034305 A JP 2007034305A JP 2007034305 A JP2007034305 A JP 2007034305A JP 2008198043 A JP2008198043 A JP 2008198043A
- Authority
- JP
- Japan
- Prior art keywords
- desktop
- dedicated
- input
- input event
- thread
- 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
Abstract
Description
本発明は、デスクトップ環境を構築するデスクトップ構築技術に関し、特に、特定のアプリケーションプログラム専用のデスクトップ環境を構築する専用デスクトップ構築技術に関する。 The present invention relates to a desktop construction technique for constructing a desktop environment, and more particularly to a dedicated desktop construction technique for constructing a desktop environment dedicated to a specific application program.
デスクトップは、Windows(登録商標)オペレーティングシステム(以下、Windows)において、全てのアプリケーションプログラムのプロセスが実行される上でベースとなる空間であり、Windowsを起動すると通常は1つのデスクトップが生成され、その上で様々なアプリケーションプログラムが実行される。 The desktop is a base space in which all application program processes are executed in the Windows (registered trademark) operating system (hereinafter referred to as Windows). When Windows is started, one desktop is usually generated. Various application programs are executed on the above.
また、単一のコンピュータを複数のユーザが共有する場合に、各ユーザのプライバシー、セキュリティを保護したり、各ユーザが使いやすい環境を構築できるようにするため、ユーザ毎のデスクトップを生成するようにした技術も従来から知られている(例えば、特許文献1参照)。この特許文献1に記載されている従来の技術では、ユーザが自身のパスワードを入力すると、プロセスがユーザ認証を行い、認証に成功すると、上記ユーザ用のデスクトップを生成するようにしている。そして、各ユーザは、自身のデスクトップ上で様々なアプリケーションプログラムを実行することができる。
In addition, when a single computer is shared by multiple users, a desktop for each user is generated in order to protect the privacy and security of each user and to create an easy-to-use environment for each user. Such a technique is also conventionally known (for example, see Patent Document 1). In the conventional technique described in
上述したように、デスクトップ上では様々なアプリケーションプログラムを実行することができるが、これが問題になる場合もある。例えば、画面キャプチャを行うキャプチャアプリケーションプログラムによるコンテンツの不正コピーが可能になるという問題がある。キャプチャアプリケーションプログラムによる不正コピーを防止する技術としては、予め登録してあるキャプチャアプリケーションプログラムに対してグラフィックメモリにロックをかけたり、表示ウィンドウを最小化したりする技術が知られているが、キャプチャアプリケーションプログラムは多数存在するため、この方法では、キャプチャアプリケーションプログラムによる不正コピーを全て防止することはできない。 As described above, various application programs can be executed on the desktop, but this may be a problem. For example, there is a problem that unauthorized copying of content by a capture application program that performs screen capture becomes possible. As techniques for preventing unauthorized copying by a capture application program, techniques for locking a graphic memory or minimizing a display window for a capture application program registered in advance are known. In this method, all illegal copying by the capture application program cannot be prevented.
〔発明の目的〕
そこで、本発明の目的は、特定の1つのアプリケーションプログラムのみが動作できる専用デスクトップを生成できるようにすることにある。
(Object of invention)
Accordingly, an object of the present invention is to enable generation of a dedicated desktop that can operate only one specific application program.
本発明にかかる第1の専用デスクトップ構築装置は、
基本デスクトップ上の特定アプリケーションプログラム用の専用デスクトップを生成するデスクトップ管理部と、
表示装置に表示する空間を前記基本デスクトップから前記デスクトップ管理部によって生成された専用デスクトップに切り替え、入力装置から入力された入力イベントを全て前記専用デスクトップに発行する入出力管理部と、
前記専用デスクトップ上に前記特定アプリケーションプログラムの別スレッドとなるスレッドを生成するスレッド生成処理部とを備え、且つ、
前記スレッドが、前記入出力管理部から発行される入力イベントを受け付け、受け付けた入力イベントがアプリケーションプログラムの起動を要求するものである場合は、前記入力イベントを無効にする入力イベント受け付け部を含むことを特徴とする。
The first dedicated desktop construction apparatus according to the present invention is:
A desktop management unit that generates a dedicated desktop for a specific application program on the basic desktop;
An input / output management unit that switches a space to be displayed on the display device from the basic desktop to the dedicated desktop generated by the desktop management unit, and issues all input events input from the input device to the dedicated desktop;
A thread generation processing unit that generates a thread to be a separate thread of the specific application program on the dedicated desktop, and
The thread includes an input event receiving unit that receives an input event issued from the input / output management unit, and invalidates the input event when the received input event requests activation of an application program. It is characterized by.
本発明にかかる第2の専用デスクトップ構築装置は、第1の専用デスクトップ構築装置において、
前記入力イベント受け付け部が、受け付けた入力イベントがデスクトップの切り替えを要求するものである場合には、前記入力イベントを無効にし、受け付けた入力イベントが前記スレッドの終了を要求するものである場合は、前記特定アプリケーションプログラムに対してスレッドの終了を通知し、
前記特定アプリケーションプログラムが、前記入力イベント受け付け部からスレッドの終了が通知されたとき、前記表示装置に表示する空間を前記専用デスクトップから前記基本デスクトップに切り替えることを要求する切り替え要求を前記入出力管理部に対して出力するデスクトップ切り替え要求部を備え、
前記入出力管理部が、前記デスクトップ切り替え要求部から切り替え要求が出力されたとき、前記表示装置に表示する空間を前記専用デスクトップから前記基本デスクトップに切り替えることを特徴とする。
A second dedicated desktop construction device according to the present invention is the first dedicated desktop construction device,
When the input event receiving unit is one that requests switching of the desktop, the input event is invalidated, and when the received input event is a request to end the thread, Notifying the specific application program of the end of the thread,
When the specific application program is notified of the end of the thread from the input event reception unit, the input / output management unit issues a switching request for switching the space displayed on the display device from the dedicated desktop to the basic desktop. A desktop switching request part that outputs to
When the switching request is output from the desktop switching request unit, the input / output management unit switches a space to be displayed on the display device from the dedicated desktop to the basic desktop.
本発明にかかる第3の専用デスクトップ構築装置は、第1の専用デスクトップ構築装置において、
前記入力イベント受け付け部が、受け付けた入力イベントがデスクトップの切り替えを要求するものである場合には、前記入力イベントを無効にし、受け付けた入力イベントが前記スレッドの終了を要求するものである場合は、前記表示装置に表示する空間を前記専用デスクトップから前記基本デスクトップに切り替えることを要求する切り替え要求を前記入出力管理部に対して出力し、
前記入出力管理部が、前記入力イベント受け付け部から切り替え要求が出力されたとき、前記表示装置に表示する空間を前記専用デスクトップから前記基本デスクトップに切り替えることを特徴とする。
A third dedicated desktop construction device according to the present invention is the first dedicated desktop construction device,
When the input event receiving unit is one that requests switching of the desktop, the input event is invalidated, and when the received input event is a request to end the thread, A switching request for requesting switching of the space to be displayed on the display device from the dedicated desktop to the basic desktop is output to the input / output management unit;
The input / output management unit switches a space displayed on the display device from the dedicated desktop to the basic desktop when a switching request is output from the input event receiving unit.
本発明にかかる第4の専用デスクトップ構築装置は、第1〜第3の何れかの専用デスクトップ構築装置において、
前記スレッドが、サーバ装置からコンテンツデータを取得して描画するコンテンツ描画部を含むことを特徴とする。
A fourth dedicated desktop construction device according to the present invention is any one of the first to third dedicated desktop construction devices,
The thread includes a content rendering unit that obtains content data from a server device and renders the content data.
本発明にかかる第5の専用デスクトップ構築装置は、第1〜第4の何れかの専用デスクトップ構築装置において、
前記基本デスクトップが、複数の特定アプリケーションプログラムを含むことを特徴とする。
A fifth dedicated desktop construction device according to the present invention is any one of the first to fourth dedicated desktop construction devices,
The basic desktop includes a plurality of specific application programs.
本発明にかかる第1の専用デスクトップ構築方法は、
コンピュータが、基本デスクトップ上の特定アプリケーションプログラム用の専用デスクトップを生成する専用デスクトップ生成ステップと、
前記コンピュータが、表示装置に表示する空間を前記基本デスクトップから前記専用デスクトップ生成ステップによって生成された専用デスクトップに切り替え、入力装置から入力された入力イベントを全て前記専用デスクトップに発行する入力イベント発行ステップと、
前記コンピュータが、前記専用デスクトップ上に前記特定アプリケーションプログラムの別スレッドとなるスレッドを生成するスレッド生成ステップとを含み、且つ、
前記スレッドが、前記入力イベント発行ステップから発行される入力イベントを受け付け、受け付けた入力イベントがアプリケーションプログラムの起動を要求するものである場合は、前記入力イベントを無効にする入力イベント受け付け部を含むことを特徴とする。
A first dedicated desktop construction method according to the present invention is as follows.
A dedicated desktop generation step in which the computer generates a dedicated desktop for a specific application program on the base desktop;
An input event issuing step in which the computer switches a space to be displayed on the display device from the basic desktop to the dedicated desktop generated by the dedicated desktop generating step, and issues all input events input from the input device to the dedicated desktop; ,
The computer includes a thread generation step of generating a thread that is a separate thread of the specific application program on the dedicated desktop; and
The thread receives an input event issued from the input event issuing step, and includes an input event receiving unit that invalidates the input event when the received input event requests activation of an application program. It is characterized by.
本発明にかかる第2の専用デスクトップ構築方法は、第1の専用デスクトップ構築方法において、
前記コンピュータが、前記入力イベント受け付け部を実行し、受け付けた入力イベントがデスクトップの切り替えを要求するものである場合には、前記入力イベントを無効にし、受け付けた入力イベントが前記スレッドの終了を要求するものである場合は、前記特定アプリケーションプログラムに対してスレッドの終了を通知するスレッド終了通知ステップと、
前記コンピュータが、前記特定アプリケーションプログラムを実行し、前記スレッド終了通知ステップからスレッドの終了が通知されたとき、前記表示装置に表示する空間を前記専用デスクトップから前記基本デスクトップに切り替えることを要求する切り替え要求を出力するデスクトップ切り替え要求ステップと、
前記コンピュータが、前記デスクトップ切り替え要求ステップから切り替え要求が出力されたとき、前記表示装置に表示する空間を前記専用デスクトップから前記基本デスクトップに切り替える切り替えステップとを含むことを特徴とする。
A second dedicated desktop construction method according to the present invention is the first dedicated desktop construction method,
When the computer executes the input event reception unit and the received input event requests desktop switching, the input event is invalidated, and the received input event requests termination of the thread. If so, a thread end notification step for notifying the specific application program of the end of the thread;
When the computer executes the specific application program and the end of the thread is notified from the end of thread notification step, a switching request for requesting to switch the space displayed on the display device from the dedicated desktop to the basic desktop Desktop switching request step for outputting
The computer includes a switching step of switching a space to be displayed on the display device from the dedicated desktop to the basic desktop when a switching request is output from the desktop switching request step.
本発明にかかる第2の専用デスクトップ構築方法は、第1の専用デスクトップ構築方法において、
前記コンピュータが、前記入力イベント受け付け部を実行し、受け付けた入力イベントがデスクトップの切り替えを要求するものである場合には、前記入力イベントを無効にし、受け付けた入力イベントが前記スレッドの終了を要求するものである場合は、前記表示装置に表示する空間を前記専用デスクトップから前記基本デスクトップに切り替えることを要求する切り替え要求を出力するデスクトップ切り替え要求ステップと、
前記コンピュータが、前記デスクトップ切り替え要求ステップから切り替え要求が出力されたとき、前記表示装置に表示する空間を前記専用デスクトップから前記基本デスクトップに切り替える切り替えステップとを含むことを特徴とする。
A second dedicated desktop construction method according to the present invention is the first dedicated desktop construction method,
When the computer executes the input event reception unit and the received input event requests desktop switching, the input event is invalidated, and the received input event requests termination of the thread. If so, a desktop switching request step for outputting a switching request for switching a space to be displayed on the display device from the dedicated desktop to the basic desktop;
The computer includes a switching step of switching a space to be displayed on the display device from the dedicated desktop to the basic desktop when a switching request is output from the desktop switching request step.
本発明にかかる第1のプログラムは、
コンピュータを、
基本デスクトップ上の特定アプリケーションプログラム用の専用デスクトップを生成するデスクトップ管理部、
表示装置に表示する空間を前記基本デスクトップから前記デスクトップ管理部によって生成された専用デスクトップに切り替え、入力装置から入力された入力イベントを全て前記専用デスクトップに発行する入出力管理部、
前記専用デスクトップ上に前記特定アプリケーションプログラムの別スレッドとなるスレッドを生成するスレッド生成処理部として機能させ、且つ、
前記スレッドが、前記入出力管理部から発行される入力イベントを受け付け、受け付けた入力イベントがアプリケーションプログラムの起動を要求するものである場合は、前記入力イベントを無効にする入力イベント受け付け部を含むことを特徴とする。
The first program according to the present invention is:
Computer
Desktop management unit that generates a dedicated desktop for specific application programs on the basic desktop,
An input / output management unit that switches a space to be displayed on the display device from the basic desktop to the dedicated desktop generated by the desktop management unit, and issues all input events input from the input device to the dedicated desktop;
Function as a thread generation processing unit that generates a thread to be a separate thread of the specific application program on the dedicated desktop; and
The thread includes an input event receiving unit that receives an input event issued from the input / output management unit, and invalidates the input event when the received input event requests activation of an application program. It is characterized by.
本発明にかかる第2のプログラムは、第1のプログラムにおいて、
前記入力イベント受け付け部が、受け付けた入力イベントがデスクトップの切り替えを要求するものである場合には、前記入力イベントを無効にし、受け付けた入力イベントが前記スレッドの終了を要求するものである場合は、前記特定アプリケーションプログラムに対してスレッドの終了を通知し、
前記特定アプリケーションプログラムが、前記入力イベント受け付け部からスレッドの終了が通知されたとき、前記表示装置に表示する空間を前記専用デスクトップから前記基本デスクトップに切り替えることを要求する切り替え要求を前記入出力管理部に対して出力するデスクトップ切り替え要求部を備え、
前記入出力管理部が、前記デスクトップ切り替え要求部から切り替え要求が出力されたとき、前記表示装置に表示する空間を前記専用デスクトップから前記基本デスクトップに切り替えることを特徴とする。
The second program according to the present invention is the first program,
When the input event receiving unit is one that requests switching of the desktop, the input event is invalidated, and when the received input event is a request to end the thread, Notifying the specific application program of the end of the thread,
When the specific application program is notified of the end of the thread from the input event reception unit, the input / output management unit issues a switching request for switching the space displayed on the display device from the dedicated desktop to the basic desktop. A desktop switching request part that outputs to
When the switching request is output from the desktop switching request unit, the input / output management unit switches a space to be displayed on the display device from the dedicated desktop to the basic desktop.
本発明にかかる第3のプログラムは、第1のプログラムにおいて、
前記入力イベント受け付け部が、受け付けた入力イベントがデスクトップの切り替えを要求するものである場合には、前記入力イベントを無効にし、受け付けた入力イベントが前記スレッドの終了を要求するものである場合は、前記表示装置に表示する空間を前記専用デスクトップから前記基本デスクトップに切り替えることを要求する切り替え要求を前記入出力管理部に対して出力し、
前記入出力管理部が、前記入力イベント受け付け部から切り替え要求が出力されたとき、前記表示装置に表示する空間を前記専用デスクトップから前記基本デスクトップに切り替えることを特徴とする。
A third program according to the present invention is the first program,
When the input event receiving unit is one that requests switching of the desktop, the input event is invalidated, and when the received input event is a request to end the thread, A switching request for requesting switching of the space to be displayed on the display device from the dedicated desktop to the basic desktop is output to the input / output management unit;
The input / output management unit switches a space displayed on the display device from the dedicated desktop to the basic desktop when a switching request is output from the input event receiving unit.
〔作用〕
デスクトップ管理部が、基本デスクトップ上の特定アプリケーションプログラム用の専用デスクトップを生成し、入出力管理部が、表示装置に表示する空間を基本デスクトップからデスクトップ管理部によって生成された専用デスクトップに切り替え、入力装置から入力された入力イベントを全て前記専用デスクトップに発行する。更に、スレッド生成処理部が、専用デスクトップ上に上記特定アプリケーションプログラムの別スレッドとなるスレッドを生成する。このスレッドには、入出力管理部から発行される入力イベントを受け付け、受け付けた入力イベントがアプリケーションプログラムの起動を要求するものである場合は、上記入力イベントを無効にする入力イベント受け付け部が含まれている。従って、入力装置からアプリケーションプログラムの起動を要求する入力イベントが入力されても、その入力イベントは、スレッドの入力イベント受け付け部で無効にされるので、専用デスクトップ上ではスレッドのみが動作することになる。
[Action]
The desktop management unit generates a dedicated desktop for a specific application program on the basic desktop, and the input / output management unit switches the space displayed on the display device from the basic desktop to the dedicated desktop generated by the desktop management unit. All input events input from are issued to the dedicated desktop. Further, the thread generation processing unit generates a thread that is a separate thread of the specific application program on the dedicated desktop. This thread includes an input event accepting unit that accepts an input event issued from the input / output management unit and invalidates the input event when the accepted input event is a request to start an application program. ing. Therefore, even if an input event for requesting activation of an application program is input from the input device, the input event is invalidated by the thread input event reception unit, so that only the thread operates on the dedicated desktop. .
本発明よれば、特定の1つのアプリケーションプログラムのみが動作できる専用デスクトップを生成することが可能になる。その理由は、基本デスクトップ上の特定アプリケーションプログラム用の専用デスクトップを生成するデスクトップ管理部と、表示装置に表示する空間を基本デスクトップから専用デスクトップに切り替え、入力装置から入力された入力イベントを全て専用デスクトップに発行する入出力管理部と、専用デスクトップ上に特定アプリケーションプログラムの別スレッドとなるスレッドを生成するスレッド生成処理部とを備え、且つ、上記スレッドが、入出力管理部から発行される入力イベントを受け付け、受け付けた入力イベントがアプリケーションプログラムの起動を要求するものである場合は、上記入力イベントを無効にする入力イベント受け付け部を含んでいるからである。 According to the present invention, it is possible to generate a dedicated desktop capable of operating only one specific application program. The reason is that the desktop management unit generates a dedicated desktop for a specific application program on the basic desktop, and the space displayed on the display device is switched from the basic desktop to the dedicated desktop, and all input events input from the input device are dedicated desktop. And an input event issued from the input / output management unit, and a thread generation processing unit that generates a thread that is a separate thread of the specific application program on the dedicated desktop. This is because if the received and received input event is a request to start an application program, an input event receiving unit that invalidates the input event is included.
そして、特定の1つのアプリケーションプログラムのみが動作できる専用デスクトップが生成できることにより、例えば、キャプチャアプリケーションプログラムによるコンテンツの不正コピーを防止したり、資格試験などのテストアプリケーションにおいて、他のアプリケーションを起動してカンニングすることを防止したりすることが可能になる。 And, by creating a dedicated desktop that can run only one specific application program, for example, illegal copy of content by a capture application program can be prevented, and other applications can be launched and cheated in a test application such as a qualification test. It is possible to prevent this.
次に、本発明を実施するための最良の形態について図面を参照して詳細に説明する。 Next, the best mode for carrying out the present invention will be described in detail with reference to the drawings.
〔第1の実施の形態の構成の説明〕
図1を参照すると、本発明の第1の実施の形態は、クライアント装置1とサーバ装置3とから構成されており、両者はインターネット等のネットワーク2を介して相互に接続されている。
[Description of Configuration of First Embodiment]
Referring to FIG. 1, the first embodiment of the present invention includes a
クライアント装置1は、パーソナルコンピュータ等によって実現されるものであり、基本デスクトップ11と、専用デスクトップ12と、制御部13と、LCD等の出力装置14と、キーボード、マウス等の入力装置15とを備えている。
The
基本デスクトップ111は、クライアント装置1を起動すると最初に生成されるアプリケーションプログラムの作業空間であり、アプリケーションプログラムAP1〜APnと、適用アプリケーションプログラム111とを含む。
The
適用アプリケーションプログラム111は、本発明を適用したアプリケーションプログラムであり、それ専用のデスクトップ(専用デスクトップ)が生成される。なお、本実施の形態では、適用アプリケーションプログラム111は、コンテンツ閲覧システムの構成要素である、クライアント装置1側のアプリケーションプログラムであるとする。
The
図2を参照すると、適用アプリケーションプログラム111は、デスクトップ生成要求部112と、スレッド生成処理部113と、スレッド監視処理部114と、デスクトップ切り替え削除要求部115とを含んでいる。
Referring to FIG. 2, the
デスクトップ生成要求部112は、制御部13に対して専用デスクトップ生成要求を出力し、適用アプリケーションプログラム111用の専用デスクトップ12の生成を要求する機能や、制御部13に対して表示切り替え要求を出力し、出力装置14に表示する空間を専用デスクトップ12に切り替えることを要求する機能を有する。
The desktop
スレッド生成処理部113は、専用デスクトップ12上に適用アプリケーションスレッド121を生成して起動する機能を有する。
The thread
スレッド監視処理部114は、専用デスクトップ12上の適用アプリケーションスレッド121からスレッド終了通知が送られてくるのを待ち、スレッド終了通知が送られてくると、デスクトップ切り替え削除要求部115を起動する機能を有する。
The thread
デスクトップ切り替え削除要求部115は、スレッド監視処理部114から起動されると、先ず、制御部13に対して表示切り替え要求を出力し、表示を専用デスクトップ12から基本デスクトップ11へ切り替えることを要求し、その後、制御部13に対して専用デスクトップ削除要求を出力し、専用デスクトップ12を削除することを要求する機能を有する。
When the desktop switching
制御部13は、デスクトップ管理部131と、入出力管理部132とを備えている。
The control unit 13 includes a
デスクトップ管理部131は、適用アプリケーションプログラム111内のデスクトップ生成要求部112から専用デスクトップ生成要求が入力されたとき、適用アプリケーションプログラム111用の専用デスクトップ12を生成する機能や、適用アプリケーションプログラム111内のデスクトップ切り替え削除要求手段115から専用デスクトップ削除要求が入力されたとき、専用デスクトップ12を削除する機能を有する。
When a dedicated desktop generation request is input from the desktop
入出力管理部132は、適用アプリケーションプログラム111内のデスクトップ生成要求部112から表示切り替え要求に従って出力装置14の描画内容を専用デスクトップ12或いは基本デスクトップ11に切り替える機能を有する。更に、入出力管理部132は、専用デスクトップ12が有効になっている場合(出力装置14が表示する空間が専用デスクトップ12となっている場合)は、入力装置15から入力される入力イベントの内容にかかわらず、入力装置15から入力された入力イベントを全て専用デスクトップ12に発行し、基本デスクトップ11が有効になっている場合には、入力イベントの内容に応じた発行先に入力イベントを発行する機能を有する。
The input /
適用アプリケーションスレッド121は、コンテンツ描画部122、終了通知部123及び入力イベント受け付け部124を備えている。
The
コンテンツ描画部122は、サーバ装置3からコンテンツデータを取得し、専用デスクトップ12上に描画する機能を有する。
The
入力イベント受け付け部124は、次のような機能を有する。
・入出力管理部132が専用デスクトップ12に対して発行した入力イベントを専用デスクトップ12上で最初に受け付ける機能。
・受け付けた入力イベントが、専用デスクトップ12上でのアプリケーションプログラムの起動を要求するものである場合、及びデスクトップの切り替えを要求するものである場合は、受け付けた入力イベントを無効にする機能。
・受け付けた入力イベントが、適用アプリケーションスレッド121の終了を要求するものである場合は、終了通知部123を起動する機能。
・受け付けた入力イベントが、上記したもの以外であり、適用アプリケーションスレッド121で処理可能なものである場合は、適用アプリケーションスレッド121に受け付けた入力イベントに従った処理を行わせる機能。
The input
A function of first receiving on the
A function for invalidating a received input event when the received input event is a request for starting an application program on the
A function of starting the
A function for causing the
終了通知部123は、入力イベント受け付け部124から起動されると、適用アプリケーションプログラム111に対して適用アプリケーションスレッド121が終了したことを示すスレッド終了通知を送信する機能。
When the
なお、制御部13は、コンピュータ(CPU)により実現可能であり、コンピュータにより実現する場合は、例えば、次のようにする。コンピュータをデスクトップ管理部131、入出力管理部132として機能させるためのプログラムを記録したディスク、半導体メモリ、その他の記録媒体を用意し、コンピュータに上記プログラムを読み取らせる。コンピュータは、読み取ったプログラムに従って自身の動作を制御することにより、自コンピュータ上に、デスクトップ管理部131、入出力管理部132を実現する。
The control unit 13 can be realized by a computer (CPU), and when realized by a computer, for example, is as follows. A disk, a semiconductor memory, and other recording media recording programs for causing the computer to function as the
サーバ装置3は、コンテンツデータ記憶部31を有するコンピュータによって実現されるものであり、クライアント装置1から要求されたコンテンツデータをコンテンツデータ記憶部31から取り出し、クライアント装置1へ送信する機能を有する。
The server device 3 is realized by a computer having the content
〔第1の実施の形態の動作の説明〕
次に、本実施の形態の動作について詳細に説明する。
[Description of Operation of First Embodiment]
Next, the operation of the present embodiment will be described in detail.
ユーザがクライアント装置1を起動すると、デスクトップ管理部131が基本デスクトップ11を生成し、入出力管理部132が出力装置14に基本デスクトップ11を表示する(図3のステップS30)。この基本デスクトップ11には、図1に示すように、複数のアプリケーションプログラムAP1〜APnと、適用アプリケーションプログラム111とが含まれている。
When the user activates the
その後、ユーザは、サーバ装置3からコンテンツデータを取得して閲覧するために、適用アプリケーションプログラム111を起動する(ステップS31)。
Thereafter, the user activates the
これにより、適用アプリケーションプログラム111のデスクトップ生成要求部112が、デスクトップ管理部131に対して専用デスクトップ生成要求を出力し、適用アプリケーションプログラム111用の専用デスクトップ12を生成することを要求する(図4のステップS41)。
As a result, the desktop
デスクトップ管理部131は、デスクトップ生成要求部112から専用デスクトップ生成要求が入力されると、適用アプリケーションプログラム111用の専用デスクトップ12を生成し(図5のステップS51、図3のステップS32)、その後、要求元のデスクトップ生成要求部112に対して専用デスクトップ生成完了通知を送信する(ステップS52)。この専用デスクトップ生成完了通知には、生成した専用デスクトップ12を特定するデスクトップIDが含まれている。
When the desktop generation request is input from the desktop
デスクトップ生成要求部112は、デスクトップ管理部131から専用デスクトップ生成完了通知が送られてくると、入出力管理部132に対して表示切り替え要求を出力し、出力装置14に表示する空間を専用デスクトップ12に切り替えることを要求する(図4のステップS42、S43)。
When the desktop
これにより、入出力管理部132は、出力装置14に表示する空間を基本デスクトップ11から専用デスクトップ12に切り替え(図6のステップS61、図3のステップS33)、その後、要求元のデスクトップ生成要求部112に対して切り替え完了通知を送信する(ステップS62)。
Thus, the input /
デスクトップ切り替え要求部112は、入出力管理部132から切り替え完了通知を受信すると、スレッド生成処理部113を起動する(図4のステップS44)。これにより、スレッド生成処理部113は、専用デスクトップ12上に、適用アプリケーションプログラム111の別スレッドとなる適用アプリケーションスレッド121を生成して起動する(図4のステップS45、図3のステップS34)。その後、スレッド生成処理部113は、スレッド監視処理部114を起動する。起動されたスレッド監視処理部114は、適用アプリケーションスレッド121からスレッド終了通知が送られてくるのを待つ(ステップS47)。
When receiving the switching completion notification from the input /
一方、適用アプリケーションスレッド121は、起動されると、コンテンツ描画部122によってサーバ装置3からコンテンツデータを取得し、コンテンツ内容を専用デスクトップ12上に描画する(図3のステップS35、S36)。このとき、入出力管理部132は、出力装置14に表示する空間を専用デスクトップ12としているので、出力装置14には、サーバ装置3から取得したコンテンツデータの内容が表示される。
On the other hand, when the
また、入出力管理部132は、専用デスクトップ12が有効になっているときに、入力装置15から入力イベントが入力されると、その入力イベントを専用デスクトップ12に発行する(図7のステップS71がYES、S72)。なお、基本デスクトップ11が有効になっている場合(ステップS71がNO)は、入出力管理部132は入力イベントの内容に基づいてその発行先を決定し、決定した発行先に入力イベントを発行する(ステップS73、S74)。
Further, when an input event is input from the input device 15 when the
入出力管理部132から専用デスクトップ12に発行された入力イベントは、適用アプリケーションスレッド121の入力イベント受け付け部124で受け付けられる。そして、入力イベント受け付け部124は、受け付けた入力イベントが、アプリケーションプログラムの起動を要求するものである場合(ステップS81がYES)、及びデスクトップの切り替えを要求するものである場合(ステップS82がYES)は、受け付けた入力イベントを無効にする(ステップS84)。また、受け付けた入力イベントが、適用アプリケーションスレッド121の終了を要求するものである場合(ステップS83がYES)は、終了通知部123を起動する(ステップS85)。これら以外の入力イベントであって、適用アプリケーションスレッド121で処理可能な入力イベントを受け付けた場合(ステップS86がYES)は、受け付けた入力イベントに従った処理を行い(ステップS87)、処理不可能な入力イベントであった場合(ステップS86がNO)は、それを無効にする(ステップS84)。このように、専用デスクトップ12が有効になっているときは、入力装置15から入力された入力イベントは全て専用デスクトップ12に発行され、専用デスクトップ12上で動作している適用アプリケーションプログラムスレッド121の入力イベント受け付け部124が、アプリケーションプログラムの起動や、デスクトップの切り替えを要求する入力イベントを無効にするので、キャプチャアプリケーションプログラムは実行することができない。つまりコンテンツ情報の画面キャプチャによるデータ流出を防ぐことが可能である。
An input event issued from the input /
一方、終了通知手段123は、起動されると、適用アプリケーションプログラム111に対してスレッド終了通知を送信する(図3のステップS37)。
On the other hand, when started, the
スレッド終了通知待ち状態にある、適用アプリケーションプログラム111のスレッド監視処理部114は、適用アプリケーションスレッド121からスレッド終了通知が送られてくると、デスクトップ切り替え削除要求部115を起動する(図4のステップS46)。
When the
デスクトップ切り替え削除要求部115は、起動されると、先ず、制御部13内の入出力管理部132に対して表示切り替え要求を出力し、出力装置14に表示するデスクトップを専用デスクトップ12から基本デスクトップ11に切り替えることを要求する(ステップS47)。これにより、入出力管理部132は、出力装置14に表示するデスクトップを専用デスクトップ12から基本デスクトップ11へ切り替え(図6のステップS61、図3のステップS38)、その後、要求元のデスクトップ切り替え削除要求部115に対して切り替え完了通知を送信する(ステップS62)。
When the desktop switching
デスクトップ切り替え削除要求部115は、切り替え完了通知を受信すると(ステップS48)、制御部13内のデスクトップ管理部131に対して専用デスクトップ削除要求を送信し、専用デスクトップ12を削除することを要求する(ステップS49)。
When the desktop switching
これにより、デスクトップ管理部131は、専用デスクトップ12を削除し(図9のステップS91、図3のステップS39)、その後、要求元のデスクトップ切り替え削除要求部115に対して削除完了通知を送信する(ステップS92)。適用アプリケーションプログラム111は、削除完了通知を受信するとその処理を終了する(ステップS50)。
Accordingly, the
なお、上述した実施の形態では、適用アプリケーションスレッド121の終了時、適用アプリケーションプログラム111が制御部13に対して、基本デスクトップへの表示切り替え要求および専用デスクトップ削除要求を出力するようにしたが、適用アプリケーションスレッド121が制御部13に対して、上記した要求を出力するようにしても良い。
In the above-described embodiment, when the
〔第1の実施の形態の効果〕
本実施の形態によれば、特定の1つのアプリケーションプログラムのみが動作できる専用デスクトップを生成することが可能になる。その理由は、基本デスクトップ11上の適用アプリケーションプログラム111用の専用デスクトップ12を生成するデスクトップ管理部131と、出力装置14に表示する空間を基本デスクトップ11からデスクトップ管理部131によって生成された専用デスクトップ12に切り替え、入力装置15から入力された入力イベントを全て専用デスクトップ12に発行する入出力管理部132と、専用デスクトップ12上に適用アプリケーションプログラム111の別スレッドとなる適用アプリケーションスレッド121を生成するスレッド生成処理部113とを備え、且つ、適用アプリケーションスレッド121が、入出力管理部132から発行される入力イベントを受け付け、受け付けた入力イベントがアプリケーションプログラムの起動を要求するものである場合は、上記入力イベントを無効にする入力イベント受け付け部124を含むからである。
[Effect of the first embodiment]
According to the present embodiment, it is possible to generate a dedicated desktop capable of operating only one specific application program. The reason is that the
〔第2の実施の形態の構成の説明〕
次に、本発明の第2の実施の形態について説明する。図10を参照すると本実施の形態の構成は、図1に示した第1の実施の形態に比べて、基本デスクトップ11上の適用アプリケーションプログラム111−1〜111−kと、サーバ装置3上のコンテンツデータ記憶部31−1〜31−kが1つからk個に拡張されている点が異なる。なお、サーバ装置3の各コンテンツデータ記憶部31−1〜31−kには異なる種別のコンテンツデータ(動画データ、静止画データ、電子文書データ、…)が格納されており、各コンテンツデータ記憶部31−1〜31−kに格納されているコンテンツデータを取得して閲覧するためには、それぞれ適用アプリケーションプログラム111−1〜111−nを起動することが必要であるとする。
[Description of Configuration of Second Embodiment]
Next, a second embodiment of the present invention will be described. Referring to FIG. 10, the configuration of this embodiment is different from that of the first embodiment shown in FIG. The difference is that the content data storage units 31-1 to 31-k are expanded from one to k. Note that different types of content data (moving image data, still image data, electronic document data,...) Are stored in the content data storage units 31-1 to 31-k of the server device 3. In order to acquire and browse the content data stored in 31-1 to 31-k, it is necessary to start the application programs 111-1 to 111-n, respectively.
〔第2の実施の形態の動作の説明〕
次に、本実施の形態の動作について説明する。今、例えば、ユーザがコンテンツデータ記憶部31−1に格納されている動画データを閲覧するために、基本デスクトップ11上の適用アプリケーションプログラム111−1を起動したとする。これにより、第1の実施の形態で説明した処理と同様の処理が行われ、先ず、専用デスクトップ12が生成され(図3のステップS32)、次いで、出力装置14の表示空間が基本デスクトップ11から専用デスクトップ12に切り替わり(ステップS33)、その後、適用アプリケーションスレッド121が生成されて起動される(ステップS34)。起動された適用アプリケーションスレッド121内のコンテンツ描画部122は、サーバ装置3のコンテンツデータ記憶部31−1から動画データを取得し、専用デスクトップ12上に描画する(ステップS35)。このとき、出力装置14の表示空間は専用デスクトップ12となっているので、サーバ装置3から取得した動画データが出力装置14に表示される(ステップS36)。専用デスクトップ12が有効になっている場合は、入出力管理部132は、入力装置15からの全ての入力イベントを専用デスクトップ12に発行し、専用デスクトップ12上の入力イベント受け付け部124は、アプリケーションプログラムの起動を要求する入力イベントは無効にするため、キャプチャアプリケーションプログラムなどは起動できず、コンテンツの不正コピーを防止することができる。
[Description of Operation of Second Embodiment]
Next, the operation of the present embodiment will be described. Now, for example, suppose that the user has activated the application program 111-1 on the
また、ユーザがコンテンツデータ記憶部13−kに格納されている電子文書データを取得して閲覧するために、適用アプリケーションプログラム111−kを起動した場合にも前述した処理と同様の処理が行われ、キャプチャアプリケーションプログラムによる不正コピーを防止することができる。 Further, when the user activates the application program 111-k in order to acquire and browse the electronic document data stored in the content data storage unit 13-k, the same processing as described above is performed. Unauthorized copying by the capture application program can be prevented.
〔第2の実施の形態の効果〕
本実施の形態によれば、種々のアプリケーションプログラムについて、それ専用の専用デスクトップを生成することが可能になる。その理由は、基本デスクトップ11が複数の適用アプリケーションプログラム111−1〜111−kを含んでいるからである。
[Effects of Second Embodiment]
According to the present embodiment, dedicated desktops dedicated to various application programs can be generated. The reason is that the
本発明によれば、サーバ/クライアント通信モデルのコンテンツ閲覧システムにおいてクライアント側で表示した情報の画面キャプチャを防止することができるため、機密データ保護の用途に適用できる。ただしストリーミング技術などを利用してクライアント側にコンテンツデータが残らないように制御してあることが前提である。また、資格試験などのテストアプリケーションにおいて、他のアプリケーションを起動してカンニングすることを防止したり、画面をキャプチャして以前の画面の情報から答えを導くことを禁止したりするといった用途にも適用できる。 According to the present invention, since it is possible to prevent screen capture of information displayed on the client side in a server / client communication model content browsing system, it can be applied to the use of confidential data protection. However, it is assumed that the content data is controlled so as not to remain on the client side using a streaming technique or the like. Also, in applications such as qualification tests, it can be used to prevent other applications from launching and cheating, and to prohibit screen capture and answering from previous screen information. it can.
1…クライアント装置
11…基本デスクトップ
111、111−1〜111−k…適用アプリケーションプログラム
112…デスクトップ生成要求部
113…スレッド生成処理部
114…スレッド監視処理部
115…デスクトップ切り替え削除要求部
AP1〜APn…アプリケーションプログラム
12…専用デスクトップ
121…適用アプリケーションスレッド
122…コンテンツ描画部
123…終了通知部
124…入力イベント受け付け部
13…制御部
131…デスクトップ管理部
132…入出力管理部
14…出力装置
15…入力装置
2…ネットワーク
3…サーバ装置
31、31−1〜31−k…コンテンツデータ記憶部
DESCRIPTION OF
Claims (11)
表示装置に表示する空間を前記基本デスクトップから前記デスクトップ管理部によって生成された専用デスクトップに切り替え、入力装置から入力された入力イベントを全て前記専用デスクトップに発行する入出力管理部と、
前記専用デスクトップ上に前記特定アプリケーションプログラムの別スレッドとなるスレッドを生成するスレッド生成処理部とを備え、且つ、
前記スレッドが、前記入出力管理部から発行される入力イベントを受け付け、受け付けた入力イベントがアプリケーションプログラムの起動を要求するものである場合は、前記入力イベントを無効にする入力イベント受け付け部を含むことを特徴とする専用デスクトップ構築装置。 A desktop management unit that generates a dedicated desktop for a specific application program on the basic desktop;
An input / output management unit that switches a space to be displayed on the display device from the basic desktop to the dedicated desktop generated by the desktop management unit, and issues all input events input from the input device to the dedicated desktop;
A thread generation processing unit that generates a thread to be a separate thread of the specific application program on the dedicated desktop, and
The thread includes an input event receiving unit that receives an input event issued from the input / output management unit, and invalidates the input event when the received input event requests activation of an application program. Dedicated desktop construction device characterized by.
前記入力イベント受け付け部が、受け付けた入力イベントがデスクトップの切り替えを要求するものである場合には、前記入力イベントを無効にし、受け付けた入力イベントが前記スレッドの終了を要求するものである場合は、前記特定アプリケーションプログラムに対してスレッドの終了を通知し、
前記特定アプリケーションプログラムが、前記入力イベント受け付け部からスレッドの終了が通知されたとき、前記表示装置に表示する空間を前記専用デスクトップから前記基本デスクトップに切り替えることを要求する切り替え要求を前記入出力管理部に対して出力するデスクトップ切り替え要求部を備え、
前記入出力管理部が、前記デスクトップ切り替え要求部から切り替え要求が出力されたとき、前記表示装置に表示する空間を前記専用デスクトップから前記基本デスクトップに切り替えることを特徴とする専用デスクトップ構築装置。 The dedicated desktop construction device according to claim 1,
When the input event receiving unit is one that requests switching of the desktop, the input event is invalidated, and when the received input event is a request to end the thread, Notifying the specific application program of the end of the thread,
When the specific application program is notified of the end of the thread from the input event reception unit, the input / output management unit issues a switching request for switching the space displayed on the display device from the dedicated desktop to the basic desktop. A desktop switching request part that outputs to
The dedicated desktop construction device, wherein the input / output management unit switches a space to be displayed on the display device from the dedicated desktop to the basic desktop when a switching request is output from the desktop switching request unit.
前記入力イベント受け付け部が、受け付けた入力イベントがデスクトップの切り替えを要求するものである場合には、前記入力イベントを無効にし、受け付けた入力イベントが前記スレッドの終了を要求するものである場合は、前記表示装置に表示する空間を前記専用デスクトップから前記基本デスクトップに切り替えることを要求する切り替え要求を前記入出力管理部に対して出力し、
前記入出力管理部が、前記入力イベント受け付け部から切り替え要求が出力されたとき、前記表示装置に表示する空間を前記専用デスクトップから前記基本デスクトップに切り替えることを特徴とする専用デスクトップ構築装置。 The dedicated desktop construction device according to claim 1,
When the input event receiving unit is one that requests switching of the desktop, the input event is invalidated, and when the received input event is a request to end the thread, A switching request for requesting switching of the space to be displayed on the display device from the dedicated desktop to the basic desktop is output to the input / output management unit;
The dedicated desktop construction device, wherein the input / output management unit switches a space to be displayed on the display device from the dedicated desktop to the basic desktop when a switching request is output from the input event receiving unit.
前記スレッドが、サーバ装置からコンテンツデータを取得して描画するコンテンツ描画部を含むことを特徴とする専用デスクトップ構築装置。 The dedicated desktop construction device according to any one of claims 1 to 3,
The dedicated desktop construction device, wherein the thread includes a content drawing unit that obtains and draws content data from a server device.
前記基本デスクトップが、複数の特定アプリケーションプログラムを含むことを特徴とする専用デスクトップ構築装置。 The dedicated desktop construction device according to any one of claims 1 to 4,
The dedicated desktop construction apparatus, wherein the basic desktop includes a plurality of specific application programs.
前記コンピュータが、表示装置に表示する空間を前記基本デスクトップから前記専用デスクトップ生成ステップによって生成された専用デスクトップに切り替え、入力装置から入力された入力イベントを全て前記専用デスクトップに発行する入力イベント発行ステップと、
前記コンピュータが、前記専用デスクトップ上に前記特定アプリケーションプログラムの別スレッドとなるスレッドを生成するスレッド生成ステップとを含み、且つ、
前記スレッドが、前記入力イベント発行ステップから発行される入力イベントを受け付け、受け付けた入力イベントがアプリケーションプログラムの起動を要求するものである場合は、前記入力イベントを無効にする入力イベント受け付け部を含むことを特徴とする専用デスクトップ構築方法。 A dedicated desktop generation step in which the computer generates a dedicated desktop for a specific application program on the base desktop;
An input event issuing step in which the computer switches a space to be displayed on the display device from the basic desktop to the dedicated desktop generated by the dedicated desktop generating step, and issues all input events input from the input device to the dedicated desktop; ,
The computer includes a thread generation step of generating a thread that is a separate thread of the specific application program on the dedicated desktop; and
The thread receives an input event issued from the input event issuing step, and includes an input event receiving unit that invalidates the input event when the received input event requests activation of an application program. Dedicated desktop construction method characterized by.
前記コンピュータが、前記入力イベント受け付け部を実行し、受け付けた入力イベントがデスクトップの切り替えを要求するものである場合には、前記入力イベントを無効にし、受け付けた入力イベントが前記スレッドの終了を要求するものである場合は、前記特定アプリケーションプログラムに対してスレッドの終了を通知するスレッド終了通知ステップと、
前記コンピュータが、前記特定アプリケーションプログラムを実行し、前記スレッド終了通知ステップからスレッドの終了が通知されたとき、前記表示装置に表示する空間を前記専用デスクトップから前記基本デスクトップに切り替えることを要求する切り替え要求を出力するデスクトップ切り替え要求ステップと、
前記コンピュータが、前記デスクトップ切り替え要求ステップから切り替え要求が出力されたとき、前記表示装置に表示する空間を前記専用デスクトップから前記基本デスクトップに切り替える切り替えステップとを含むことを特徴とする専用デスクトップ構築方法。 The dedicated desktop construction method according to claim 6,
When the computer executes the input event reception unit and the received input event requests desktop switching, the input event is invalidated, and the received input event requests termination of the thread. If so, a thread end notification step for notifying the specific application program of the end of the thread;
When the computer executes the specific application program and the end of the thread is notified from the end of thread notification step, a switching request for requesting to switch the space displayed on the display device from the dedicated desktop to the basic desktop Desktop switching request step for outputting
A dedicated desktop construction method comprising: a switching step of switching a space displayed on the display device from the dedicated desktop to the basic desktop when the computer outputs a switching request from the desktop switching request step.
前記コンピュータが、前記入力イベント受け付け部を実行し、受け付けた入力イベントがデスクトップの切り替えを要求するものである場合には、前記入力イベントを無効にし、受け付けた入力イベントが前記スレッドの終了を要求するものである場合は、前記表示装置に表示する空間を前記専用デスクトップから前記基本デスクトップに切り替えることを要求する切り替え要求を出力するデスクトップ切り替え要求ステップと、
前記コンピュータが、前記デスクトップ切り替え要求ステップから切り替え要求が出力されたとき、前記表示装置に表示する空間を前記専用デスクトップから前記基本デスクトップに切り替える切り替えステップとを含むことを特徴とする専用デスクトップ構築方法。 The dedicated desktop construction method according to claim 6,
When the computer executes the input event reception unit and the received input event requests desktop switching, the input event is invalidated, and the received input event requests termination of the thread. If so, a desktop switching request step for outputting a switching request for switching a space to be displayed on the display device from the dedicated desktop to the basic desktop;
A dedicated desktop construction method comprising: a switching step of switching a space displayed on the display device from the dedicated desktop to the basic desktop when the computer outputs a switching request from the desktop switching request step.
基本デスクトップ上の特定アプリケーションプログラム用の専用デスクトップを生成するデスクトップ管理部、
表示装置に表示する空間を前記基本デスクトップから前記デスクトップ管理部によって生成された専用デスクトップに切り替え、入力装置から入力された入力イベントを全て前記専用デスクトップに発行する入出力管理部、
前記専用デスクトップ上に前記特定アプリケーションプログラムの別スレッドとなるスレッドを生成するスレッド生成処理部として機能させ、且つ、
前記スレッドが、前記入出力管理部から発行される入力イベントを受け付け、受け付けた入力イベントがアプリケーションプログラムの起動を要求するものである場合は、前記入力イベントを無効にする入力イベント受け付け部を含むことを特徴とするプログラム。 Computer
Desktop management unit that generates a dedicated desktop for specific application programs on the basic desktop,
An input / output management unit that switches a space to be displayed on the display device from the basic desktop to the dedicated desktop generated by the desktop management unit, and issues all input events input from the input device to the dedicated desktop;
Function as a thread generation processing unit that generates a thread to be a separate thread of the specific application program on the dedicated desktop; and
The thread includes an input event receiving unit that receives an input event issued from the input / output management unit, and invalidates the input event when the received input event requests activation of an application program. A program characterized by
前記入力イベント受け付け部が、受け付けた入力イベントがデスクトップの切り替えを要求するものである場合には、前記入力イベントを無効にし、受け付けた入力イベントが前記スレッドの終了を要求するものである場合は、前記特定アプリケーションプログラムに対してスレッドの終了を通知し、
前記特定アプリケーションプログラムが、前記入力イベント受け付け部からスレッドの終了が通知されたとき、前記表示装置に表示する空間を前記専用デスクトップから前記基本デスクトップに切り替えることを要求する切り替え要求を前記入出力管理部に対して出力するデスクトップ切り替え要求部を備え、
前記入出力管理部が、前記デスクトップ切り替え要求部から切り替え要求が出力されたとき、前記表示装置に表示する空間を前記専用デスクトップから前記基本デスクトップに切り替えることを特徴とするプログラム。 The program according to claim 9, wherein
When the input event receiving unit is one that requests switching of the desktop, the input event is invalidated, and when the received input event is a request to end the thread, Notifying the specific application program of the end of the thread,
When the specific application program is notified of the end of the thread from the input event reception unit, the input / output management unit issues a switching request for switching the space displayed on the display device from the dedicated desktop to the basic desktop. A desktop switching request part that outputs to
The program, wherein the input / output management unit switches a space to be displayed on the display device from the dedicated desktop to the basic desktop when a switching request is output from the desktop switching request unit.
前記入力イベント受け付け部が、受け付けた入力イベントがデスクトップの切り替えを要求するものである場合には、前記入力イベントを無効にし、受け付けた入力イベントが前記スレッドの終了を要求するものである場合は、前記表示装置に表示する空間を前記専用デスクトップから前記基本デスクトップに切り替えることを要求する切り替え要求を前記入出力管理部に対して出力し、
前記入出力管理部が、前記入力イベント受け付け部から切り替え要求が出力されたとき、前記表示装置に表示する空間を前記専用デスクトップから前記基本デスクトップに切り替えることを特徴とするプログラム。 The program according to claim 9, wherein
When the input event receiving unit is one that requests switching of the desktop, the input event is invalidated, and when the received input event is a request to end the thread, A switching request for requesting switching of the space to be displayed on the display device from the dedicated desktop to the basic desktop is output to the input / output management unit;
The input / output management unit switches a space to be displayed on the display device from the dedicated desktop to the basic desktop when a switching request is output from the input event receiving unit.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007034305A JP2008198043A (en) | 2007-02-15 | 2007-02-15 | Unit and method for implementing dedicated desktop, and program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007034305A JP2008198043A (en) | 2007-02-15 | 2007-02-15 | Unit and method for implementing dedicated desktop, and program |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2008198043A true JP2008198043A (en) | 2008-08-28 |
Family
ID=39756910
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2007034305A Withdrawn JP2008198043A (en) | 2007-02-15 | 2007-02-15 | Unit and method for implementing dedicated desktop, and program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2008198043A (en) |
-
2007
- 2007-02-15 JP JP2007034305A patent/JP2008198043A/en not_active Withdrawn
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6442751B2 (en) | Information processing apparatus, information processing system, control method, and program | |
US20170317879A1 (en) | Cart Mode Provisioning Of Shared Computing Devices | |
JP2007288771A (en) | Image processor, display screen transmission method, control program, and storage medium | |
CN113407286B (en) | Remote management method and device for server | |
US9123106B2 (en) | Watermarking screen capture content | |
JP2009259153A (en) | Information processing apparatus, method of controlling the same, and control program | |
CN111031111B (en) | Page static resource access method, device and system | |
JP2016139322A (en) | Image processor and electronic blackboard provided with the same | |
JP6938983B2 (en) | Information processing system, information processing device and information processing method | |
US20140223320A1 (en) | Information processing system, information processing device, and method | |
US20180278770A1 (en) | Information processing terminal, image forming apparatus, information processing method, and recording medium | |
US9282091B2 (en) | Information processing system, information processing device, and authentication method | |
JP2011138335A (en) | Information processing apparatus, method for controlling the same and computer program | |
JP6802477B2 (en) | Information processing system, information processing device, its control method and program | |
CN114041275B (en) | Confidential lifecycle management on a serverless platform | |
US20130141752A1 (en) | Job control apparatus, job control system, and method of controlling processing job data | |
JP5953669B2 (en) | Conference system and document display method | |
KR100637827B1 (en) | Network terminal system | |
JP6575428B2 (en) | Information processing system, information processing apparatus, client terminal, control method thereof, and program | |
JP2012040765A (en) | Image processing apparatus, information processing apparatus, editing program and editing system | |
JP6226001B2 (en) | Usage control system and usage control method | |
JP2023113458A (en) | Information processing device and program | |
JP6208159B2 (en) | Server, content creation method, program, content providing system, and display device | |
JP2015046059A (en) | Authentication system, authentication device, authentication method, and program | |
JP2007122691A (en) | Information processor, information processing method and program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7422 Effective date: 20090717 |
|
RD03 | Notification of appointment of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7423 Effective date: 20090717 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20091029 |
|
A761 | Written withdrawal of application |
Free format text: JAPANESE INTERMEDIATE CODE: A761 Effective date: 20091223 |