JP2001282656A - Unit and method for network device control - Google Patents

Unit and method for network device control

Info

Publication number
JP2001282656A
JP2001282656A JP2000089656A JP2000089656A JP2001282656A JP 2001282656 A JP2001282656 A JP 2001282656A JP 2000089656 A JP2000089656 A JP 2000089656A JP 2000089656 A JP2000089656 A JP 2000089656A JP 2001282656 A JP2001282656 A JP 2001282656A
Authority
JP
Japan
Prior art keywords
network device
device control
timer
information
control method
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
JP2000089656A
Other languages
Japanese (ja)
Inventor
Minoru Torii
稔 鳥居
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2000089656A priority Critical patent/JP2001282656A/en
Priority to US09/789,642 priority patent/US20010023444A1/en
Publication of JP2001282656A publication Critical patent/JP2001282656A/en
Pending legal-status Critical Current

Links

Landscapes

  • Small-Scale Networks (AREA)
  • Multi Processors (AREA)
  • Computer And Data Communications (AREA)

Abstract

PROBLEM TO BE SOLVED: To prevent a client application from stopping its running, even if a server application as network management software fails to send data to the client application. SOLUTION: A client-server type network device controller, which communicates with a network device, is provided with a display means which displays device information, a communication means which communicates with the server application acquiring and setting information of the device, a data- converting means which converts data sent and received through the communication means, a timer-managing means which manages the communication means by a timer, and a time-out value managing means which manages information on a time-out value used by the timer-managing means. If an error occurs on the server application side, it is detected by the timer management by the client application, and operation for error processing, etc., is carried out in the inside of the client application.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、コンピュータ・ネ
ットワークに関し、具体的にはネットワーク管理ソフト
ウェアを含むネットワーク・デバイス制御装置、ネット
ワーク・デバイス制御方法および、ネットワーク管理ソ
フトウェアのプログラムを記録したコンピュータ読み取
り可能な記録媒体に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a computer network, and more particularly, to a network device control apparatus including a network management software, a network device control method, and a computer readable program recorded with the network management software. It relates to a recording medium.

【0002】[0002]

【従来の技術】ネットワーク・デバイスを管理する方法
として、SNMP/MIBを使用する方法がある。(S
NMP/MIBの詳細に関しては「TCP/IP ネッ
トワーク管理入門 実用的な管理をめざして」M.T.
ローズ=著/西田竹志=訳 (株)トッパン発行 19
92年8月20日初版を参照のこと)。
2. Description of the Related Art As a method for managing network devices, there is a method using SNMP / MIB. (S
For details of NMP / MIB, see "Introduction to TCP / IP Network Management Aiming at Practical Management" T.
Rose = work / Takeshi Nishida = translation Toppan Co., Ltd. 19
See the first edition on August 20, 1992).

【0003】SNMP(Simple Network
Management Protocol)ネットワ
ーク管理技術によれば、ネットワーク管理システムに
は、少なくとも1つのネットワーク管理ステーション
(NMS)、各々がエージェントを含むいくつかの管理
対象ノード、および管理ステーションやエージェントが
管理情報を交換するために使用するネットワーク管理プ
ロトコルが含まれる。ユーザは、NMS上でネットワー
ク管理ソフトウェアを用いて管理対象ノード上のエージ
ェント・ソフトウェアと通信することにより、ネットワ
ーク上のデバイスに関するデータを得、またそのデバイ
ス内のデータを変更することができる。
[0003] SNMP (Simple Network)
According to the Management Protocol network management technology, the network management system includes at least one network management station (NMS), several managed nodes each including an agent, and the management stations and agents exchanging management information. Contains the network management protocol used for By communicating with the agent software on the managed node using the network management software on the NMS, the user can obtain data about the device on the network and change the data in the device.

【0004】このようなネットワーク管理ソフトウェア
を分散環境で使用する場合、SNMPネットワーク管理
機能を持つサーバー・アプリケーションと各端末で起動
されるGUI部分である複数のクライアント・アプリケ
ーションによる構成をとることが一般的である。
[0004] When such network management software is used in a distributed environment, it is common to adopt a configuration including a server application having an SNMP network management function and a plurality of client applications which are GUI portions started on each terminal. It is.

【0005】異なる端末間でクライアント・アプリケー
ションとサーバー・アプリケーションでプロセス間通信
を行う標準としてRFC1057 RPC(Remot
eProcedure Call)が定義されている。
RPCとは、ネットワーク・サービスを提供する関数群
をサーバー側で用意し、その中の関数をローカル・マシ
ン内の関数と同様に、ネットワーク上の別端末のクライ
アント・プロセスから呼び出せるようにしたものであ
る。RPCにおけるプロセス間通信の流れは以下のよう
になる。クライアントは、サーバーに対するサービス要
求として、サーバーに用意されているRPC関数を呼び
出す。この時点で、関数の呼び出し情報を格納したデー
タ・パケットがサーバーに送られ、クライアントのプロ
グラムは中断される。サーバーがパケットを受け取る
と、呼び出された関数をディスパッチ(dispatc
h;サーバーがクライアントに計算結果を返すこと。こ
こでは、OSが動作の割り当てなどの制御を行うことを
指す)し、関数の引数を取り出した後、その引数をもと
にサービスを実行して、その結果をクライアントに返
す。クライアントは関数の結果を受け取った後で、プロ
グラムの実行を再開する。RPCにおけるクライアント
とサーバーの接続形体には、コネクション型とコネクシ
ョンレス型の2種類がある。
[0005] RFC1057 RPC (Remot) is a standard for performing inter-process communication between client terminals and server applications between different terminals.
eProcedure Call) is defined.
RPC is a system in which a group of functions that provide network services are prepared on the server side, and the functions in them can be called from a client process of another terminal on the network, like the functions in the local machine. is there. The flow of the inter-process communication in the RPC is as follows. The client calls an RPC function prepared in the server as a service request to the server. At this point, a data packet containing the function call information is sent to the server and the client program is interrupted. When the server receives the packet, it dispatches the called function (dispatc
h; The server returns the calculation result to the client. Here, it indicates that the OS performs control such as operation assignment), extracts a function argument, executes a service based on the argument, and returns the result to the client. After receiving the result of the function, the client resumes execution of the program. There are two types of connection types between a client and a server in the RPC, a connection type and a connectionless type.

【0006】[0006]

【発明が解決しようとする課題】しかしながら上記従来
例では、ネットワーク管理ソフトウェアのサーバー・ア
プリケーションが、クライアント・アプリケーションに
対するデータの送信に失敗した場合、クライアント・ア
プリケーション側でサーバー・アプリケーション側の送
信失敗を知ることができず、クライアント・アプリケー
ションの動作が停止してしまうという問題がある。
However, in the above conventional example, when the server application of the network management software fails to transmit data to the client application, the client application knows the transmission failure of the server application. And the operation of the client application stops.

【0007】そこで本発明の目的は、ネットワーク・デ
バイス制御装置および方法において、上記のような問題
を解決するネットワーク・デバイス制御装置および方法
を提供することにある。
It is an object of the present invention to provide a network device control apparatus and method which solves the above problems in the network device control apparatus and method.

【0008】[0008]

