JP2002288129A - Online service processing system - Google Patents

Online service processing system

Info

Publication number
JP2002288129A
JP2002288129A JP2001086873A JP2001086873A JP2002288129A JP 2002288129 A JP2002288129 A JP 2002288129A JP 2001086873 A JP2001086873 A JP 2001086873A JP 2001086873 A JP2001086873 A JP 2001086873A JP 2002288129 A JP2002288129 A JP 2002288129A
Authority
JP
Japan
Prior art keywords
server
client
processing unit
processing
business processing
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.)
Granted
Application number
JP2001086873A
Other languages
Japanese (ja)
Other versions
JP5138846B2 (en
Inventor
Nobuhiro Iwata
信宏 岩田
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.)
Nomura Research Institute Ltd
Original Assignee
Nomura Research Institute Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nomura Research Institute Ltd filed Critical Nomura Research Institute Ltd
Priority to JP2001086873A priority Critical patent/JP5138846B2/en
Publication of JP2002288129A publication Critical patent/JP2002288129A/en
Application granted granted Critical
Publication of JP5138846B2 publication Critical patent/JP5138846B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a client/server system in which a server is able to execute a proces requested by a client without the occurrence of a time out even if the server takes a long time to execute the process. SOLUTION: The reception processing section 11 of a server 1 which has received a start request from the start request processing section 231 of a client, starts up the service processing section 12 of the server 1. After the start of the service processing section 12, if the reception processing section 11 replys to notify the client of the completion of the start the start request processing section 21 stops normally.

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, and more particularly, to an online system in which a server can perform a long process.

【0002】[0002]

【発明の背景】例えば、金融機関等が行った取引につい
て、営業日ごとに集計を行って帳票を作成する場合のよ
うに、データ量が多く処理に時間がかかる処理がある。
このような処理は夜間にバッチ処理で行うことが多い。
そして、バッチ処理で印刷された帳票は、翌日にトラッ
ク等で輸送されている。このため、帳票を入手するため
には、翌日まで待たなければならない。
BACKGROUND OF THE INVENTION For example, there is a process that requires a large amount of data and takes a long time to process, such as a case in which transactions performed by financial institutions or the like are tabulated every business day to create a form.
Such processing is often performed in a batch process at night.
The form printed by the batch processing is transported by truck or the like the next day. For this reason, it is necessary to wait until the next day to obtain the form.

【0003】そこで、このような処理を、クライアント
/サーバからなるオンライントランザクション処理で行
うことも考えられる。
Therefore, it is conceivable to perform such processing by an online transaction processing composed of a client / server.

【0004】このクライアント/サーバシステムでは、
クライアントはサーバへ処理要求を送り、サーバで必要
な処理を行った後、その処理結果をクライアントへ返信
する。サーバでの処理に要する時間は、数秒から1,2
分程度であるのが一般的である。このため、クライアン
トでは所定の時間が経過しても処理が返ってこない場合
は、ネットワークまたはサーバ等に異常が発生したもの
とみなし、タイムアウトとして接続を切ってしまう。
In this client / server system,
The client sends a processing request to the server, performs necessary processing on the server, and returns the processing result to the client. The time required for processing on the server can be several seconds to 1,2
It is generally on the order of minutes. For this reason, if the client does not return the process even after the lapse of a predetermined time, it is regarded that an abnormality has occurred in the network or the server, and the connection is cut off as a timeout.

【0005】したがって、上述のような処理時間が長い
帳票作成処理等を行うと、ほとんどの場合にタイムアウ
トとなる。つまり、ネットワークおよびサーバに異常が
なくても、サーバでの処理に長時間を要する場合には、
タイムアウトとなり、正常終了しない。このため、従来
は、オンライントランザクション処理を行うクライアン
ト/サーバシステムでは、長時間かかる処理を行うこと
ができなかった。
[0005] Therefore, when the form creation processing or the like as described above is performed with a long processing time, a timeout occurs in most cases. In other words, even if there is no abnormality in the network and the server, if processing on the server takes a long time,
A timeout has occurred and the operation does not end normally. For this reason, conventionally, a client / server system that performs online transaction processing cannot perform long-time processing.

