JP4709004B2 - Image processing apparatus, method, and program - Google Patents
Image processing apparatus, method, and program Download PDFInfo
- Publication number
- JP4709004B2 JP4709004B2 JP2005380174A JP2005380174A JP4709004B2 JP 4709004 B2 JP4709004 B2 JP 4709004B2 JP 2005380174 A JP2005380174 A JP 2005380174A JP 2005380174 A JP2005380174 A JP 2005380174A JP 4709004 B2 JP4709004 B2 JP 4709004B2
- Authority
- JP
- Japan
- Prior art keywords
- processing apparatus
- driver
- image input
- unit
- external information
- 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.)
- Expired - Fee Related
Links
Images
Landscapes
- Computer And Data Communications (AREA)
- Facsimiles In General (AREA)
- Accessory Devices And Overall Control Thereof (AREA)
Description
本発明は、例えばドライバを外部装置から受信して実行可能とできる情報処理装置及び方法及びプログラムに関する。 The present invention relates to an information processing apparatus, method, and program capable of receiving and executing a driver from an external device, for example.
イメージスキャナやデジタルカメラ、ファクシミリ受信装置等の入力装置とプリンタやファクシミリ送信装置等の出力装置などの単機能装置を互いにネットワーク接続し、これら単機能装置の機能を組み合わせた複合機能を提供する分散型の文書処理システムの開発研究が盛んに行なわれている。また、単一の匡体内に複数の上記単機能装置の機能を統合したいわゆるマルチファンクションプロダクト(MFP)においても同様に、その内部の単機能を切り出して、ネットワークを介し他の装置の機能と組み合わせることで種々の複合機能を適宜柔軟に実現することが求められ、分散型文書処理システムの開発研究が盛んに行なわれている。 A distributed type that provides a composite function that combines the functions of these single function devices by connecting a single function device such as an image scanner, digital camera, or facsimile receiver to a single function device such as a printer or facsimile transmitter. Research and development of document processing systems is actively conducted. Similarly, in a so-called multi-function product (MFP) in which the functions of a plurality of the above-mentioned single function devices are integrated in a single casing, the internal single functions are cut out and combined with the functions of other devices via a network. Therefore, various composite functions are required to be flexibly realized as appropriate, and research and development of distributed document processing systems are actively conducted.
ネットワークに分散した情報処理装置間に跨った機能の提供を容易にするためのプログラミングモデルとしてリモートプロシージャコール(RPC)や分散オブジェクトの技術が広く知られている。分散オブジェクトは、オブジェクト指向のソフトウェアモデルを分散システムに拡張したものであり、あるネットワークノード上のオブジェクトが同一ノード上のオブジェクトの操作を呼び出す手順と同等の手順によって(透過に)他のネットワークノード上のオブジェクトの操作の呼び出しを可能とするものである。 As a programming model for facilitating provision of functions across information processing apparatuses distributed in a network, remote procedure call (RPC) and distributed object techniques are widely known. A distributed object is an extension of an object-oriented software model to a distributed system, and is performed on another network node (transparently) by a procedure equivalent to a procedure in which an object on one network node calls an object operation on the same node. The object operation can be called.
分散オブジェクト技術を用いて、分散オブジェクト環境対応画像入出力装置のスキャンサービスやPDLプリントサービス、そしてプリントサービスを利用するために、それぞれの分散オブジェクト環境対応画像入出力装置からスタブドライバをダウンロードすることができる。 In order to use the distributed object environment compatible image input / output device scan service, PDL print service, and print service using the distributed object technology, a stub driver may be downloaded from each distributed object environment compatible image input / output device. it can.
しかしながらこのためには、ネットワーク11上にあらかじめ分散オブジェクト環境対応画像入出力装置が存在していることをクライアントコンピュータを利用するユーザーは知っていなければならない。 However, for this purpose, the user using the client computer must know in advance that the distributed object environment compatible image input / output device exists on the network 11.
本発明は上記の問題を解決するためになされたものであり、クライアントコンピュータを利用するユーザーがネットワークの構成を知らなくても、自分の利用したい周辺機器のサービスに対応したドライバをダウンロードできる情報処理装置及び方法及びプログラムを提供することを目的とする。 The present invention has been made to solve the above-described problem, and information processing that enables a user who uses a client computer to download a driver corresponding to a service of a peripheral device that the user wants to use without knowing the network configuration. An object is to provide an apparatus, a method, and a program.
上記目的を達成するために、本発明は次のような構成からなる。すなわち、外部情報処理装置とスキャナ装置とにネットワークを介して接続された画像処理装置であって、前記外部情報処理装置から前記スキャナ装置に対する要求を行って前記外部情報処理装置がスタブドライバを取得した後に、前記外部情報処理装置から送信されてくる前記スタブドライバを取得する取得手段と、画像処理装置において実行されるプリントメソッドの中で、前記スキャナ装置のスキャン処理を実行させるための読み込みメソッドを実行する実行手段と、画像処理装置において印刷出力をさせるべく、前記読み込みメソッドの実行に応答して行われる前記スキャナ装置におけるスキャン処理により得られたデータを、前記取得手段が取得したスタブドライバの制御下にて受信する受信手段とを備えることを特徴とする。 In order to achieve the above object, the present invention comprises the following arrangement. That is, an image processing apparatus connected to an external information processing apparatus and a scanner apparatus via a network, wherein the external information processing apparatus obtains a stub driver by making a request to the scanner apparatus from the external information processing apparatus. after the obtaining means for obtaining said stub driver transmitted from the external information processing apparatus, in a printing method executed in the image processing apparatus, the read methods for executing the scan processing of the scanner device Execution means for executing, and control of the stub driver obtained by the acquisition means for obtaining data obtained by scanning processing in the scanner device performed in response to execution of the reading method in order to cause the image processing apparatus to perform print output And receiving means for receiving below .
本発明によれば、デバイスの機能を一元的に管理でき、システムやデバイスに関する知識が無い利用者であっても、デバイスを利用することができる。 According to the present invention, the functions of a device can be managed centrally, and even a user who has no knowledge about a system or a device can use the device.
[第1実施形態]
図1は本発明の第1の実施形態であるネットワークシステムを示す図である。同図において、ネットワーク11にはJava(登録商標)やCORBAといった分散オブジェクト環境に対応している2台の画像入出力装置12−1、12−2とクライアントコンピュータ13、サービスドライバサーバコンピュータ14が接続されている。分散オブジェクト環境対応画像入出力装置12−1と12−2はそれぞれのデータをネットワーク11を介して転送することができる。また、クライアントコンピュータ13から分散オブジェクト環境対応画像入出力装置12−1と12−2をそれぞれ遠隔操作を行うことができるようになっている。
[First Embodiment]
FIG. 1 is a diagram showing a network system according to the first embodiment of the present invention. In the figure, connected to the network 11 are two image input / output devices 12-1, 12-2, a
サービスドライバサーバコンピュータ14はクライアントコンピュータ13から分散オブジェクト環境対応画像入出力装置12を遠隔操作するために必要なサービスドライバが登録されている。
The service
<画像入出力装置の構成>
図2は図1の分散オブジェクト環境対応画像入出力装置12−1,12−2の構成を示すブロック図である。
<Configuration of image input / output device>
FIG. 2 is a block diagram showing the configuration of the distributed object environment compliant image input / output devices 12-1 and 12-2 of FIG.
同図において、リーダ部1は原稿の画像を読み取り、原稿画像に応じた画像データを画像入出力制御部3へ出力する。プリンタ部2は画像入出力制御部3からの画像データに応じた画像を記録紙上に記録する。画像入出力制御部3はリーダ部1およびプリンタ部2に接続されており、ファクシミリ部4、ストレージ部5、コンピュータインターフェイス部7、RIP(Raster Image Processor)部8、操作部9、コア部10などからなる。
In the figure, a
ファクシミリ部4は電話回線を介して受信した圧縮画像データを伸長して、伸長された画像データをコア部10へ転送し、又、コア部10から転送された画像データを圧縮して、圧縮された圧縮画像データを電話回線を介して送信する。送受信する画像データは、ストレージ部5に接続されたハードディスク6中に一時的に保存することができる。
The facsimile unit 4 decompresses the compressed image data received via the telephone line, transfers the decompressed image data to the
ストレージ部5にはハードディスク6が接続されており、ストレージ部5はコア部10から転送された画像データを圧縮し、その画像データを検索するためのID番号とともにハードディスク6に記憶させる。又、ストレージ部5はコア部10を介して転送されたコードデータに基づいてハードディスク6に記憶されている圧縮画像データを検索し、検索された圧縮画像データを読み出して伸長し、伸長された画像データをコア部10へ転送する。コンピュータインターフェイス部7は、ネットワーク11とコア部10の間のインターフェイスであり、クライアントコンピュータ13や他の分散オブジェクト環境対応画像入出力装置12とのデータのやり取りを行う。
A
RIP部8はネットワーク11から転送された画像を表すコードデータ(PDL)をプリンタ部2で記録できる画像データに展開するものである。
The
操作部9はタッチパネルディスプレイとハードキーを備え、ユーザーインターフェースにより、本分散オブジェクト環境対応画像入出力装置への動作指示や動作設定等を行うものである。
The
コア部10については後述するが、コア部10はリーダ部1、プリンタ部2、ファクシミリ部4、ストレージ部5、コンピュータインターフェイス部7、RIP部8、操作部9のそれぞれの間のデータの流れを制御するものである。
Although the
図3はリーダ部1及びプリンタ部2の断面図である。リーダ部1の原稿給送装置101は原稿を先頭順に1枚ずつプラテンガラス102上へ給送し、原稿の読み取り動作終了後、プラテンガラス102上の原稿を排出するものである。原稿がプラテンガラス102上に搬送されると、ランプ103を点灯し、そしてスキャナユニット104の移動を開始させて、原稿を露光走査する。この時の原稿からの反射光は、ミラー105、106、107、及びレンズ108によってCCDイメージセンサ(以下CCDという)109へ導かれる。このように、走査された原稿の画像はCCD109によって読み取られる。CCD109から出力される画像データは、所定の処理が施された後、画像入出力制御部3のコア部10へ転送される。
FIG. 3 is a cross-sectional view of the
プリンタ部2のレーザドライバ221はレーザ発光部201を駆動するものであり、画像入出力制御部3のコア部10から出力された画像データに応じたレーザ光をレーザ発光部201に発光させる。このレーザ光は感光ドラム202に照射され、感光ドラム202にはレーザ光に応じた潜像が形成される。この感光ドラム202の潜像の部分には現像器203によって現像剤が付着される。そして、レーザ光の照射開始と同期したタイミングで、カセット204及びカセット205のいずれかから記録紙を給紙して転写部206へ搬送し、感光ドラム202に付着された現像剤を記録紙に転写する。現像剤の乗った記録紙は定着部207に搬送され、定着部207の熱と圧力により現像剤は記像紙に定着される。定着部207を通過した記録紙は排出ローラ208によって排出され、フィニッシャー220は排出された記録紙を束ねて記録紙の仕分けをしたり、仕分けされた記録紙のステイプルを行う。また、両面記録が設定されている場合は、排出ローラ208のところまで記録紙を搬送した後、排出ローラ208の回転方向を逆転させ、フラッパ209によって再給紙搬送路210へ導く。再給紙搬送路210へ導かれた記録紙は上述したタイミングで転写部206へ給紙される。
The
図4はコア部10のブロック図である。リーダ部1からの画像データはインターフェース122を介して、データ処理部121へ転送される。データ処理部121は画像の回転処理や変倍処理などの画像処理や画像データの圧縮、伸長を行うものであり、内部にA4/Letterサイズ相当の画像データ複数ページ分のページメモリを有する。リーダ部1からデータ処理部121へ転送された画像データは、ページメモリに一時的に記憶された後、圧縮されてインターフェイス120を介してストレージ部5へ転送される。また、コンピュータインターフェイス部7を介して入力された画像を表すコードデータ(PDL)は、インターフェース120を介してデータ処理部121に転送された後RIP部8へ転送されて画像データに展開され、この画像データはデータ処理部121に転送された後、ページメモリに一時的に記憶された後、圧縮されてストレージ部5へ転送される。ファクシミリ部4からの画像データは、データ処理部121へ転送された後、ページメモリに一時的に記憶された後、圧縮されてストレージ部5へ転送される。また、ストレージ部5からの画像データは、データ処理部121へ転送された後、伸長されてページメモリに一時的に記憶された後、プリンタ部2やファクシミリ部4、コンピュータインターフェイス部7へ転送される。尚、前述したデータ処理部121へ各種画像データを入力し、ページメモリに一時的に記憶した後、ストレージ部5へ画像データを転送する前に、プリンタ部2やファクシミリ部4、コンピュータインダーフェイス部7へ転送することも内部のセレクタを切り替えて転送することができる。
FIG. 4 is a block diagram of the
CPU123は、メモリ124に記憶されている制御プログラム、及び操作部9から転送された制御コマンドに従ってこのような制御を行う。また、メモリ124はCPU123の作業領域としても使われる。このように、コア部10を中心に、データ処理部121およびストレージ部5を介して、原稿画像の読み取り、画像のプリント、画像の送受信、画像の保存、コンピュータからのデータの入出力などの機能を複合させた処理を行うことが可能である。
The
<ジョブ制御>
次に、本実施例に係る分散オブジェクト環境対応画像入出力装置におけるジョブ制御について、図5を用いて説明する。図5はジョブ制御の単位を論理的に示したものである。ジョブ制御の単位は複数ページを含む画像データひとまとまりに対する入力および出力処理である。これにより制御されるジョブは画像入力ジョブと画像出力ジョブに大別される。画像入力ジョブはリーダー部で読み取った画像データを順次ストレージ部5へ記録する画像入力ジョブ411、RIP部で展開された画像データを順次ストレージ部5へ記録する画像入力ジョブ412、ファクシミリ部で受信された画像データを順次ストレージ部5へ記録する画像入力ジョブ413、コンピュータインターフェース部から入力された画像データを順次ストレージ部5へ記録する画像入力ジョブ414にさらに分類される。また、画像出力ジョブは、ストレージ部5から読み出した画像データを順次プリンタ部へ出力する画像出力ジョブ401、ストレージ部5から読み出した画像データを順次ファクシミリ部へ出力する画像出力ジョブ403、ストレージ部5から読み出した画像データを順次コンピュータインターフェース部へ出力する画像出力ジョブ404に分類される。
<Job control>
Next, job control in the distributed object environment compliant image input / output apparatus according to the present embodiment will be described with reference to FIG. FIG. 5 logically shows the unit of job control. The unit of job control is input and output processing for a group of image data including a plurality of pages. Jobs controlled in this way are roughly divided into image input jobs and image output jobs. The image input job is received by the
図6は、複数のジョブを組み合わせた単位(以下セッションと呼ぶ)の一例を示したものである。コピーセッション501は、画像入力ジョブ411と画像出力ジョブ401を組み合わせてセッションとして制御する。PDLプリントセッション502は、画像入力ジョブ412と画像出力ジョブ401を組み合わせてセッションとして制御するものである。ファクシミリ受信セッション503は、画像入力ジョブ413と画像出力ジョブ401を組み合わせてセッションとして制御する。プリンタセッション504は、画像入力ジョブ414と画像出力ジョブ401を組み合わせてセッションとして制御する。ファクシミリ送信セッション505は、画像入力ジョブ411と画像出力ジョブ403を組み合わせてセッションとして制御する。スキャンセッション506は、画像入力ジョブ411と画像出力ジョブ404を組み合わせてセッションとして制御する。FAXモデム受信セッション507は、画像入力ジョブ413と画像出力ジョブ404を組み合わせてセッションとして制御する。FAXモデム送信セッション508は、画像入力ジョブ414と画像出力ジョブ403を組み合わせてセッションとして制御する。尚、セッションは1つ以上のジョブを含む制御単位であり、例えば画像入力ジョブ412を1セッションとして扱ったり、また、画像出力ジョブ401をセッションとして扱ったり、画像入力ジョブ412と画像出力ジョブ401と、画像出力ジョブ403を組み合わせて1セッションとして扱っても良い。
FIG. 6 shows an example of a unit combining a plurality of jobs (hereinafter referred to as a session). The
図7はコンピュータインターフェース部7のブロック図である。コンピュータインターフェース部7には各セッションに対応するサービスドライバ群601が登録されている。ここではコンピュータインターフェース部6がデータの転送経路となる画像入力ジョブ414、あるいは画像出力ジョブ404を含むセッションが対象となる。また、例外的にRIP部8からの画像入力ジョブ412はRIP部8へPDLデータが転送する経路としてコンピュータインターフェース部7が含まれるので、画像入力ジョブ412が含まれるセッションも対象となる。つまり図6におけるセッションにおいて、PDLプリントセッション502、プリンタセッション504、スキャンセッション506、FAXモデム受信セッション507、FAXモデム送信セッション508が対象となり、それぞれ対応するPDLプリントサービスドライバ602、プリンタサービスドライバ603、スキャンサービスドライバ604、FAXモデム受信サービスドライバ605、FAXモデム送信サービスドライバ606らのサービスドライバがコンピュータインターフェース部7に登録されている。さらにサービスドライバはスケルトンサービスドライバとスタブサービスドライバとに分けられる。例えばPDLプリントサービスドライバ602においては、PDLプリントサービススケルトンドライバ607とPDLプリントサービススタブドライバ608に分けられる。他のサービスドライバも同様にプリンタサービススケルトンドライバ609とプリンタサービススタブドライバ610、スキャンサービススケルトンドライバ611とスキャンサービススタブドライバ612、FAXモデム受信サービススケルトンドライバ613とFAXモデム受信サービススタブドライバ614、FAXモデム送信サービススケルトンドライバ615とFAXモデム送信サービススタブドライバのようにスケルトンドライバとスタブドライバが一組となって構成されている。
FIG. 7 is a block diagram of the
図11を用いてスケルトンドライバとスタブドライバの関係を示す。これらスケルトンドライバ、スタブドライバの関係は、すでに分散オブジェクト環境のリモートプロシージャコールとして、公知の技術としてさまざまな場面で利用されている。例えば、Java(登録商標)言語のRMIやCORBAのORBなどである。スケルトンドライバ、スタブドライバの例としてPDLプリントサービススケルトンドライバ607とPDLプリントサービススタブドライバ608を用いて説明する。PDLプリントサービススケルトンドライバ607はそのサービスを提供する分散オブジェクト環境対応画像入出力装置12に留まるソフトウェア部品である。それに対しPDLプリントスタブドライバ608は、そのサービスを利用したい装置(ここではクライアントコンピュータ13)から呼ばれて実行される。
The relationship between the skeleton driver and the stub driver is shown using FIG. The relationship between the skeleton driver and the stub driver is already used in various situations as a known technique as a remote procedure call in a distributed object environment. For example, Java (registered trademark) language RMI, CORBA ORB, and the like. As an example of a skeleton driver and a stub driver, a PDL print
PDLプリントサービススケルトンドライバ607に「印刷」というサービス2001がある場合、そのサービスを呼ぶためのインターフェース2002をPDLプリントサービススタブドライバ608は持っている。
When the PDL print
分散オブジェクト環境対応画像入出力装置12の「印刷」というサービスを利用したいクライアントコンピュータ13はPDLプリントサービススタブドライバ608のインターフェース2002を呼ぶことによって、PDLプリントサービススケルトンドライバ607のある分散オブジェクト環境対応画像入出力装置12に印刷を行うことが可能となる。
The
<リモートプリント手順>
図8を用いて本実施形態に関わるクライアントコンピュータ13から分散オブジェクト環境対応画像入出力装置12へPDLプリントを行なう手順を説明する。クライアントコンピュータ13から分散オブジェクト環境対応画像入出力装置12へPDLプリントを行うには、クライアントコンピュータ13は分散オブジェクト環境対応画像入出力装置12からコンピュータインターフェース部7に登録されているサービスドライバ群601のうち、PDLプリントサービスドライバ602のPDLプリントサービススタブドライバ608をダウンロードする必要がある。クライアントコンピュータ13には仮想マシン801が備わっている。PDLプリントサービススタブドライバ608はこの仮想マシン801上で動作する中間言語(たとえばJava(登録商標)言語)で記述されており、クライアントコンピュータ13のCPUやオペレーティングシステムを問わずに動作可能である。
<Remote print procedure>
A procedure for PDL printing from the
PDLプリントサービススタブドライバ608の構造は図9に示すようにユーザーインターフェース部901とプログラムインターフェース部902の2つに分けることができる。ユーザーインターフェース部901はユーザーがPDLプリントサービスをどのように使いたいか、例えば出力する用紙のサイズや、部数などといったサービスとの対話部分を担当するプログラムである。これらユーザーインターフェース部901の一例を図10に示す。プログラムインターフェース部902はPDLプリントサービススケルトンドライバ607とのリモートプロシージャコールのインターフェースである。プログラムインターフェースを呼び出すと、それに対応するPDLプリントサービススケルトンドライバ607のインターフェースが呼び出される。プログラムインターフェース部902には最低限のインターフェースとして受信(pull)903、送信(push)904の2つが必要である。
The structure of the PDL print
まず、クライアントコンピュータ13から分散オブジェクト環境対応画像入出力装置12へPDLプリントを行なう手順を図12のイベントトレース図を用いて説明する。
First, the procedure for PDL printing from the
ステップ(S1201)では、クライアントコンピュータ13が分散オブジェクト環境対応画像入出力装置12に対してPDLプリントを行うために、PDLプリントサービススタブドライバ608を分散オブジェクト環境対応画像入出力装置12に要求する。
In step (S1201), the
ステップ(S1202)では、分散オブジェクト環境対応画像入出力装置12がクライアントコンピュータ13からの要求(S1201)に応え、PDLプリントサービススタブドライバ608をクライアントコンピュータ13に渡す。
In step (S1202), the distributed object environment compliant image input /
ステップ(S1203)では、分散オブジェクト環境対応画像入出力装置12のプリント命令を呼び出す。
In step (S1203), a print command of the distributed object environment compliant image input /
ステップ(S1204)では,ドキュメントの実データが転送され,データがプリントアウトされる。 In step (S1204), the actual data of the document is transferred and the data is printed out.
<リモートスキャン手順>
次に図13のように分散オブジェクト環境対応画像入出力装置12のスキャンサービスを利用し、クライアントコンピュータ13に画像データを取り込む場合を説明する。クライアントコンピュータ13は分散オブジェクト環境対応画像入出力装置12のスキャンサービスを利用するために、スキャンサービススタブドライバ612を分散オブジェクト環境対応画像入出力装置12から取り込む。実際の動作の流れを図14を用いて説明する。
<Remote scan procedure>
Next, a case will be described in which image data is captured by the
ステップ(S1401)では、クライアントコンピュータ13が分散オブジェクト環境対応画像入出力装置12に対してスキャンを行うために、スキャンサービススタブドライバ612を分散オブジェクト環境対応画像入出力装置12に要求する。
In step (S1401), the
ステップ(S1402)では、分散オブジェクト環境対応画像入出力装置12がクライアントコンピュータ13からの要求(S1401)に応え、スキャンサービススタブドライバ612をクライアントコンピュータ13に渡す。
In step (S1402), the distributed object environment compatible image input /
ステップ(S1403)では、分散オブジェクト環境対応画像入出力装置12のスキャン命令を呼び出す。
In step (S1403), the scan command of the image input /
ステップ(S1404)では、分散オブジェクト環境対応画像入出力装置12がクライアントコンピュータ13からの要求(S1403)に応え、スキャンした実データがクライアント側へ転送される。
In step (S1404), the distributed object environment compliant image input /
<リモートコピー手順(1)>
次に、図15に示したような構成において、分散オブジェクト環境対応画像入出力装置12−1により原稿画像をスキャンし、分散オブジェクト環境対応画像入出力装置12−2によりそれを印刷させるリモートコピーの手順を説明する。
<Remote copy procedure (1)>
Next, in the configuration as shown in FIG. 15, the remote copy of the original image is scanned by the distributed object environment compatible image input / output device 12-1 and printed by the distributed object environment compatible image input / output device 12-2. Explain the procedure.
図15のようにネットワーク11上に分散オブジェクト環境対応画像入出力装置12が2台(それぞれ分散オブジェクト環境対応画像入出力装置12−1、分散オブジェクト環境対応画像入出力装置12−2とする)、クライアントコンピュータ13が接続されている。クライアントコンピュータ13は、分散オブジェクト環境対応画像入出力装置12−1のスキャンサービスを利用し、そして分散オブジェクト環境対応画像入出力装置12−のプリントサービスを利用し、分散オブジェクト環境対応画像入出力装置12−1から分散オブジェクト環境対応画像入出力装置12−2へのリモートコピーを行なう。クライアントコンピュータ13は分散オブジェクト環境対応画像入出力装置12−1のスキャンサービスを利用するために、スキャンサービススタブドライバ612を分散オブジェクト環境対応画像入出力装置12−1から取り込む。また分散オブジェクト環境対応画像入出力装置12−2のプリントサービスを利用するためにプリントサービススタブドライバ610を分散オブジェクト環境対応画像入出力装置12−2から取り込む。実際の動作の流れを図16を用いて説明する。
As shown in FIG. 15, there are two distributed object environment compatible image input /
ステップ(S1601)では、クライアントコンピュータ13が分散オブジェクト環境対応画像入出力装置12−1に対してスキャンを行うために、スキャンサービススタブドライバ612を分散オブジェクト環境対応画像入出力装置12−1に要求する。
In step (S1601), the
ステップ(S1602)では、分散オブジェクト環境対応画像入出力装置12−1がクライアントコンピュータ13からの要求(S1601)に応え、スキャンサービススタブドライバ612をクライアントコンピュータ13に渡す。
In step (S1602), the distributed object environment compatible image input / output device 12-1 responds to the request (S1601) from the
ステップ(S1603)では、クライアントコンピュータ13が分散オブジェクト環境対応画像入出力装置12−2に対してプリントを行なうために、プリントサービススタブドライバ610を分散オブジェクト環境対応画像入出力装置12−2に要求する。
In step (S1603), the
ステップ(S1604)では、分散オブジェクト環境対応画像入出力装置12−2がクライアントコンピュータ13からの要求(S1603)に応え、スキャンサービススタブドライバ610をクライアントコンピュータ13に渡す。
In step (S1604), the distributed object environment compatible image input / output device 12-2 responds to the request (S1603) from the
ステップ(S1605)では、クライアントコンピュータ13が分散オブジェクト環境対応画像入出力装置12−1に書き込み先である画像入力装置12−2のスタブドライバを渡す。
In step (S1605), the
ステップ(S1606)では、画像入出力装置12−1が自身のscanメソッドを起動してドキュメントデータを読み込んだ後、画像入出力装置12−2の書き込みメソッドを呼び出す。 In step (S1606), the image input / output device 12-1 activates its scan method to read document data, and then calls the write method of the image input / output device 12-2.
ステップ(S1607)では、画像入出力装置12−1から画像入出力装置12−2へ、実際にデータを転送する。このデータが画像入出力装置12−2により印刷出力される。 In step (S1607), data is actually transferred from the image input / output device 12-1 to the image input / output device 12-2. This data is printed out by the image input / output device 12-2.
<リモートコピー手順(2)>
また、他のリモートコピーの手順として次のような例を説明する。この例でも、図15に示したような構成において、分散オブジェクト環境対応画像入出力装置12−1により原稿画像をスキャンし、分散オブジェクト環境対応画像入出力装置12−2によりそれを印刷させる。実際の動作の流れを図21を用いて説明する。
<Remote copy procedure (2)>
The following example will be described as another remote copy procedure. Also in this example, in the configuration as shown in FIG. 15, the original image is scanned by the distributed object environment-compatible image input / output device 12-1, and is printed by the distributed object environment-compatible image input / output device 12-2. The actual operation flow will be described with reference to FIG.
ステップ(S2101)では、クライアントコンピュータ13が分散オブジェクト環境対応画像入出力装置12−1に対してスキャンを行うために、スキャンサービススタブドライバ612を分散オブジェクト環境対応画像入出力装置12−1に要求する。
In step (S2101), the
ステップ(S2102)では、分散オブジェクト環境対応画像入出力装置12−1がクライアントコンピュータ13からの要求(S2101)に応え、スキャンサービススタブドライバ612をクライアントコンピュータ13に渡す。
In step (S <b> 2102), the distributed object environment compatible image input / output device 12-1 responds to the request (S <b> 2101) from the
ステップ(S2103)では、クライアントコンピュータ13が分散オブジェクト環境対応画像入出力装置12−2に対してプリントを行なうために、プリントサービススタブドライバ610を分散オブジェクト環境対応画像入出力装置12−2に要求する。
In step (S2103), the
ステップ(S2104)では、分散オブジェクト環境対応画像入出力装置12−2がクライアントコンピュータ13からの要求(S2103)に応え、プリントサービススタブドライバ610をクライアントコンピュータ13に渡す。
In step (S2104), the distributed object environment compatible image input / output device 12-2 responds to the request (S2103) from the
ステップ(S2105)では、クライアントコンピュータ13が分散オブジェクト環境対応画像入出力装置12−2に読み込み先である画像入力装置12−1のスタブドライバを渡す。
In step (S2105), the
ステップ(S2106)では、分散オブジェクト環境対応画像入出力装置12−2が自身のprintメソッドを起動し、その中で分散オブジェクト環境対応画像入出力装置12−1の読み込みメソッドを呼び出す。 In step (S2106), the distributed object environment compatible image input / output device 12-2 activates its own print method and calls the read method of the distributed object environment compatible image input / output device 12-1.
ステップ(S2107)では、分散オブジェクト環境対応画像入出力装置12−1が分散オブジェクト環境対応画像入出力装置12−2からの読込みメソッドの呼出し要求(S2106)に応えてドキュメントをスキャンし、読み込んだドキュメントの実データを転送する。 In step (S2107), the distributed object environment compatible image input / output device 12-1 scans the document in response to the read method call request (S2106) from the distributed object environment compatible image input / output device 12-2, and reads the read document. The actual data is transferred.
画像入出力装置12−2は、画像入出力装置12−1から受信したデータを印刷する。 The image input / output device 12-2 prints data received from the image input / output device 12-1.
以上のようにして、スタブドライバを仲介するホストコンピュータが有するのではなく、文書データのリード及びライトを行う装置のいずれかに相手装置のスタブドライバを持たせ、そのスタブドライバによって相手装置を制御してデータのリードあるいはライトを行わせる。こすることにより、仲介するホストコンピュータコンピュータは、文書データの送受信から解放され、資源の消費を節約でき、ホストコンピュータで実行される処理が、仲介による負荷によって遅滞したり、あるいは実行できない状態となったりする事態を防止できる。 As described above, the host computer that mediates the stub driver does not have the stub driver, but the device that reads and writes the document data has the stub driver of the partner device, and the partner device is controlled by the stub driver. To read or write data. As a result, the host computer computer that mediates is freed from the transmission and reception of document data, saving resource consumption, and the processing executed by the host computer is delayed or cannot be performed by the mediation load. Can be prevented.
また、特に同一MFPが提供する文書入力処理のためのオブジェクトと文書出力処理のためのオブジェクトとがクライアントアプリケーションによって組み合わせられる場合には、文書データ転送のためのネットワーク資源を全く利用せずに済む。しかもこれを、クライアントアプリケーションおよび文書入力と文書出力の各オブジェクトからは透過にすることで、分散オブジェクトによる組み合わせの柔軟性や拡張性などを損ねずに達成できる。 In particular, when the object for document input processing and the object for document output processing provided by the same MFP are combined by a client application, it is not necessary to use network resources for document data transfer at all. In addition, by making this transparent from the client application and the document input and document output objects, it is possible to achieve this without losing the flexibility and expandability of the combination of distributed objects.
[第2実施形態]
図12のS1201、図14のS1401、図16のS1601、S1603、あるいは図21のS2101、S2103において、分散オブジェクト環境対応画像入出力装置12のスキャンサービスやPDLプリントサービス、そしてプリントサービスを利用するために、それぞれの分散オブジェクト環境対応画像入出力装置12からスタブドライバをダウンロードしていた。しかし、第1実施形態の方法ではネットワーク11上にあらかじめ分散オブジェクト環境対応画像入出力装置12が存在していることをクライアントコンピュータ13を利用するユーザーは知っていなければならない。
[Second Embodiment]
In order to use the scan service, PDL print service, and print service of the distributed object environment compatible image input /
そこで、クライアントコンピュータ13を利用するユーザーがネットワーク11の構成を知らなくても、自分の利用したい周辺機器のサービスに対応したスタブドライバをダウンロードできる仕組みを図17を用いて説明する。図15の構成と異なり、ネットワーク上にはドライバサーバー14が存在している。まず、ネットワークに接続された分散オブジェクト環境対応画像入出力装置12−1と12−2はスタブドライバ群617−1、617−2をそれぞれドライバサーバー14に登録する。
A mechanism for downloading a stub driver corresponding to a service of a peripheral device desired to be used by the user using the
ドライバサーバ14内では、登録されたスタブドライバは、図18に示すスタブドライバ管理テーブル1801に、登録された日時とサービスの内容と周辺機器名で管理されている。クライアントコンピュータ13は「プリントサービスを受けたい」「スキャンサービスを受けたい」という要求がある場合には、まずドライバサーバ14の管理テーブル1801をクライアントコンピュータ13は見て、どのようなサービスが登録されているのかを確認し、自分が要求するサービスをドライバサーバ14からダウンロードする。
In the
図19に周辺機器からスタブドライバをドライバサーバ14へアップロードするまでの過程と、図20にドライバサーバ14からクライアントコンピュータ13へドライバをダウンロードするまでの過程を図示する。
FIG. 19 illustrates a process until the stub driver is uploaded from the peripheral device to the
図19において、まず分散オブジェクト環境対応画像入出力装置12がネットワーク11に接続された瞬間に、ネットワーク11上に対してドライバサーバーが存在するかどうかのブロードキャストパケットを投げる(1)。そのパケットを受け取ったドライバサーバ14は、分散オブジェクト環境対応画像入出力装置12に対して、ドライバサーバ14の存在を通知する(2)。その後、分散オブジェクト環境対応画像入出力装置12は発見したドライバサーバ14に対してドライバ617を登録する(3)。このようにして、ドライバサーバに14に管理テーブル1801が作成され格納される。
In FIG. 19, first, at the moment when the distributed object environment compatible image input /
また、周辺機器が有するデバイスがネットワーク11から切り離されたときも同様にして、デバイスの切り離しにより機能しなくなったドライバをサーバ14に通知する。サーバはこれを受信して管理テーブルを更新する。また、周辺機器そのものがネットワークから切り離された場合には、定期的にネットワーク上に流されるデータが途絶えたことをもってその周辺機器がネットワークから切り離されたものと判定し、その周辺機器が備えるデバイスのスタブドライバを使用不能として管理テーブル1801に登録する。
Similarly, when a device included in the peripheral device is disconnected from the network 11, the
図20において、クライアントコンピュータ13が分散オブジェクト環境対応画像入出力装置12を利用する場合、まずドライバサーバ14に対して、どのようなサービスに対応しているドライバが存在しているかどうか検索する(1)。そしてクライアントコンピュータ13が必要だと思われるドライバをドライバサーバーからダウンロードし(2)、目的のサービスを提供する分散オブジェクト環境対応画像入出力装置12と通信を行う(3)。なお、このステップ(1)と(2)においては、クライアントが管理テーブル1801をサーバ14からダウンロードしてその内容を検索し、必要なドライバプログラムをサーバ14に要求するという手順であっても良いし、クライアントが必要なデバイスの識別子(周辺機器名)と必要なサービス内容とをサーバ14に送信し、サーバ14が条件に適合するスタブドライバを管理テーブル18から検索してクライアントに送信しても良い。
In FIG. 20, when the
以上のようにして、ネットワークに接続されたデバイスのスタブドライバをドライバサーバの管理テーブルにより一元的に管理することにより、この管理テーブルを参照することで使用可能なスタブドライバを知ることができ、ユーザがネットワーク資源に関してドライバサーバ14以外の知識が無くても、ネットワーク資源を利用することができる。
As described above, the stub driver of the device connected to the network is centrally managed by the management table of the driver server, so that the stub driver that can be used can be known by referring to this management table. However, even if there is no knowledge other than the
[他の実施形態]
なお、本発明は、複数の機器(例えばホストコンピュータ、インタフェイス機器、リーダ、プリンタなど)から構成されるシステムに適用しても、一つの機器からなる装置(例えば、複写機、ファクシミリ装置など)に適用してもよい。
[Other Embodiments]
Note that the present invention can be applied to a system including a plurality of devices (for example, a host computer, an interface device, a reader, and a printer), and a device (for example, a copying machine and a facsimile device) including a single device. You may apply to.
また、本発明の目的は、前述した実施形態の機能を実現する、図16あるいは図21の手順を各装置において実行するためのソフトウェアのプログラムコードを記録した記憶媒体(または記録媒体)を、システムあるいは装置に供給し、そのシステムあるいは装置のコンピュータ(またはCPUやMPU)が記憶媒体に格納されたプログラムコードを読み出し実行することによっても、達成される。 Another object of the present invention is to provide a storage medium (or recording medium) that records a program code of software for executing the procedure of FIG. 16 or FIG. Alternatively, it is also achieved by supplying to the apparatus and reading and executing the program code stored in the storage medium by the computer (or CPU or MPU) of the system or apparatus.
この場合、記憶媒体から読み出されたプログラムコード自体が前述した実施形態の機能を実現することになり、そのプログラムコードを記憶した記憶媒体は本発明を構成することになる。また、コンピュータが読み出したプログラムコードを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムコードの指示に基づき、コンピュータ上で稼働しているオペレーティングシステム(OS)などが実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれる。 In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiments, and the storage medium storing the program code constitutes the present invention. Further, by executing the program code read by the computer, not only the functions of the above-described embodiments are realized, but also an operating system (OS) running on the computer based on the instruction of the program code. A case where part or all of the actual processing is performed and the functions of the above-described embodiments are realized by the processing is also included.
さらに、記憶媒体から読み出されたプログラムコードが、コンピュータに挿入された機能拡張カードやコンピュータに接続された機能拡張ユニットに備わるメモリに書込まれた後、そのプログラムコードの指示に基づき、その機能拡張カードや機能拡張ユニットに備わるCPUなどが実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれる。 Furthermore, after the program code read from the storage medium is written into a memory provided in a function expansion card inserted into the computer or a function expansion unit connected to the computer, the function is determined based on the instruction of the program code. This includes a case where the CPU or the like provided in the expansion card or the function expansion unit performs part or all of the actual processing, and the functions of the above-described embodiments are realized by the processing.
1 リーダ部
2 プリンタ部
3 画像入出力制御部
4 ファクシミリ部
5 ストレージ部
7 コンピュータインターフェイス部
8 RIP部
9 操作部
10 コア部
11 ネットワーク
12−1 分散オブジェクト環境対応画像入出力装置1
12−2 分散オブジェクト環境対応画像入出力装置2
13 クライアントコンピュータ
14 ドライバサーバー
601 サービスドライバ
607,609,611,613,615 サービススケルトンドライバ
608,610,612,614,616 サービススタブドライバ
617 サービススケルトンドライバ群
DESCRIPTION OF
12-2 Image Input /
13
Claims (3)
前記外部情報処理装置から前記スキャナ装置に対する要求を行って前記外部情報処理装置がスタブドライバを取得した後に、前記外部情報処理装置から送信されてくる前記スタブドライバを取得する取得手段と、
画像処理装置において実行されるプリントメソッドの中で、前記スキャナ装置のスキャン処理を実行させるための読み込みメソッドを実行する実行手段と、
画像処理装置において印刷出力をさせるべく、前記読み込みメソッドの実行に応答して行われる前記スキャナ装置におけるスキャン処理により得られたデータを、前記取得手段が取得したスタブドライバの制御下にて受信する受信手段と
を備えることを特徴とする画像処理装置。 An image processing apparatus connected to an external information processing apparatus and a scanner apparatus via a network,
An acquisition means for acquiring the stub driver transmitted from the external information processing apparatus after the external information processing apparatus makes a request to the scanner apparatus and the external information processing apparatus acquires the stub driver;
Execution means for executing a read method for executing a scan process of the scanner device among print methods executed in the image processing apparatus;
Reception for receiving data obtained by scanning processing in the scanner device performed in response to execution of the reading method under the control of the stub driver obtained by the obtaining unit in order to perform printing output in the image processing device And an image processing apparatus.
前記外部情報処理装置から前記スキャナ装置に対する要求を行って前記外部情報処理装置がスタブドライバを取得した後に、前記取得手段が前記外部情報処理装置から送信されてくるスタブドライバを取得する取得工程と、
前記実行手段が、画像処理装置において実行されるプリントメソッドの中で、前記スキャナ装置のスキャン処理を実行させるための読み込みメソッドを実行する実行工程と、
前記受信手段が、画像処理装置において印刷出力をさせるべく、前記読み込みメソッドの実行に応答して行われる前記スキャナ装置におけるスキャン処理により得られたデータを、前記取得工程で取得したスタブドライバの制御下にて受信する受信工程と
を備えることを特徴とする画像処理方法。 An image processing method in an image processing apparatus including an acquisition unit, an execution unit, and a reception unit, connected to an external information processing device and a scanner device via a network,
An acquisition step of acquiring a stub driver transmitted from the external information processing apparatus after the external information processing apparatus acquires a stub driver by making a request to the scanner apparatus from the external information processing apparatus;
An execution step of executing a reading method for causing the scanner device to execute a scanning process among print methods executed in the image processing apparatus;
Under the control of the stub driver obtained by the obtaining step, the receiving means obtains the data obtained by the scanning process in the scanner device performed in response to the execution of the reading method in order to cause the image processing device to perform print output. An image processing method comprising: a receiving step of receiving at
前記外部情報処理装置から前記スキャナ装置に対する要求を行って前記外部情報処理装置がスタブドライバを取得した後に、前記外部情報処理装置から送信されてくるスタブドライバを取得する取得手段と、
画像処理装置において実行されるプリントメソッドの中で、前記スキャナ装置のスキャン処理を実行させる実行手段と、
画像処理装置において印刷出力をさせるべく、前記読み込みメソッドの実行に応答して行われる前記スキャナ装置におけるスキャン処理により得られたデータを、前記取得手段が取得したスタブドライバの制御下にて受信する受信手段と
してコンピュータを機能させるためのプログラムを記憶したコンピュータ可読記憶媒体。 A computer-readable storage medium storing a program executable by a computer connected to an external information processing device and a scanner device via a network,
An acquisition means for acquiring a stub driver transmitted from the external information processing apparatus after the external information processing apparatus makes a request to the scanner apparatus and the external information processing apparatus acquires the stub driver;
Execution means for executing scanning processing of the scanner device in a print method executed in the image processing device;
Reception for receiving data obtained by scanning processing in the scanner device performed in response to execution of the reading method under the control of the stub driver obtained by the obtaining unit in order to perform printing output in the image processing device A computer-readable storage medium storing a program for causing a computer to function as means.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005380174A JP4709004B2 (en) | 2005-12-28 | 2005-12-28 | Image processing apparatus, method, and program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005380174A JP4709004B2 (en) | 2005-12-28 | 2005-12-28 | Image processing apparatus, method, and program |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2000074826A Division JP4383625B2 (en) | 2000-03-16 | 2000-03-16 | Distributed processing system and control method thereof |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2006197582A JP2006197582A (en) | 2006-07-27 |
JP4709004B2 true JP4709004B2 (en) | 2011-06-22 |
Family
ID=36803228
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2005380174A Expired - Fee Related JP4709004B2 (en) | 2005-12-28 | 2005-12-28 | Image processing apparatus, method, and program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4709004B2 (en) |
-
2005
- 2005-12-28 JP JP2005380174A patent/JP4709004B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2006197582A (en) | 2006-07-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4383625B2 (en) | Distributed processing system and control method thereof | |
US9277093B2 (en) | Method, apparatus, and computer product for managing image formation resources | |
US8305603B2 (en) | Job processing apparatus coordinating update of software used in job execution and control method thereof | |
US7116434B2 (en) | Controlling a cluster operation | |
US8564796B2 (en) | Image processing method and apparatus for performing notification of the presence of a file whose metadata is not generated when performing retrieval processing | |
JP2002082806A (en) | Device and method for forming image and program | |
JP2011066741A (en) | Image forming apparatus | |
JP2016149805A (en) | Image forming apparatus, image forming method, and program | |
JP3347309B2 (en) | Image forming apparatus and image forming method | |
JP2007283693A (en) | Image processor, image processing method, storage medium, and program | |
US7061639B2 (en) | Apparatus and method for scanning a copy job when a print path is not available | |
JP2001101106A (en) | Multifunction system, its controlling method and recording medium recording its control program | |
JP4709004B2 (en) | Image processing apparatus, method, and program | |
JP2002314749A (en) | Network device controller, document input device and distributed processing system | |
JP2002271555A (en) | Multifunction system and operating method therefor | |
JP3761547B2 (en) | Image data output apparatus and image data output method | |
JPH1142834A (en) | Image processing apparatus and method for controlling output thereof | |
JPH06217107A (en) | Composing machine | |
JP2000259365A (en) | Picture output device, picture output control method and storage medium storing computer readable program | |
JP2004146972A (en) | Data processing apparatus | |
JP2001169026A (en) | Image input/output device, system and method, and computer readable storage medium | |
JP2004080795A (en) | Image forming device | |
JP2002108517A (en) | Information processing system and information processing method | |
JP2002057824A (en) | System and method for information processing |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20071119 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20080118 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20080507 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20080707 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20080815 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20081015 |
|
A911 | Transfer to examiner for re-examination before appeal (zenchi) |
Free format text: JAPANESE INTERMEDIATE CODE: A911 Effective date: 20081210 |
|
A912 | Re-examination (zenchi) completed and case transferred to appeal board |
Free format text: JAPANESE INTERMEDIATE CODE: A912 Effective date: 20090327 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110208 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20110317 |
|
LAPS | Cancellation because of no payment of annual fees |