JP2002229808A - Client server system, server, terminal equipment, and transmission information monitoring method - Google Patents

Client server system, server, terminal equipment, and transmission information monitoring method

Info

Publication number
JP2002229808A
JP2002229808A JP2001026838A JP2001026838A JP2002229808A JP 2002229808 A JP2002229808 A JP 2002229808A JP 2001026838 A JP2001026838 A JP 2001026838A JP 2001026838 A JP2001026838 A JP 2001026838A JP 2002229808 A JP2002229808 A JP 2002229808A
Authority
JP
Japan
Prior art keywords
application
terminal device
specific type
executed
server
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
JP2001026838A
Other languages
Japanese (ja)
Inventor
Takashi Tani
宇 谷
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson 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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2001026838A priority Critical patent/JP2002229808A/en
Publication of JP2002229808A publication Critical patent/JP2002229808A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To prevent a conflict of processes of an application caused by the duplicated activation of the same application in the terminal equipment of a client server system. SOLUTION: The Java applet activated by the terminal equipment 30-1 through 30-n of the client server system is registered on a terminal information table 13a, and whether the Java applet included in the HTTP(hypertext transfer protocol) message transmitted to the terminal equipment 30-1 through 30-n from a Web server 20 is registered on the terminal information table 13a or not is confirmed. When the Java applet is registered on the terminal information table 13a, the Java applet is not transmitted to the terminal equipment of sendees, and an error message is transmitted, thereby the problem of a conflict of processes caused by the duplicated activation of the same Java applet on one terminal equipment can be solved.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、ネットワークを介
して端末装置に送信されるアプリケーションを監視する
クライアント・サーバシステム、サーバ、端末装置、送
信情報監視方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a client / server system for monitoring an application transmitted to a terminal device via a network, a server, a terminal device, and a transmission information monitoring method.

【0002】[0002]

【従来の技術】近年、ネットワークを介して接続された
クライアント・サーバシステムにおいて、Javaによ
り開発されたソフトウェア(以下、「Javaアプリケ
ーション」と言う。)が利用されるようになっている。
クライアント・サーバシステム上でJavaアプリケー
ションを利用する場合、端末装置上でJava仮想マシ
ン(以下、「JavaVM」と言う。)が実行され、J
avaVMによってJavaアプリケーションが実行さ
れる。なお、このJavaアプリケーションは、Jav
aアプレットと呼ばれ、プロキシサーバを介する等して
Webサーバから端末装置にダウンロードされるホーム
ページに埋め込まれている。
2. Description of the Related Art In recent years, software developed by Java (hereinafter referred to as "Java application") has been used in client / server systems connected via a network.
When a Java application is used on a client / server system, a Java virtual machine (hereinafter, referred to as “Java VM”) is executed on a terminal device, and J
A Java application is executed by avaVM. This Java application is a Java application.
This is called an applet and is embedded in a home page downloaded from a Web server to a terminal device via a proxy server or the like.

【0003】また、JavaVMは、Webサーバから
ダウンロードしたJavaアプレットをJavaバイト
コード(Javaソースコードが配布のために変換され
た中間形式)から各端末装置のプラットフォームで実行
可能な形式に変換して実行する。ここで、Javaアプ
レットは、Webブラウザ上で実行されるアプリケーシ
ョンであり、端末装置においてホームページを閲覧する
際に、JavaVMがホームページに埋め込まれたJa
vaアプレットを実行することによって、所定内容の印
刷等、それぞれのJavaアプレットに応じた処理が行
われる。
[0003] In addition, JavaVM converts a Java applet downloaded from a Web server from Java bytecode (an intermediate format in which Java source code is converted for distribution) to a format executable on a platform of each terminal device and executes the Java applet. I do. Here, the Java applet is an application executed on a Web browser, and when viewing a homepage on a terminal device, a JavaVM in which a JavaVM is embedded in the homepage.
By executing the Java applet, processing according to each Java applet, such as printing of predetermined contents, is performed.

【0004】[0004]

【発明が解決しようとする課題】しかしながら、Web
サーバからダウンロードされるホームページには、ホー
ムページ作成者のミスやホームページ作成時に使用され
たホームページ作成ソフトウェアのバグ等により、同一
のJavaアプレットが複数埋め込まれている場合があ
る。
SUMMARY OF THE INVENTION However, Web
In some cases, the same Java applet is embedded in the homepage downloaded from the server due to a mistake of the homepage creator, a bug of the homepage creation software used when creating the homepage, or the like.

【0005】このような場合、端末装置において、その
ホームページをダウンロードし、閲覧することにより、
同一のJavaアプレットが同時に複数起動される。す
ると、このとき、起動されたJavaアプレットに基づ
く処理が競合することとなる。例えば、特定内容の印刷
を行うJavaアプレットが複数起動された場合、複数
のJavaアプレットの印刷データが競合し、プリンタ
にはこれらの印刷データがオーバーラップしたデータが
入力される。このような場合、プリンタは適切な印刷を
行えない等、アプリケーションの処理が競合するという
問題が生じていた。この問題は、特に、ジョブ管理を行
わないシステムにおいて問題となる。
In such a case, by downloading and browsing the homepage on the terminal device,
A plurality of the same Java applets are started simultaneously. Then, at this time, processing based on the activated Java applet competes. For example, when a plurality of Java applets for printing specific contents are activated, print data of a plurality of Java applets compete with each other, and data in which these print data overlap is input to the printer. In such a case, there has been a problem that application processing competes, for example, the printer cannot perform appropriate printing. This problem is particularly problematic in systems that do not perform job management.

【0006】本発明の課題は、クライアント・サーバシ
ステムの端末装置において、同一のアプリケーションが
重複して起動されることによって、アプリケーションの
処理が競合するのを防止することである。
It is an object of the present invention to prevent contention of application processing due to the same application being repeatedly started in a terminal device of a client-server system.

【0007】[0007]

