JP2003288223A - Gui application execution system - Google Patents

Gui application execution system

Info

Publication number
JP2003288223A
JP2003288223A JP2002091172A JP2002091172A JP2003288223A JP 2003288223 A JP2003288223 A JP 2003288223A JP 2002091172 A JP2002091172 A JP 2002091172A JP 2002091172 A JP2002091172 A JP 2002091172A JP 2003288223 A JP2003288223 A JP 2003288223A
Authority
JP
Japan
Prior art keywords
job
communication means
application
gui application
daemon
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2002091172A
Other languages
Japanese (ja)
Inventor
Nobuyuki Okuma
信幸 大熊
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Solution Innovators Ltd
Original Assignee
NEC Solution Innovators Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Solution Innovators Ltd filed Critical NEC Solution Innovators Ltd
Priority to JP2002091172A priority Critical patent/JP2003288223A/en
Publication of JP2003288223A publication Critical patent/JP2003288223A/en
Pending legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide techniques related to a GUI application execution system which can easily execute a GUI application from a local computer without the need to go to the remote computer for the purpose of enhancing the operability of a server system, by executing the GUI application via a desktop- resident application. <P>SOLUTION: The GUI application execution system in this embodiment, as shown in Figure 1, generally comprises the local computer 1 equipped with an operating system, and the remote computer 2 equipped with an operating system. The local computer 1 has a service program 11 and a client program 12 while the remote computer 2 has a service program 21 and a JobDaemon 22 as a daemon for starting jobs. <P>COPYRIGHT: (C)2004,JPO

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、GUIアプリケー
ション実行システムに関し、特にローカルコンピュータ
及びリモートコンピュータにおけるオペレーティングシ
ステムにて実行できるGUIアプリケーション実行シス
テムに属する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a GUI application execution system, and more particularly to a GUI application execution system that can be executed by an operating system in a local computer and a remote computer.

【0002】[0002]

【従来の技術】従来、Graphical User
Interface(GUIと称す。)を利用したWi
ndows(登録商標)NT、Windows(登録商
標)2000、Windows(登録商標)XPなど
(以下、Windows(登録商標)と代表表記する)
のオペレーティングシステム(以下、OSと称す。)環
境において、リモートコンピュータに対してジョブを起
動するシステムでは、双方のコンピュータにサービスプ
ログラムと呼ばれるOSの常駐プロセスを実装し、ロー
カルコンピュータ(ジョブの起動要求を行う側)からリ
モートコンピュータ(ジョブを実行する側)のサービス
プログラムへジョブ起動要求を行い、リモートコンピュ
ータのサービス上で指定されたジョブを実行する方式が
一般的に行われている。
2. Description of the Related Art Conventionally, Graphical User
Wi using Interface (referred to as GUI)
Windows (registered trademark) NT, Windows (registered trademark) 2000, Windows (registered trademark) XP, etc. (hereinafter referred to as Windows (registered trademark))
In an operating system (hereinafter referred to as OS) environment of a computer, in a system that starts a job to a remote computer, a resident process of the OS called a service program is installed on both computers, and a local computer (a job start request is issued). A method is generally used in which a job activation request is issued from a performing side) to a service program of a remote computer (a side that executes a job), and a designated job is executed on the service of the remote computer.

【0003】サービス間の通信は実装が比較的容易な名
前付きパイプを用いた通信が行われている。この場合サ
ービスプログラムのログオンアカウントには、ネットワ
ーク通信が許可されているドメインのユーザを指定す
る。
Communication between services is performed using a named pipe, which is relatively easy to implement. In this case, a user in the domain permitted network communication is specified as the logon account of the service program.