【0006】そこで、本発明は、サーバで長時間かかる
処理を実行しても、タイムアウトせずにオンライントラ
ンザクション処理を行うことができるクライアント/サ
ーバシステムを提供することを目的とする。
SUMMARY OF THE INVENTION It is an object of the present invention to provide a client / server system capable of performing online transaction processing without time-out even when a server takes a long time to execute processing.

【0007】[0007]

【課題を解決するための手段】前記目的を達成するた
め、本発明では、サーバとクライアントとが、ネットワ
ークを介して接続され、オンライントランザクション処
理を行うネットワークシステムにおいて、以下の処理を
行う。すなわち、前記クライアントが、前記サーバへ前
記業務処理部の起動要求を送信し、前記サーバがこれを
受信すると、業務処理を行う業務処理部を起動し、当該
業務処理部の起動完了を前記クライアントへ通知する。
クライアントは、前記サーバから前記起動完了の通知を
受けると、当該業務処理部の起動処理を正常終了する。
In order to achieve the above object, according to the present invention, the following processing is performed in a network system in which a server and a client are connected via a network and perform online transaction processing. That is, the client transmits a start request of the business processing unit to the server, and when the server receives the request, starts the business processing unit that performs business processing, and notifies the client that the start of the business processing unit is completed to the client. Notice.
Upon receiving the notification of the completion of the start from the server, the client normally ends the start processing of the business processing unit.

【0008】[0008]

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

【0009】本発明に係るネットワークシステムの構成
を図1に示す。本システムは、サーバ1と複数のクライ
アント2とがネットワーク5を介して接続されている。
サーバ1およびクライアント2は、いずれもコンピュー
タシステムにより構成される。以下に説明する各構成ま
たは各機能は、例えば、プログラムを実行することによ
り実現される。
FIG. 1 shows the configuration of a network system according to the present invention. In this system, a server 1 and a plurality of clients 2 are connected via a network 5.
Each of the server 1 and the client 2 is configured by a computer system. Each configuration or each function described below is realized, for example, by executing a program.

【0010】サーバ1は、複数の業務処理部12と、各
業務処理部12の状態を記憶する状態管理テーブル14
と、業務処理部12を起動する受付処理部11と、状態
管理テーブル14から状態を取得する状態取得部13
と、業務処理部12が処理を行って生成した処理結果情
報である帳票のデータを記憶する帳票データベース15
とを備える。
The server 1 includes a plurality of service processors 12 and a status management table 14 for storing the status of each service processor 12.
And a reception processing unit 11 for activating the business processing unit 12 and a state acquisition unit 13 for acquiring a state from the state management table 14
And a form database 15 for storing form data as processing result information generated by performing a process by the business processing unit 12.
And

【0011】各業務処理部12は、それぞれ、例えば図
3(b)に示すような所定の処理を行う。以下の説明で
は、帳票データを作成する処理を行う業務処理部12を
例に取り上げる。
Each business processing unit 12 performs a predetermined process as shown in FIG. 3B, for example. In the following description, the business processing unit 12 that performs processing for creating the form data will be described as an example.

【0012】状態管理テーブル14は、各業務処理部1
2の処理状態を記憶する。状態管理テーブル14の例を
図2に示す。ここでは、状態管理テーブル14は、業務
処理のID141と、その業務処理により作成される帳
票名142と、業務処理部の状態143と、その業務処
理を起動したユーザのID144とをデータ項目として
含む。
The status management table 14 stores information for each business processing unit 1.
2 is stored. FIG. 2 shows an example of the state management table 14. Here, the status management table 14 includes, as data items, an ID 141 of the business process, a form name 142 created by the business process, a status 143 of the business processing unit, and an ID 144 of a user who has started the business process. .