【課題を解決するための手段】以上の課題を解決するた
め、請求項1記載の発明は、ネットワークを介してサー
バと端末装置との間でデータの送受信を行うように構成
されたクライアント・サーバシステムであって、前記サ
ーバから特定種類のアプリケーション(例えば、プロキ
シサーバ10から端末装置30−1に送信されるJav
aアプレット)が前記端末装置に送信されることを検出
する検出手段(例えば、図2の制御部12)と、前記端
末装置において前記特定種類のアプリケーションが実行
中であることを識別する識別情報(例えば、図3の端末
情報テーブル13aに含まれる情報)を記憶している記
憶手段(例えば、図2の記憶部13)と、前記識別情報
に基づいて、前記検出手段によって検出された特定種類
のアプリケーションと、該端末装置において実行中であ
るアプリケーションとが同一であるか否かを判定する判
定手段(例えば、図2の制御部12)と、前記判定手段
によって、前記検出手段によって検出された特定種類の
アプリケーションと、該端末装置において実行中である
アプリケーションとが同一でないと判定された場合に、
前記検出手段によって検出されたアプリケーションを当
該端末装置で実行可能とし、前記検出手段によって検出
された特定種類のアプリケーションと、該端末装置にお
いて実行中であるアプリケーションとが同一であると判
定された場合には、前記検出手段によって検出されたア
プリケーションの当該端末装置における実行を制限する
実行制御手段(例えば、図2の制御部12)と、を含む
ことを特徴としている。
According to a first aspect of the present invention, there is provided a client / server configured to transmit and receive data between a server and a terminal device via a network. A system of a specific type of application (for example, a Java application transmitted from the proxy server 10 to the terminal device 30-1).
a applet) to the terminal device, and identification information (for example, the control unit 12 in FIG. 2) for identifying that the specific type of application is being executed in the terminal device. For example, a storage unit (for example, information included in the terminal information table 13a in FIG. 3) (for example, the storage unit 13 in FIG. 2) stores a specific type of information detected by the detection unit based on the identification information. A determination unit (for example, the control unit 12 in FIG. 2) that determines whether the application is the same as an application that is being executed in the terminal device; and a specification detected by the detection unit by the determination unit. If it is determined that the type of application and the application running on the terminal device are not the same,
When the application detected by the detection unit is executable on the terminal device, and the application of the specific type detected by the detection unit is determined to be the same as the application being executed on the terminal device, Is characterized by including execution control means (for example, the control unit 12 in FIG. 2) for restricting execution of the application detected by the detection means in the terminal device.

【0008】請求項4記載の発明は、ネットワークを介
してサーバと端末装置との間でデータの送受信を行うよ
うに構成されたクライアント・サーバシステムにおける
サーバであって、自装置から特定種類のアプリケーショ
ンが前記端末装置に送信されることを検出する検出手段
(例えば、図2の制御部12)と、前記端末装置におい
て前記特定種類のアプリケーションが実行中であること
を識別する識別情報を記憶している記憶手段(例えば、
図2の記憶部13)と、前記識別情報に基づいて、前記
検出手段によって検出された特定種類のアプリケーショ
ンと、該端末装置において実行中であるアプリケーショ
ンとが同一であるか否かを判定する判定手段(例えば、
図2の制御部12)と、前記判定手段によって、前記検
出手段によって検出された特定種類のアプリケーション
と、該端末装置において実行中であるアプリケーション
とが同一でないと判定された場合に、前記検出手段によ
って検出されたアプリケーションを当該端末装置に送信
し、前記検出手段によって検出された特定種類のアプリ
ケーションと、該端末装置において実行中であるアプリ
ケーションとが同一であると判定された場合には、前記
検出手段によって検出されたアプリケーションを当該端
末装置に送信しない送信制御手段(例えば、図2の制御
部12)と、を備えることを特徴としている。
According to a fourth aspect of the present invention, there is provided a server in a client-server system configured to transmit and receive data between a server and a terminal device via a network, wherein a specific type of application is transmitted from the own device. And a detection unit (for example, the control unit 12 in FIG. 2) for detecting that the application of the specific type is being executed in the terminal device. Storage means (for example,
The storage unit 13) of FIG. 2 and a determination to determine whether an application of a specific type detected by the detection unit and an application running on the terminal device are the same based on the identification information. Means (for example,
When the control unit 12) of FIG. 2 and the determination unit determine that the application of the specific type detected by the detection unit and the application running on the terminal device are not the same, the detection unit Transmitting the application detected by the detection unit to the terminal device, and when it is determined that the application of the specific type detected by the detection unit is the same as the application running on the terminal device, And a transmission control unit (for example, the control unit 12 in FIG. 2) that does not transmit the application detected by the unit to the terminal device.

【0009】請求項10記載の発明は、ネットワークを
介してサーバと端末装置との間でデータの送受信を行う
ように構成されたクライアント・サーバシステムにおけ
る送信情報監視方法であって、前記端末装置において前
記特定種類のアプリケーション(例えば、プロキシサー
バ10から端末装置30−1に送信されるJavaアプ
レット)が実行中であることを識別する識別情報を記憶
している状態で、前記サーバから特定種類のアプリケー
ションが前記端末装置に送信されることを検出する検出
ステップ(例えば、図5のステップS8)と、前記識別
情報に基づいて、前記検出手段によって検出された特定
種類のアプリケーションと、該端末装置において実行中
であるアプリケーションとが同一であるか否かを判定す
る判定ステップ(例えば、図5のステップS10)と、
前記判定ステップにおいて、前記検出ステップにおいて
検出された特定種類のアプリケーションと、該端末装置
において実行中であるアプリケーションとが同一でない
と判定された場合に、前記検出ステップにおいて検出さ
れたアプリケーションを当該端末装置で実行可能とし、
前記検出ステップにおいて検出された特定種類のアプリ
ケーションと、該端末装置において実行中であるアプリ
ケーションとが同一であると判定された場合には、前記
検出ステップにぴて検出されたアプリケーションの当該
端末装置における実行を制限する実行制御ステップ(例
えば、図5のステップS10における“Y”の処理)
と、を含む。
According to a tenth aspect of the present invention, there is provided a transmission information monitoring method in a client-server system configured to transmit and receive data between a server and a terminal device via a network. The server stores the identification information for identifying that the specific type of application (for example, a Java applet transmitted from the proxy server 10 to the terminal device 30-1) is being executed. A detection step (for example, step S8 in FIG. 5) for detecting that is transmitted to the terminal device, a specific type of application detected by the detection means based on the identification information, A determination step of determining whether or not the application being executed is the same ( Eg to the step S10) in FIG. 5,
In the determining step, when it is determined that the application of the specific type detected in the detecting step and the application being executed in the terminal device are not the same, the application detected in the detecting step is converted to the terminal device. And executable
If it is determined that the application of the specific type detected in the detection step is the same as the application being executed in the terminal device, the application detected in the detection step is executed in the terminal device. Execution control step for restricting execution (for example, “Y” processing in step S10 in FIG. 5)
And

【0010】また、請求項8記載の発明は、ネットワー
クを介してサーバと端末装置との間でデータの送受信を
行うように構成されたクライアント・サーバシステムに
おける端末装置であって、特定種類のアプリケーション
の実行が終了した場合、該アプリケーションの実行終了
を示す終了メッセージ(例えば、端末装置30−1が送
信するアプレット終了メッセージ)を所定のサーバに送
信することを特徴としている。
[0010] The invention according to claim 8 is a terminal device in a client-server system configured to transmit and receive data between a server and a terminal device via a network. Is completed, an end message (for example, an applet end message transmitted by the terminal device 30-1) indicating the end of the execution of the application is transmitted to a predetermined server.

