JP2002140195A - Remote equipment, distributed processing system and recording medium - Google Patents

Remote equipment, distributed processing system and recording medium

Info

Publication number
JP2002140195A
JP2002140195A JP2000333728A JP2000333728A JP2002140195A JP 2002140195 A JP2002140195 A JP 2002140195A JP 2000333728 A JP2000333728 A JP 2000333728A JP 2000333728 A JP2000333728 A JP 2000333728A JP 2002140195 A JP2002140195 A JP 2002140195A
Authority
JP
Japan
Prior art keywords
gui
request
application
command
instruction
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
JP2000333728A
Other languages
Japanese (ja)
Inventor
Yasuko Sawada
泰子 澤田
Yasushi Ono
泰志 小野
Koji Muramatsu
孝治 村松
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP2000333728A priority Critical patent/JP2002140195A/en
Publication of JP2002140195A publication Critical patent/JP2002140195A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To improve efficiency of unified development and processing of an application. SOLUTION: In this distributed processing system in which a control terminal 20 is connected to remote equipment 10 having no GUI environment through a network, the control terminal has a GUI instruction processing daemon 23 for executing plotting processing, and a startup request means 22 for clicking a display screen on a browser provided from the remote equipment side, and transmitting a startup request, and the remote equipment has a startup means 11 for transmitting a startup command based on the startup request, an application 12 for starting up by receiving the startup command, and, when receiving a request necessary for display processing from the GUI instruction processing daemon of the control terminal, returning a display instruction to the request, and a GUI instruction relay library 13 for executing relay between the request from the GUI instruction processing daemon of the control terminal and the display instruction from the application.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、端末機器からの操
作要求のもとに遠隔機器のアプリケーションから発行さ
れる遠隔命令を受けて分散処理する遠隔機器、分散処理
システム及び記憶媒体に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a remote device, a distributed processing system, and a storage medium that perform distributed processing by receiving a remote command issued from an application of a remote device based on an operation request from a terminal device.

【0002】[0002]

【従来の技術】従来、ある端末機器がネットワークを介
して接続されている遠隔機器上のアプリケーションを処
理するに際し、遠隔機器とその端末機器がそれぞれ個別
にアプリケーションを用意する分散処理方式と端末機器
が遠隔機器から処理内容をダウンロードして処理する分
散処理方式とが挙げられる。
2. Description of the Related Art Conventionally, when a terminal device processes an application on a remote device connected via a network, a distributed processing method in which the remote device and the terminal device individually prepare an application, and a terminal device are used. And a distributed processing method of downloading and processing the processing content from a remote device.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、前者の
分散処理方式では、各機器が個別にアプリケーションを
用意し所定の処理を実行する,いわゆるクライアント・
サーバ等の技術に相当するものであるが、描画用アプリ
ケーション等を各機器ごとにそれぞれ個別に分離して開
発しなければならず、開発作業が非常に大掛かりとな
り、おのずと開発コストが増大する問題がある。また、
ネットワークに対するプロトコルの設計・開発も各機器
間で個別に行う必要があることから、開発者の負担が大
きくなることが避けられない。
However, in the former distributed processing method, each device individually prepares an application and executes a predetermined process.
Although it is equivalent to server technology, it is necessary to develop drawing applications etc. separately for each device, and the development work becomes extremely large and the development cost naturally increases. is there. Also,
Since it is necessary to design and develop a protocol for the network individually between the devices, it is inevitable that the burden on the developer increases.

【0004】一方、後者の分散処理方式では、遠隔地か
ら処理内容をダウンロードすることから、どちらかと言
えば、Java Applet等の技術に相当するもの
であるが、この場合にはJava Appletを全て
ブウンロードした後に処理を実行するために、非常に時
間がかかるといった問題がある。また、端末機器で実行
すべきプログラムは、その用途、目的が多くなれば、そ
の実行環境毎に個別にハードウエア等を用意する必要が
あり、非常に煩雑となる問題がある。
On the other hand, in the latter distributed processing method, since the processing contents are downloaded from a remote place, it is rather equivalent to a technique such as Java Applet. In this case, all of the Java Applet is downloaded. There is a problem that it takes a very long time to execute the processing after the processing. In addition, if the applications and purposes of the programs to be executed by the terminal device increase, it is necessary to prepare hardware and the like for each execution environment, which is very complicated.

【0005】さらに、他の分散処理方式の例として、A
Pプロセス及び仮想端末を有するローカル・ウインドウ
システム環境と仮想端末を有するリモート・ウインドウ
システム環境とが通信路を介して接続され、そのうちロ
ーカル・ウインドウシステム環境は、各プログラム毎に
現対象ウインドウシステムの管理情報をもち、この管理
情報が当該プログラムと同一の計算機で動作する場合に
はAPプロセスが自身のウインドウシステムを選択しロ
ーカル仮想端末に直接命令を発行し、管理情報が当該プ
ログラムと異なる計算機で動作する場合には疑似端末に
よりプログラムの命令をデータ列に変換するとともに、
送信側命令代行部から送信し、一方、リモート・ウイン
ドウシステム環境では、その送信側命令代行部からのデ
ータ列を受信しリモート・ウインドウシステムに発行す
る受信側命令代行部が設けられ、当該プログラムからの
ウインドウシステムに対する命令を代行実行させる方式
ものがある(特開平2−144621号公報)。
Further, as another example of the distributed processing system, A
A local window system environment having a P process and a virtual terminal and a remote window system environment having a virtual terminal are connected via a communication path, wherein the local window system environment manages a current target window system for each program. If the management information runs on the same computer as the program, the AP process selects its own window system and issues an instruction directly to the local virtual terminal, and the management information runs on a computer different from the program. In this case, the instructions of the program are converted into data strings by the pseudo terminal,
On the other hand, in the remote window system environment, there is provided a receiving-side command proxy that receives a data string from the transmitting-side command proxy and issues it to the remote window system. (For example, JP-A-2-144621).

【0006】しかしながら、この分散処理方式では、A
Pプロセスが管理情報に応じてローカル仮想端末及びリ
モート仮想端末を選択的に切替え使用したり、或いは疑
似端末によってデータ列の変換を行う構成であるので、
全体の構成が複雑であり、また全てローカル・ウインド
ウシステム環境内の管理情報に依存する形になっている
ので、一方的に処理を依頼する主と従の関係にあり、ま
たアプリケーションの一部分の代行に過ぎないものであ
る。
However, in this distributed processing method, A
Since the P process is configured to selectively switch and use the local virtual terminal and the remote virtual terminal according to the management information, or to convert the data sequence by the pseudo terminal,
Since the overall configuration is complex and all depend on management information in the local window system environment, there is a unilateral relationship between the master and the subordinate who requests processing, and a part of the application is substituted. It is nothing more than a thing.

【0007】本発明は上記事情に鑑みてなされたもの
で、GUI(Graphical User Inte
rface)環境をもたない場合でも、GUI環境の完
全な処理命令を実行可能にする遠隔機器を提供すること
にある。
[0007] The present invention has been made in view of the above circumstances, and is based on a GUI (Graphical User Interface).
(rface) An object of the present invention is to provide a remote device capable of executing a complete processing instruction of a GUI environment even without an environment.

【0008】また、本発明の他の目的は、アプリケーシ
ョンの一元的な設計・開発により開発者の負担軽減を図
り、処理の効率を上げ得る分散処理システムを提供する
ことにある。
Another object of the present invention is to provide a distributed processing system capable of reducing the burden on a developer by centrally designing and developing an application and improving the processing efficiency.