【0013】受付処理部11は、クライアントからの要
求に応じて業務処理部12を起動する。起動すべき業務
処理部12は、クライアントから指定される。業務処理
部12の起動手順は、具体的には以下の通りである。す
なわち、起動前処理として、受付処理部11が状態管理
テーブル14を更新する。テーブルの更新は、例えば、
指定された業務処理ID141の状態143を「処理
中」に設定し、処理を起動したユーザのID144を登
録する。その後、指定された業務処理部12を起動す
る。業務処理部12を起動すると、起動完了の通知をク
ライアント2へ送信する。ここで、起動完了通知は、受
付処理部11の処理が正常終了したことを示す情報であ
ってもよい。なお、正常終了とは、アボートせずに所定
の処理が終了したことをいう。
The reception processing unit 11 activates the business processing unit 12 in response to a request from a client. The task processing unit 12 to be started is specified by the client. The activation procedure of the task processing unit 12 is specifically as follows. That is, the reception processing unit 11 updates the state management table 14 as a pre-startup process. Updating the table, for example,
The status 143 of the designated business process ID 141 is set to “processing”, and the ID 144 of the user who started the process is registered. Thereafter, the designated business processing unit 12 is started. When the business processing unit 12 is started, a notification of the start completion is transmitted to the client 2. Here, the activation completion notification may be information indicating that the processing of the reception processing unit 11 has been normally completed. Note that the normal end means that a predetermined process has been completed without aborting.

【0014】また、受付処理部11は、クライアントか
らの要求に応じて帳票データを送信したときに、状態管
理テーブル14の処理状態143を「転送済」に更新す
る。
When the form data is transmitted in response to a request from the client, the reception processing unit 11 updates the processing state 143 of the state management table 14 to “transferred”.

【0015】状態取得部13は、クライアントからの要
求に応じて、状態管理テーブル14に記憶されている情
報を取得する。そして、状態取得部13は、クライアン
ト2からの各業務処理の処理状態の照会に対し、取得し
た情報をクライアント2へ送信する。
The status acquisition unit 13 acquires information stored in the status management table 14 in response to a request from a client. Then, the status acquisition unit 13 transmits the acquired information to the client 2 in response to the inquiry of the processing status of each business process from the client 2.

【0016】クライアント2は、入力装置31および表
示装置32を備え、ユーザからの入力を受け付け、ユー
ザへ情報を提供するために表示する。また、クライアン
ト2は、サーバ1に対し、業務処理の起動を要求する起
動要求処理部21と、状態管理テーブル14に記憶され
ている情報を取得し、各業務処理の処理状態を照会する
照会処理部22と、サーバ1から帳票データを取得する
取得部23とを備える。さらに、クライアント2は、プ
リンタ3を備えていてもよい。また、このプリンタ3
は、ネットワークに直接接続されていてもよい。
The client 2 includes an input device 31 and a display device 32, receives input from a user, and displays the information to provide information to the user. Also, the client 2 obtains information stored in the state management table 14 and a start request processing unit 21 that requests the server 1 to start a business process, and a query process that queries the processing status of each business process. And an acquisition unit 23 for acquiring form data from the server 1. Further, the client 2 may include a printer 3. Also, this printer 3
May be directly connected to the network.

【0017】起動要求処理部21は、予め備えている業
務リストからユーザが選択した業務処理の起動要求を生
成し、サーバ1に対して送信する。そして、この要求に
対するサーバ1からの応答を待ち、サーバ1から送信し
た業務処理の起動完了通知を受ける。起動完了通知を受
けるまでの待ち時間は、通常、数秒以下である。この通
知を受けると、起動要求処理部21は正常終了する。ま
た、正常終了時に、ユーザが指定した業務処理が起動さ
れたことを示す情報を出力してもよい。具体的には、業
務処理が起動されたことを示すメッセージを表示装置3
2に表示してもよい。
The start request processing unit 21 generates a start request for a business process selected by the user from a prepared business list, and transmits the generated start request to the server 1. Then, it waits for a response from the server 1 to this request, and receives a start completion notification of the business process transmitted from the server 1. The waiting time until receiving the startup completion notification is usually several seconds or less. Upon receiving this notification, the activation request processing section 21 ends normally. At the time of normal termination, information indicating that the business process specified by the user has been started may be output. Specifically, a message indicating that the business process has been started is displayed on the display device 3.
2 may be displayed.