【0004】また、Windows(登録商標)200
0などにおいては、オペレーティング自体にジョブのリ
モート実行手段(Windows(登録商標)Mana
gement Instrumentation)が備
わっており、スクリプトレベルで実現できる。
In addition, Windows (registered trademark) 200
In the case of 0, etc., the remote execution means of the job (Windows (registered trademark) Mana
It can be realized at the script level.

【0005】GUIアプリケーションを正常に動作させ
るためには、OSのデスクトップに所属しているプロセ
スが持っているWidnows(登録商標)セキュリテ
ィコンテキストが必要である。つまり、OSデスクトッ
プ上で起動しているアプリケーションから起動すれば問
題は発生しない。
In order for the GUI application to operate normally, the Windows (registered trademark) security context possessed by the process belonging to the desktop of the OS is required. In other words, the problem does not occur if it is started from the application running on the OS desktop.

【0006】[0006]

【発明が解決しようとする課題】しかしながら、従来技
術には以下に掲げる問題点があった。
However, the prior art has the following problems.

【0007】Windows(登録商標)の仕様により
ドメインのユーザとしてログオンしているサービスから
GUIアプリケーションを起動した場合、ウィンドウの
再描画がされない、又は、初期化エラーが発生してしま
うなど、GUIアプリケーションの動作は保証されなか
った。
When the GUI application is started from the service logged on as a domain user according to the Windows (registered trademark) specifications, the window is not redrawn or an initialization error occurs, and The operation was not guaranteed.

【0008】この問題を回避する方法として、サービス
のログオンアカウントに「ローカルシステムアカウン
ト」を指定し、「デスクトップとの対話をサービスに許
可」のチェックボックスを設定することによりサービス
プログラムからGUIアプリケーションが実行可能とな
るが、Windows(登録商標)の仕様により、「ロ
ーカルシステムアカウント」はネットワークの通信権限
が許可されていないため、リモートコンピュータへの通
信ができず、その結果、リモートコンピュータへGUI
アプリケーションを実行できなかった。
As a method for avoiding this problem, the GUI application is executed from the service program by designating the "local system account" as the service logon account and setting the "allow service to interact with desktop" check box. However, according to the specifications of Windows (registered trademark), the “local system account” does not have network communication authority, so communication to the remote computer cannot be performed, and as a result, the GUI to the remote computer is displayed.
The application could not run.

【0009】また、OSデスクトップに所属させるよう
にコードを実装することでドメインのユーザとしてログ
オンしているサービスでも正常に起動することが可能で
あるが、コード実装における労力やユーザのパスワード
を管理するためのロジックが必要となり、コード実装を
標準仕様に組込むことは困難であった。
Further, by implementing the code so that it belongs to the OS desktop, it is possible to normally start even the service logged on as a user of the domain, but the labor in implementing the code and the user password are managed. Therefore, it was difficult to incorporate the code implementation into the standard specifications.

【0010】Windows(登録商標)Manage
ment Instrumentationにおいて
も、GUIアプリケーションを起動すると、上記と同様
環境では、ウィンドウの描画が行われない、又は、初期
化エラーが発生するなど、GUIアプリケーションを実
行できないという問題点があった。
Windows (registered trademark) Management
In the Mental Instrumentation, when the GUI application is started, there is a problem that the GUI application cannot be executed in the environment similar to the above, such that the window is not drawn or an initialization error occurs.

【0011】本発明は斯かる問題点を鑑みてなされたも
のであり、その目的とするところは、デスクトップ常駐
アプリケーションを介してGUIアプリケーションを実
行することにより、サーバシステムにおける運用性の向
上を図るためにリモートコンピュータ上に出向く必要な
く、ローカルコンピュータから容易にGUIアプリケー
ションを実行できるGUIアプリケーション実行システ
ムに関する技術を提供する点にある。
The present invention has been made in view of the above problems, and an object of the present invention is to improve operability in a server system by executing a GUI application via a desktop resident application. Another object is to provide a technique related to a GUI application execution system that can easily execute a GUI application from a local computer without having to visit a remote computer.

【0012】[0012]

【課題を解決するための手段】請求項1記載の本発明の
要旨は、GUIアプリケーションが動作できるオペレー
ティングシステムのGUIアプリケーション実行システ
ムであって、クライアントプログラムである第1のアプ
リケーションと、第1の通信手段とコマンドの要求受付
手段とを有する第1のサービスプログラムとが実装され
たローカルコンピュータと、ジョブデーモンとして動作
する第2のアプリケーションと、第2の通信手段を有す
る第2のサービスプログラムが実装されたリモートコン
ピュータとを備え、前記第2のアプリケーションは、第
3の通信手段とジョブ制御手段とGUIアプリケーショ
ンとを有し、前記第2のサービスプログラムは、前記第
2の通信手段にて、前記第1のアプリケーションの動作
において、入出力手段から入力され、前記受付手段と前
記第1の通信手段とを介して受信した、前記リモートコ
ンピュータの情報と起動させる前記GUIアプリケーシ
ョンを特定できる識別子とを含む起動情報を前記第3の
通信手段に送信し、前記ジョブ制御手段は、前記第3の
通信手段が受信した前記起動情報に基づき、前記GUI
アプリケーションを起動させることを特徴とするGUI
アプリケーション実行システムに存する。請求項2記載
の本発明の要旨は、前記オペレーティングシステムは、
Windows(登録商標)OSであることを特徴とす
る請求項1に記載のGUIアプリケーション実行システ
ムに存する。請求項3記載の本発明の要旨は、前記第2
の通信手段は、前記ジョブデーモンが存在しているかど
うかを判断し、前記ジョブデーモンの存在が確認された
場合、前記ジョブデーモンに含まれる前記第3の通信手
段に対して通信を開始することを特徴とする請求項1又
は2に記載のGUIアプリケーション実行システムに存
する。請求項4記載の本発明の要旨は、前記第2の通信
手段は、前記ジョブデーモンが存在しているかどうかを
判断し、前記ジョブデーモンの存在が確認されない場
合、前記第2のサービスプログラムが前記GUIアプリ
ケーションを起動させることを特徴とする請求項1乃至
3のいずれかに記載のGUIアプリケーション実行シス
テムに存する。請求項5記載の本発明の要旨は、前記第
1の通信手段と、前記第2の通信手段と前記第3の通信
手段との間では、名前付きパイプを用いて通信が行われ
ることを特徴とする請求項1乃至4のいずれかに記載の
GUIアプリケーション実行システムに存する。請求項
6記載の本発明の要旨は、GUIアプリケーションが動
作できるオペレーティングシステムのGUIアプリケー
ション実行方法であって、リモートコンピュータに接続
されたローカルコンピュータにおいて、第1のサービス
プログラムで動作する第1の通信手段は、第1のアプリ
ケーションの実行中に入出力手段から入力され、コマン
ドの要求受付手段を介して受信した前記リモートコンピ
ュータの情報と起動させるGUIアプリケーションを特
定できる識別子とを含む起動情報を前記リモートコンピ
ュータの第2の通信手段に対して送信する第1のステッ
プと、前記リモートコンピュータにおいて、前記第2の
通信手段は、ジョブ制御手段を有する第2のアプリケー
ションにおいて動作する第3の通信手段に前記起動情報
を送信する第2のステップと、ジョブデーモンとして動
作する前記第2のアプリケーションにおいて、ジョブ制
御手段は、前記第3の通信手段が受信した前記起動情報
に基づき、前記GUIアプリケーションを起動させる第
3のステップとを有することを特徴とするGUIアプリ
ケーション実行方法に存する。請求項7記載の本発明の
要旨は、前記オペレーティングシステムに、Windo
ws(登録商標)OSを用いることを特徴とする請求項
6に記載のGUIアプリケーション実行方法に存する。
請求項8記載の本発明の要旨は、前記第2のステップ
は、前記ジョブデーモンが存在しているかどうかを判断
し、前記ジョブデーモンの存在が確認された場合、前記
ジョブデーモンに含まれる前記第3の通信手段に対して
通信を開始するステップを含むことを特徴とする請求項
6又は7に記載のGUIアプリケーション実行方法に存
する。請求項9記載の本発明の要旨は、前記第2のステ
ップは、前記ジョブデーモンが存在しているかどうかを
判断し、前記ジョブデーモンの存在が確認されない場
合、前記第2のサービスプログラムが前記GUIアプリ
ケーションを起動させることを特徴とする請求項6乃至
8のいずれかに記載のGUIアプリケーション実行方法
に存する。請求項10記載の本発明の要旨は、前記第1
の通信手段と、前記第2の通信手段と前記第3の通信手
段との間では、名前付きパイプを用いて通信を行うこと
を特徴とする請求項6乃至9のいずれかに記載のGUI
アプリケーション実行方法に存する。請求項11記載の
本発明の要旨は、請求項6乃至10のいずれかに記載の
GUIアプリケーション実行方法を実行可能なプログラ
ムが記録された記憶媒体に存する。
The gist of the present invention according to claim 1 is a GUI application execution system of an operating system in which a GUI application can operate, and a first application which is a client program and a first communication. A local computer having a first service program having a means and a command request receiving means, a second application operating as a job daemon, and a second service program having a second communication means are installed. A remote computer, the second application has a third communication unit, a job control unit, and a GUI application, and the second service program is the second communication unit. Input / output in the operation of application 1 To the third communication means, start-up information input from the stage and received via the reception means and the first communication means, the start-up information including information on the remote computer and an identifier for specifying the GUI application to be started. The job control means transmits the GUI based on the activation information received by the third communication means.
A GUI characterized by starting an application
It resides in the application execution system. The gist of the present invention according to claim 2 is that the operating system is
The GUI application execution system according to claim 1, which is a Windows (registered trademark) OS. The gist of the present invention according to claim 3 is the second aspect.
Communication means determines whether the job daemon is present, and if the presence of the job daemon is confirmed, starts communication to the third communication means included in the job daemon. The present invention resides in a GUI application execution system according to claim 1 or 2. According to a fourth aspect of the present invention, the second communication unit determines whether the job daemon is present, and if the presence of the job daemon is not confirmed, the second service program is The GUI application execution system according to any one of claims 1 to 3, wherein a GUI application is activated. The gist of the present invention according to claim 5 is that communication is performed between the first communication means and the second communication means and the third communication means using named pipes. The GUI application execution system according to any one of claims 1 to 4. The gist of the present invention according to claim 6 is a GUI application executing method of an operating system capable of operating a GUI application, the first communication means operating with a first service program in a local computer connected to a remote computer. Is startup information that is input from the input / output unit during execution of the first application and that contains startup information including information of the remote computer received via the command request receiving unit and an identifier that can identify a GUI application to be launched. The second step of transmitting to the second communication means of the second computer, and in the remote computer, the second communication means is activated by the third communication means operating in the second application having the job control means. Submit information In the second application operating as a job daemon, the job control means has a third step of activating the GUI application based on the activation information received by the third communication means. A GUI application execution method characterized by the above. The gist of the present invention according to claim 7 is that the operating system includes Windows.
The GUI application executing method according to claim 6, wherein a ws (registered trademark) OS is used.
The gist of the present invention according to claim 8 is that the second step determines whether the job daemon is present, and when the presence of the job daemon is confirmed, the second step included in the job daemon is performed. 8. The GUI application executing method according to claim 6, further comprising the step of starting communication with respect to the third communication means. The gist of the present invention according to claim 9 is that the second step determines whether or not the job daemon is present, and if the presence of the job daemon is not confirmed, the second service program is executed by the GUI. The GUI application executing method according to any one of claims 6 to 8, wherein an application is activated. The gist of the present invention according to claim 10 is the first
10. The GUI according to claim 6, wherein communication is performed between the second communication unit and the second communication unit using a named pipe.
It depends on the application execution method. The gist of the present invention according to claim 11 resides in a storage medium in which a program capable of executing the GUI application executing method according to any one of claims 6 to 10 is recorded.

【0013】[0013]

【発明の実施の形態】以下、本発明の実施の形態を図面
に基づいて詳細に説明する。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described in detail below with reference to the drawings.

【0014】図1は、本実施の形態1に係る名前の概略
構成を示す図である。
FIG. 1 is a diagram showing a schematic structure of a name according to the first embodiment.

【0015】図1に示すように、本実施の形態に係るG
UIアプリケーション実行システムは、オペレーティン
グシステムが搭載されたローカルコンピュータ1とオペ
レーティングシステムが搭載されたリモートコンピュー
タ2とで概略構成され、ローカルコンピュータ1は、サ
ービスプログラム(第1のサービスプログラム)11と
クライアントプログラム(第1のアプリケーション)1
2とを有し、リモートコンピュータ2は、サービスプロ
グラム(第2のサービスプログラム)21とジョブを起
動するデーモンであるJobDaemon(JD、第2
のアプリケーション、ジョブデーモン)22とを有す
る。
As shown in FIG. 1, G according to the present embodiment.
The UI application execution system is roughly configured by a local computer 1 equipped with an operating system and a remote computer 2 equipped with the operating system. The local computer 1 includes a service program (first service program) 11 and a client program ( 1st application) 1
2 and the remote computer 2 has a service program (second service program) 21 and JobDaemon (JD, second
Application, job daemon) 22 of.

【0016】サービスプログラム11は、通信手段(第
1の通信手段)111と要求受付手段112とを有す
る。
The service program 11 has a communication means (first communication means) 111 and a request reception means 112.

【0017】通信手段111は、指定コンピュータに対
して起動ジョブの情報を送信する。要求受付手段112
は、クライアントプログラム12からジョブ起動要求を
受付けて、通信手段111に情報を受け渡す。
The communication means 111 transmits information on the startup job to the designated computer. Request receiving means 112
Accepts a job activation request from the client program 12 and transfers information to the communication unit 111.

【0018】クライアントプログラム12は、入出力手
段121を有する。入出力手段121はジョブ起動要求
画面を表示する。オペレータがジョブ起動要求画面から
起動すべきGUIアプリケーション名(GUIアプリケ
ーション223を特定できる識別子)、実行先コンピュ
ータ名などの起動情報を指定すると、指定された起動情
報をサービスプログラム11の要求受付手段112に受
け渡す。
The client program 12 has an input / output means 121. The input / output unit 121 displays a job activation request screen. When the operator specifies start information such as a GUI application name (identifier that can identify the GUI application 223) to be started and the execution destination computer name from the job start request screen, the specified start information is sent to the request receiving means 112 of the service program 11. Hand over.

【0019】サービスプログラム21は、通信手段(第
2の通信手段)211を有する。通信手段211はロー
カルコンピュータ1のサービスプログラム11の通信手
段111から起動すべきジョブの起動情報を受け取り、
さらにJD22の通信手段221に受け渡す。
The service program 21 has a communication means (second communication means) 211. The communication unit 211 receives the start information of the job to be started from the communication unit 111 of the service program 11 of the local computer 1,
Further, it is delivered to the communication means 221 of the JD 22.

【0020】JD22は、通信手段(第3の通信手段)
221とジョブ制御手段222とを有する。通信手段2
21は、サービスプログラム21の通信手段211から
起動すべきジョブの起動情報を受け取り、さらにJD2
2のジョブ制御手段222に受け渡す。
JD22 is a communication means (third communication means)
221 and a job control unit 222. Communication means 2
21 receives the start information of the job to be started from the communication means 211 of the service program 21, and further JD2
The second job control means 222 is delivered.

【0021】ジョブ制御手段222は通信手段221か
ら受け取った起動すべきジョブの起動情報を受け取り、
該当するジョブ(GUIアプリケーション223)の起
動を行う。
The job control means 222 receives the start information of the job to be started, which is received from the communication means 221,
The corresponding job (GUI application 223) is activated.

【0022】次に、図1を参照して、実施例の全体の動
作について詳細に説明する。
Next, the overall operation of the embodiment will be described in detail with reference to FIG.

【0023】次に、GUIアプリケーション実行システ
ムを用いた動作の流れを説明する。
Next, the flow of operations using the GUI application execution system will be described.

【0024】まず、ローカルコンピュータ1のクライア
ントプログラム12に実装されている入出力手段121
は、オペレータがリモートコンピュータへのGUIアプ
リケーション223の実行要求を行うための、起動すべ
きジョブの情報や実行先コンピュータ名を指定する画面
を表示する。起動すべきジョブの起動情報にはジョブ
名、パラメータなどを指定するフィールドと、実行先コ
ンピュータ名を指定するフィールドがある。
First, the input / output means 121 installed in the client program 12 of the local computer 1
Displays a screen for the operator to request the remote computer to execute the GUI application 223 and to specify the job information to be started and the execution destination computer name. The start information of the job to be started has a field for specifying the job name, parameters, etc. and a field for specifying the execution destination computer name.

【0025】オペレータが起動情報を入力して起動要求
を行うと、入出力手段121は入力された起動情報を、
ローカルコンピュータ1のサービスプログラム11に実
装されている要求受付手段(要求解析手段)112に転
送する。
When the operator inputs the start information and makes a start request, the input / output means 121 outputs the input start information as
The request is transferred to the request receiving means (request analyzing means) 112 installed in the service program 11 of the local computer 1.

【0026】さらに、要求受付手段112が、受け取っ
た起動情報の実行先コンピュータ名を元に、通信手段1
11によって、実際の実行先コンピュータであるリモー
トコンピュータ2のサービスプログラム21に実装され
ている通信手段211へジョブの起動情報を送信する。
Further, the request receiving means 112 uses the communication means 1 based on the execution destination computer name of the received startup information.
11, the job activation information is transmitted to the communication means 211 installed in the service program 21 of the remote computer 2 which is the actual execution destination computer.

【0027】通信手段211は、GUIアプリケーショ
ン223を正しく実行させるために、デスクトップ常駐
アプリケーションであるJD22の通信手段221へジ
ョブの起動情報を送信する。通信手段221は、受け取
ったジョブの起動情報を元に、JD22のジョブ制御手
段222により、指定されて起動情報のジョブを実行す
る。
The communication means 211 sends job activation information to the communication means 221 of the JD 22 which is a desktop resident application in order to properly execute the GUI application 223. The communication unit 221 executes the job of the startup information specified by the job control unit 222 of the JD 22 based on the received startup information of the job.

【0028】JD22はデスクトップ常駐アプリケーシ
ョンであるため、GUIアプリケーション223を正常
に実行することが可能である。
Since the JD 22 is a desktop resident application, it is possible to execute the GUI application 223 normally.

【0029】本実施の形態に係るGUIアプリケーショ
ン実行システムの応用例について、図面を参照して詳細
に説明する。
An application example of the GUI application execution system according to this embodiment will be described in detail with reference to the drawings.

【0030】図2は、図1における動作の応用例を示す
フローチャートである。
FIG. 2 is a flow chart showing an application example of the operation in FIG.

【0031】まず、サービスプログラム21はJD22
の存在確認を行い(ロードされているかどうか、動作し
ているかどうか)、JD22と通信可能な状態かどうか
を判断する(ステップS01)。判断の方法としては、
ウィンドウの検索や、実際に通信を試行することが考え
られる。
First, the service program 21 is the JD 22.
Is checked (whether it is loaded or not) to determine whether it is in a state where it can communicate with the JD 22 (step S01). As a judgment method,
It is conceivable to search the window or actually try communication.

【0032】JD22の存在が確認された場合(図中、
存在する)、JD22のへ通信を行う(ステップS0
2)。具体的には、図1の通信手段211と同様にJD
22の通信手段221に対して通信を行い、ジョブの起
動情報を転送する。
When the presence of JD22 is confirmed (in the figure,
Exists), and communicates with JD22 (step S0)
2). Specifically, the JD is the same as the communication means 211 of FIG.
It communicates with the communication means 221 of 22 and transfers the start information of the job.