【0009】さらに、本発明の他の目的は、GUI環境
をもたない場合でも、GUI環境の完全な処理命令を実
行させるための記憶媒体を提供することにある。
Still another object of the present invention is to provide a storage medium for executing a complete processing instruction of a GUI environment even when the storage environment does not have a GUI environment.

【0010】[0010]

【課題を解決するための手段】(1) 上記課題を解決
するために、1つ以上の管理端末にネットワークを介し
て接続される1つ以上のGUI環境を持たない本発明に
係わる遠隔機器は、前記管理端末からのURL指定によ
り提供されるブラウザ上の表示画面の起動要求ボタのク
リックによって起動要求を受けると、起動指令を送出す
るアプリケーション起動機構と、このアプリケーション
起動機構からの起動指令を受けて起動するとともに、前
記管理端末のGUI命令処理デーモンから表示処理上必
要な要求を受けたとき、その要求に対する表示命令を返
送するアプリケーションと、前記管理端末のGUI命令
処理デーモンからの要求と前記アプリケーションからの
表示命令との中継を行うGUI命令中継ライブラリとを
備えた構成である。
(1) In order to solve the above problem, a remote device according to the present invention which does not have one or more GUI environments connected to one or more management terminals via a network is provided. When an activation request is received by clicking the activation request button on the display screen on the browser provided by the URL designation from the management terminal, an application activation mechanism for transmitting an activation instruction, and an activation instruction from the application activation mechanism are received. And an application that, when receiving a display processing request from the GUI instruction processing daemon of the management terminal, returns a display instruction for the request, a request from the GUI instruction processing daemon of the management terminal, and the application And a GUI command relay library for relaying with a display command from a GUI.

【0011】本発明は以上のような構成とすることによ
り、管理端末から起動要求を受けると、アプリケーショ
ン起動機構がアプリケーションを起動する。ここで、ア
プリケーションがGUI命令中継ライブラリを介して管
理端末のGUI命令処理デーモンと通信回線の接続を行
う。その後、管理端末のGUI命令処理デーモンから要
求を受けると、アプリケーションがGUI命令中継ライ
ブラリを介して管理端末のGUI命令処理デーモンに表
示命令を送信するので、GUI環境をもたない場合で
も、GUI環境の完全な処理命令を実行できる。
According to the present invention having the above-described configuration, when an activation request is received from the management terminal, the application activation mechanism activates the application. Here, the application connects the GUI instruction processing daemon of the management terminal to the communication line via the GUI instruction relay library. Thereafter, when a request is received from the GUI instruction processing daemon of the management terminal, the application transmits a display instruction to the GUI instruction processing daemon of the management terminal via the GUI instruction relay library. Can execute complete processing instructions.

【0012】なお、前記管理端末のGUI命令処理デー
モンは、管理端末空の要求に基づいて遠隔機器からダウ
ンロードするか、或いは当該管理端末において既に所持
されているので、管理端末において遠隔機器の稼動状態
等の描画処理を容易に分散処理することが可能である。
[0012] The GUI command processing daemon of the management terminal downloads from the remote device based on the empty request of the management terminal, or has already been possessed by the management terminal. And the like can be easily distributed.

【0013】また、前記GUI命令中継ライブラリとし
ては、汎用のGUIライブラリと互換性を有するように
すれば、特に複雑な開発手法を取らずに簡単な構成で管
理端末のGUI命令処理デーモンとアプリケーションと
のデータの授受を行うことが可能である。
Further, if the GUI instruction relay library is made compatible with a general-purpose GUI library, the GUI instruction processing daemon and the application of the management terminal can be configured with a simple configuration without taking a particularly complicated development method. Can be transmitted and received.

【0014】(2) また、1つ以上の管理端末と1つ
以上のGUI環境を持たない遠隔機器とがネットワーク
を介して接続されている本発明に係わる分散処理システ
ムにおいて、前記管理端末は、描画処理を実行するGU
I命令処理デーモンと、URL指定によって前記遠隔機
器側から提供されるブラウザ上の表示画面の起動要求ボ
タンクリックによってCGI起動要求を送出する起動要
求手段とを有し、前記遠隔機器は、前記起動要求手段か
ら送出される起動要求に基づいて起動指令を送出するア
プリケーション起動手段と、このアプリケーション起動
手段からの起動指令を受けて起動し、前記管理端末のG
UI命令処理デーモンから表示処理上必要な要求を受け
たとき、その要求に対する表示命令を返送するアプリケ
ーションと、このアプリケーションからの接続要求に基
づいて前記管理端末のGUI命令処理デーモンとの通信
接続を行う一方、前記管理端末のGUI命令処理デーモ
ンからの要求と前記アプリケーションからの表示命令と
の中継を行うGUI命令中継ライブラリとを備えた構成
である。
(2) In the distributed processing system according to the present invention, wherein one or more management terminals and one or more remote devices having no GUI environment are connected via a network, the management terminal GU to execute drawing processing
An I command processing daemon, and activation request means for transmitting a CGI activation request by clicking an activation request button on a display screen on a browser provided by the remote device by URL specification, wherein the remote device transmits the CGI activation request. Application starting means for sending a start command based on a start request sent from the means, and starting in response to a start command from the application starting means, and
When a request necessary for display processing is received from the UI instruction processing daemon, a communication connection is made between an application that returns a display instruction corresponding to the request and a GUI instruction processing daemon of the management terminal based on a connection request from the application. On the other hand, the configuration includes a GUI instruction relay library that relays a request from a GUI instruction processing daemon of the management terminal and a display instruction from the application.

【0015】本発明は以上のような構成とすることによ
り、管理端末においてGUI命令処理デーモンにて描画
処理を実行するに際し、遠隔機器にCGI起動要求を送
出する。ここで、遠隔機器は、CGI起動要求を受ける
とアプリケーションを起動し、GUI命令中継ライブラ
リに対し管理端末のGUI命令処理デーモンとの通信回
線の接続要求を行い、通信回線を確立する。この状態に
おいて、GUI命令処理デーモンが描画処理上必要なデ
ータを要求すると、アプリケーションが表示命令をGU
I命令処理デーモンに送信する。
According to the present invention having the above configuration, a CGI activation request is sent to a remote device when a rendering process is performed by the GUI instruction processing daemon in the management terminal. Here, upon receiving the CGI activation request, the remote device activates the application, requests the GUI instruction relay library to connect a communication line with the GUI instruction processing daemon of the management terminal, and establishes a communication line. In this state, when the GUI command processing daemon requests data necessary for drawing processing, the application issues a display command to the GUI.
Send to I instruction processing daemon.

【0016】従って、管理端末上のGUI命令処理デー
モン23は、複数の同種或いは異種の遠隔機器10の描
画命令を実行することが可能であるので、従来のように
遠隔機器10に依存したアプリケーションそのものをそ
の都度ダウンロードすることなく、複数の遠隔機器10
の管理・制御を行うことが可能である。
Accordingly, the GUI command processing daemon 23 on the management terminal can execute a drawing command for a plurality of remote devices 10 of the same type or different types. Without downloading each time, a plurality of remote devices 10
Can be managed and controlled.