【0018】照会処理部22は、ユーザからの指示に応
じて業務処理状態の取得要求を生成し、サーバ1へ送信
する。サーバ1から業務処理状態を示す情報を受信し
て、出力する。例えば、帳票を作成するすべての業務処
理に関する処理状態を取得して、表示装置32に一覧表
示してもよい。このときの表示例を図7に示す。この処
理状況一覧300により、ユーザは自分が要求した処理
を含む、すべての処理について、現在の状態を知ること
ができる。
The inquiry processing unit 22 generates a business process status acquisition request in accordance with an instruction from the user and transmits the request to the server 1. The information indicating the business processing status is received from the server 1 and output. For example, the processing states of all business processes for creating a form may be acquired and displayed on the display device 32 in a list. FIG. 7 shows a display example at this time. The processing status list 300 allows the user to know the current state of all the processes including the process requested by the user.

【0019】処理状況一覧300は、状況表示部350
と、印刷ボタン310と、プレビューボタン320と、
保存ボタン330とを備える。ユーザは、入力装置31
を用いて、状況表示部350に表示されている各帳票を
選択することができる。帳票が選択された状態で印刷ボ
タン310、プレビューボタン320、または、保存ボ
タン330が押されると、その帳票データがダウンロー
ドされ、それぞれ、プリンタ3で印刷、表示装置32に
プレビュー、または、図示しない記憶装置に保存され
る。
The processing status list 300 is displayed in a status display section 350.
, A print button 310, a preview button 320,
And a save button 330. The user operates the input device 31
, Each form displayed on the status display section 350 can be selected. When the print button 310, the preview button 320, or the save button 330 is pressed with the form selected, the form data is downloaded and printed by the printer 3, previewed on the display device 32, or stored (not shown), respectively. Stored in the device.

【0020】取得部23は、ユーザからの指示に応じて
帳票データの取得要求を生成し、サーバ1へ送信し、サ
ーバ1から送られてきた帳票データを受信する。そし
て、この帳票データに基づいて、プリンタ3で帳票を印
刷することができる。また、帳票のイメージを表示装置
32に表示させることもできる。
The acquisition unit 23 generates a form data acquisition request in response to an instruction from the user, transmits the form data acquisition request to the server 1, and receives the form data transmitted from the server 1. The form can be printed by the printer 3 based on the form data. Also, the image of the form can be displayed on the display device 32.

【0021】次に、本システムでの処理手順について、
図3〜図6を用いて説明する。
Next, regarding the processing procedure in this system,
This will be described with reference to FIGS.

【0022】まず、ユーザは、表示装置32に表示され
た図3(a)に示すユーザ認証画面100に、ユーザI
Dおよびパスワードを入力して、クライアント2からサ
ーバ1にログインする。ログインすると、図3(b)に
示す業務メニュー画面200が表示装置32に表示され
る。ここで、ユーザが帳票作成210を選択すると、図
3(c)に示すポップアップメニュー250が表示され
る。このポップアップメニュー250に表示された帳票
リストから、ユーザは所望のものを選択する。その後、
サーバ1およびクライアント2は、図4に示す手順で処
理を行う。
First, the user displays the user ID on the user authentication screen 100 shown in FIG.
D and a password are entered, and the client 2 logs in to the server 1. When the user logs in, a task menu screen 200 shown in FIG. Here, when the user selects the form creation 210, a pop-up menu 250 shown in FIG. 3C is displayed. From the form list displayed in the pop-up menu 250, the user selects a desired one. afterwards,
The server 1 and the client 2 perform processing according to the procedure shown in FIG.