【0033】ステップS01において、JD22の存在
を確認できなかった場合(図中、存在しない)、ジョブ
を起動し(ステップS03)、GUIアプリケーション
223を動作させる(ステップS04)。即ち、既に取
得済みのジョブ情報を元にサービスプログラム21自身
でジョブを起動することになる。
If the presence of the JD 22 cannot be confirmed in step S01 (not in the figure), the job is started (step S03) and the GUI application 223 is operated (step S04). That is, the service program 21 itself starts the job based on the already acquired job information.

【0034】図2の動作を可能とするように図1の通信
手段211にジョブデーモンが動作しているかどうかを
判断するジョブデーモン確認手段(図示せず)を組込む
拡張を行うことで、JD22が何かの理由で終了してい
た場合やWindows(登録商標)にログオンしてい
ない状況においてもジョブを起動し、冗長性を高めるこ
とができる。また、JD22が存在しない場合には、G
UIアプリケーション223は正常に実行されない場合
があるが、コンソールアプリケーションに対しては、実
行が可能となる。
By expanding the JD 22 by incorporating a job daemon confirmation means (not shown) for determining whether the job daemon is operating in the communication means 211 of FIG. 1 so as to enable the operation of FIG. The job can be started and the redundancy can be enhanced even when the job is terminated for some reason or when the user is not logged on to Windows (registered trademark). If JD22 does not exist, G
The UI application 223 may not be normally executed, but can be executed for the console application.