【0011】また、請求項2記載の発明は、請求項1記
載のクライアント・サーバシステムであって、前記端末
装置において実行中であるアプリケーションの実行が終
了した場合、該アプリケーションについて前記記憶手段
に記憶されている識別情報を該アプリケーションが実行
されていないことを示すように変更する識別情報変更手
段(例えば、図2の制御部12)をさらに備えることを
特徴としている。
According to a second aspect of the present invention, in the client-server system according to the first aspect, when the execution of the application being executed on the terminal device is completed, the application is stored in the storage means. An identification information changing unit (for example, the control unit 12 in FIG. 2) for changing the identification information set so as to indicate that the application is not executed.

【0012】請求項5記載の発明は、請求項4記載のサ
ーバであって、前記端末装置において実行中であるアプ
リケーションの実行が終了した場合、該アプリケーショ
ンについて前記記憶手段に記憶されている識別情報を該
アプリケーションが実行されていないことを示すように
変更する識別情報変更手段をさらに備えることを特徴と
している。
According to a fifth aspect of the present invention, in the server according to the fourth aspect, when the execution of the application being executed on the terminal device is completed, the identification information stored in the storage means for the application. And an identification information changing unit that changes the application so as to indicate that the application is not executed.

【0013】請求項11記載の発明は、請求項10記載
の送信情報監視方法であって、前記端末装置において実
行中であるアプリケーションの実行が終了した場合、該
アプリケーションについて前記記憶されている識別情報
を該アプリケーションが実行されていないことを示すよ
うに変更する識別情報変更ステップ(例えば、図5のス
テップS7)をさらに含む。
According to an eleventh aspect of the present invention, in the transmission information monitoring method according to the tenth aspect, when the execution of the application being executed in the terminal device is completed, the identification information stored in the application is stored. Is further changed to indicate that the application is not executed (for example, step S7 in FIG. 5).

【0014】また、請求項3記載の発明は、請求項1ま
たは2記載のクライアント・サーバシステムであって、
前記特定種類のアプリケーションは、Java言語によ
り記述されたものであることを特徴としている。請求項
7記載の発明は、請求項4〜6のいずれかに記載のサー
バであって、前記特定種類のアプリケーションは、Ja
va言語により記述されたものであることを特徴として
いる。
According to a third aspect of the present invention, there is provided the client / server system according to the first or second aspect,
The specific type of application is characterized in that it is described in Java language. The invention according to claim 7 is the server according to any one of claims 4 to 6, wherein the specific type of application is a Java application.
It is characterized by being described in va language.

【0015】請求項9記載の発明は、請求項8記載の端
末装置であって、前記特定種類のアプリケーションは、
Java言語により記述されたものであることを特徴と
している。請求項12記載の発明は、請求項10または
11記載の送信情報監視方法であって、前記特定種類の
アプリケーションは、Java言語により記述されたも
のであることを特徴としている。
The invention according to claim 9 is the terminal device according to claim 8, wherein the specific type of application is:
It is characterized by being described in Java language. According to a twelfth aspect of the present invention, in the transmission information monitoring method according to the tenth or eleventh aspect, the specific type of application is described in a Java language.

【0016】さらに、請求項6記載の発明は、請求項4
または5記載のサーバであって、前記判定手段によっ
て、前記検出手段によって検出された特定種類のアプリ
ケーションと、該端末装置において実行中であるアプリ
ケーションとが同一であると判定された場合、該端末装
置に、前記特定種類のアプリケーションが送信されない
旨を示すエラーメッセージを送信するエラーメッセージ
送信手段をさらに備えることを特徴としている。
[0016] Further, the invention according to claim 6 is based on claim 4.
Or the server according to 5, wherein the determination unit determines that the application of the specific type detected by the detection unit is the same as the application being executed on the terminal device; And an error message transmitting means for transmitting an error message indicating that the specific type of application is not transmitted.

【0017】本発明によれば、1つの端末装置上で、同
一のアプリケーションが重複して起動されることによ
り、当該アプリケーションの処理が競合する問題を解決
することができる。
According to the present invention, it is possible to solve the problem that the processing of the application conflicts when the same application is repeatedly started on one terminal device.

【0018】[0018]

【発明の実施の形態】以下、図を参照して本発明に係る
クライアント・サーバシステムの実施の形態を詳細に説
明する。まず、構成を説明する。図1から図5は、本発
明を適用したクライアント・サーバシステム1を示す図
である。
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a block diagram showing an embodiment of a client / server system according to the present invention. First, the configuration will be described. FIGS. 1 to 5 are diagrams showing a client-server system 1 to which the present invention is applied.

【0019】図1は、クライアント・サーバシステム1
のネットワーク構成図である。図1において、クライア
ント・サーバシステム1は、プロキシサーバ10と、W
ebサーバ20と、複数n個の端末装置30−1〜30
−nと、ネットワーク40とを含んで構成される。図1
において、端末装置30−1〜30−nは、クライアン
ト・サーバシステム1専用の端末装置であり、プロキシ
サーバ10を介してWebサーバ20にアクセスするも
のである。即ち、端末装置30−1〜30−nは、電源
投入と共にプロキシサーバ10に接続し、必要に応じ
て、プロキシサーバ10に対し、Webサーバ20への
データ送信要求を送信する。すると、プロキシサーバ1
0が端末装置30−1〜30−nを代理してWebサー
バ20にアクセスする。
FIG. 1 shows a client / server system 1
1 is a network configuration diagram of FIG. In FIG. 1, a client server system 1 includes a proxy server 10 and a W
eb server 20, and a plurality of n terminal devices 30-1 to 30-30
-N and the network 40. Figure 1
, The terminal devices 30-1 to 30-n are dedicated to the client server system 1, and access the Web server 20 via the proxy server 10. That is, the terminal devices 30-1 to 30-n connect to the proxy server 10 at the time of turning on the power, and transmit a data transmission request to the Web server 20 to the proxy server 10 as necessary. Then, proxy server 1
0 accesses the Web server 20 on behalf of the terminal devices 30-1 to 30-n.