【0023】起動要求処理部21は、選択された帳票を
作成する業務処理の起動要求を生成して、サーバへ送信
する(S111)。サーバ1の受付処理部11は、これ
を受け付けて、起動前処理である状態管理テーブル14
の更新を行う(S121)。そして、指定された業務処
理部12を起動する(S122)。受付処理部11は、
クライアント2へ起動完了を通知する(S123)。こ
の通知を受けると、起動要求処理部21は正常終了す
る。
The start request processing unit 21 generates a start request for a business process for creating the selected form, and transmits it to the server (S111). The reception processing unit 11 of the server 1 receives this, and executes the state management table 14
Is updated (S121). Then, the designated business processing unit 12 is started (S122). The reception processing unit 11
The client 2 is notified of the start completion (S123). Upon receiving this notification, the activation request processing section 21 ends normally.

【0024】一方、起動された業務処理部12は、所定
の業務処理を行う。まず、業務処理部12は、以下の前
処理を行う(S131)。すなわち、状態管理テーブル
14(図2)で自己の処理状態143が「処理中」であ
ることを確認し、帳票データベース15に帳票データを
書き込むファイルをオープンする。業務処理部12は帳
票データを生成する処理を実行し、帳票ファイルへ書き
込む(S132)。処理が終了すると、業務処理部12
は後処理を行う(S133)。すなわち、帳票ファイル
をクローズして、状態管理テーブルの処理状態143を
「処理完」にする。これにより、帳票データを作成する
業務処理が完了する。
On the other hand, the started business processing unit 12 performs a predetermined business process. First, the business processing unit 12 performs the following preprocessing (S131). That is, the status management table 14 (FIG. 2) confirms that its own processing status 143 is “processing”, and opens a file for writing the form data in the form database 15. The business processing unit 12 executes processing for generating the form data, and writes the form data into the form file (S132). When the processing is completed, the business processing unit 12
Performs post-processing (S133). That is, the form file is closed, and the processing state 143 of the state management table is set to “processing completed”. Thus, the business process for creating the form data is completed.

【0025】次に、クライアント2から処理状態を照会
する処理の手順について、図5を用いて説明する。図3
(b)に示す業務メニュー画面200で、ユーザが処理
状況一覧220を選択すると、照会処理部22が状態取
得要求を生成して、サーバ1へ送信する(S211)。
サーバ1では、状態取得部13がこれを受け付けて、状
態管理テーブル14に記憶されている情報を取得する
(S221)。そして、取得した情報をクライアント2
へ送信する(S222)。クライアント2はこれを受信
し、表示装置32に各業務処理部12の処理状態一覧3
00を表示する(S212、S213)。
Next, the procedure of a process for inquiring the processing status from the client 2 will be described with reference to FIG. FIG.
When the user selects the processing status list 220 on the task menu screen 200 shown in (b), the inquiry processing unit 22 generates a status acquisition request and sends it to the server 1 (S211).
In the server 1, the status acquisition unit 13 receives this, and acquires information stored in the status management table 14 (S221). Then, the obtained information is transmitted to the client 2
(S222). The client 2 receives this, and displays the processing status list 3 of each job processing unit 12 on the display device 32.
00 is displayed (S212, S213).

【0026】ユーザは、処理状況一覧300(図7)に
おいて、サーバ1において帳票データ生成処理が完了し
ている帳票を指定して、その帳票データをクライアント
2にダウンロードすることができる。その手順を図6に
示す。
The user can designate a form for which form data generation processing has been completed in the server 1 in the processing status list 300 (FIG. 7) and download the form data to the client 2. FIG. 6 shows the procedure.

【0027】まず、図7の処理状況一覧300におい
て、ユーザが印刷を希望する帳票を選択し、印刷ボタン
310を押す。すると、取得部23が指定された帳票デ
ータの取得要求を生成して、サーバ1へ送信する(S3
11)。サーバでは、帳票データベース15に記憶され
ている指定された帳票データをクライアント2へ送信す
る(S321、S312)。受付処理部11が、図2の
状態管理テーブル14の、帳票データの処理状態143
を「転送済」に更新する(S322)。帳票データを受
信したクライアント2では、プリンタ3で印刷が実行さ
れる(S313)。
First, in the processing status list 300 of FIG. 7, the user selects a form desired to be printed, and presses a print button 310. Then, the acquisition unit 23 generates an acquisition request for the specified form data and transmits it to the server 1 (S3).
11). The server transmits the specified form data stored in the form database 15 to the client 2 (S321, S312). The reception processing unit 11 processes the form data processing state 143 in the state management table 14 of FIG.
Is updated to “transferred” (S322). In the client 2 receiving the form data, printing is executed by the printer 3 (S313).