【0017】(3) さらに、本発明に係わる記録媒体
には、管理端末からCGI起動要求を受け付ける起動要
求受付機能と、この起動要求を受け付けたとき、描画用
アプリケーションを起動するアプリケーション起動機能
と、この起動機能によってアプリケーションから回線接
続要求を受けたとき、GUI命令中継ライブラリが前記
管理端末のGUI命令処理デーモンとの通信回線を接続
する通信回線接続機能と、この接続機能により前記GU
I命令中継ライブラリと前記GUI命令処理デーモンと
が接続された後、前記GUI命令処理デーモンからの要
求に基づいて前記アプリケーションから発行する表示命
令を返送する表示命令送信機能とを実現するプログラム
を記憶することにより、GUI環境をもたない遠隔機器
であっても、コンピュータが記憶媒体のプログラムを読
み取ることにより、管理端末にGUI環境の完全な処理
命令を実行させることが可能である。
(3) Further, the recording medium according to the present invention has a start request receiving function for receiving a CGI start request from the management terminal, an application starting function for starting a drawing application when the start request is received, When a line connection request is received from an application by this activation function, a GUI command relay library connects a communication line with a GUI command processing daemon of the management terminal.
After the I-command relay library and the GUI command processing daemon are connected, a program for realizing a display command transmission function of returning a display command issued from the application based on a request from the GUI command processing daemon is stored. Thus, even with a remote device that does not have a GUI environment, it is possible to cause the management terminal to execute a complete processing instruction of the GUI environment by reading the program on the storage medium by the computer.

【0018】[0018]

【発明の実施の形態】以下、本発明の実施の形態につい
て図面を参照して説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0019】図1は本発明に係わる分散処理システムの
一実施の形態を示す構成図である。なお、ここで言う分
散処理システムとは、GUI命令中継ライブラリを使用
して作成されるアプリケーションがGUI関連の命令を
他の端末機器上のGUI命令処理デーモンにて行わせる
システムをいう。つまり、表示は他の端末機器のディス
プレイに対して行わせるシステムである。
FIG. 1 is a block diagram showing an embodiment of a distributed processing system according to the present invention. Note that the distributed processing system referred to here is a system in which an application created by using the GUI instruction relay library causes a GUI instruction processing daemon on another terminal device to execute a GUI-related instruction. That is, this is a system in which the display is performed on the display of another terminal device.

【0020】この分散処理システムは、ネットワーク上
に少なくとも1台の遠隔機器10と少なくとも1台の管
理端末20とが接続されている。
In this distributed processing system, at least one remote device 10 and at least one management terminal 20 are connected on a network.

【0021】前記ネットワーク1は、一般にはインタネ
ットが用いられるが、例えばLAN,WANなどのごと
き限られた領域内で利用される伝送媒体であってもよ
い。
The network 1 generally uses the Internet, but may be a transmission medium used in a limited area such as a LAN or WAN.

【0022】前記遠隔機器10はGUI環境をもたずに
描画命令を委託するアプリケーションをもった機器であ
る。この遠隔機器10としては、例えばファイルサー
バ,プリンタ,複写機,LANスイッチ等のOA機器が
挙げられ、その他冷蔵庫,電子レンジ,電話機,エアコ
ン,テレビジョン受像機のような家電機器であってもよ
い。
The remote device 10 is a device having an application for outsourcing a drawing command without having a GUI environment. Examples of the remote device 10 include OA devices such as a file server, a printer, a copying machine, and a LAN switch, and other household appliances such as a refrigerator, a microwave oven, a telephone, an air conditioner, and a television receiver. .

【0023】この遠隔機器10は、具体的には、URL
によるアクセスに基づいて例えば何らかの処理要求を選
択させるためのメニュー画面、或いは複数台の遠隔機器
10,…が存在する場合には何れか1つの遠隔機器10
の選択を促すためのメニュー画面を管理端末20に提供
する他、このメニュー画面上に例えば処理デーモン要求
ボタンまたはCGI要求ボタンを表示し、処理デーモン
要求ボタンクリックの場合にはGUI命令処理デーモン
を管理端末20にダウンロードし、またCGI要求ボタ
ンクリックの場合にはアプリケーション起動要求を送出
する簡易Webサーバ11と、この簡易Webサーバ1
1からアプリケーション起動を受けたとき、遠隔機器1
0上で動作する描画用その他描画に関係する各種のアプ
リケーション12と、このアプリケーション12とリン
クして動作するとともに、管理端末20側とネットワー
クを介して接続され、管理端末20側から描画処理上必
要な要求を受けたとき、当該アプリケーション12から
受け取る描画処理上の表示命令を管理端末20に転送す
る,いわゆるアプリケーション12と管理端末20との
間の中継を実行するGUI命令中継ライブラリ13とが
設けられている。
The remote device 10 is, specifically, a URL
For example, a menu screen for selecting a certain processing request based on the access by the user, or, when there are a plurality of remote devices 10,.
In addition to providing the management terminal 20 with a menu screen for prompting the user to select, a processing daemon request button or a CGI request button is displayed on this menu screen, and when the processing daemon request button is clicked, the GUI instruction processing daemon is managed. A simple Web server 11 for downloading to the terminal 20 and sending out an application start request when the CGI request button is clicked, and the simple Web server 1
When the application is activated from the remote device 1, the remote device 1
And various applications 12 related to drawing, which operate on the application 0, operate in link with the application 12, are connected to the management terminal 20 via a network, and are required for drawing processing from the management terminal 20. A GUI command relay library 13 for transferring a display command in the drawing process received from the application 12 to the management terminal 20 when the request is received from the application 12, that is, executing a relay between the application 12 and the management terminal 20. ing.

【0024】また、遠隔機器10には、当該機器自身の
一連の処理を実行するプログラムを記憶する記憶媒体1
4が設けられている。この記憶媒体14は、例えば磁気
ディスク、磁気テープ、CD−ROM、DVD−RO
M、フロッピー(登録商標)ディスク、MO、CD−
R、メモリカードなどが用いられる。
The remote device 10 has a storage medium 1 for storing a program for executing a series of processes of the device itself.
4 are provided. The storage medium 14 is, for example, a magnetic disk, a magnetic tape, a CD-ROM, a DVD-RO
M, floppy disk, MO, CD-
R, a memory card, and the like are used.

【0025】前記管理端末20は、簡易Webサーバ1
1から送信されてくるHTML言語情報を解析し表示部
21に画面表示するブラウザ22と、前記遠隔機器10
から提供され、或いは予め自身において所有する描画命
令を実際に実行し表示部21に表示するGUI命令処理
デーモン23とが設けられている。24は必要な制御指
示を入力するキーボード、マウスのごときポインティン
グデバイスなどの指示入力手段である。
The management terminal 20 is a simple Web server 1
A browser 22 that analyzes the HTML language information transmitted from the remote device 10 and displays the screen on a display unit 21;
And a GUI command processing daemon 23 that actually executes a drawing command owned by the user in advance and displays the command on the display unit 21. Reference numeral 24 denotes an instruction input unit such as a keyboard or a pointing device such as a mouse for inputting necessary control instructions.

【0026】次に、以上のような分散処理システムの動
作について図2を参照して説明する。
Next, the operation of the above-described distributed processing system will be described with reference to FIG.

【0027】先ず、管理端末20におけるブラウザ21
は、遠隔機器10のURLのもとにアクセスし、HTM
L言語情報,つまりファイル情報を要求する(S1)。
ここで、GUI環境をもたない遠隔機器10の簡易We
bサーバ11としては、例えば対象とする遠隔機器10
が例えば1台のプリンタである場合、或いは複数台のプ
リンタまたは異なる機種の複数の機器である場合によっ
て異なる。
First, the browser 21 in the management terminal 20
Accesses the URL of the remote device 10 and
Request L language information, that is, file information (S1).
Here, the simple Web of the remote device 10 having no GUI environment is used.
The b server 11 includes, for example, the target remote device 10
Is a single printer, for example, or a plurality of printers or a plurality of devices of different models.