【0035】実施の形態に係るGUIアプリケーション
実行システムは上記の如く構成されているので、以下に
掲げる効果を奏する。
Since the GUI application execution system according to the embodiment is configured as described above, it has the following effects.

【0036】開発者や操作者がリモートコンピュータに
直接出向く必要なく、GUIアプリケーション223を
開発、実行できるため、人的リソースの削減や、単一マ
シンでの作業を行うことが可能となり、運用性の向上を
図ることができる。また、通信手段111、通信手段2
11及び通信手段221では、実装が比較的容易な名前
付きパイプを用いて開発労力を削減することができる。
Since the GUI application 223 can be developed and executed without the need for the developer or operator to go to the remote computer directly, it is possible to reduce human resources and perform work on a single machine, which results in operability. It is possible to improve. Also, the communication means 111 and the communication means 2
11 and the communication unit 221 can reduce the development effort by using a named pipe that is relatively easy to implement.

【0037】なお、本実施の形態においては、本発明は
それに限定されず、本発明を適用する上で好適なGUI
アプリケーション実行システムに適用することができ
る。
In the present embodiment, the present invention is not limited to this, and a GUI suitable for applying the present invention.
It can be applied to application execution systems.

【0038】また、上記構成部材の数、位置、形状等は
上記実施の形態に限定されず、本発明を実施する上で好
適な数、位置、形状等にすることができる。
Further, the number, position, shape, etc. of the above-mentioned constituent members are not limited to those in the above-mentioned embodiment, and any number, position, shape, etc. suitable for carrying out the present invention can be adopted.