【0028】なお、処理状況一覧300で、プレビュー
ボタン320が押されたとき、または保存ボタン330
が押されたときは、印刷の場合と同様に帳票データをダ
ウンロードする。そして、取得したデータの印刷は行わ
ずに、プレビューを行うか、そのデータを保存する。
When the preview button 320 is pressed in the processing status list 300 or when the save button 330
When is pressed, the form data is downloaded as in the case of printing. Then, without printing the acquired data, a preview is performed or the data is stored.

【0029】本実施形態に係るシステムにより、オンラ
イントランザクションを行うクライアント/サーバシス
テムでも、クライアントがタイムアウトすることなく、
サーバに長時間かかる処理を実行させることができる。
また、サーバが処理を実行している間であっても、クラ
イアントは待ち状態ではなく、他の処理を行うことがで
きるようになる。
With the system according to the present embodiment, even in a client / server system that performs an online transaction, the client does not time out,
The server can execute a process that takes a long time.
Further, even while the server is executing a process, the client is not in a waiting state, and can perform another process.

【0030】なお、上記実施形態において説明した各構
成は、可能な限り組み合わせの変更、追加、省略等をす
ることができる。
The components described in the above embodiment can be changed, added, or omitted as much as possible.

【0031】[0031]

【発明の効果】本発明に係るクライアント/サーバシス
テムによれば、サーバで長時間を要する処理を実行して
も、タイムアウトせずに処理を完了することができる。
According to the client / server system of the present invention, even if a server takes a long time to execute a process, the process can be completed without timeout.

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

【図1】本発明に係る一実施形態におけるネットワーク
システムの構成を示す図である。
FIG. 1 is a diagram showing a configuration of a network system according to an embodiment of the present invention.

【図2】状態管理テーブルのデータ構造の一例を示す図
である。
FIG. 2 is a diagram illustrating an example of a data structure of a state management table.

【図3】(a)、(b)、(c)は、いずれもインター
フェース画面の例を示す図である。
FIGS. 3A, 3B, and 3C are diagrams each showing an example of an interface screen.

【図4】業務処理の起動手順を示すフローチャートであ
る。
FIG. 4 is a flowchart illustrating a startup procedure of a business process.

【図5】処理状況を照会する手順を示すフローチャート
である。
FIG. 5 is a flowchart showing a procedure for inquiring a processing status.

【図6】帳票を印刷する手順を示すフローチャートであ
る。
FIG. 6 is a flowchart illustrating a procedure for printing a form.

【図7】処理状況一覧を表示する画面の例を示す図であ
る。
FIG. 7 is a diagram showing an example of a screen displaying a processing status list.

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