【0028】例えば遠隔機器10が例えば1台のプリン
タである場合、遠隔機器10の簡易Webサーバ11
は、プリンタ表示用HTML言語情報の他、処理デーモ
ン要求ボタンリンク情報(アプリケーション)も同時に
転送する(S2)。また、例えば3台のプリンタが設置
されている場合、その3台のプリンタの何れのプリンタ
を選択させるかのメニュー表示用HTML言語情報の
他、処理デーモンを要求させるための要求ボタンリンク
情報31も同時に転送する。
For example, when the remote device 10 is, for example, one printer, the simple Web server 11 of the remote device 10
Transfers the processing daemon request button link information (application) in addition to the printer display HTML language information (S2). Further, for example, when three printers are installed, the request button link information 31 for requesting a processing daemon is provided in addition to the menu display HTML language information indicating which of the three printers is to be selected. Transfer at the same time.

【0029】ブラウザ22は、HTML言語情報を解析
し、機器選択用のメニュー表示画面を作成し、さらに要
求ボタンリンク情報31を表示する。ここで、管理端末
20側操作者は、前述するリンク情報をクリックし、G
UI命令処理デーモンを要求する(S3)。遠隔機器1
0側は、その要求に基づいてディスクなどに記憶されて
いるGUI命令処理デーモンを管理端末20にダウンロ
ードする(S4)。なお、管理端末20側が既にGUI
命令処理デーモン23を所持している場合には前記S
3,S4の処理は不要である。
The browser 22 analyzes the HTML language information, creates a menu display screen for device selection, and displays the request button link information 31. Here, the operator of the management terminal 20 clicks the link information described above, and
A UI command processing daemon is requested (S3). Remote device 1
The 0 side downloads the GUI instruction processing daemon stored in the disk or the like to the management terminal 20 based on the request (S4). Note that the management terminal 20 already has a GUI
If you have the command processing daemon 23,
Steps S3 and S4 are unnecessary.

【0030】以上のようにして管理端末20は、GUI
命令処理デーモン23を取得した後、操作者による起動
指示に基づいてGUI命令処理デーモン23を起動す
る。ここで、操作者は、管理端末20上のブラウザ21
により簡易Webサーバ11を参照する。このとき、ブ
ラウザ22にはCGI起動要求ボタンリンク情報が表示
されているので、そのボタン(アイコン)をクリックす
ることにより、CGI起動要求を行う(S5)。簡易W
ebサーバ11は、CGI起動要求を受けると、アプリ
ケーション12を起動する(S6)。この際、管理端末
20側から送られてくる管理端末情報,例えばプリンタ
選択情報その他必要とする情報がアプリケーション12
に渡される。
As described above, the management terminal 20 is
After obtaining the command processing daemon 23, the GUI command processing daemon 23 is started based on a start instruction from the operator. Here, the operator operates the browser 21 on the management terminal 20.
To refer to the simple Web server 11. At this time, since the CGI activation request button link information is displayed on the browser 22, a CGI activation request is made by clicking the button (icon) (S5). Simple W
When receiving the CGI activation request, the web server 11 activates the application 12 (S6). At this time, the management terminal information transmitted from the management terminal 20 side, for example, the printer selection information and other necessary information are transmitted to the application 12.
Passed to.

【0031】アプリケーション12は、管理端末情報を
もとにGUI命令中継ライブラリ13に対して接続要求
を行う(S7)。ここで、GUI命令中継ライブラリ1
3は、管理端末20のGUI命令処理デーモン23と通
信回線の接続処理を行う(S6,S7)。
The application 12 issues a connection request to the GUI command relay library 13 based on the management terminal information (S7). Here, the GUI instruction relay library 1
3 performs connection processing of the communication line with the GUI instruction processing daemon 23 of the management terminal 20 (S6, S7).

【0032】ここで、GUI命令中継ライブラリ13
は、アプリケーション12から発行される描画命令を中
継し(S8)、GUI命令処理デーモン23に渡すと、
このGUI命令処理デーモン23は、その命令に基づい
て処理を実行し、表示部21に例えば選択されたプリン
タのメンテナンス上必要な情報であるトナー切れ、紙詰
まり、紙の残枚数その他の状態を表示する。操作者は、
トナー切れの状態にあるので、トナー切れを指定すれ
ば、GUI命令中継ライブラリ13を介してアプリケー
ション12に再度詳細データを要求する(S9)。この
アプリケーション12は、トナー切れの詳細状態に対す
る表示命令をGUI命令処理デーモン23に送信し、表
示部21に表示する。
Here, the GUI instruction relay library 13
Relays the drawing command issued from the application 12 (S8) and passes it to the GUI command processing daemon 23,
The GUI command processing daemon 23 executes a process based on the command, and displays on the display unit 21, for example, information such as toner out, paper jam, remaining number of sheets of paper, and other information necessary for maintenance of the selected printer. I do. The operator
Since the toner is in a state of running out, if the running out of toner is designated, the application 12 is again requested for detailed data via the GUI command relay library 13 (S9). The application 12 transmits a display command for the detailed state of the out of toner to the GUI command processing daemon 23 and displays the same on the display unit 21.

【0033】このようにしてGUI命令処理デーモン2
3は、操作者から操作終了の指示が入力されるまで、そ
の操作内容に基づいてアプリケーション12に必要な要
求を出しながら、アプリケーション12から必要な表示
命令を受けながら一連の描画処理を実行する。
Thus, the GUI instruction processing daemon 2
3 executes a series of drawing processes while receiving a necessary display command from the application 12 while issuing a necessary request to the application 12 based on the content of the operation until the operator inputs an operation end instruction.

【0034】従って、以上のような実施の形態によれ
ば、外部の遠隔地からの起動要求を受けた時、アプリケ
ーション12を起動し、GUI命令中継ライブラリ13
を介して外部機器と接続し、外部機器からの要求のもと
に描画命令を送出するので、CGI環境をもたなくと
も、遠隔機器10で動作するアプリケーション12を外
部機器から容易に操作できるように実現できる。
Therefore, according to the above-described embodiment, when an activation request is received from an external remote location, the application 12 is activated and the GUI instruction relay library 13 is activated.
Connected to an external device via the external device, and sends a drawing command based on a request from the external device, so that the application 12 operating on the remote device 10 can be easily operated from the external device without having a CGI environment. Can be realized.

【0035】また、GUI環境をもたない遠隔機器10
をネットワークを介して管理端末20から管理・制御す
る分システムを開発する際、GUI環境が存在している
かのようにアプリケーションプログラムを作成できる。
The remote device 10 having no GUI environment
When developing a system for managing and controlling the application from the management terminal 20 via a network, an application program can be created as if a GUI environment exists.

【0036】さらに、外部機器である管理端末20のG
UI命令処理デーモン23は、ブラウザ22を通して簡
易Webサーバ11から選択メニュー画面の提供を受け
ることにより、複数の同種または異種の遠隔機器10の
描画命令を実行することができ、従来のように遠隔機器
10に依存したアプリケーション12そのものを都度ダ
ウンロードすることなく、複数の遠隔機器10の管理・
制御を行うことが可能となる。
Further, the G of the management terminal 20 which is an external device
The UI command processing daemon 23 can execute a drawing command for a plurality of remote devices 10 of the same type or different types by receiving a selection menu screen provided from the simple Web server 11 through the browser 22. Management and management of a plurality of remote devices 10 without having to download the application 12 itself depending on
Control can be performed.