【0020】図2は、プロキシサーバ10の機能構成を
示すブロック図である。図2において、プロキシサーバ
10は、入力部11と、制御部12と、記憶部13と、
RAM(Random Access Memory)14と、VRAM(Vi
deo Random Access Memory)15と、表示部16と、通
信部17とから構成される。入力部11は、カーソルキ
ーや数字入力キー等を備えたキーボード及びマウス等の
ポインティングデバイスを含み、キーボードにおいて押
下されたキーの押下信号やマウスの位置信号を制御部1
2に出力する。
FIG. 2 is a block diagram showing a functional configuration of the proxy server 10. 2, the proxy server 10 includes an input unit 11, a control unit 12, a storage unit 13,
RAM (Random Access Memory) 14 and VRAM (Vi
deo Random Access Memory) 15, a display unit 16, and a communication unit 17. The input unit 11 includes a keyboard and a pointing device such as a mouse provided with a cursor key, a number input key, and the like.
Output to 2.

【0021】制御部12は、プロキシサーバ10全体を
制御するもので、入力部11から入力される各種の指示
信号に従って、記憶部13に記憶された各種処理に関す
るプログラムを読み出して実行する。また、制御部12
は、端末装置30−1〜30−nがプロキシサーバ10
を介して、Webサーバ20からJavaアプレットを
含むホームページ等をダウンロードする場合に、ダウン
ロードされるホームページ等に同一のJavaアプレッ
トが複数埋め込まれているか否かを判定等する送信情報
監視処理プログラムを実行する。なお、このときダウン
ロードされるホームページ等は、HTTP(Hypertext
Transfer Protocol)に基づいて作成されたものであ
る。また、端末装置30−1〜30−nからプロキシサ
ーバ10に対して送信されるアプレット終了メッセージ
(後述)もHTTPに基づいて作成される。したがっ
て、以下において、ダウンロードされるホームページあ
るいはアプレット終了メッセージを適宜「HTTPメッ
セージ」と言う。
The control unit 12 controls the entire proxy server 10 and reads and executes programs related to various processes stored in the storage unit 13 in accordance with various instruction signals input from the input unit 11. The control unit 12
Means that the terminal devices 30-1 to 30-n
When a homepage or the like including a Java applet is downloaded from the Web server 20 via the web server 20, a transmission information monitoring processing program that determines whether or not the same Java applet is embedded in the downloaded homepage or the like is executed. . At this time, the downloaded home page is HTTP (Hypertext)
Transfer Protocol). Also, an applet end message (described later) transmitted from the terminal devices 30-1 to 30-n to the proxy server 10 is created based on HTTP. Therefore, hereinafter, the downloaded homepage or applet end message is referred to as an “HTTP message” as appropriate.

【0022】さらに、制御部12は、各種プログラムを
実行した処理結果を記憶部13やRAM14の所定の領
域に格納したり、表示部16に表示させたりする。記憶
部13は、フラッシュROM等の不揮発性の半導体メモ
リで構成される。この記憶部13は、送信情報監視処理
プログラムおよびプロキシサーバ10の制御のための各
種処理に関するプログラムを記憶する。また、記憶部1
3は、各端末装置に現在送信され、起動されているJa
vaアプレットを記憶するための端末情報テーブル13
aを記憶する。
Further, the control unit 12 stores the processing results of executing the various programs in a predetermined area of the storage unit 13 or the RAM 14 or causes the display unit 16 to display the processing results. The storage unit 13 is configured by a nonvolatile semiconductor memory such as a flash ROM. The storage unit 13 stores a transmission information monitoring processing program and programs related to various processes for controlling the proxy server 10. Also, the storage unit 1
3 is the Ja which is currently transmitted to each terminal device and is activated.
Terminal information table 13 for storing va applets
a is stored.

【0023】図3は、端末情報テーブル13aのデータ
構成を示す図である。図3において、端末情報テーブル
13aは、接続している端末装置30−1〜30−nの
IPアドレスと各端末装置において現在送信され、起動
されているJavaアプレットそれぞれの識別子とが対
応して記憶されている。端末情報テーブル13aに記憶
されるJavaアプレットの識別子は、例えば、Jav
aアプレットのファイル名である。
FIG. 3 is a diagram showing a data configuration of the terminal information table 13a. In FIG. 3, the terminal information table 13a stores the IP addresses of the connected terminal devices 30-1 to 30-n and the identifiers of the Java applets currently transmitted and activated in each terminal device. Have been. The identifier of the Java applet stored in the terminal information table 13a is, for example, Java
a is the file name of the applet.

【0024】図2に戻り、RAM14は、各種データを
記憶するもので、制御部12により実行される各種処理
において生成された各種データを一時的に格納するワー
クエリア14aを有する。VRAM15は、表示部16
で表示される表示データを格納するビデオメモリであ
る。
Returning to FIG. 2, the RAM 14 stores various data, and has a work area 14a for temporarily storing various data generated in various processes executed by the control unit 12. The VRAM 15 includes a display unit 16
Is a video memory for storing the display data displayed by.

【0025】表示部16は、例えばドットマトリクスタ
イプのカラー液晶表示セルやCRT(Cathode Ray Tub
e)等から構成され、VRAM15に格納された各種デ
ータを表示する。通信部17は、制御部12から送信指
示された各種データに対し、所定の形式へのデータ変換
処理を施してネットワーク40に出力する。また、通信
部17は、端末装置30−1から受信した信号にオリジ
ナルデータ形式へのデータ変換処理を施して、制御部1
2に出力する。
The display unit 16 is, for example, a dot matrix type color liquid crystal display cell or a CRT (Cathode Ray Tub).
e) and the like, and displays various data stored in the VRAM 15. The communication unit 17 performs data conversion processing on various data instructed by the control unit 12 into a predetermined format and outputs the data to the network 40. Further, the communication unit 17 performs a data conversion process on the signal received from the terminal device 30-1 into the original data format, and
Output to 2.

【0026】次に、端末装置30−1〜30−nの構成
について説明する。なお、端末装置30−1〜30−n
の構成は、それぞれ同様であるため、以下、代表として
端末装置30−1の構成を説明する。また、動作の説明
についてもも同様とする。図4は、端末装置30−1の
機能構成を示すブロック図である。
Next, the configuration of the terminal devices 30-1 to 30-n will be described. Note that the terminal devices 30-1 to 30-n
Are similar to each other, the configuration of the terminal device 30-1 will be described below as a representative. The same applies to the description of the operation. FIG. 4 is a block diagram illustrating a functional configuration of the terminal device 30-1.