【課題を解決するための手段】請求項1の発明にかかる
ネットワーク・デバイス制御装置は、ネットワーク・デ
バイスのデバイス情報を表示する表示手段と、ネットワ
ーク・デバイスのデバイス情報を取得し、ネットワーク
・デバイスにデバイス情報を設定するサーバー・アプリ
ケーションと通信する通信手段と、上記通信手段により
送受信するデータを変換するデータ変換手段と、上記通
信手段をタイマーにより管理するタイマー管理手段と、
上記タイマー管理手段によって使用されるタイムアウト
値の情報を管理するタイムアウト値管理手段と、を設け
ることにより、サーバー・アプリケーションがクライア
ント・アプリケーションに対してデータ送信に失敗した
場合、クライアント・アプリケーションによるタイマ管
理によってクライアント・アプリケーション内部でエラ
ー処理等の動作を行うことが可能となる。
According to a first aspect of the present invention, there is provided a network device control apparatus for displaying a device information of a network device, acquiring the device information of the network device, and providing the information to the network device. Communication means for communicating with a server application for setting device information, data conversion means for converting data transmitted and received by the communication means, timer management means for managing the communication means by a timer,
By providing a timeout value management means for managing information of a timeout value used by the timer management means, when the server application fails to transmit data to the client application, the timer management by the client application Operations such as error processing can be performed inside the client application.

【0009】請求項2の発明にかかるネットワーク・デ
バイス制御装置は、前記ネットワーク・デバイス制御方
法の前記タイムアウト値管理手段において、各同期関数
の特性に応じて定められたタイムアウト値を格納するこ
とにより、各同期関数毎に適切なタイムアウト値を使用
してタイマ管理をしてクライアント・アプリケーション
内部で適切なタイミングでエラー処理等の動作を行うこ
とが可能となる。
According to a second aspect of the present invention, in the network device control method, the timeout value management means of the network device control method stores a timeout value determined according to a characteristic of each synchronization function. Timer management is performed using an appropriate timeout value for each synchronization function, and operations such as error processing can be performed at appropriate timing inside the client application.

【0010】請求項3の発明にかかるネットワーク・デ
バイス制御装置は、前記ネットワーク・デバイス制御方
法の前記タイムアウト値管理手段において、各非同期関
数の特性に応じてタイムアウト値を計算することによ
り、各非同期関数のコールバック毎に適切なタイムアウ
ト値を使用してタイマ管理をしてクライアント・アプリ
ケーション内部で適切なタイミングでエラー処理等の動
作を行うことが可能となる。
According to a third aspect of the present invention, in the network device control apparatus, the timeout value management means of the network device control method calculates a timeout value in accordance with a characteristic of each asynchronous function, so that each asynchronous function is calculated. It is possible to perform timer management using an appropriate time-out value for each callback and perform operations such as error processing at an appropriate timing inside the client application.

【0011】請求項4の発明にかかるネットワーク・デ
バイス制御装置は、前記ネットワーク・デバイス制御方
法の前記タイマ管理手段において、タイムアウト時に内
部的にエラー情報を通知することにより、クライアント
・アプリケーション内部でエラー処理等の動作を行うこ
とが可能となる。
According to a fourth aspect of the present invention, in the network device control apparatus, the timer management means of the network device control method notifies error information internally at the time of time-out so that error processing can be performed inside the client application. And the like can be performed.

【0012】請求項5の発明にかかるネットワーク・デ
バイス制御装置は、前記ネットワーク・デバイス制御方
法の前記タイマ管理手段において、タイムアウト後にサ
ーバー・アプリケーションから受信したデータを無視す
ることにより、タイムアウト後にエラー等処理を行った
クライアント・アプリケーションの誤動作を防ぐことが
可能となる。
According to a fifth aspect of the present invention, in the network device control apparatus, the timer management means of the network device control method ignores data received from a server application after a time-out, thereby processing an error or the like after a time-out. It is possible to prevent a malfunction of the client application that performed the above.

【0013】請求項6の発明にかかるネットワーク・デ
バイス制御方法は、ネットワーク・デバイスのデバイス
情報を表示する表示ステップと、ネットワーク・デバイ
スのデバイス情報を取得し、ネットワーク・デバイスに
デバイス情報を設定するサーバー・アプリケーションと
通信する通信ステップと、上記通信ステップにより送受
信するデータを変換するデータ変換ステップと、上記通
信ステップをタイマにより管理するタイマ管理ステップ
と、上記タイマ管理ステップによって使用されるタイム
アウト値の情報を管理するタイムアウト値管理ステップ
とを有したネットワーク・デバイス制御方法である。
According to a sixth aspect of the present invention, there is provided a network device control method, comprising: a display step of displaying device information of a network device; a server for acquiring device information of the network device and setting device information in the network device. A communication step of communicating with an application, a data conversion step of converting data transmitted and received by the communication step, a timer management step of managing the communication step by a timer, and information of a timeout value used by the timer management step. And a timeout value management step of managing the network device.

【0014】請求項7の発明にかかるネットワーク・デ
バイス制御方法は、前記ネットワーク・デバイス制御方
法の前記タイムアウト値管理ステップにおいて、各同期
関数の特性に応じて定められたタイムアウト値を格納す
るステップを有したネットワーク・デバイス制御方法で
ある。
[0014] A network device control method according to a seventh aspect of the present invention includes the step of storing a timeout value determined according to the characteristics of each synchronization function in the timeout value management step of the network device control method. Network device control method.

【0015】請求項8の発明にかかるコンピュータで読
み取り可能な記憶媒体は、前記ネットワーク・デバイス
制御方法の前記タイムアウト値管理ステップにおいて、
各非同期関数の特性に応じてタイムアウト値を計算する
ステップを有したネットワーク・デバイス制御方法であ
る。
The computer-readable storage medium according to claim 8, wherein the timeout value management step of the network device control method comprises:
A network device control method including a step of calculating a timeout value according to characteristics of each asynchronous function.

【0016】請求項9の発明にかかるネットワーク・デ
バイス制御方法は、前記ネットワーク・デバイス制御方
法の前記タイマ管理ステップにおいて、タイムアウト時
に内部的にエラー情報を通知するステップを有したネッ
トワーク・デバイス制御方法である。
A ninth aspect of the present invention provides the network device control method, wherein in the timer management step of the network device control method, a step of internally notifying error information when a timeout occurs is provided. is there.

【0017】請求項10の発明にかかるネットワーク・
デバイス制御方法は、前記ネットワーク・デバイス制御
方法の前記タイマ管理ステップにおいて、タイムアウト
後にサーバー・アプリケーションから受信したデータを
無視するプログラムを有したネットワーク・デバイス制
御方法である。
A network according to a tenth aspect of the present invention
The device control method is a network device control method including a program for ignoring data received from a server application after a timeout in the timer management step of the network device control method.

【0018】請求項11の発明にかかるコンピュータで
読み取り可能な記憶媒体は、デバイス情報を表示する表
示ステップと、デバイスの情報を取得設定するサーバー
・アプリケーションと通信する通信ステップと、上記通
信ステップにより送受信するデータを変換するデータ変
換ステップと、上記通信ステップをタイマにより管理す
るタイマ管理ステップと、上記タイマ管理ステップによ
って使用されるタイムアウト値の情報を管理するタイム
アウト値管理ステップと、から成るプログラムを有した
コンピュータで読み取り可能な記憶媒体である。
According to the eleventh aspect of the present invention, there is provided a computer-readable storage medium comprising: a display step of displaying device information; a communication step of communicating with a server application for acquiring and setting device information; A data conversion step of converting data to be performed, a timer management step of managing the communication step by a timer, and a timeout value management step of managing information of a timeout value used by the timer management step. This is a computer-readable storage medium.

【0019】請求項12の発明にかかるコンピュータで
読み取り可能な記憶媒体は、前記ネットワーク・デバイ
ス制御方法の前記タイムアウト値管理ステップにおい
て、各同期関数の特性に応じて定められたタイムアウト
値を格納するプログラムを有したコンピュータで読み取
り可能な記憶媒体である。
A computer-readable storage medium according to a twelfth aspect of the present invention, wherein the timeout value management step of the network device control method stores a timeout value determined according to a characteristic of each synchronization function. Is a computer-readable storage medium having a.