【0037】次に、遠隔機器10がCPUで構成され、
このCPUが記憶媒体14に記憶される一連のプログラ
ムを読み取って処理する例について図3を参照して説明
する。
Next, the remote device 10 is constituted by a CPU,
An example in which the CPU reads and processes a series of programs stored in the storage medium 14 will be described with reference to FIG.

【0038】遠隔機器10のCPUは、動作が開始する
と、自URL指定有りかを判断し(S21)、指定有り
の場合には自URLに係わるデーモン要求アプリケーシ
ョンを含むHTML言語情報を転送する(S22)。し
かる後、管理端末20側から処理デーモンの要求有りか
を判断する(S23)。要求有りの場合には、所要の記
憶手段に保存されるGUI命令処理デーモンをダウンロ
ードする(S24,S25)。ステップS23におい
て、要求無しの場合には、既に管理端末20にGUI命
令処理デーモンを所持していることを把握している場
合、或いは何らかの処理デーモン有りの指示を受けて、
次のCGI起動要求の有無を判断する(S26)。これ
らステップS23〜S26では起動要求受付機能を実現
する。
When the operation of the remote device 10 starts, the CPU of the remote device 10 determines whether or not its own URL is specified (S21), and if so, transfers the HTML language information including the daemon request application related to the own URL (S22). ). Thereafter, it is determined whether there is a request for a processing daemon from the management terminal 20 (S23). If there is a request, the GUI instruction processing daemon stored in the required storage is downloaded (S24, S25). In step S23, when there is no request, when it is known that the management terminal 20 already has a GUI instruction processing daemon, or when an instruction indicating that there is some processing daemon is received,
It is determined whether there is a next CGI activation request (S26). In steps S23 to S26, an activation request receiving function is realized.

【0039】このステップS26においてCGI起動要
求が有れば、アプリケーション起動指令を送出し、アプ
リケーション12を起動する(S27:アプリケーショ
ン起動機能)。このアプリケーション起動機能によって
起動したアプリケーション12から回線接続要求をGU
I命令中継ライブラリ13に送出すると、当該GUI命
令中継ライブラリ13は、管理端末のGUI命令処理デ
ーモン23との通信回線を接続し、描画命令をGUI命
令処理デーモン23に送信する(S28〜S30:通信
回線接続機能)。この通信回線接続機能により前記GU
I命令中継ライブラリ13と前記GUI命令処理デーモ
ン23とが接続された後、GUI命令処理デーモン23
からの要求の有無を判断し、要求有りの場合にはアプリ
ケーション12から当該要求内容に応じた表示命令をG
UI命令中継ライブラリ13を介してGUI命令処理デ
ーモン23に送信する(S31,S32:表示命令送信
機能)。
If there is a CGI activation request in step S26, an application activation command is sent to activate the application 12 (S27: application activation function). A GU sends a line connection request from the application 12 started by the application starting function.
When sent to the I-command relay library 13, the GUI-command relay library 13 connects a communication line with the GUI command processing daemon 23 of the management terminal, and transmits a drawing command to the GUI command processing daemon 23 (S28 to S30: Communication Line connection function). With this communication line connection function, the GU
After the I instruction relay library 13 is connected to the GUI instruction processing daemon 23, the GUI instruction processing daemon 23
The application 12 determines whether there is a request from the application 12 and if so, sends a display command from the application 12 in accordance with the content of the request.
The command is transmitted to the GUI command processing daemon 23 via the UI command relay library 13 (S31, S32: display command transmission function).

【0040】従って、以上のような実施の形態によれ
ば、GUIをもたない遠隔機器10であっても、当該機
器10で動作するアプリケーション12を遠隔地の管理
端末20の要求に基づいて描画処理を簡単に委託でき、
よって遠隔地の管理端末20側において遠隔機器10の
稼動状態等をGUI環境のもとに把握することが可能に
することができる。
Therefore, according to the above-described embodiment, even if the remote device 10 does not have a GUI, the application 12 operating on the device 10 is drawn based on a request from the remote management terminal 20. Processing can be easily commissioned,
Therefore, it is possible to allow the remote management terminal 20 to grasp the operating state and the like of the remote device 10 under the GUI environment.

【0041】なお、上記実施の形態では、図面上、遠隔
機器10と管理端末20とが1対1の関係になっている
が、これら両機器はネットワークを介してそれぞれ1つ
以上接続され、例えば1つの管理端末20が複数の遠隔
機器10の描画命令等を実行でき、また1つの遠隔機器
10が複数の管理端末20から管理・制御され、描画命
令等の実行を委託できるものである。
In the above embodiment, the remote device 10 and the management terminal 20 have a one-to-one relationship in the drawing, but these two devices are respectively connected by one or more via a network. One management terminal 20 can execute a drawing command or the like of a plurality of remote devices 10, and one remote device 10 can be managed and controlled by a plurality of management terminals 20 and can outsource execution of a drawing command or the like.

【0042】また、遠隔機器10上のGUI命令中継ラ
イブラリ13は、GUI命令処理デーモン23と通信回
線の接続の他、アプリケーション12とGUI命令処理
デーモン23とのデータの中継を果たすだけであるの
で、汎用のGUIライブラリを用いてもよく、互換性に
富んだものとすることができる。
Since the GUI command relay library 13 on the remote device 10 only connects the GUI command processing daemon 23 to the communication line and relays data between the application 12 and the GUI command processing daemon 23, A general-purpose GUI library may be used, and the compatibility can be enhanced.

【0043】その他、本願発明は、上記実施の形態に限
定されるものでなく、その要旨を逸脱しない範囲で種々
変形して実施できる。また、各実施の形態は可能な限り
組み合わせて実施することが可能であり、その場合には
組み合わせによる効果が得られる。さらに、上記各実施
の形態には種々の上位,下位段階の発明が含まれてお
り、開示された複数の構成要素の適宜な組み合わせによ
り種々の発明が抽出され得るものである。例えば問題点
を解決するための手段に記載される全構成要件から幾つ
かの構成要件が省略されうることで発明が抽出された場
合には、その抽出された発明を実施する場合には省略部
分が周知慣用技術で適宜補われるものである。
In addition, the present invention is not limited to the above-described embodiment, and can be variously modified and implemented without departing from the gist thereof. Further, the embodiments can be implemented in combination as much as possible, and in that case, the effect of the combination is obtained. Furthermore, each of the above embodiments includes various upper and lower stage inventions, and various inventions can be extracted by appropriately combining a plurality of disclosed components. For example, if an invention is extracted because some constituent elements can be omitted from all the constituent elements described in Means for Solving the Problems, the omitted part may be omitted when implementing the extracted invention. Is appropriately supplemented by well-known conventional techniques.

【0044】[0044]

【発明の効果】以上説明したように本発明によれば、G
UI環境をもたない場合でも、外部機器に対して容易に
GUI環境の委託を実行させることができる遠隔機器を
提供できる。
As described above, according to the present invention, G
It is possible to provide a remote device capable of easily executing a GUI environment entrustment to an external device even without a UI environment.

【0045】また、本発明は、遠隔地の管理端末からG
UI環境をもたない遠隔機器を管理・制御するためのG
UIアプリケーションの開発を容易に実現でき、一元的
な設計・開発によって開発者の負担軽減を図ることがで
き、処理の効率を上げることができ、さらに管理端末は
遠隔機器に依存するプログラムをその都度ダウンロード
せずに、複数の遠隔機器を管理・制御できる散処理シス
テムを提供できる。
Further, the present invention provides a remote management terminal
G for managing and controlling remote devices without UI environment
The development of UI applications can be easily realized, the burden on developers can be reduced by centralized design and development, the processing efficiency can be increased, and the management terminal can execute programs that depend on remote devices each time. It is possible to provide a distributed processing system that can manage and control a plurality of remote devices without downloading.