【0027】端末装置30−1の機能構成は、制御部3
2−1および記憶部33−1の構成を除いてプロキシサ
ーバ10の構成と同様であるため説明を省略し、異なる
部分についてのみ説明する。制御部32−1は、端末装
置30−1全体を制御するもので、入力部31−1から
入力される各種の指示信号に従って、記憶部33−1に
記憶された各種処理に関するプログラムを読み出して実
行する。また、制御部32−1は、必要に応じて、ホー
ムページをダウンロードするために、プロキシサーバ1
0を介してWebサーバ20に対する情報送信要求を送
信する。さらに、制御部32−1は、起動中のJava
アプレットの実行が終了した場合、そのJavaアプレ
ットの実行が終了したことを示すアプレット終了メッセ
ージをプロキシサーバに送信する。そして、制御部32
−1は、各種プログラムを実行した処理結果を記憶部3
3−1やRAM34−1の所定の領域に格納したり、表
示部36−1に表示させたりする。
The functional configuration of the terminal device 30-1 is as follows.
The configuration is the same as that of the proxy server 10 except for the configuration of the 2-1 and the storage unit 33-1. Therefore, the description is omitted, and only different portions will be described. The control unit 32-1 controls the entire terminal device 30-1, reads out programs related to various processes stored in the storage unit 33-1 according to various instruction signals input from the input unit 31-1, and reads the programs. Execute. In addition, the control unit 32-1 performs the proxy server 1 download to download the homepage as necessary.
0, an information transmission request to the Web server 20 is transmitted. Further, the control unit 32-1 controls the running Java.
When the execution of the applet ends, an applet end message indicating that the execution of the Java applet has ended is transmitted to the proxy server. And the control unit 32
-1 indicates a processing result of executing various programs in the storage unit 3
3-1 or a predetermined area of the RAM 34-1 or display on the display unit 36-1.

【0028】記憶部33−1は、フラッシュROM等の
不揮発性の半導体メモリで構成される。この記憶部33
−1は、ダウンロードしたHTTPメッセージ、そのH
TTPメッセージに埋め込まれたJavaアプレットお
よび端末装置30−1の制御のための各種処理に関する
プログラム等を記憶する。図1に戻り、Webサーバ2
0は、一般的なWebサーバであり、プロキシサーバ1
0を介して端末装置30−1〜30−nから情報送信要
求を受信すると、情報送信要求に示されたホームページ
に関するデータ等、所定データをプロキシサーバ10に
送信する。
The storage unit 33-1 is constituted by a nonvolatile semiconductor memory such as a flash ROM. This storage unit 33
-1 is the downloaded HTTP message, its H
The Java applet embedded in the TTP message and programs related to various processes for controlling the terminal device 30-1 are stored. Returning to FIG. 1, Web server 2
0 is a general Web server, and the proxy server 1
When an information transmission request is received from the terminal devices 30-1 to 30-n via the "0", predetermined data such as data relating to a homepage indicated in the information transmission request is transmitted to the proxy server 10.

【0029】ネットワーク40は、LAN(Local Area
Network)やインターネット等から構成されるネットワ
ークであり、端末装置30−1〜30−n、プロキシサ
ーバ10およびWebサーバ20との間でのデータの送
受信を媒介する。次に、動作を説明する。図5は、プロ
キシサーバ10の制御部12が実行する送信情報監視処
理を示すフローチャートである。送信情報監視処理は、
プロキシサーバ10を介して端末装置30−1〜30−
nに送信されるホームページに同一のJavaアプレッ
トが複数埋め込まれているか否かを判定し、同一のJa
vaアプレットが複数埋め込まれている場合には、これ
らのうちの1つのJavaアプレットのみを端末装置に
送信するための処理である。
The network 40 has a LAN (Local Area)
Network), the Internet, or the like, and mediates transmission and reception of data between the terminal devices 30-1 to 30-n, the proxy server 10, and the Web server 20. Next, the operation will be described. FIG. 5 is a flowchart showing the transmission information monitoring process executed by the control unit 12 of the proxy server 10. The transmission information monitoring process
Terminal devices 30-1 to 30- through proxy server 10
n to determine whether a plurality of the same Java applets are embedded in the homepage transmitted to the same
When a plurality of Java applets are embedded, the process is for transmitting only one Java applet to the terminal device.

【0030】図5において、初めに、制御部12は、H
TTPメッセージの受信待機状態となる(ステップS
1)。次に、制御部12は、HTTPメッセージを受信
し(ステップS2)、受信したメッセージが、Webサ
ーバ20から端末装置に送信されたHTTPメッセージ
(ホームページ)であるか否かの判定を行う(ステップ
S3)。
In FIG. 5, first, the control unit 12
It is in a reception standby state for the TTP message (step S
1). Next, the control unit 12 receives the HTTP message (Step S2), and determines whether or not the received message is an HTTP message (homepage) transmitted from the Web server 20 to the terminal device (Step S3). ).

【0031】ステップS3において、受信したメッセー
ジが、Webサーバ20から端末装置に送信されたHT
TPメッセージでないと判定した場合、制御部12は、
受信したメッセージがアプレット終了メッセージである
か否かの判定を行う(ステップS4)。そして、受信し
たメッセージがアプレット終了メッセージでないと判定
した場合、そのメッセージはプロキシサーバ10が監視
するメッセージではないため、受信したメッセージを送
信先に送信する(ステップS5)。そして、制御部12
は、ステップS1に移行する。
In step S3, the received message is transmitted to the terminal device transmitted from the Web server 20 to the terminal device.
If it is determined that the message is not a TP message, the control unit 12
It is determined whether or not the received message is an applet end message (step S4). If it is determined that the received message is not an applet end message, the received message is transmitted to the transmission destination because the message is not a message monitored by the proxy server 10 (step S5). And the control unit 12
Moves to step S1.

【0032】一方、ステップS4において、受信したメ
ッセージがアプレット終了メッセージであると判定した
場合、アプレット終了メッセージに含まれるIPアドレ
スおよびアプレット識別子を参照し、端末情報テーブル
13aを検索する(ステップS6)。次いで、制御部1
2は、検索されたアプレット識別子を端末情報テーブル
13aから削除し、登録を抹消する(ステップS7)。
そして、制御部12は、ステップS1に移行する。
On the other hand, if it is determined in step S4 that the received message is an applet end message, the terminal information table 13a is searched by referring to the IP address and applet identifier included in the applet end message (step S6). Next, the control unit 1
2 deletes the searched applet identifier from the terminal information table 13a and deletes the registration (step S7).
Then, the control unit 12 proceeds to step S1.

【0033】ステップS3において、Webサーバ20
から端末装置に送信されたHTTPメッセージ(ホーム
ページ)であると判定した場合、制御部12は、受信し
たメッセージにJavaアプレットが埋め込まれている
か否かの判定を行う(ステップS8)。そして、受信し
たメッセージにJavaアプレットが埋め込まれていな
いと判定した場合、制御部15は、ステップS5に移行
する。一方、受信したメッセージにJavaアプレット
が埋め込まれていると判定した場合、制御部12は、受
信したメッセージに含まれるIPアドレスを参照し、端
末情報テーブル13aの当該IPアドレスを検索する
(ステップS9)。
In step S3, the Web server 20
If the control unit 12 determines that the received message is an HTTP message (homepage) transmitted to the terminal device, the control unit 12 determines whether a Java applet is embedded in the received message (step S8). Then, when determining that the Java applet is not embedded in the received message, the control unit 15 proceeds to step S5. On the other hand, when determining that the Java applet is embedded in the received message, the control unit 12 refers to the IP address included in the received message and searches for the IP address in the terminal information table 13a (step S9). .