1…サーバ、2…クライアント、11…受付処理部、1
2…業務処理部、13…状態取得部、14…状態管理テ
ーブル、15…帳票データベース、21…起動要求処理
部、22…照会処理部、23…取得部。
DESCRIPTION OF SYMBOLS 1 ... Server, 2 ... Client, 11 ... Reception processing part, 1
2 business operation unit, 13 state acquisition unit, 14 state management table, 15 form database, 21 start request processing unit, 22 inquiry processing unit, 23 acquisition unit.

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 サーバとクライアントとが、ネットワー
クを介して接続され、オンライントランザクション処理
を行うネットワークシステムにおいて、 前記サーバは、 業務処理を行う業務処理部と、 クライアントからの要求に応じて前記業務処理部を起動
し、当該業務処理部の起動完了を前記クライアントへ通
知する受付処理部と、を備え、 前記クライアントは、 前記サーバへ前記業務処理部の起動要求を送信し、前記
サーバから前記起動完了の通知を受けると、当該業務処
理部の起動処理を正常終了する起動要求処理部を備える
オンライン業務処理システム。
In a network system in which a server and a client are connected via a network and perform online transaction processing, the server comprises: a business processing unit for performing business processing; and the business processing in response to a request from a client. And a reception processing unit for notifying the client of the completion of the start of the business processing unit, wherein the client transmits a start request of the business processing unit to the server, and the server completes the start of the business processing unit. , An online business processing system including a start request processing unit that normally ends the start processing of the business processing unit upon receiving the notification.
【請求項2】 前記サーバは、 前記業務処理部の状態に関する情報を記憶する状態記憶
部と、 クライアントからの要求に応じて、前記状態記憶部に記
憶されている情報を取得し、当該情報をクライアントへ
送信する状態取得部と、を備え、 前記クライアントは、 前記サーバへ前記業務処理部の状態を示す情報の取得要
求を送信し、前記サーバから当該情報を受信して、出力
する照会処理部を、さらに備える請求項1記載のオンラ
イン業務処理システム。
2. The server, comprising: a state storage unit that stores information relating to a state of the business processing unit; and a server that acquires information stored in the state storage unit in response to a request from a client. A status acquisition unit for transmitting to the client, wherein the client transmits an acquisition request for information indicating the status of the business processing unit to the server, receives the information from the server, and outputs the information. The online business processing system according to claim 1, further comprising:
【請求項3】 前記サーバは、 前記業務処理部が処理を行って生成した処理結果情報を
記憶する処理結果記憶部を、さらに備え、 前記クライアントは、 前記サーバへ前記処理結果情報の取得要求を送信し、前
記サーバから前記処理結果情報を受信する取得部と、 前記取得部が取得した処理結果情報を印刷する印刷装置
と、を備える請求項2記載のオンライン業務処理システ
ム。
3. The server further includes a processing result storage unit that stores processing result information generated by performing a process by the business processing unit, wherein the client sends a request to the server to acquire the processing result information. The online business processing system according to claim 2, further comprising: an acquiring unit that transmits and receives the processing result information from the server; and a printing device that prints the processing result information acquired by the acquiring unit.
JP2001086873A 2001-03-26 2001-03-26 Online business processing system Expired - Lifetime JP5138846B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001086873A JP5138846B2 (en) 2001-03-26 2001-03-26 Online business processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001086873A JP5138846B2 (en) 2001-03-26 2001-03-26 Online business processing system

Publications (2)

Publication Number Publication Date
JP2002288129A true JP2002288129A (en) 2002-10-04
JP5138846B2 JP5138846B2 (en) 2013-02-06

Family

ID=18942187

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001086873A Expired - Lifetime JP5138846B2 (en) 2001-03-26 2001-03-26 Online business processing system

Country Status (1)