【0046】さらに、本発明は、GUI環境をもたない
場合でも、GUI環境の完全な処理
Further, the present invention provides a method for completely processing a GUI environment even if it does not have a GUI environment.

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

【図1】 本発明に係わる分散処理システムの一実施の
形態を示す構成図。
FIG. 1 is a configuration diagram showing an embodiment of a distributed processing system according to the present invention.

【図2】 本発明に係わる分散処理システムの動作を説
明する図。
FIG. 2 is a diagram for explaining the operation of the distributed processing system according to the present invention.

【図3】 本発明に係わる記憶媒体に記憶されるプログ
ラムの処理例を説明するフローチャート。
FIG. 3 is a flowchart illustrating a processing example of a program stored in a storage medium according to the present invention.

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

10…遠隔機器 11…簡易Webサーバ 12…アプリケーション 13…GUI命令中継ライブラリ 14…記憶媒体 20…管理端末 22…ブラウザ 23…GUI命令処理デーモン DESCRIPTION OF SYMBOLS 10 ... Remote apparatus 11 ... Simple Web server 12 ... Application 13 ... GUI command relay library 14 ... Storage medium 20 ... Management terminal 22 ... Browser 23 ... GUI command processing daemon

フロントページの続き (72)発明者 村松 孝治 東京都府中市東芝町1番地 株式会社東芝 府中事業所内 Fターム(参考) 5B021 BB10 EE02 5B076 BB06 5B089 GA13 GA21 GB02 JA21 JA35 JB14 KA13 KB04 LB14 Continued on the front page (72) Inventor Koji Muramatsu 1 Toshiba-cho, Fuchu-shi, Tokyo F-term in the Fuchu office, Toshiba Corporation 5B021 BB10 EE02 5B076 BB06 5B089 GA13 GA21 GB02 JA21 JA35 JB14 KA13 KB04 LB14

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 1つ以上の管理端末にネットワークを介
して接続される1つ以上のGUI環境を持たない遠隔機
器において、 前記管理端末からのURL指定により提供されるブラウ
ザ上の表示画面の起動要求ボタのクリックによって起動
要求を受けると、起動指令を送出するアプリケーション
起動機構と、 このアプリケーション起動機構からの起動指令を受けて
起動するとともに、前記管理端末のGUI命令処理デー
モンから表示処理上必要な要求を受けたとき、その要求
に対する表示命令を返送するアプリケーションと、 前記管理端末のGUI命令処理デーモンからの要求と前
記アプリケーションからの表示命令との中継を行うGU
I命令中継ライブラリとを備えたことを特徴とする遠隔
機器。
1. In a remote device without one or more GUI environments connected to one or more management terminals via a network, activation of a display screen on a browser provided by specifying a URL from the management terminal When an activation request is received by clicking a request button, an application activation mechanism for transmitting an activation instruction, and activation upon receiving an activation instruction from the application activation mechanism, and a display processing required by a GUI instruction processing daemon of the management terminal. An application that returns a display command in response to the request, and a GU that relays a request from a GUI command processing daemon of the management terminal and a display command from the application.
A remote device comprising an I-command relay library.
【請求項2】 請求項1記載の遠隔機器において、 前記管理端末のGUI命令処理デーモンは、当該管理端
末の要求に基づいて前記遠隔機器からダウンロードする
か、或いは当該管理端末において既に所持されているこ
とを特徴とする遠隔機器。
2. The remote device according to claim 1, wherein the GUI instruction processing daemon of the management terminal downloads from the remote device based on a request from the management terminal or is already possessed by the management terminal. A remote device, characterized in that:
【請求項3】 請求項1又は請求項2記載の遠隔機器に
おいて、 前記GUI命令中継ライブラリは、汎用のGUIライブ
ラリと互換性を有することを特徴とする遠隔機器。
3. The remote device according to claim 1, wherein the GUI command relay library is compatible with a general-purpose GUI library.
【請求項4】 1つ以上の管理端末と1つ以上のGUI
環境を持たない遠隔機器とがネットワークを介して接続
されている分散処理システムにおいて、 前記管理端末は、描画処理を実行するGUI命令処理デ
ーモンと、URL指定によって前記遠隔機器側から提供
されるブラウザ上の表示画面の起動要求ボタンクリック
によってCGI起動要求を送出する起動要求手段とを有
し、 前記遠隔機器は、前記起動要求手段から送出される起動
要求に基づいて起動指令を送出するアプリケーション起
動手段と、このアプリケーション起動手段からの起動指
令を受けて起動し、前記管理端末のGUI命令処理デー
モンから表示処理上必要な要求を受けたとき、その要求
に対する表示命令を返送するアプリケーションと、この
アプリケーションからの接続要求に基づいて前記管理端
末のGUI命令処理デーモンとの通信接続を行う一方、
前記管理端末のGUI命令処理デーモンからの要求と前
記アプリケーションからの表示命令との中継を行うGU
I命令中継ライブラリとを備えたことを特徴とする分散
処理システム。
4. One or more management terminals and one or more GUIs
In a distributed processing system in which a remote device having no environment is connected via a network, the management terminal includes a GUI command processing daemon for executing a drawing process, and a browser provided from the remote device by URL specification. Start request means for sending a CGI start request by clicking a start request button on the display screen of the above, wherein the remote device sends application start means based on a start request sent from the start request means; An application that starts up in response to a start-up command from the application start-up means and returns a display command in response to a request required for display processing from the GUI command processing daemon of the management terminal; A GUI command processing modem for the management terminal based on the connection request; While performing communication connection with,
A GU that relays a request from a GUI command processing daemon of the management terminal and a display command from the application
A distributed processing system comprising an I instruction relay library.
【請求項5】 請求項3記載の分散処理システムにおい
て、 前記GUI命令処理デーモンは、複数のGUI命令中継
ライブラリによる通信回線接続に基づき、同時に複数の
GUI命令中継ライブラリと接続可能とすることを特徴
とする分散処理システム。
5. The distributed processing system according to claim 3, wherein the GUI instruction processing daemon is capable of simultaneously connecting to a plurality of GUI instruction relay libraries based on communication line connections by a plurality of GUI instruction relay libraries. And a distributed processing system.
【請求項6】 1つ以上の管理端末にネットワークを介
して接続される1つ以上のGUI環境を持たないコンピ
ュータのプログラムを記憶する記憶媒体であって、 前記プログラムは、前記管理端末からCGI起動要求を
受け付ける起動要求受付機能と、この起動要求を受け付
けたとき、描画用アプリケーションを起動するアプリケ
ーション起動機能と、この起動機能によってアプリケー
ションから回線接続要求を受けたとき、GUI命令中継
ライブラリが前記管理端末のGUI命令処理デーモンと
の通信回線を接続する通信回線接続機能と、この接続機
能により前記GUI命令中継ライブラリと前記GUI命
令処理デーモンとが接続された後、前記GUI命令処理
デーモンからの要求に基づいて前記アプリケーションか
ら発行する表示命令を返送する表示命令送信機能とを実
現することを特徴とするコンピュータ読み取り可能な記
憶媒体。
6. A storage medium for storing a program of a computer without one or more GUI environments connected to one or more management terminals via a network, wherein the program starts CGI from the management terminal. A start request receiving function for receiving a request; an application start function for starting a drawing application when the start request is received; and a GUI command relay library when the line connection request is received from the application by the start function. A communication line connection function for connecting a communication line with the GUI instruction processing daemon, and after the GUI instruction relay library and the GUI instruction processing daemon are connected by this connection function, based on a request from the GUI instruction processing daemon. Display command issued from the application Computer-readable storage medium characterized by realizing a display command sending function of sending.
JP2000333728A 2000-10-31 2000-10-31 Remote equipment, distributed processing system and recording medium Pending JP2002140195A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000333728A JP2002140195A (en) 2000-10-31 2000-10-31 Remote equipment, distributed processing system and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000333728A JP2002140195A (en) 2000-10-31 2000-10-31 Remote equipment, distributed processing system and recording medium