【0039】なお、各図において、同一構成要素には同
一符号を付している。
In each figure, the same components are designated by the same reference numerals.

【0040】[0040]

【発明の効果】本発明は以上のように構成されているの
で、以下に掲げる効果を奏する。
Since the present invention is configured as described above, it has the following effects.

【0041】第1の効果は、Windows(登録商
標)環境において、ドメインユーザアカウントでログオ
ンしたサービスプログラムを介してローカルコンピュー
タ上・リモートコンピュータ上でGUIアプリケーショ
ンが正常に実行できる点にある。その理由は、ドメイン
ユーザアカウントでログオンしたサービスプログラムを
利用することで、実装が比較的容易な名前付きパイプで
のネットワーク通信を可能としたこと、また、ドメイン
ユーザアカウントでログオンしたサービスプログラムか
ら直接GUIアプリケーションを実行すると問題が発生
する問題を回避するため、デスクトップに常駐したアプ
リケーション(JD)を介して実行することにより、正
常に実行することが可能な権限を持ったプロセスから起
動を行うことで、GUIアプリケーションを正常に実行
することを可能としたことにある。
The first effect is that in the Windows (registered trademark) environment, the GUI application can be normally executed on the local computer and the remote computer via the service program logged on by the domain user account. The reason is that by using a service program logged on with a domain user account, network communication using a named pipe, which is relatively easy to implement, has been made possible. Also, a GUI can be directly executed from a service program logged on with a domain user account. In order to avoid problems that occur when you run the application, by executing through the application (JD) that is resident on the desktop, by starting from a process with the authority to execute normally, It is possible to execute the GUI application normally.