Country Link
JP (1) JP5138846B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013200702A (en) * 2012-03-24 2013-10-03 Nec Corp Information processing system, information processing method, information processing device, control method therefor, and control program therefor

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03186968A (en) * 1989-12-18 1991-08-14 Oki Electric Ind Co Ltd Medium issuing device
JPH0660031A (en) * 1992-08-11 1994-03-04 Toshiba Corp Display device for transaction process state
JPH10187523A (en) * 1996-12-26 1998-07-21 Nec Corp Method and system for sharing terminal information for loosely coupled system
JPH1125058A (en) * 1997-07-04 1999-01-29 Nec Corp Method for automatically selecting lan processor
JP2000057089A (en) * 1998-08-06 2000-02-25 Meidensha Corp Www-database linking method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03186968A (en) * 1989-12-18 1991-08-14 Oki Electric Ind Co Ltd Medium issuing device
JPH0660031A (en) * 1992-08-11 1994-03-04 Toshiba Corp Display device for transaction process state
JPH10187523A (en) * 1996-12-26 1998-07-21 Nec Corp Method and system for sharing terminal information for loosely coupled system
JPH1125058A (en) * 1997-07-04 1999-01-29 Nec Corp Method for automatically selecting lan processor
JP2000057089A (en) * 1998-08-06 2000-02-25 Meidensha Corp Www-database linking method

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
CSND200000047010; 'OLTP対応イントラネット構築ツール JDK1.1の後押しも手伝い製品化に一層の拍車' ネットワークコンピューティング 第9巻,第6号, 19970601, p.82-91, 株式会社リックテレコム *
CSND200100754003; 服部  達郎: '開発効率、運用効率から考える、帳票作成・印刷支援ツール選択のポイントと、インターネット環境での帳票印' 日経ソフトウェア 第3巻,第2号, 20000124, p.25-32, 日経BP社 *
JPN6010050750; 'OLTP対応イントラネット構築ツール JDK1.1の後押しも手伝い製品化に一層の拍車' ネットワークコンピューティング 第9巻,第6号, 19970601, p.82-91, 株式会社リックテレコム *
JPN6010050752; 服部  達郎: '開発効率、運用効率から考える、帳票作成・印刷支援ツール選択のポイントと、インターネット環境での帳票印' 日経ソフトウェア 第3巻,第2号, 20000124, p.25-32, 日経BP社 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013200702A (en) * 2012-03-24 2013-10-03 Nec Corp Information processing system, information processing method, information processing device, control method therefor, and control program therefor
WO2013146084A1 (en) * 2012-03-24 2013-10-03 日本電気株式会社 Information processing system, information processing method, information processing device, and control method and control program therefor

Also Published As

Publication number Publication date
JP5138846B2 (en) 2013-02-06

Similar Documents

Publication Publication Date Title
US7639405B2 (en) Apparatus and method for changing, adding and deleting a job, and a storage medium for such a program
TWI342693B (en) Method, client computer system, network system, and computer readable medium for remotely printing a document on a network
US8495639B2 (en) System and method for normalizing job properties
US20060017969A1 (en) System and method for managing jobs in heterogeneous environments
JPH11134127A (en) Electronic equipment that can be connected to network and information acquiring method thereof
US6477548B1 (en) Server computer capable of automatically notifying updated database content to client computer, and program storage medium
US6633871B1 (en) Apparatus for accessing another apparatus to perform processing and method therefor, and memory medium in which such program is stored
US9479664B2 (en) Use of resource server for imaging device application payload
JPH10301996A (en) Management and service system for user of computer related product
JP5138846B2 (en) Online business processing system
JP2014002619A (en) Information processing device, and control method and program thereof
JP4130521B2 (en) Error message output method, server, client, and recording medium
US20030187961A1 (en) Information processing system, information processing apparatus, information processing method, strorage medium that stores program for implementing that method to be readable by information processing apparatus, and program
US20230144820A1 (en) Printing apparatus and control method
US20080097901A1 (en) Transaction Monitoring System
EP4071636A1 (en) Data management apparatus, information processing system, data management method, and carrier means
US11836404B2 (en) Print management system and method for managing settings for a print apparatus and registers the print apparatus associated with an account and further transmits first setting information to the print apparatus if the print apparatus is registered
US20230409261A1 (en) Image processing apparatus, control method, and storage medium
JP2003150524A (en) Information gathering system, information gathering method and data correcting program
JP2005100348A (en) Printing processor, image processor, method for controlling printing processor, control program for printing processor, and recording medium
JP2009093451A (en) Information processor, information processing method, and program
JP2003177900A (en) Printer system and printer device and method for controlling the same
JP2021039467A (en) Financial institution system, processing system, processing method, and program
JP2005228097A (en) Information display device and its method
JP4045762B2 (en) Business support system, printer integrated management apparatus, printer integrated management method, and printer integrated management program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070920

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20070920

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100831

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20101101

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110329

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110527

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120207

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120405

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120807

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20121106

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20121115

R150 Certificate of patent or registration of utility model

Ref document number: 5138846

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20151122

Year of fee payment: 3

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

EXPY Cancellation because of completion of term