【0020】請求項13の発明にかかるコンピュータで
読み取り可能な記憶媒体は、前記ネットワーク・デバイ
ス制御方法の前記タイムアウト値管理ステップにおい
て、各非同期関数の特性に応じてタイムアウト値を計算
するプログラムを有したコンピュータで読み取り可能な
記憶媒体である。
According to a thirteenth aspect of the present invention, the computer readable storage medium has a program for calculating a timeout value in accordance with characteristics of each asynchronous function in the timeout value management step of the network device control method. This is a computer-readable storage medium.

【0021】請求項14の発明にかかるコンピュータで
読み取り可能な記憶媒体は、前記ネットワーク・デバイ
ス制御方法の前記タイマ管理ステップにおいて、タイム
アウト時に内部的にエラー情報を通知するプログラムを
有したコンピュータで読み取り可能な記憶媒体である。
According to a fourteenth aspect of the present invention, in the timer management step of the network device control method, the computer readable storage medium is readable by a computer having a program for internally notifying error information when a timeout occurs. Storage medium.

【0022】請求項15の発明にかかるコンピュータで
読み取り可能な記憶媒体は、前記ネットワーク・デバイ
ス制御方法の前記タイマ管理ステップにおいて、タイム
アウト後にサーバー・アプリケーションから受信したデ
ータを無視するプログラムを有したコンピュータで読み
取り可能な記憶媒体である。
According to a fifteenth aspect of the present invention, a computer readable storage medium is a computer having a program for ignoring data received from a server application after a timeout in the timer management step of the network device control method. It is a readable storage medium.

【0023】[0023]

【発明の実施の形態】先ず、本発明が適用されるネット
ワークについて説明する。図1は、プリンタをネットワ
ークに接続するためのネットワーク・ボード(NB)1
01を、開放型アーキテクチャを持つプリンタ102へ
つなげた場合を示す図である。NB101はローカル・
エリア・ネットワーク(LAN)100へ、たとえば、
同軸コネクタをもつEthernet(登録商標)イン
ターフェース10Base−2や、RJ−45を持つ1
0Base−T等のLANインターフェースを介して接
続されている。
DESCRIPTION OF THE PREFERRED EMBODIMENTS First, a network to which the present invention is applied will be described. FIG. 1 shows a network board (NB) 1 for connecting a printer to a network.
FIG. 1 is a diagram illustrating a case where the printer is connected to a printer having an open architecture. NB101 is local
To an area network (LAN) 100, for example,
An Ethernet (registered trademark) interface 10Base-2 having a coaxial connector and a 1 having an RJ-45
It is connected via a LAN interface such as 0Base-T.

【0024】PC103やPC104等の複数のパーソ
ナル・コンピュータ(PC)もまた、LAN100に接
続されており、ネットワークオペレーティングシステム
の制御のもと、これらのPC103,104はNB10
1と通信することができる。またPC103に、PC1
04に接続されているプリンタ105のようなプリンタ
を接続してもよい。
A plurality of personal computers (PCs) such as a PC 103 and a PC 104 are also connected to the LAN 100, and under the control of a network operating system, these PCs 103 and 104
1 can be communicated with. Also, PC1
A printer such as the printer 105 connected to the printer 04 may be connected.