【0042】第2の効果は、Windows(登録商
標)環境において、比較的容易に実装できる点にある。
その理由は、サービスプログラムにWindows(登
録商標)デスクトップに所属させるようにコードを実装
することで、ドメインのユーザとしてログオンしている
サービスでも正常に起動することが可能であるが、コー
ド実装における労力やユーザのパスワードを管理するた
めのロジックが必要となり、実装が容易にできないこと
にある。
The second effect is that it can be implemented relatively easily in the Windows (registered trademark) environment.
The reason is that by implementing the code so that it belongs to the Windows (registered trademark) desktop in the service program, it is possible to normally start even the service logged on as the user of the domain. It is not possible to implement it easily because the logic for managing the passwords of users and users is required.

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

【図1】図1は、本実施の形態1に係る名前の概略構成
を示す図である。
FIG. 1 is a diagram showing a schematic configuration of names according to the first embodiment.

【図2】図2は、図1における動作の応用例を示すフロ
ーチャートである。
FIG. 2 is a flowchart showing an application example of the operation in FIG.

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

1 ローカルコンピュータ 2 リモートコンピュータ 11 サービスプログラム(第1のサービスプログラ
ム) 12 クライアントプログラム(第1のアプリケーショ
ン) 21 サービスプログラム(第2のサービスプログラ
ム) 22 JobDaemon(JD、第2のアプリケーシ
ョン、ジョブデーモン) 111 通信手段(第1の通信手段) 112 要求受付手段(要求解析手段) 121 入出力手段 211 通信手段(第2の通信手段) 221 通信手段(第3の通信手段) 222 ジョブ制御手段 223 GUIアプリケーション
1 Local Computer 2 Remote Computer 11 Service Program (First Service Program) 12 Client Program (First Application) 21 Service Program (Second Service Program) 22 JobDaemon (JD, Second Application, Job Daemon) 111 Communication Means (first communication means) 112 Request reception means (request analysis means) 121 Input / output means 211 Communication means (second communication means) 221 Communication means (third communication means) 222 Job control means 223 GUI application

Claims (11)