【0034】次いで、制御部12は、端末情報テーブル
13aの当該IPアドレスに対応するアプレット識別子
として、受信したメッセージに含まれるアプレット識別
子と同一のアプレット識別子が既に登録されているか否
かの判定を行う(ステップS10)。ステップS10に
おいて、端末情報テーブル13aの当該IPアドレスに
対応するアプレット識別子として、受信したメッセージ
に含まれるアプレット識別子と同一のアプレット識別子
が既に登録されていると判定した場合、制御部12は、
既に端末装置において起動されているJavaアプレッ
トが再度送信され、起動されようとしていることから、
そのHTTPメッセージを送信先の端末装置に送信せ
ず、代わりに、同一アプレットが重複して起動されよう
としているため、当該Javaアプレットの送信が不可
能であることを示すエラーメッセージを送信する(ステ
ップS11)。
Next, the control unit 12 determines whether or not the same applet identifier as the applet identifier included in the received message has already been registered as the applet identifier corresponding to the IP address in the terminal information table 13a. (Step S10). In step S10, when it is determined that the same applet identifier as the applet identifier included in the received message is already registered as the applet identifier corresponding to the IP address in the terminal information table 13a, the control unit 12
Since the Java applet already running on the terminal device is transmitted again and is about to be started,
The HTTP message is not transmitted to the destination terminal device, but an error message is transmitted indicating that transmission of the Java applet is impossible because the same applet is about to be started in duplicate (step S11).

【0035】ステップS10において、端末情報テーブ
ル13aの当該IPアドレスに対応するアプレット識別
子として、受信したメッセージに含まれるアプレット識
別子と同一のアプレット識別子が登録されていないと判
定した場合、制御部12は、新たに起動されるJava
アプレットであることから、受信したメッセージに含ま
れるアプレット識別子を端末情報テーブル13aの当該
IPアドレスに対応させて記憶し、登録する(ステップ
S12)。そして、制御部12は、ステップS5に移行
する。
If it is determined in step S10 that the same applet identifier as the applet identifier included in the received message is not registered as the applet identifier corresponding to the IP address in the terminal information table 13a, the control unit 12 Newly launched Java
Since it is an applet, the applet identifier included in the received message is stored and registered in association with the IP address in the terminal information table 13a (step S12). Then, the control unit 12 proceeds to step S5.

【0036】なお、この後、制御部12は、ステップS
1〜S12を繰り返し、プロキシサーバ10の電源が切
断される際、割り込みを発生させて、送信情報監視処理
を終了する。以上のように、本発明を適用したクライア
ント・サーバシステム1においては、端末装置30−1
〜30−nにおいて起動されているJavaアプレット
が、端末情報テーブル13aに登録されており、Web
サーバ20から端末装置30−1〜30−nに送信され
るHTTPメッセージに含まれるJavaアプレット
が、端末情報テーブル13aに登録されているか否かが
確認される。そして、受信されるHTTPメッセージに
含まれるJavaアプレットが、既に端末情報テーブル
13aに登録されている場合、当該Javaアプレット
を送信先である端末装置に送信せず、エラーメッセージ
を送信する。
After this, the control unit 12 returns to step S
Steps 1 to S12 are repeated, and when the power of the proxy server 10 is turned off, an interrupt is generated, and the transmission information monitoring process ends. As described above, in the client-server system 1 to which the present invention is applied, the terminal device 30-1
Java applets running on the Web server 30-n are registered in the terminal information table 13a.
It is confirmed whether the Java applet included in the HTTP message transmitted from the server 20 to the terminal devices 30-1 to 30-n is registered in the terminal information table 13a. Then, if the Java applet included in the received HTTP message is already registered in the terminal information table 13a, the Java applet is not transmitted to the transmission destination terminal device, but an error message is transmitted.

【0037】したがって、1つの端末装置上で、同一の
Javaアプレットが重複して起動されることにより、
これらのアプレットの処理が競合する問題を解決するこ
とができる。さらに、本実施の形態においてプロキシサ
ーバ10において実現することとしている機能、即ち、
送信情報監視処理に基づく、同一ホームページ内に含ま
れる同一のJavaアプレットを検出する機能および端
末装置30−1〜30−nで実行中のJavaアプレッ
トを重複して起動させない機能等を端末装置30−1〜
30−nあるいはWebサーバ20に備えることとして
もよい。
Therefore, when the same Java applet is started on one terminal device in duplicate,
It is possible to solve a problem in which processing of these applets conflicts. Further, in the present embodiment, the function realized by the proxy server 10, that is,
Based on the transmission information monitoring processing, the terminal device 30- 1 to
30-n or the Web server 20.

【0038】[0038]

【発明の効果】本発明によれば、1つの端末装置上で、
同一のアプリケーションが重複して起動されることによ
り、当該アプリケーションの処理が競合する問題を解決
することができる。
According to the present invention, on one terminal device,
By starting the same application repeatedly, it is possible to solve a problem in which processing of the application conflicts.

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

【図1】クライアント・サーバシステム1のネットワー
ク構成図である。
FIG. 1 is a network configuration diagram of a client-server system 1. FIG.

【図2】プロキシサーバ10の機能構成を示すブロック
図である。
FIG. 2 is a block diagram showing a functional configuration of the proxy server 10.

【図3】端末情報テーブル13aのデータ構成を示す図
である。
FIG. 3 is a diagram showing a data configuration of a terminal information table 13a.

【図4】端末装置30−1の機能構成を示すブロック図
である。
FIG. 4 is a block diagram illustrating a functional configuration of a terminal device 30-1.

【図5】プロキシサーバ10の制御部12が実行する送
信情報監視処理を示すフローチャートである。
FIG. 5 is a flowchart showing transmission information monitoring processing executed by a control unit 12 of the proxy server 10;

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