Publications (1)

Publication Number Publication Date
JP2002140195A true JP2002140195A (en) 2002-05-17

Family

ID=18809759

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000333728A Pending JP2002140195A (en) 2000-10-31 2000-10-31 Remote equipment, distributed processing system and recording medium

Country Status (1)

Country Link
JP (1) JP2002140195A (en)

Cited By (41)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007087398A (en) * 2005-09-22 2007-04-05 Sharp Corp Display data forming method, method of standardizing display of image processing device, image processing device, control system and control method of image processing device, program, and computer-readable recording medium
JP2011516930A (en) * 2007-09-05 2011-05-26 オセ−テクノロジーズ ビーブイ Automatic configuration network computer peripherals
US7969596B2 (en) 2004-10-08 2011-06-28 Sharp Laboratories Of America, Inc. Methods and systems for imaging device document translation
US7970813B2 (en) 2004-10-08 2011-06-28 Sharp Laboratories Of America, Inc. Methods and systems for imaging device event notification administration and subscription
US8001183B2 (en) 2004-10-08 2011-08-16 Sharp Laboratories Of America, Inc. Methods and systems for imaging device related event notification
US8001586B2 (en) 2004-10-08 2011-08-16 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential management and authentication
US8001587B2 (en) 2004-10-08 2011-08-16 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential management
US8006293B2 (en) 2004-10-08 2011-08-23 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential acceptance
US8006292B2 (en) 2004-10-08 2011-08-23 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential submission and consolidation
US8006176B2 (en) 2004-10-08 2011-08-23 Sharp Laboratories Of America, Inc. Methods and systems for imaging-device-based form field management
US8015234B2 (en) 2004-10-08 2011-09-06 Sharp Laboratories Of America, Inc. Methods and systems for administering imaging device notification access control
US8018610B2 (en) 2004-10-08 2011-09-13 Sharp Laboratories Of America, Inc. Methods and systems for imaging device remote application interaction
US8024792B2 (en) 2004-10-08 2011-09-20 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential submission
US8023130B2 (en) 2004-10-08 2011-09-20 Sharp Laboratories Of America, Inc. Methods and systems for imaging device accounting data maintenance
US8032579B2 (en) 2004-10-08 2011-10-04 Sharp Laboratories Of America, Inc. Methods and systems for obtaining imaging device notification access control
US8032608B2 (en) 2004-10-08 2011-10-04 Sharp Laboratories Of America, Inc. Methods and systems for imaging device notification access control
US8035831B2 (en) 2004-10-08 2011-10-11 Sharp Laboratories Of America, Inc. Methods and systems for imaging device remote form management
US8049677B2 (en) 2004-10-08 2011-11-01 Sharp Laboratories Of America, Inc. Methods and systems for imaging device display element localization
US8051125B2 (en) 2004-10-08 2011-11-01 Sharp Laboratories Of America, Inc. Methods and systems for obtaining imaging device event notification subscription
US8051140B2 (en) 2004-10-08 2011-11-01 Sharp Laboratories Of America, Inc. Methods and systems for imaging device control
US8060921B2 (en) 2004-10-08 2011-11-15 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential authentication and communication
US8060930B2 (en) 2004-10-08 2011-11-15 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential receipt and authentication
US8065384B2 (en) 2004-10-08 2011-11-22 Sharp Laboratories Of America, Inc. Methods and systems for imaging device event notification subscription
US8106922B2 (en) 2004-10-08 2012-01-31 Sharp Laboratories Of America, Inc. Methods and systems for imaging device data display
US8115947B2 (en) 2004-10-08 2012-02-14 Sharp Laboratories Of America, Inc. Methods and systems for providing remote, descriptor-related data to an imaging device
US8115945B2 (en) 2004-10-08 2012-02-14 Sharp Laboratories Of America, Inc. Methods and systems for imaging device job configuration management
US8115946B2 (en) 2004-10-08 2012-02-14 Sharp Laboratories Of America, Inc. Methods and sytems for imaging device job definition
US8115944B2 (en) 2004-10-08 2012-02-14 Sharp Laboratories Of America, Inc. Methods and systems for local configuration-based imaging device accounting
US8120797B2 (en) 2004-10-08 2012-02-21 Sharp Laboratories Of America, Inc. Methods and systems for transmitting content to an imaging device
US8120798B2 (en) 2004-10-08 2012-02-21 Sharp Laboratories Of America, Inc. Methods and systems for providing access to remote, descriptor-related data at an imaging device
US8120799B2 (en) 2004-10-08 2012-02-21 Sharp Laboratories Of America, Inc. Methods and systems for accessing remote, descriptor-related data at an imaging device
US8120793B2 (en) 2004-10-08 2012-02-21 Sharp Laboratories Of America, Inc. Methods and systems for displaying content on an imaging device
US8125666B2 (en) 2004-10-08 2012-02-28 Sharp Laboratories Of America, Inc. Methods and systems for imaging device document management
US8156424B2 (en) 2004-10-08 2012-04-10 Sharp Laboratories Of America, Inc. Methods and systems for imaging device dynamic document creation and organization
US8171404B2 (en) 2004-10-08 2012-05-01 Sharp Laboratories Of America, Inc. Methods and systems for disassembly and reassembly of examination documents
US8213034B2 (en) 2004-10-08 2012-07-03 Sharp Laboratories Of America, Inc. Methods and systems for providing remote file structure access on an imaging device
US8237946B2 (en) 2004-10-08 2012-08-07 Sharp Laboratories Of America, Inc. Methods and systems for imaging device accounting server redundancy
US8345272B2 (en) 2006-09-28 2013-01-01 Sharp Laboratories Of America, Inc. Methods and systems for third-party control of remote imaging jobs
US8384925B2 (en) 2004-10-08 2013-02-26 Sharp Laboratories Of America, Inc. Methods and systems for imaging device accounting data management
US8428484B2 (en) 2005-03-04 2013-04-23 Sharp Laboratories Of America, Inc. Methods and systems for peripheral accounting
CN112527403A (en) * 2019-09-19 2021-03-19 华为技术有限公司 Application starting method and electronic equipment