【特許請求の範囲】[Claims] 【請求項1】 GUIアプリケーションが動作できるオ
ペレーティングシステムのGUIアプリケーション実行
システムであって、 クライアントプログラムである第1のアプリケーション
と、第1の通信手段とコマンドの要求受付手段とを有す
る第1のサービスプログラムとが実装されたローカルコ
ンピュータと、 ジョブデーモンとして動作する第2のアプリケーション
と、第2の通信手段を有する第2のサービスプログラム
が実装されたリモートコンピュータとを備え、 前記第2のアプリケーションは、第3の通信手段とジョ
ブ制御手段とGUIアプリケーションとを有し、 前記第2のサービスプログラムは、前記第2の通信手段
にて、前記第1のアプリケーションの動作において、入
出力手段から入力され、前記受付手段と前記第1の通信
手段とを介して受信した、前記リモートコンピュータの
情報と起動させる前記GUIアプリケーションを特定で
きる識別子とを含む起動情報を前記第3の通信手段に送
信し、 前記ジョブ制御手段は、前記第3の通信手段が受信した
前記起動情報に基づき、前記GUIアプリケーションを
起動させることを特徴とするGUIアプリケーション実
行システム。
1. A GUI application execution system of an operating system in which a GUI application can operate, the first service program including a first application that is a client program, a first communication unit, and a command request receiving unit. A local computer in which is installed, a second application that operates as a job daemon, and a remote computer in which a second service program having a second communication unit is installed. 3 communication means, a job control means, and a GUI application, wherein the second service program is input from the input / output means in the operation of the first application by the second communication means, and Reception means and the first And transmitting the start information including the information of the remote computer and the identifier capable of specifying the GUI application to be activated, which is received via the communication means, to the third communication means, and the job control means controls the third communication means. A GUI application execution system, which activates the GUI application based on the activation information received by a communication unit.
【請求項2】 前記オペレーティングシステムは、Wi
ndows(登録商標)OSであることを特徴とする請
求項1に記載のGUIアプリケーション実行システム。
2. The operating system is Wi
The GUI application execution system according to claim 1, wherein the GUI application execution system is an Windows (registered trademark) OS.
【請求項3】 前記第2の通信手段は、前記ジョブデー
モンが存在しているかどうかを判断し、前記ジョブデー
モンの存在が確認された場合、前記ジョブデーモンに含
まれる前記第3の通信手段に対して通信を開始すること
を特徴とする請求項1又は2に記載のGUIアプリケー
ション実行システム。
3. The second communication means determines whether or not the job daemon is present, and when the presence of the job daemon is confirmed, the second communication means is connected to the third communication means included in the job daemon. The GUI application execution system according to claim 1, wherein communication is started with respect to the GUI application execution system.
【請求項4】 前記第2の通信手段は、前記ジョブデー
モンが存在しているかどうかを判断し、前記ジョブデー
モンの存在が確認されない場合、前記第2のサービスプ
ログラムが前記GUIアプリケーションを起動させるこ
とを特徴とする請求項1乃至3のいずれかに記載のGU
Iアプリケーション実行システム。
4. The second communication means determines whether or not the job daemon is present, and if the presence of the job daemon is not confirmed, the second service program activates the GUI application. The GU according to any one of claims 1 to 3, characterized in that
I application execution system.
【請求項5】 前記第1の通信手段と、前記第2の通信
手段と前記第3の通信手段との間では、名前付きパイプ
を用いて通信が行われることを特徴とする請求項1乃至
4のいずれかに記載のGUIアプリケーション実行シス
テム。
5. The named pipe is used for communication between the first communication means and the second communication means and the third communication means. 4. The GUI application execution system according to any one of 4 above.
【請求項6】 GUIアプリケーションが動作できるオ
ペレーティングシステムのGUIアプリケーション実行
方法であって、 リモートコンピュータに接続されたローカルコンピュー
タにおいて、第1のサービスプログラムで動作する第1
の通信手段は、第1のアプリケーションの実行中に入出
力手段から入力され、コマンドの要求受付手段を介して
受信した前記リモートコンピュータの情報と起動させる
GUIアプリケーションを特定できる識別子とを含む起
動情報を前記リモートコンピュータの第2の通信手段に
対して送信する第1のステップと、 前記リモートコンピュータにおいて、前記第2の通信手
段は、ジョブ制御手段を有する第2のアプリケーション
において動作する第3の通信手段に前記起動情報を送信
する第2のステップと、 ジョブデーモンとして動作する前記第2のアプリケーシ
ョンにおいて、ジョブ制御手段は、前記第3の通信手段
が受信した前記起動情報に基づき、前記GUIアプリケ
ーションを起動させる第3のステップとを有することを
特徴とするGUIアプリケーション実行方法。
6. A GUI application executing method of an operating system capable of operating a GUI application, wherein the first service program operates in a local computer connected to a remote computer.
The communication means of the first application inputs startup information including information of the remote computer input from the input / output means during execution of the first application and received through the command request reception means and an identifier for specifying the GUI application to be activated. A first step of transmitting to a second communication means of the remote computer; and in the remote computer, the second communication means operates in a second application having a job control means. In the second step of transmitting the start information to the second application, and in the second application operating as a job daemon, the job control means starts the GUI application based on the start information received by the third communication means. And a third step of UI application execution method.
【請求項7】 前記オペレーティングシステムに、Wi
ndows(登録商標)OSを用いることを特徴とする
請求項6に記載のGUIアプリケーション実行方法。
7. The operating system includes Wi
7. The GUI application execution method according to claim 6, wherein an Windows (registered trademark) OS is used.
【請求項8】 前記第2のステップは、前記ジョブデー
モンが存在しているかどうかを判断し、前記ジョブデー
モンの存在が確認された場合、前記ジョブデーモンに含
まれる前記第3の通信手段に対して通信を開始するステ
ップを含むことを特徴とする請求項6又は7に記載のG
UIアプリケーション実行方法。
8. The second step judges whether or not the job daemon is present, and when the presence of the job daemon is confirmed, the second step is performed on the third communication means included in the job daemon. G according to claim 6 or 7, including a step of starting communication by means of
UI application execution method.
【請求項9】 前記第2のステップは、前記ジョブデー
モンが存在しているかどうかを判断し、前記ジョブデー
モンの存在が確認されない場合、前記第2のサービスプ
ログラムが前記GUIアプリケーションを起動させるこ
とを特徴とする請求項6乃至8のいずれかに記載のGU
Iアプリケーション実行方法。
9. The second step determines whether the job daemon is present, and if the presence of the job daemon is not confirmed, the second service program activates the GUI application. The GU according to any one of claims 6 to 8, characterized in that
I application execution method.
【請求項10】 前記第1の通信手段と、前記第2の通
信手段と前記第3の通信手段との間では、名前付きパイ
プを用いて通信を行うことを特徴とする請求項6乃至9
のいずれかに記載のGUIアプリケーション実行方法。
10. The named pipe is used for communication between the first communication means and the second communication means and the third communication means.
5. A GUI application execution method according to any one of 1.
【請求項11】 請求項6乃至10のいずれかに記載の
GUIアプリケーション実行方法を実行可能なプログラ
ムが記録された記憶媒体。
11. A storage medium in which a program capable of executing the GUI application executing method according to claim 6 is recorded.
JP2002091172A 2002-03-28 2002-03-28 Gui application execution system Pending JP2003288223A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002091172A JP2003288223A (en) 2002-03-28 2002-03-28 Gui application execution system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002091172A JP2003288223A (en) 2002-03-28 2002-03-28 Gui application execution system