1 クライアント・サーバシステム 10 プロキシサーバ 11,21,31−1〜31−n 入力部 12,22,32−1〜31−n 制御部 13,23,33−1〜33−n 記憶部 13a 端末情報テーブル 14,24,34−1〜34−n RAM 14a,24a,34a−1〜34a−n ワークエリ
ア 15,25,35−1〜35−n VRAM 16,26,36−1〜36−n 表示部 20 Webサーバ 30−1〜30−n 端末装置 40 ネットワーク
DESCRIPTION OF SYMBOLS 1 Client-server system 10 Proxy server 11, 21, 31-1 to 31-n Input unit 12, 22, 32-1 to 31-n Control unit 13, 23, 33-1 to 33-n Storage unit 13a Terminal information Tables 14, 24, 34-1 to 34-n RAM 14a, 24a, 34a-1 to 34a-n Work area 15, 25, 35-1 to 35-n VRAM 16, 26, 36-1 to 36-n Display Unit 20 Web server 30-1 to 30-n Terminal device 40 Network

Claims (12)

【特許請求の範囲】[Claims] 【請求項1】 ネットワークを介してサーバと端末装置
との間でデータの送受信を行うように構成されたクライ
アント・サーバシステムであって、 前記サーバから特定種類のアプリケーションが前記端末
装置に送信されることを検出する検出手段と、 前記端末装置において前記特定種類のアプリケーション
が実行中であることを識別する識別情報を記憶している
記憶手段と、 前記識別情報に基づいて、前記検出手段によって検出さ
れた特定種類のアプリケーションと、該端末装置におい
て実行中であるアプリケーションとが同一であるか否か
を判定する判定手段と、 前記判定手段によって、前記検出手段によって検出され
た特定種類のアプリケーションと、該端末装置において
実行中であるアプリケーションとが同一でないと判定さ
れた場合に、前記検出手段によって検出されたアプリケ
ーションを当該端末装置で実行可能とし、前記検出手段
によって検出された特定種類のアプリケーションと、該
端末装置において実行中であるアプリケーションとが同
一であると判定された場合には、前記検出手段によって
検出されたアプリケーションの当該端末装置における実
行を制限する実行制御手段と、 を含むことを特徴とするクライアント・サーバシステ
ム。
1. A client-server system configured to transmit and receive data between a server and a terminal device via a network, wherein a specific type of application is transmitted from the server to the terminal device. Detecting means for detecting that the specific type of application is being executed in the terminal device; storing means for storing identification information for identifying that the specific type of application is being executed; and detecting by the detecting means based on the identification information. A determination unit that determines whether the application of the specific type and the application being executed on the terminal device are the same; an application of the specific type detected by the detection unit by the determination unit; If it is determined that the application running on the terminal device is not the same, In addition, the application detected by the detection unit is executable on the terminal device, and it is determined that the application of the specific type detected by the detection unit and the application running on the terminal device are the same. In this case, the client-server system comprises: execution control means for restricting execution of the application detected by the detection means on the terminal device.
【請求項2】 前記端末装置において実行中であるアプ
リケーションの実行が終了した場合、該アプリケーショ
ンについて前記記憶手段に記憶されている識別情報を該
アプリケーションが実行されていないことを示すように
変更する識別情報変更手段をさらに備えることを特徴と
する請求項1記載のクライアント・サーバシステム。
2. An identification for changing the identification information stored in the storage means for the application to indicate that the application is not executed, when the execution of the application being executed on the terminal device is completed. 2. The client / server system according to claim 1, further comprising information changing means.
【請求項3】 前記特定種類のアプリケーションは、J
ava言語により記述されたものであることを特徴とす
る請求項1または2記載のクライアント・サーバシステ
ム。
3. The specific type of application is J
3. The client-server system according to claim 1, wherein the client-server system is described in an ava language.
【請求項4】 ネットワークを介してサーバと端末装置
との間でデータの送受信を行うように構成されたクライ
アント・サーバシステムにおけるサーバであって、 自装置から特定種類のアプリケーションが前記端末装置
に送信されることを検出する検出手段と、 前記端末装置において前記特定種類のアプリケーション
が実行中であることを識別する識別情報を記憶している
記憶手段と、 前記識別情報に基づいて、前記検出手段によって検出さ
れた特定種類のアプリケーションと、該端末装置におい
て実行中であるアプリケーションとが同一であるか否か
を判定する判定手段と、 前記判定手段によって、前記検出手段によって検出され
た特定種類のアプリケーションと、該端末装置において
実行中であるアプリケーションとが同一でないと判定さ
れた場合に、前記検出手段によって検出されたアプリケ
ーションを当該端末装置に送信し、前記検出手段によっ
て検出された特定種類のアプリケーションと、該端末装
置において実行中であるアプリケーションとが同一であ
ると判定された場合には、前記検出手段によって検出さ
れたアプリケーションを当該端末装置に送信しない送信
制御手段と、 を備えることを特徴とするサーバ。
4. A server in a client-server system configured to transmit and receive data between a server and a terminal device via a network, wherein a specific type of application is transmitted from the own device to the terminal device. Detecting means for detecting that the specific type of application is being executed in the terminal device; storing means for storing identification information for identifying that the specific type of application is being executed; and Determining means for determining whether the detected specific type of application is the same as the application being executed on the terminal device; and determining, by the determining means, the specific type of application detected by the detecting means. Determines that the application running on the terminal device is not the same as the application running on the terminal device. When the application is detected, the application detected by the detection unit is transmitted to the terminal device, and it is determined that the application of the specific type detected by the detection unit is the same as the application running on the terminal device. A transmission control unit that does not transmit the application detected by the detection unit to the terminal device when the application is detected.
【請求項5】 前記端末装置において実行中であるアプ
リケーションの実行が終了した場合、該アプリケーショ
ンについて前記記憶手段に記憶されている識別情報を該
アプリケーションが実行されていないことを示すように
変更する識別情報変更手段をさらに備えることを特徴と
する請求項4記載のサーバ。
5. An identification for changing the identification information stored in the storage means for the application to indicate that the application is not executed, when the execution of the application being executed on the terminal device is completed. 5. The server according to claim 4, further comprising an information changing unit.
【請求項6】 前記判定手段によって、前記検出手段に
よって検出された特定種類のアプリケーションと、該端
末装置において実行中であるアプリケーションとが同一
であると判定された場合、該端末装置に、前記特定種類
のアプリケーションが送信されない旨を示すエラーメッ
セージを送信するエラーメッセージ送信手段をさらに備
えることを特徴とする請求項4または5記載のサーバ。
6. When the determination unit determines that the specific type of application detected by the detection unit and the application being executed in the terminal device are the same, the terminal device transmits the specified identification information to the terminal device. 6. The server according to claim 4, further comprising an error message transmitting unit that transmits an error message indicating that the type of application is not transmitted.
【請求項7】 前記特定種類のアプリケーションは、J
ava言語により記述されたものであることを特徴とす
る請求項4〜6のいずれかに記載のサーバ。
7. The specific type of application is J
The server according to any one of claims 4 to 6, wherein the server is described in an ava language.
【請求項8】 ネットワークを介してサーバと端末装置
との間でデータの送受信を行うように構成されたクライ
アント・サーバシステムにおける端末装置であって、 特定種類のアプリケーションの実行が終了した場合、該
アプリケーションの実行終了を示す終了メッセージを所
定のサーバに送信することを特徴とする端末装置。
8. A terminal device in a client-server system configured to transmit and receive data between a server and a terminal device via a network, wherein when execution of a specific type of application is completed, A terminal device for transmitting an end message indicating the end of execution of an application to a predetermined server.
【請求項9】 前記特定種類のアプリケーションは、J
ava言語により記述されたものであることを特徴とす
る請求項8記載の端末装置。
9. The specific type of application is J
9. The terminal device according to claim 8, wherein the terminal device is described in an ava language.
【請求項10】 ネットワークを介してサーバと端末装
置との間でデータの送受信を行うように構成されたクラ
イアント・サーバシステムにおける送信情報監視方法で
あって、 前記端末装置において前記特定種類のアプリケーション
が実行中であることを識別する識別情報を記憶している
状態で、 前記サーバから特定種類のアプリケーションが前記端末
装置に送信されることを検出する検出ステップと、 前記識別情報に基づいて、前記検出手段によって検出さ
れた特定種類のアプリケーションと、該端末装置におい
て実行中であるアプリケーションとが同一であるか否か
を判定する判定ステップと、 前記判定ステップにおいて、前記検出ステップにおいて
検出された特定種類のアプリケーションと、該端末装置
において実行中であるアプリケーションとが同一でない
と判定された場合に、前記検出ステップにおいて検出さ
れたアプリケーションを当該端末装置で実行可能とし、
前記検出ステップにおいて検出された特定種類のアプリ
ケーションと、該端末装置において実行中であるアプリ
ケーションとが同一であると判定された場合には、前記
検出ステップにぴて検出されたアプリケーションの当該
端末装置における実行を制限する実行制御ステップと、 を含むことを特徴とする送信情報監視方法。
10. A transmission information monitoring method in a client / server system configured to transmit / receive data between a server and a terminal device via a network, wherein the specific type of application is executed in the terminal device. A detection step of detecting that a specific type of application is transmitted from the server to the terminal device in a state where identification information for identifying that the application is being executed is stored; and A determining step of determining whether an application of a specific type detected by the means and an application running on the terminal device are the same; and, in the determining step, the specific type of application detected in the detecting step. The application and the application running on the terminal device If the is determined to be not identical Shon, the detected application in the detection step and can be executed by the terminal device,
If it is determined that the application of the specific type detected in the detection step is the same as the application being executed in the terminal device, the application detected in the detection step is executed in the terminal device. An execution control step of restricting execution; and a transmission information monitoring method, comprising:
【請求項11】 前記端末装置において実行中であるア
プリケーションの実行が終了した場合、該アプリケーシ
ョンについて前記記憶されている識別情報を該アプリケ
ーションが実行されていないことを示すように変更する
識別情報変更ステップをさらに含むことを特徴とする請
求項10記載の送信情報監視方法。
11. An identification information changing step of changing the stored identification information of the application so as to indicate that the application is not executed, when the execution of the application being executed in the terminal device is completed. The transmission information monitoring method according to claim 10, further comprising:
【請求項12】 前記特定種類のアプリケーションは、
Java言語により記述されたものであることを特徴と
する請求項10または11記載の送信情報監視方法。
12. The specific type of application,
12. The transmission information monitoring method according to claim 10, wherein the transmission information monitoring method is described in Java language.
JP2001026838A 2001-02-02 2001-02-02 Client server system, server, terminal equipment, and transmission information monitoring method Pending JP2002229808A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001026838A JP2002229808A (en) 2001-02-02 2001-02-02 Client server system, server, terminal equipment, and transmission information monitoring method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001026838A JP2002229808A (en) 2001-02-02 2001-02-02 Client server system, server, terminal equipment, and transmission information monitoring method