【0025】また、LAN100にファイル・サーバー
106が接続されており、これは大容量(たとえば10
0億バイト)のネットワーク・ディスク107に記憶さ
れたファイルへのアクセスを管理する。プリント・サー
バー108は、接続されたプリンタ109aおよび10
9b、または遠隔地にあるプリンタ105などのプリン
タに印刷を行わせる。
A file server 106 is connected to the LAN 100 and has a large capacity (for example, 10
Manages access to files stored on the network disk 107 (100 million bytes). The print server 108 has connected printers 109a and 10
9b, or a printer such as the printer 105 at a remote location.

【0026】さらに詳しくは、図1に示すネットワーク
は、様々なネットワーク・メンバ間で効率良く通信を行
うために、NovellやUNIX(登録商標)のソフ
トウェアなどのネットワーク・ソフトウェアを使用する
ことができる。どのネットワーク・ソフトウェアを使用
することも可能であるが、たとえば、Novell社の
NetWare(Novell社の登録商標。以下省
略)ソフトウェアを使用することができる。このソフト
ウェアパッケージに関する詳細な説明は、NetWar
eパッケージに同梱されているオンラインドキュメンテ
ーションを参照のこと。これは、Novell社からN
etWareパッケージとともに購入可能である。
More specifically, the network shown in FIG. 1 can use network software such as Novell or UNIX (registered trademark) software in order to efficiently communicate between various network members. Although any network software can be used, for example, Novell's NetWare (registered trademark of Novell, hereinafter abbreviated) software can be used. A detailed description of this software package can be found at NetWar
Refer to the online documentation included with the ePackage. This is N from Novell
It can be purchased with the etWare package.

【0027】図1の構成について簡潔に説明すると、フ
ァイル・サーバー106は、LANメンバ間でデータの
ファイルの受信または、記憶、キューイング、キャッシ
ング、および送信を行うファイル管理部としての役割を
果たす。たとえば、PC103およびPC104のそれ
ぞれによって作られたデータファイルは、ファイル・サ
ーバー106へ送られ、ファイル・サーバー106はこ
れらのデータファイルを順に並べ、そしてプリント・サ
ーバー108からのコマンドにしたがって、並べられた
データファイルをプリンタ109aへ送信する。
Briefly describing the configuration of FIG. 1, the file server 106 serves as a file manager for receiving or storing, queuing, caching, and transmitting data files between LAN members. For example, the data files created by each of PC 103 and PC 104 are sent to file server 106, which sorts these data files in sequence, and is ordered according to commands from print server 108. The data file is transmitted to the printer 109a.

【0028】またPC103とPC104はそれぞれ、
データファイルの生成や、生成したデータファイルのL
AN100への送信や、また、LAN100からのファ
イルの受信や、更にそのようなファイルの表示及び/又
は処理を行うことのできる通常のPCで構成される。な
お、図1ではパーソナル・コンピュータ機器が示されて
いるが、ネットワーク・ソフトウェアを実行するのに適
切であるような、他のコンピュータ機器を含んでもよ
い。たとえば、UNIXのソフトウェアを使用している
場合に、UNIXワークステーションをネットワークに
含んでもよく、これらのワークステーションは、適切な
状況下で、図示されているPCと共に使用することがで
きる。
The PC 103 and the PC 104 are respectively
Generation of data file and L of generated data file
It comprises a normal PC capable of transmitting to the AN 100, receiving a file from the LAN 100, and displaying and / or processing such a file. It should be noted that although FIG. 1 shows a personal computer device, other computer devices that are suitable for executing network software may be included. For example, if using UNIX software, UNIX workstations may be included in the network, and these workstations may be used with the illustrated PC under appropriate circumstances.

【0029】通常、LAN100などのLANは、1つ
の建物内の1つの階または連続した複数の階でのユーザ
グループ等の、幾分ローカルなユーザグループにサービ
スを提供する。たとえば、ユーザが他の建物や他県にい
るなど、あるユーザが他のユーザから離れるにしたがっ
て、ワイドエリアネットワーク(WAN)を作ってもよ
い。WANは、基本的には、いくつかのLANを高速度
サービス総合デジタルネットワーク(ISDN)電話線
等の高速度デジタルラインで接続して形成された集合体
である。したがって、図1に示すように、LAN100
と、LAN110と、LAN120とは変調/復調(M
ODEM)/トランスポンダ130およびバックボーン
140を介して接続されてWANを形成する。これらの
接続は、数本のバスによる単純な電気的接続である。そ
れぞれのLANは専用のPCを含み、また、必ずしも必
要なわけではないが、通常はファイル・サーバーおよび
プリント・サーバーを含む。
Typically, a LAN such as LAN 100 provides services to a somewhat local group of users, such as a group of users on one floor or multiple consecutive floors in a building. For example, a wide area network (WAN) may be created as a user moves away from another user, such as when the user is in another building or another prefecture. A WAN is basically an aggregation formed by connecting several LANs with a high-speed digital line such as an integrated high-speed service digital network (ISDN) telephone line. Therefore, as shown in FIG.
, LAN 110 and LAN 120 are modulated / demodulated (M
ODEM) / transponder 130 and backbone 140 to form a WAN. These connections are simple electrical connections with several buses. Each LAN includes a dedicated PC, and usually, but not necessarily, includes a file server and a print server.

【0030】したがって図1に示すように、LAN11
0は、PC111と、PC112と、ファイル・サーバ
ー113と、ネットワーク・ディスク114と、プリン
ト・サーバー115と、プリンタ116およびプリンタ
117とを含む。対照的に、LAN120はPC121
とPC122のみを含む。LAN100と、LAN11
0と、LAN120とに接続されている機器は、WAN
接続を介して、他のLANの機器の機能にアクセスする
ことができる。
Therefore, as shown in FIG.
0 includes a PC 111, a PC 112, a file server 113, a network disk 114, a print server 115, a printer 116 and a printer 117. In contrast, LAN 120 is PC 121
And the PC 122 only. LAN100 and LAN11
0 and the devices connected to the LAN 120 are WAN
Through the connection, functions of other LAN devices can be accessed.

【0031】前述したプリンタ102には、ネットワー
クに接続するためのネットワーク・ボードNBが実装さ
れ、このボード上にエージェントが実装されている。こ
れにより、プリンタをネットワーク管理ソフトウェアに
よる管理の対象とすることができる。ユーザは、ネット
ワーク管理ソフトウェアを用いて制御対象のプリンタの
情報を得、また状態を変更することができる。より具体
的には、たとえばプリンタの液晶ディスプレイに表示さ
れている文字列を取得したり、デフォルトの給紙カセッ
トを変更したりすることができる。
A network board NB for connecting to a network is mounted on the printer 102, and an agent is mounted on this board. Thus, the printer can be managed by the network management software. The user can obtain the information of the printer to be controlled using the network management software and change the status. More specifically, for example, it is possible to obtain a character string displayed on a liquid crystal display of a printer, or to change a default paper cassette.

【0032】ネットワーク管理ソフトウェアが稼動する
PCについて、以下に説明する。図2において、200
はネットワーク管理ソフトウェアが稼動するPCであ
り、図1における103と同等のものである。
The PC on which the network management software runs will be described below. In FIG. 2, 200
Is a PC on which network management software runs, which is equivalent to 103 in FIG.

【0033】本発明の実施形態によるネットワーク管理
装置は、図2に示したような従来のネットワーク管理装
置を実現可能なPC(パーソナル・コンピュータ)と同
様の構成のPC上に、実現される。ハード・ディスク
(HD)211には、後述のすべての説明で動作主体と
なる本願に係るネットワーク管理ソフトウェアのプログ
ラムが格納される。後述のすべての説明において、とく
に断りのない限り、実行の主体は、ハード上はCPU2
01である。一方、ソフトウェア上の制御の主体は、ハ
ード・ディスク(HD)211に格納されたネットワー
ク管理ソフトウェアである。本実施例においては、OS
(オペレイティング・システム)はたとえば、ウィンド
ウズ95(マイクロソフト社製)を想定しているが、こ
れに限るものではない。
The network management device according to the embodiment of the present invention is realized on a PC having the same configuration as a PC (personal computer) capable of realizing the conventional network management device as shown in FIG. The hard disk (HD) 211 stores a network management software program according to the present invention, which is an operation main body in all the descriptions below. In all of the following description, unless otherwise specified, the subject of execution is the CPU 2 on the hardware.
01. On the other hand, the subject of control on the software is network management software stored on the hard disk (HD) 211. In this embodiment, the OS
The (operating system) is assumed to be, for example, Windows 95 (manufactured by Microsoft), but is not limited to this.

【0034】なお本願に係るネットワーク管理プログラ
ムは、フロッピー(登録商標)ディスクやCD−ROM
などの記憶媒体に格納された形で供給されても良く、そ
の場合には図2に示すフロッピーディスク・コントロー
ラ(FD)212または不図示のCD−ROMドライブ
などによって記憶媒体からプログラムが読み取られ、ハ
ード・ディスク(HD)211にインストールされる。
The network management program according to the present invention is a floppy (registered trademark) disk or CD-ROM.
In such a case, the program may be read from the storage medium by a floppy disk controller (FD) 212 or a CD-ROM drive (not shown) shown in FIG. It is installed on the hard disk (HD) 211.

【0035】以下の説明において、本願に係るネットワ
ーク管理ソフトウェアのGUI部分のプロセスを「Ne
tSpot GUI」、デバイスと通信する部分のプロ
セスを「VDC」と呼称する。
In the following description, the process of the GUI part of the network management software according to the present application is referred to as “Ne”.
The process of the part that communicates with the “tSpot GUI” and the device is called “VDC”.

【0036】図3あるいは図1において、PC103上
でNetSpot GUIのプロセス、PC121上で
VDCのプロセスをそれぞれ起動してプリンタ102
(SNMPエージェントが実装されている)を管理す
る。NetSpot GUIは、プロセス間通信の機能
を使用してVDCと通信を行い、VDCはSNMPプロ
トコルを使用してデバイスと通信を行う。
In FIG. 3 or FIG. 1, the NetSpot GUI process on the PC 103 and the VDC process on the PC 121 are activated to
(Where an SNMP agent is implemented). The NetSpot GUI communicates with the VDC using the inter-process communication function, and the VDC communicates with the device using the SNMP protocol.

【0037】デバイスから情報を取得するために、Ne
tSpot GUIはプロキシを用いてプロセス間通信
をし、VDCに取得したいデバイス情報を送信する。V
DCはスタブから送信された情報を受け取り、SNMP
プロトコルを用いてデバイスからMIB(Manage
ment Information Base;自分の
状態に関するデータであり、ここではデバイスの状態に
関するデータ・ベースを指す)情報を取得する。取得し
た情報は、VDCのスタブからプロセス間通信を使用し
てプロキシに送信され、プロキシからNetSpot
GUIにコールバック通知される。NetSpot G
UIは、VDCからコールバック通知された情報を基に
ビットマップ表示等を行ってデバイス情報を表示する。
この例を図4に示す。この例では、管理対象範囲に6個
のデバイスの存在と、それぞれのデバイスの製品名、ネ
ットワーク・アドレス、そしてMACアドレスを表示
し、そして最下段に表示されたデバイスの状態が、スリ
ープモードであることを示している。
To obtain information from the device, Ne
The tSpot GUI performs inter-process communication using a proxy, and transmits device information to be obtained to the VDC. V
The DC receives the information sent from the stub and sends the SNMP
MIB (Manage) from device using protocol
(ment information Base; data relating to the status of the device itself, indicating a data base relating to the status of the device). The acquired information is transmitted from the VDC stub to the proxy using inter-process communication.
The GUI is notified of the callback. NetSpot G
The UI displays device information by performing bitmap display or the like based on the information notified from the VDC by callback.
This example is shown in FIG. In this example, the presence of six devices in the management target range, the product name, network address, and MAC address of each device are displayed, and the state of the device displayed at the bottom is the sleep mode. It is shown that.

【0038】デバイスに情報を設定するために、Net
Spot GUIはプロキシを用いてプロセス間通信を
し、VDCに設定したいデバイス情報を送信する。VD
Cはスタブから送信された情報を受け取り、SNMPプ
ロトコルを用いてデバイスにMIB情報を設定する。設
定が成功したか失敗したかを示す情報は、VDCのスタ
ブからプロセス間通信を使用してプロキシに送信され、
プロキシからNetSpot GUIにコールバック通
知される。NetSpot GUIは、VDCからコー
ルバック通知された情報を基にビットマップ表示等を行
って設定情報を表示する。この例を図5に示す。デバイ
スとしてのプリンタの状態(Status)シートの表示例を示
している。この図は、ネットワーク周辺機器を管理・制
御するためのウィンドウ、すなわちデバイス詳細ウィン
ドウであり、ユーザがNetSpotを管理者モードで
起動したときに、ユーザの指示に応じてNetSpot
が順次表示していくウィンドウの1つの表示状態を示す
例である。ここでは、図4に表示されたデバイス(最下
段のデバイス)であるLASER SHOT LBP−
930の状態を示している。このウィンドウから、他に
ジョブ・シート、情報・シート、ネットワーク・シート
を選択表示することが可能である。ここでは、プリンタ
の図の下方に表示されているエラーに関する表示エリア
を示そうとしている。NetSpotはユーザからの指
示がない場合でも、NetSpotの動作状況やネット
ワークから得られた情報に応じて、各種のウィンドウを
自動的に表示するが、それらのウィンドウについては、
ここでは説明しない。
To set information in the device, Net
The Spot GUI performs inter-process communication using a proxy, and transmits device information to be set to the VDC. VD
C receives the information transmitted from the stub and sets MIB information in the device using the SNMP protocol. Information indicating the success or failure of the setting is sent from the VDC stub to the proxy using inter-process communication,
The proxy notifies the NetSpot GUI of the callback. The NetSpot GUI displays setting information by performing bitmap display or the like based on information notified from the VDC by callback. This example is shown in FIG. 7 shows a display example of a status sheet of a printer as a device. This figure is a window for managing and controlling network peripheral devices, that is, a device detail window. When a user starts NetSpot in the administrator mode, NetSpot is operated according to the user's instruction.
Is an example showing one display state of windows sequentially displayed. Here, the device shown in FIG. 4 (the lowermost device), LASER SHOT LBP-
930 is shown. From this window, a job sheet, an information sheet, and a network sheet can be selectively displayed. Here, an attempt is made to show a display area relating to an error displayed below the diagram of the printer. NetSpot automatically displays various windows in accordance with the operation status of NetSpot and information obtained from the network even when there is no instruction from the user.
It is not described here.

【0039】図6は、NetSpot GUIの要求に
従ってデバイスとの通信を行うウィンドウを示す。
FIG. 6 shows a window for performing communication with a device according to a request of the NetSpot GUI.

【0040】このNetSpot GUIのプロキシに
ついて、図7のフロー・チャートを用いて同期関数にお
ける動作、図8のフロー・チャートを用いて非同期関数
における動作を説明する。
The operation of the NetSpot GUI proxy in a synchronous function will be described with reference to the flow chart of FIG. 7, and the operation in the asynchronous function will be described with reference to the flow chart of FIG.

【0041】図7のS101において、呼び出されたA
PIの特性に応じて適切なタイムアウト値を取得する。
タイムアウト値に関しては、各モジュールの各API毎
にデータ・ベースに登録しておく。S102において同
期関数がVDC(スタブ)側で処理されマーシャリング
(Marshaling;配列する)されたデータがN
etSpot GUIのプロキシまで戻ってくる間の時
間を監視するために、S101で計算したタイムアウト
値を使用してタイマをかける。S103において、Ne
tSpot GUIからプロキシに対して同期関数によ
るリクエストを行う。プロキシはリクエスト・データを
マーシャリングして別プロセスであるVDCに送信す
る。プロキシはマーシャリングしたデータの送信後、N
etSpot GUIに同期関数を提供するために、V
DC(スタブ)からデータが返ってくるまで一時的にA
PI呼び出しされたスレッドを停止する。S104にお
いて、VDCからレスポンス受信したか確認する。VD
Cからレスポンスを受信した場合、S105においてN
etSpot GUIに対してすでに同期関数の戻り値
および引数を通知したかを確認する。NetSpot
GUIに対してすでに同期関数の戻り値および引数を通
知している場合、VDCから受信した情報を無視して処
理を終了する。NetSpot GUIに対して同期関
数の戻り値および引数を通知していない場合、S106
に進みVDCから受信したデータをアンマーシャリング
(展開)して正常な戻り値および引数を通知する。そし
て、S107においてNetSpot GUIに対して
同期関数の戻り値および引数を通知したことを記憶す
る。S104においてVDCからレスポンスを受信して
いない場合、S108に進みS102でかけたタイマが
タイムアウトしているか確認する。タイムアウトしてい
ない場合、S104に戻りVDCからレスポンスの受信
を待つ。タイムアウトしている場合、S109に進みエ
ラー情報の戻り値および引数をNetSpot GUI
に対して通知する。そして、S107に進みNetSp
ot GUIに対して同期関数の戻り値および引数を通
知したことを記憶する。
A called in S101 of FIG.
An appropriate timeout value is obtained according to the characteristics of the PI.
The timeout value is registered in the database for each API of each module. In S102, the data subjected to the synchronization function processing on the VDC (stub) side and marshaling (marshalling) is N
A timer is set using the timeout value calculated in S101 in order to monitor the time during which the proxy returns to the etSpot GUI proxy. In S103, Ne
A request by the synchronization function is made from the tSpot GUI to the proxy. The proxy marshalls the request data and sends it to another process, the VDC. Proxy sends N after sending the marshalled data
To provide a synchronization function to the etSpot GUI, V
A temporarily until data is returned from DC (stub)
Stop the thread where the PI was called. In S104, it is confirmed whether a response has been received from the VDC. VD
If a response is received from C, N
It is checked whether the return value and the argument of the synchronization function have been notified to the etSpot GUI. NetSpot
If the return value and the argument of the synchronization function have already been notified to the GUI, the processing is terminated ignoring the information received from the VDC. When the return value and the argument of the synchronization function have not been notified to the NetSpot GUI, S106
And unmarshalling (expanding) the data received from the VDC to notify a normal return value and argument. Then, the fact that the return value and the argument of the synchronization function have been notified to the NetSpot GUI in S107 is stored. If a response has not been received from the VDC in S104, the process proceeds to S108, and it is checked whether the timer set in S102 has timed out. If the timeout has not occurred, the process returns to S104 and waits for reception of a response from the VDC. If a timeout has occurred, the process advances to step S109, and the return value and argument of the error information are set in the NetSpot GUI
Notify to Then, the process proceeds to S107 and NetSp
It stores that the return value and the argument of the synchronization function have been notified to the ot GUI.

【0042】つぎに、非同期関数のコールバック呼び出
しについて図8のフロー・チャートを用いて説明する。
S201において、呼び出されたAPIに応じて適切な
タイムアウト値を計算する。タイムアウト値の計算方法
は図9のフロー・チャートを用いて後で説明する。S2
02において非同期関数のコールバックをVDCから受
け付ける時間を監視するために、S201で計算したタ
イムアウト値を使用してタイマをかける。S203にお
いて、NetSpot GUIからプロキシに対して非
同期関数によるリクエストを行う。プロキシはリクエス
ト・データをマーシャリングして別プロセスであるVD
Cに送信する。S204において、VDCから非同期関
数に対するコールバックを受信したか確認する。VDC
からコールバックを受信した場合、S205においてN
etSpot GUIに対してコールバックをすでに通
知したか確認する。NetSpot GUIに対してす
でにコールバックを通知している場合、VDCから受信
した情報を無視して処理を終了する。NetSpot
GUIに対してコールバックを通知していない場合、S
206に進みVDCから受信したデータをアンマーシャ
リングして正常なコールバックを通知する。そして、S
207においてNetSpot GUIに対してコール
バックを行ったことを記憶する。S204においてVD
Cからコールバックを受信していない場合、S208に
進みS202でかけたタイマがタイムアウトしているか
確認する。タイムアウトしていない場合、S204に戻
りVDCからコールバックの受信を待つ。タイムアウト
している場合、S209に進みエラー情報を含むコール
バックをNetSpot GUIに対して通知する。そ
して、S207に進みNetSpot GUIに対して
コールバックを行ったことを記憶する。
Next, the callback call of the asynchronous function will be described with reference to the flowchart of FIG.
In S201, an appropriate timeout value is calculated according to the called API. The calculation method of the timeout value will be described later with reference to the flowchart of FIG. S2
In 02, a timer is set using the timeout value calculated in S201 to monitor the time for receiving the callback of the asynchronous function from the VDC. In S203, a request is made from the NetSpot GUI to the proxy using an asynchronous function. The proxy marshalls the request data and creates a separate process, VD
Send to C. In S204, it is confirmed whether a callback for the asynchronous function has been received from the VDC. VDC
If a callback is received from
Check if the callback has already been notified to the etSpot GUI. If the callback has already been notified to the NetSpot GUI, the processing is terminated ignoring the information received from the VDC. NetSpot
If the callback has not been notified to the GUI, S
In step 206, the data received from the VDC is unmarshalled and a normal callback is notified. And S
At 207, the fact that a callback has been made to the NetSpot GUI is stored. VD in S204
If the callback has not been received from C, the process proceeds to S208, and it is confirmed whether or not the timer set in S202 has timed out. If the timeout has not occurred, the process returns to S204 and waits for the reception of the callback from the VDC. If a timeout has occurred, the process advances to step S209 to notify the NetSpot GUI of a callback including error information. Then, the process proceeds to S207, and the fact that the callback is performed to the NetSpot GUI is stored.

【0043】図9のフロー・チャートを用いてデバイス
の情報を取得する場合のタイムアウト値の計算方法につ
いて説明する。デバイス情報の取得のためには、デバイ
スの動作状況や様々な設定を表現する属性データを示す
プロパティを使用する。このプロパティの集合をVDC
にリクエストすることによって、デバイスから情報の取
得が可能である。S301において、1つのプロパティ
の取得を待つ時間であるタイムアウト値Aをデータ・ベ
ースから取得する。S302において、VDCの動作特
性によるタイムアウト値Bをデータ・ベースから取得す
る。たとえば、デバイス情報の取得において、各プロパ
ティ情報の取得に失敗した場合、3秒毎に3回再送する
メカニズムを持っているので、この特性を考慮したタイ
ムアウト値Bがデータ・ベース内に保持される。S30
3において、取得したタイムアウト値A,Bを使用し
て、実際にVDCからのコールバックの受信を待つ時間
を計算する。デバイス情報の取得においては、 (タイムアウト値A×プロパティ数)×タイムアウト値
B の計算式を用いる。
A method of calculating a timeout value when acquiring device information will be described with reference to the flowchart of FIG. In order to obtain device information, a property indicating attribute data representing the operation status of the device and various settings is used. This set of properties is VDC
, It is possible to obtain information from the device. In step S301, a timeout value A, which is a time to wait for acquisition of one property, is acquired from the database. In S302, a timeout value B based on the operation characteristics of the VDC is obtained from the database. For example, in the acquisition of device information, if acquisition of each property information fails, there is a mechanism for resending the information three times every 3 seconds. Therefore, a timeout value B considering this characteristic is held in the database. . S30
In step 3, using the obtained timeout values A and B, a time for actually waiting for the reception of the callback from the VDC is calculated. In obtaining the device information, a calculation formula of (timeout value A × number of properties) × timeout value B is used.

【0044】[0044]

【発明の効果】以上説明したように、本発明のネットワ
ーク・デバイス制御装置および方法によれば、ネットワ
ーク管理ソフトウェアの通信アプリケーションがGUI
アプリケーションにデータの送信に失敗した場合、GU
Iアプリケーション側でタイマ処理を行うことによりG
UIアプリケーションの動作の停止を防止することと、
タイムアウト後に通知された情報をプロキシ内で削除す
ることによりGUIアプリケーションの動作の妨害を防
ぐことができるという効果がある。
As described above, according to the network device control apparatus and method of the present invention, the communication application of the network management software is implemented by the GUI.
GU if failed to send data to application
By performing timer processing on the I application side, G
Preventing the operation of the UI application from being stopped;
By deleting the information notified after the timeout in the proxy, it is possible to prevent the operation of the GUI application from being disturbed.

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

【図1】プリンタをネットワークに接続するためのネッ
トワーク・ボードを、開放型アーキテクチャを持つプリ
ンタへつなげた場合を示す図である。
FIG. 1 is a diagram illustrating a case where a network board for connecting a printer to a network is connected to a printer having an open architecture.

【図2】ネットワーク管理ソフトウェアが稼動可能なP
Cの構成を示すブロック図である。
FIG. 2 shows a P on which network management software can operate.
It is a block diagram which shows the structure of C.

【図3】NetSpot GUIのプロセス、VDCの
プロセスをそれぞれ起動してデバイスを管理するさいの
それぞれのPC、あるいはプロセス間通信の様子を示す
図である。
FIG. 3 is a diagram illustrating a state of a PC or a process of inter-process communication when a NetSpot GUI process and a VDC process are activated to manage devices.

【図4】VDCからコールバック通知された情報を基に
ビットマップ表示等を行ってデバイス情報を表示した例
を示す図である。
FIG. 4 is a diagram illustrating an example in which device information is displayed by performing bitmap display or the like based on information notified by a callback from the VDC.

【図5】管理対象デバイスの状態(Status)シー
トの表示例を示す図である。
FIG. 5 is a diagram showing a display example of a status (Status) sheet of a device to be managed;

【図6】管理対象デバイスと通信をおこなうVDCのウ
インドウを示す図である。
FIG. 6 is a diagram illustrating a window of a VDC that communicates with a device to be managed.

【図7】本発明の実施形態におけるNetSpot G
UIのプロキシについて、同期関数における動作を示す
フロー・チャートである。
FIG. 7 shows NetSpot G in the embodiment of the present invention.
6 is a flowchart illustrating an operation in a synchronization function for a UI proxy.

【図8】本発明の実施形態におけるNetSpot G
UIのプロキシについて、非同期関数における動作を示
すフロー・チャートである。
FIG. 8 shows NetSpot G in the embodiment of the present invention.
6 is a flowchart showing an operation in an asynchronous function for a UI proxy.

【図9】本発明の実施形態におけるデバイスの情報を取
得する場合のタイムアウト値の計算方法について説明す
るフロー・チャートである。
FIG. 9 is a flowchart illustrating a method of calculating a timeout value when acquiring device information according to an embodiment of the present invention.

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

100 ローカル・エリア・ネットワーク(LAN) 101 ネットワーク・ボード(NB) 102 開放型アーキテクチャを持つプリンタ 103 LAN100に接続されているパーソナル・
コンピュータ(PC) 104 LAN100に接続されているパーソナル・
コンピュータ(PC) 105 PC104に接続されているプリンタ 106 LAN100に接続されているファイル・サ
ーバー 107 LAN100に含まれるネットワーク・ディ
スク 108 LAN100に含まれるプリント・サーバー 109a プリント・サーバー108に接続されたプ
リンタ 109b プリント・サーバー108に接続されたプ
リンタ 110 ローカル・エリア・ネットワーク(LAN) 111 LAN110に接続されているパーソナル・
コンピュータ(PC) 112 LAN110に接続されているパーソナル・
コンピュータ(PC) 113 LAN110に接続されているファイル・サ
ーバー 114 LAN110に含まれるネットワーク・ディ
スク 115 LAN110に含まれるプリント・サーバー 116 プリント・サーバー110に接続されたプリ
ンタ 117 プリント・サーバー110に接続されたプリ
ンタ 120 ローカル・エリア・ネットワーク(LAN) 121 LAN100に接続されているパーソナル・
コンピュータ(PC) 122 LAN120に接続されているパーソナル・
コンピュータ(PC) 130 変調/復調(MODEM)/トランスポンダ 140 バックボーン 200 ネットワーク管理ソフトウェアが稼動するP
C 201 FD212より供給されるネットワーク管理
プログラムを実行するCPU 202 PC200のROM 203 PC200のRAM 204 PC200のシステム・バス 205 PC200のキーボード・コントローラ(K
BC) 206 PC200のCRTコントローラ(CRT
C) 207 PC200のディスク・コントローラ(DK
C) 208 PC200のネットワーク・インタフェース
カード(NIC) 209 PC200のキーボード(KB) 210 PC200のCRTディスプレイ(CRT) 211 PC200のハード・ディスク(HD) 212 フロッピー・ディスクドライブ(FD)
REFERENCE SIGNS LIST 100 Local area network (LAN) 101 Network board (NB) 102 Printer having open architecture 103 Personal computer connected to LAN 100
Computer (PC) 104 Personal computer connected to LAN 100
Computer (PC) 105 Printer connected to PC 104 106 File server connected to LAN 100 107 Network disk included in LAN 100 108 Print server 109a included in LAN 100 Printer 109b connected to print server 108 Print A printer 110 connected to the server 108 a local area network (LAN) 111 a personal computer connected to the LAN 110
Computer (PC) 112 Personal computer connected to LAN 110
Computer (PC) 113 File server connected to LAN 110 114 Network disk included in LAN 110 115 Print server included in LAN 110 116 Printer connected to print server 110 117 Printer connected to print server 110 120 Local Area Network (LAN) 121 Personal Network Connected to LAN 100
Computer (PC) 122 Personal computer connected to LAN 120
Computer (PC) 130 Modulation / Demodulation (MODEM) / Transponder 140 Backbone 200 P on which network management software runs
C 201 CPU that executes a network management program supplied from FD 212 202 ROM of PC 200 203 RAM of PC 200 204 System bus of PC 200 205 Keyboard controller of PC 200 (K
BC) 206 CRT controller of PC200 (CRT
C) 207 PC 200 disk controller (DK
C) 208 Network interface card (NIC) of PC 200 209 Keyboard (KB) of PC 200 210 CRT display (CRT) of PC 200 211 Hard disk (HD) of PC 200 212 Floppy disk drive (FD)

Claims (15)

【特許請求の範囲】[Claims] 【請求項1】 ネットワーク・デバイスと通信するクラ
イアント・サーバー型のネットワーク・デバイス制御装
置であって、 前記ネットワーク・デバイスのデバイス情報を表示する
表示手段と、 前記ネットワーク・デバイスのデバイス情報を取得し、
前記ネットワーク・デバイスにデバイス情報を設定する
サーバー・アプリケーションと通信する通信手段と、 前記通信手段により送受信するデータを変換するデータ
変換手段と、 前記通信手段をタイマにより管理するタイマ管理手段
と、 前記タイマ管理手段によって使用されるタイムアウト値
の情報を管理するタイムアウト値管理手段と、を有する
ことを特徴とするネットワーク・デバイス制御装置。
1. A client-server type network device control device that communicates with a network device, comprising: display means for displaying device information of the network device; and acquiring device information of the network device;
Communication means for communicating with a server application for setting device information in the network device; data conversion means for converting data transmitted and received by the communication means; timer management means for managing the communication means by a timer; and the timer A network device control apparatus, comprising: a timeout value management unit that manages information on a timeout value used by the management unit.
【請求項2】 前記ネットワーク・デバイス制御方法の
前記タイムアウト値管理手段において、 各同期関数の特性に応じて定められたタイムアウト値を
格納することを特徴とする請求項1に記載のネットワー
ク・デバイス制御装置。
2. The network device control according to claim 1, wherein the timeout value management means of the network device control method stores a timeout value determined according to a characteristic of each synchronization function. apparatus.
【請求項3】 前記ネットワーク・デバイス制御方法の
前記タイムアウト値管理手段において、 各非同期関数の特性に応じてタイムアウト値を計算する
ことを特徴とする請求項1に記載のネットワーク・デバ
イス制御装置。
3. The network device control apparatus according to claim 1, wherein the timeout value management means of the network device control method calculates a timeout value according to a characteristic of each asynchronous function.
【請求項4】 前記ネットワーク・デバイス制御方法の
前記タイマ管理手段において、 タイムアウト時に内部的にエラー情報を通知することを
特徴とする請求項1に記載のネットワーク・デバイス制
御装置。
4. The network device control apparatus according to claim 1, wherein the timer management means of the network device control method internally notifies error information when a timeout occurs.
【請求項5】 前記ネットワーク・デバイス制御方法の
前記タイマ管理手段において、 タイムアウト後にサーバー・アプリケーションから受信
したデータを無視することを特徴とする請求項1に記載
のネットワーク・デバイス制御装置。
5. The network device control apparatus according to claim 1, wherein the timer management means of the network device control method ignores data received from a server application after a timeout.
【請求項6】 ネットワーク・デバイス制御方法におい
て、 ネットワーク・デバイスのデバイス情報を表示する表示
ステップと、 前記ネットワーク・デバイスのデバイス情報を取得し、
前記ネットワーク・デバイスにデバイス情報を設定する
サーバー・アプリケーションと通信する通信ステップ
と、 前記記通信ステップにより送受信するデータを変換する
データ変換ステップと、 前記記通信ステップをタイマにより管理するタイマ管理
ステップと、 前記タイマ管理ステップによって使用されるタイムアウ
ト値の情報を管理するタイムアウト値管理ステップと、
を有することを特徴とするネットワーク・デバイス制御
方法。
6. A network device control method, comprising: displaying a device information of a network device; acquiring device information of the network device;
A communication step of communicating with a server application that sets device information on the network device; a data conversion step of converting data transmitted and received by the communication step; and a timer management step of managing the communication step by a timer; A timeout value management step of managing information of a timeout value used by the timer management step,
A method for controlling a network device, comprising:
【請求項7】 前記ネットワーク・デバイス制御方法の
前記タイムアウト値管理ステップにおいて、 各同期関数の特性に応じて定められたタイムアウト値を
格納することを特徴とする請求項6に記載のネットワー
ク・デバイス制御方法。
7. The network device control according to claim 6, wherein in the timeout value management step of the network device control method, a timeout value determined according to characteristics of each synchronization function is stored. Method.
【請求項8】 前記ネットワーク・デバイス制御方法の
前記タイムアウト値管理ステップにおいて、 各非同期関数の特性に応じてタイムアウト値を計算する
ことを特徴とする請求項6に記載のネットワーク・デバ
イス制御方法。
8. The network device control method according to claim 6, wherein in the timeout value management step of the network device control method, a timeout value is calculated according to characteristics of each asynchronous function.
【請求項9】 前記ネットワーク・デバイス制御方法の
前記タイマ管理ステップにおいて、 タイムアウト時に内部的にエラー情報を通知することを
特徴とする請求項6に記載のネットワーク・デバイス制
御方法。
9. The network device control method according to claim 6, wherein in the timer management step of the network device control method, error information is notified internally when a timeout occurs.
【請求項10】 前記ネットワーク・デバイス制御方法
の前記タイマ管理ステップにおいて、 タイムアウト後にサーバー・アプリケーションから受信
したデータを無視することを特徴とする請求項6に記載
のネットワーク・デバイス制御方法。
10. The network device control method according to claim 6, wherein in the timer management step of the network device control method, data received from a server application after a timeout is ignored.
【請求項11】 コンピュータで読み取り可能な記憶媒
体において、 ネットワーク・デバイスのデバイス情報を表示する表示
ステップと、 前記ネットワーク・デバイスのデバイス情報を取得し、
前記ネットワーク・デバイスにデバイス情報を設定する
サーバー・アプリケーションと通信する通信ステップ
と、 上記通信ステップにより送受信するデータを変換するデ
ータ変換ステップと、 上記通信ステップをタイマにより管理するタイマ管理ス
テップと、 上記タイマ管理ステップによって使用されるタイムアウ
ト値の情報を管理するタイムアウト値管理ステップとを
実行させるためのプログラムを記録したコンピュータ読
み取り可能な記録媒体。
11. A display step of displaying device information of a network device on a computer-readable storage medium, acquiring device information of the network device,
A communication step of communicating with a server application for setting device information in the network device; a data conversion step of converting data transmitted and received by the communication step; a timer management step of managing the communication step by a timer; and the timer A computer-readable recording medium recording a program for executing a time-out value management step of managing time-out value information used by the management step.
【請求項12】 前記コンピュータで読み取り可能な記
憶媒体に記録された前記プログラムの前記タイムアウト
値管理ステップにおいて、 各同期関数の特性に応じて定められたタイムアウト値を
格納することを特徴とする請求項10に記載のコンピュ
ータ読み取り可能な記録媒体。
12. The time-out value management step of the program recorded on the computer-readable storage medium, wherein a time-out value determined according to characteristics of each synchronization function is stored. A computer-readable recording medium according to claim 10.
【請求項13】 前記コンピュータで読み取り可能な記
憶媒体に記録された前記プログラムの前記タイムアウト
値管理ステップにおいて、 各非同期関数の特性に応じてタイムアウト値を計算する
ことを特徴とする請求項10に記載のコンピュータ読み
取り可能な記録媒体。
13. The timeout value management step of the program recorded on the computer-readable storage medium, wherein a timeout value is calculated according to characteristics of each asynchronous function. Computer readable recording medium.
【請求項14】 前記ネットワーク・デバイス制御方法
の前記タイマ管理ステップにおいて、 タイムアウト時に内部的にエラー情報を通知することを
特徴とする請求項10に記載のコンピュータ読み取り可
能な記録媒体。
14. The computer-readable recording medium according to claim 10, wherein in the timer management step of the network device control method, error information is notified internally when a timeout occurs.
【請求項15】 前記コンピュータで読み取り可能な記
憶媒体に記録された前記プログラムの前記タイマ管理ス
テップにおいて、 タイムアウト後にサーバー・アプリケーションから受信
したデータを無視することを特徴とする請求項10に記
載のコンピュータ読み取り可能な記録媒体。
15. The computer according to claim 10, wherein in the timer management step of the program recorded on the computer-readable storage medium, data received from a server application after a timeout is ignored. A readable recording medium.
JP2000089656A 2000-02-23 2000-03-28 Unit and method for network device control Pending JP2001282656A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2000089656A JP2001282656A (en) 2000-03-28 2000-03-28 Unit and method for network device control
US09/789,642 US20010023444A1 (en) 2000-02-23 2001-02-22 Information processing apparatus, information processing method and information processing program for transmitting data to external apparatus for communication of information on device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000089656A JP2001282656A (en) 2000-03-28 2000-03-28 Unit and method for network device control

Publications (1)

Publication Number Publication Date
JP2001282656A true JP2001282656A (en) 2001-10-12

Family

ID=18605387

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000089656A Pending JP2001282656A (en) 2000-02-23 2000-03-28 Unit and method for network device control

Country Status (1)

Country Link
JP (1) JP2001282656A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007295587A (en) * 2007-05-15 2007-11-08 Canon Inc Server device and control method therefor
JP2008537612A (en) * 2005-01-06 2008-09-18 テーベラ・インコーポレーテッド Intelligent messaging application programming interface
US7546365B2 (en) 2002-04-30 2009-06-09 Canon Kabushiki Kaisha Network device management system and method of controlling same
US7680896B2 (en) 2001-10-26 2010-03-16 Canon Kabushiki Kaisha Obtaining or sending information to a device on a network by a client apparatus
US8174713B2 (en) 2004-11-05 2012-05-08 Brother Kogyo Kabushiki Kaisha Image processing system with an information transmitting system, image processing device and data processing program therefor
JP2013042466A (en) * 2011-08-19 2013-02-28 Canon Inc Information processing apparatus, information processing method, and program

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7680896B2 (en) 2001-10-26 2010-03-16 Canon Kabushiki Kaisha Obtaining or sending information to a device on a network by a client apparatus
US7546365B2 (en) 2002-04-30 2009-06-09 Canon Kabushiki Kaisha Network device management system and method of controlling same
US8174713B2 (en) 2004-11-05 2012-05-08 Brother Kogyo Kabushiki Kaisha Image processing system with an information transmitting system, image processing device and data processing program therefor
JP2008537612A (en) * 2005-01-06 2008-09-18 テーベラ・インコーポレーテッド Intelligent messaging application programming interface
JP2007295587A (en) * 2007-05-15 2007-11-08 Canon Inc Server device and control method therefor
JP4671438B2 (en) * 2007-05-15 2011-04-20 キヤノン株式会社 Server apparatus and control method thereof
JP2013042466A (en) * 2011-08-19 2013-02-28 Canon Inc Information processing apparatus, information processing method, and program
US9729656B2 (en) 2011-08-19 2017-08-08 Canon Kabushiki Kaisha Information processing apparatus, information processing method, and storage medium storing program

Similar Documents

Publication Publication Date Title
JP3684108B2 (en) Network device management apparatus and method
JP3935276B2 (en) Network device management method, apparatus, storage medium, and transmission apparatus
US7155497B2 (en) Configuring a network parameter to a device
JPH11282786A (en) Device and method for managing network device, and recording medium
JP2001282655A (en) Method, device, and storage medium for network device management
JP2000172600A (en) Network constitution investigation method, network equipment control method and device therefor
JP2001282656A (en) Unit and method for network device control
US20100332681A1 (en) Communication apparatus capable of selecting a proper source address from a plurality of source addresses assigned thereto, method of controlling the same, and storage medium
JP3944030B2 (en) Network device control apparatus, network device control method, and program for implementing the control method
JP2003006068A (en) Network device managing device, managing method and management program
JP2003099341A (en) Network device-managing device, managing system, managing method and network device
JP2000353136A (en) Network device search device and its method, and storage medium
JP2003015973A (en) Network device management device, management method and management program
US20010023444A1 (en) Information processing apparatus, information processing method and information processing program for transmitting data to external apparatus for communication of information on device
JP2011035753A (en) Network management system
JP2004054657A (en) Network device management device
JP2001331393A (en) Device and method for controlling network device
JP2001256153A (en) Device and method for controlling network device
JP3950736B2 (en) Network device management system and control method thereof
JPH11296467A (en) Method and device for network device control, and recording medium
JP2000183877A (en) Unit and method for network device control
JP2000194626A (en) Control device and method for network device
JP2002140242A (en) Device and method for network management, and storing medium
JP3869924B2 (en) Network control device, communication protocol setting method, and storage medium storing computer-readable program
JP2001237884A (en) Network device controller, network system, network device control method and storage medium