Publications (1)

Publication Number Publication Date
JP2003288223A true JP2003288223A (en) 2003-10-10

Family

ID=29236323

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002091172A Pending JP2003288223A (en) 2002-03-28 2002-03-28 Gui application execution system

Country Status (1)

Country Link
JP (1) JP2003288223A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013097328A (en) * 2011-11-04 2013-05-20 Ricoh Co Ltd Image display device, image display method, and program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013097328A (en) * 2011-11-04 2013-05-20 Ricoh Co Ltd Image display device, image display method, and program

Similar Documents

Publication Publication Date Title
US10609112B2 (en) Method, server and system for converging desktop application and web application
US7444621B2 (en) Method and system for providing a common operating system
US9213513B2 (en) Maintaining synchronization of virtual machine image differences across server and host computers
US9392078B2 (en) Remote network access via virtual machine
US20100125856A1 (en) Techniques for establishing virtual devices
JP2003131839A (en) Network system, information processing device, information processing method, and control program
JP4262828B2 (en) Method, apparatus and computer program product for dynamic management, operation and monitoring of daemon programs
US8370829B2 (en) Post-install configuration for applications
JP5665579B2 (en) Management device, management method, and program
JP7102216B2 (en) program
US8250413B2 (en) Connection broker assignment status reporting
JP2006338268A (en) Data processor, network interface substrate and application program registering method
JP2003288223A (en) Gui application execution system
JP4825120B2 (en) Service management system, service management apparatus, and service management method
JP2004334679A (en) Information processor, program execution method of information processor, and storage medium recording the program execution method of information processor
US9424016B2 (en) Methods, apparatuses, and systems relating to automation in distributed systems
CN111274053A (en) Method for calling qemu gust agent interface through nova
CN113176913B (en) Processing method and device of JAVA agent, terminal equipment and storage medium
TWI505188B (en) Method, server and system for converging desktop application and web application
JP2006243913A (en) Control method for switching installation method of printer driver according to whether or not it is restartable
KR20030078151A (en) Apparatus and Method for implementation of BSM GUI reelection and multi platform GUI in mobile communication system
CN115879095A (en) Password resetting method and device, computing equipment and computer storage medium
JP2008152579A (en) Printing system, information processor and control method therefor, computer program
JP2006235934A (en) Update control method and update control device
JP2005148893A (en) Internet system and terminal, provider system, program, and method for internet usage service

Legal Events

Date Code Title Description
A977 Report on retrieval

Effective date: 20051114

Free format text: JAPANESE INTERMEDIATE CODE: A971007

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20051206

A02 Decision of refusal

Effective date: 20060328

Free format text: JAPANESE INTERMEDIATE CODE: A02