Publications (1)

Publication Number Publication Date
JP2002229808A true JP2002229808A (en) 2002-08-16

Family

ID=18891589

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001026838A Pending JP2002229808A (en) 2001-02-02 2001-02-02 Client server system, server, terminal equipment, and transmission information monitoring method

Country Status (1)

Country Link
JP (1) JP2002229808A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008017263A1 (en) 2006-07-31 2008-02-14 Huawei Technologies Co., Ltd. Service tracing control method and service tracing system and the related tracing device
WO2015181854A1 (en) * 2014-05-29 2015-12-03 株式会社Agoop Program and information processing device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008017263A1 (en) 2006-07-31 2008-02-14 Huawei Technologies Co., Ltd. Service tracing control method and service tracing system and the related tracing device
WO2015181854A1 (en) * 2014-05-29 2015-12-03 株式会社Agoop Program and information processing device
JPWO2015181854A1 (en) * 2014-05-29 2017-04-20 株式会社Agoop Program and information processing apparatus

Similar Documents

Publication Publication Date Title
US8825748B2 (en) Sandboxed daemon process invocation through HTTP
KR100703916B1 (en) Web based creation of printer instances on a workstation
US6453362B1 (en) Systems, methods and computer program products for invoking server applications using tickets registered in client-side remote object registries
JP4006807B2 (en) Network system and terminal device
US7107537B2 (en) Apparatus and method for updating applications to embedded devices and peripherals within a network environment
JP3812115B2 (en) Communications system
JP2013077141A (en) Image formation system, image forming apparatus and processing server
US20180027355A1 (en) Data download method and apparatus
US11849003B2 (en) Persisting an HTTP connection between application components
CN106815055B (en) Method and system for dynamic layout of mobile application
JP4898536B2 (en) Failure analysis support apparatus, failure analysis support method, and failure analysis support program
US20200241814A1 (en) Storage Medium Storing Image Processing Program and Information Processing Apparatus
US10878055B2 (en) Web server
JPH10124418A (en) Remote control method using www server
JP2002229808A (en) Client server system, server, terminal equipment, and transmission information monitoring method
US20110107311A1 (en) Communicating with Locally Networked Device from Remotely Hosted Browser Based Tool
JP2000259519A (en) Network system
CA2194848C (en) Condition handling using script interpreters
JP6869097B2 (en) Communication equipment, control methods, and programs
JP2002229873A (en) Client server system, server, terminal device and terminal device monitoring method
JPH10283005A (en) Display method and execution method for sequence program
WO2010035480A1 (en) Distributed processing system, distributed processing method, and program
JP2002229938A (en) Server for client-server system, client-server system using the server and connection management method
JP2002063035A (en) Remote maintenance method for information processor
CN116860378A (en) Application page shortcut configuration method and device, vehicle and storage medium