Cited By (45)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8060930B2 (en) 2004-10-08 2011-11-15 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential receipt and authentication
US8156424B2 (en) 2004-10-08 2012-04-10 Sharp Laboratories Of America, Inc. Methods and systems for imaging device dynamic document creation and organization
US8065384B2 (en) 2004-10-08 2011-11-22 Sharp Laboratories Of America, Inc. Methods and systems for imaging device event notification subscription
US8384925B2 (en) 2004-10-08 2013-02-26 Sharp Laboratories Of America, Inc. Methods and systems for imaging device accounting data management
US7970813B2 (en) 2004-10-08 2011-06-28 Sharp Laboratories Of America, Inc. Methods and systems for imaging device event notification administration and subscription
US8001183B2 (en) 2004-10-08 2011-08-16 Sharp Laboratories Of America, Inc. Methods and systems for imaging device related event notification
US8001586B2 (en) 2004-10-08 2011-08-16 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential management and authentication
US8001587B2 (en) 2004-10-08 2011-08-16 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential management
US8006293B2 (en) 2004-10-08 2011-08-23 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential acceptance
US8006292B2 (en) 2004-10-08 2011-08-23 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential submission and consolidation
US8006176B2 (en) 2004-10-08 2011-08-23 Sharp Laboratories Of America, Inc. Methods and systems for imaging-device-based form field management
US8015234B2 (en) 2004-10-08 2011-09-06 Sharp Laboratories Of America, Inc. Methods and systems for administering imaging device notification access control
US8018610B2 (en) 2004-10-08 2011-09-13 Sharp Laboratories Of America, Inc. Methods and systems for imaging device remote application interaction
US8024792B2 (en) 2004-10-08 2011-09-20 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential submission
US8023130B2 (en) 2004-10-08 2011-09-20 Sharp Laboratories Of America, Inc. Methods and systems for imaging device accounting data maintenance
US8032579B2 (en) 2004-10-08 2011-10-04 Sharp Laboratories Of America, Inc. Methods and systems for obtaining imaging device notification access control
US8032608B2 (en) 2004-10-08 2011-10-04 Sharp Laboratories Of America, Inc. Methods and systems for imaging device notification access control
US8106922B2 (en) 2004-10-08 2012-01-31 Sharp Laboratories Of America, Inc. Methods and systems for imaging device data display
US8049677B2 (en) 2004-10-08 2011-11-01 Sharp Laboratories Of America, Inc. Methods and systems for imaging device display element localization
US8051125B2 (en) 2004-10-08 2011-11-01 Sharp Laboratories Of America, Inc. Methods and systems for obtaining imaging device event notification subscription
US8051140B2 (en) 2004-10-08 2011-11-01 Sharp Laboratories Of America, Inc. Methods and systems for imaging device control
US8060921B2 (en) 2004-10-08 2011-11-15 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential authentication and communication
US7969596B2 (en) 2004-10-08 2011-06-28 Sharp Laboratories Of America, Inc. Methods and systems for imaging device document translation
US8270003B2 (en) 2004-10-08 2012-09-18 Sharp Laboratories Of America, Inc. Methods and systems for integrating imaging device display content
US8035831B2 (en) 2004-10-08 2011-10-11 Sharp Laboratories Of America, Inc. Methods and systems for imaging device remote form management
US8115947B2 (en) 2004-10-08 2012-02-14 Sharp Laboratories Of America, Inc. Methods and systems for providing remote, descriptor-related data to an imaging device
US8115945B2 (en) 2004-10-08 2012-02-14 Sharp Laboratories Of America, Inc. Methods and systems for imaging device job configuration management
US8115946B2 (en) 2004-10-08 2012-02-14 Sharp Laboratories Of America, Inc. Methods and sytems for imaging device job definition
US8115944B2 (en) 2004-10-08 2012-02-14 Sharp Laboratories Of America, Inc. Methods and systems for local configuration-based imaging device accounting
US8120797B2 (en) 2004-10-08 2012-02-21 Sharp Laboratories Of America, Inc. Methods and systems for transmitting content to an imaging device
US8120798B2 (en) 2004-10-08 2012-02-21 Sharp Laboratories Of America, Inc. Methods and systems for providing access to remote, descriptor-related data at an imaging device
US8120799B2 (en) 2004-10-08 2012-02-21 Sharp Laboratories Of America, Inc. Methods and systems for accessing remote, descriptor-related data at an imaging device
US8120793B2 (en) 2004-10-08 2012-02-21 Sharp Laboratories Of America, Inc. Methods and systems for displaying content on an imaging device
US8125666B2 (en) 2004-10-08 2012-02-28 Sharp Laboratories Of America, Inc. Methods and systems for imaging device document management
US8237946B2 (en) 2004-10-08 2012-08-07 Sharp Laboratories Of America, Inc. Methods and systems for imaging device accounting server redundancy
US8171404B2 (en) 2004-10-08 2012-05-01 Sharp Laboratories Of America, Inc. Methods and systems for disassembly and reassembly of examination documents
US8201077B2 (en) 2004-10-08 2012-06-12 Sharp Laboratories Of America, Inc. Methods and systems for imaging device form generation and form field data management
US8213034B2 (en) 2004-10-08 2012-07-03 Sharp Laboratories Of America, Inc. Methods and systems for providing remote file structure access on an imaging device
US8428484B2 (en) 2005-03-04 2013-04-23 Sharp Laboratories Of America, Inc. Methods and systems for peripheral accounting
JP4615498B2 (en) * 2005-09-22 2011-01-19 シャープ株式会社 Image processing apparatus, image processing apparatus control system, image processing apparatus control method, program, and computer-readable recording medium
JP2007087398A (en) * 2005-09-22 2007-04-05 Sharp Corp Display data forming method, method of standardizing display of image processing device, image processing device, control system and control method of image processing device, program, and computer-readable recording medium
US8345272B2 (en) 2006-09-28 2013-01-01 Sharp Laboratories Of America, Inc. Methods and systems for third-party control of remote imaging jobs
JP2011516930A (en) * 2007-09-05 2011-05-26 オセ−テクノロジーズ ビーブイ Automatic configuration network computer peripherals
CN112527403A (en) * 2019-09-19 2021-03-19 华为技术有限公司 Application starting method and electronic equipment
WO2021052437A1 (en) * 2019-09-19 2021-03-25 华为技术有限公司 Application start method and electronic device

Similar Documents

Publication Publication Date Title
JP2002140195A (en) Remote equipment, distributed processing system and recording medium
US7831967B2 (en) Method of and apparatus for updating software of network device
US6138140A (en) Data processing method and device
KR101148828B1 (en) System for offering web page having home network function and method for controlling a home network device
JP5171790B2 (en) Information processing apparatus, communication system, and program
JP4865581B2 (en) Content distribution management device and content distribution system
JP5599038B2 (en) Information processing apparatus and method, and program
US20120246630A1 (en) System and Method for Automating Installation and Updating of Third Party Software
KR101410348B1 (en) Information processing device communicating with peripheral device, information processing method, and recording medium
JP2003288226A (en) Method and system for remotely updating household device
JP2001157282A (en) Remote control system, server.client system, control server for terminal product, method for operating terminal product, method for sharing device information in common, storage medium and program transmitter
JP2007287162A (en) Information processor, driver processing method, and program
JP5419637B2 (en) Management device, method and program
JP5140553B2 (en) Information processing apparatus and image forming system including the same
JP2009009455A (en) Service cooperation support system
JP4742850B2 (en) Improved user convenience when switching between screens
KR101482149B1 (en) Apparatus for executing application, method thereof and computer recordable medium storing the method
JP6993577B2 (en) Interface conversion program, interface conversion method and information processing equipment
US20100063999A1 (en) Software on-demand service interlocking system and method of operating the same
JP2009110050A (en) Information processor, information processing system, display control method, display control program, and recording medium
JP5140552B2 (en) Information processing apparatus and image forming system including the same
KR101242493B1 (en) System for controlling obje network device service and method using the same
KR102001886B1 (en) Repeating apparatus for remote control, and control method thereof
JP2010108215A (en) Information processor and image forming system including it
KR101726875B1 (en) Apparatus and method for providing remote user interface information by using widget package in home network

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050317

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070618

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070807

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20080226