JP2005165600A - Transaction processing system and method, and program - Google Patents

Transaction processing system and method, and program Download PDF

Info

Publication number
JP2005165600A
JP2005165600A JP2003402743A JP2003402743A JP2005165600A JP 2005165600 A JP2005165600 A JP 2005165600A JP 2003402743 A JP2003402743 A JP 2003402743A JP 2003402743 A JP2003402743 A JP 2003402743A JP 2005165600 A JP2005165600 A JP 2005165600A
Authority
JP
Japan
Prior art keywords
transaction
processing
user
storage unit
user input
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
JP2003402743A
Other languages
Japanese (ja)
Inventor
Nobutatsu Nakamura
暢達 中村
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.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2003402743A priority Critical patent/JP2005165600A/en
Publication of JP2005165600A publication Critical patent/JP2005165600A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To re-execute a series of stored transactions by changing a processing timing for testing whether or not a program is performing a desired operation. <P>SOLUTION: A user can designate each command of reproduction, stop, frame feeding and stop, and a reproducing speed through a user input/output means 10, and a transaction processing timing control part 12 decides transaction to be processed the next and a timing in which the transaction is processed from their designation, and extracts the transaction from a transaction storing part 22, and inputs the transaction to a transaction processing means 11 in the decided timing. The transaction processing means 11 processes records stored in a processing data storing part 21. The processing result is outputted to a transaction processing timing control means 12, and presented through the user input/output means 10 to the user. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明はトランザクション処理システムおよびトランザクション処理方法に関し、特に保存された一連のトランザクションを再実行もしくは修正実行するトランザクション処理システムおよびトランザクション処理方法に関する。 The present invention relates to a transaction processing system and a transaction processing method, and more particularly to a transaction processing system and a transaction processing method for re-executing or correcting a series of stored transactions.

従来より、トランザクション処理システムにおいて、過去に実行したトランザクションを保存しておき、後に再実行もしくは修正実行することが行われている。 Conventionally, in a transaction processing system, a transaction executed in the past is stored and re-executed or corrected later.

例えば、特許文献1には、トランザクションレコード格納部から過去のトランザクションレコードを取り出し、このトランザクションレコードあるいはそれを修正したトランザクションレコードをトランザクション処理部に送り、トランザクション処理部内のトランザクション処理プログラムによってトランザクション処理を実行するトランザクション処理装置が記載されている。 For example, in Patent Document 1, a past transaction record is extracted from a transaction record storage unit, this transaction record or a transaction record modified from the transaction record is sent to the transaction processing unit, and transaction processing is executed by a transaction processing program in the transaction processing unit. A transaction processing device is described.

また、特許文献2には、プログラムを実行するプロセッサにおいて、実行中のプログラムに何らかの障害が発生するまでの期間中、所定の間隔でチェックポイントと呼ぶリスタート用のデータを取得して保存し、障害発生時には障害発生直前のチェックポイントデータを用いてプログラム障害を再現させてデバッグを進めるデバッグ方法が提案されている。
特開平8−161209号公報 特開平10−198578号公報
Further, Patent Document 2 acquires and stores restart data called checkpoints at predetermined intervals during a period until a failure occurs in a program being executed in a processor that executes the program. There has been proposed a debugging method in which, when a failure occurs, the program failure is reproduced using checkpoint data immediately before the failure occurs and debugging is performed.
JP-A-8-161209 Japanese Patent Laid-Open No. 10-198578

トランザクション処理においては、多様なサービスを実現するために、分散処理や他プログラムとの連携処理を行うようになり、処理プログラムが複雑化し、処理プログラムの誤り(バグ)によるシステム障害が増大している。そのため、このようなシステム障害に対して、様々なトランザクションを様々なタイミングで処理するテストや、特許文献2に見られるように障害が発生した時のシステムの状態を再現して、問題となったトランザクションを再実行する再現テストや、問題となったトランザクションを修正して再実行する復旧作業が重要となる。 In transaction processing, in order to realize various services, distributed processing and linkage processing with other programs have been performed, the processing program has become complicated, and system failures due to processing program errors (bugs) have increased. . Therefore, for such system failures, it was a problem to reproduce the state of the system when a failure occurred as shown in Patent Document 2 as a test for processing various transactions at various timings. Reproduction tests that re-execute transactions and recovery work that corrects and re-executes the transaction in question are important.

トランザクションの再実行や修正実行自体は特許文献1に見られるように従来から行われている。しかし、特許文献1ではトランザクションを処理した時刻は記録されているものの、各トランザクションを実行すべき時刻の記録はなく、単にトランザクションを順に実行するものに過ぎない。従って、プログラムのテストなどの作業を効率良く実施するのは困難である。 Transaction re-execution and correction execution itself have been conventionally performed, as can be seen in Japanese Patent Application Laid-Open No. H10-228707. However, in Patent Document 1, although the time at which a transaction is processed is recorded, there is no record of the time at which each transaction is executed, and the transaction is simply executed in order. Therefore, it is difficult to efficiently perform operations such as program testing.

本発明はこのような事情に鑑みて提案されたものであり、その目的は、保存された一連のトランザクションを保存当初の実行タイミングで正確に再実行することのできるトランザクション処理システム及びその方法を提供することにある。 The present invention has been proposed in view of such circumstances, and an object of the present invention is to provide a transaction processing system and method capable of accurately re-executing a series of stored transactions at the original execution timing of the storage. There is to do.

本発明の別の目的は、保存された一連のトランザクションを保存当初の実行タイミングを変更して再実行することのできるトランザクション処理システム及びその方法を提供することにある。 Another object of the present invention is to provide a transaction processing system and method capable of re-executing a series of saved transactions by changing the original execution timing of the saved transactions.

本発明の他の目的は、保存された一連のトランザクションの内容を変更して再実行することのできるトランザクション処理システム及びその方法を提供することにある。 Another object of the present invention is to provide a transaction processing system and method for changing the contents of a series of stored transactions and re-executing them.

本発明の第1のトランザクション処理システムは、データ処理装置とデータ記憶装置とで構成され、前記データ記憶装置は、時刻情報を付加した一連のトランザクションを保存するトランザクション保存部と、前記トランザクションによる処理の対象となるデータを保存する処理データ保存部とを備え、前記データ処理装置は、利用者から再生および停止の指示を受け付ける手段と利用者に対して情報を表示する手段とを有する利用者入出力手段と、トランザクション処理プログラムに従ってトランザクションを処理し処理結果を返却するトランザクション処理手段と、前記利用者入出力手段が利用者から受け付けた再生の指示に応じて、前記利用者入出力手段が利用者から停止の指示を受け付けるまで、前記トランザクション保存部に保存されている一連のトランザクションを順次抽出し、タイマーを用いて、前記抽出した一連のトランザクションをそれに設定された時刻情報に応じて定まる時間間隔で前記トランザクション処理手段に送信し、その処理結果を受信して前記利用者入出力手段に通知するトランザクション処理タイミング制御手段とを備えることを特徴とする。 A first transaction processing system according to the present invention includes a data processing device and a data storage device, and the data storage device stores a series of transactions to which time information is added, a transaction storage unit for processing by the transaction. And a processing data storage unit for storing target data, wherein the data processing device has a means for receiving playback and stop instructions from the user and a means for displaying information to the user. Means, transaction processing means for processing a transaction in accordance with a transaction processing program and returning a processing result, and the user input / output means from the user in response to a reproduction instruction received from the user by the user input / output means. Stored in the transaction storage unit until a stop instruction is accepted Sequentially extract a series of transactions, and use a timer to send the extracted series of transactions to the transaction processing means at time intervals determined according to time information set therein, and receive the processing results. Transaction processing timing control means for notifying the user input / output means.

本発明の第2のトランザクション処理システムは、データ処理装置とデータ記憶装置とで構成され、前記データ記憶装置は、時刻情報を付加した一連のトランザクションを保存するトランザクション保存部と、前記トランザクションによる処理の対象となるデータを保存する処理データ保存部とを備え、前記データ処理装置は、利用者から再生、再生速度および停止の指示を受け付ける手段と利用者に対して情報を表示する手段とを有する利用者入出力手段と、トランザクション処理プログラムに従ってトランザクションを処理し処理結果を返却するトランザクション処理手段と、前記利用者入出力手段が利用者から受け付けた再生の指示に応じて、前記利用者入出力手段が利用者から停止の指示を受け付けるまで、前記トランザクション保存部に保存されている一連のトランザクションを順次抽出し、タイマーを用いて、前記抽出した一連のトランザクションをそれに設定された時刻情報および前記再生速度に応じて定まる時間間隔で前記トランザクション処理手段に送信し、その処理結果を受信して前記利用者入出力手段に通知するトランザクション処理タイミング制御手段とを備えることを特徴とする。 A second transaction processing system according to the present invention includes a data processing device and a data storage device, and the data storage device stores a transaction storage unit that stores a series of transactions to which time information is added, and performs processing by the transaction. A processing data storage unit that stores target data, and the data processing device includes means for receiving instructions for playback, playback speed, and stop from a user and means for displaying information to the user User input / output means, transaction processing means for processing a transaction in accordance with a transaction processing program and returning a processing result, and in response to a reproduction instruction received from the user by the user input / output means, Until the stop instruction is received from the user, the transaction A series of transactions stored in the storage unit are sequentially extracted, and the extracted series of transactions is transmitted to the transaction processing means at a time interval determined according to the time information set therein and the playback speed using a timer. And transaction processing timing control means for receiving the processing result and notifying the user input / output means.

本発明の第3のトランザクション処理システムは、第1または第2のトランザクション処理システムにおいて、前記利用者入出力手段は、利用者からコマ送りの指示を受け付ける手段を有し、前記トランザクション処理タイミング制御手段は、前記利用者入出力手段が利用者から受け付けたコマ送りの指示に応じて、前記トランザクション保存部に保存されている次に実行すべきトランザクションを1つ抽出し、そのトランザクションを速やかに前記トランザクション処理手段に送信するものであることを特徴とする。 According to a third transaction processing system of the present invention, in the first or second transaction processing system, the user input / output means includes means for receiving a frame advance instruction from a user, and the transaction processing timing control means In response to the frame advance instruction received from the user by the user input / output means, one transaction to be executed next stored in the transaction storage unit is extracted, and the transaction is promptly extracted. The information is transmitted to the processing means.

本発明の第4のトランザクション処理システムは、第1または第2のトランザクション処理システムにおいて、前記利用者入出力手段は、利用者から初期状態復帰の指示を受け付ける手段を有し、前記トランザクション処理タイミング制御手段は、前記利用者入出力手段が利用者から受け付けた初期状態復帰の指示に応じて、前記トランザクション処理手段および前記処理データ保存部の状態を初期化し、抽出すべきトランザクションを前記トランザクション保存部に保存されている最初に実行すべきトランザクションに設定するものであることを特徴とする。 According to a fourth transaction processing system of the present invention, in the first or second transaction processing system, the user input / output means has means for receiving an instruction to return to an initial state from a user, and the transaction processing timing control The means initializes the states of the transaction processing means and the processing data storage unit in response to an instruction to return the initial state received from the user by the user input / output unit, and stores the transaction to be extracted in the transaction storage unit. It is set to the first transaction to be executed that is stored.

本発明の第5のトランザクション処理システムは、第1または第2のトランザクション処理システムにおいて、前記データ記憶装置に、前記トランザクション処理手段および前記処理データ保存部の状態を実行されたトランザクションを処理する前の状態に戻すトランザクションUNDO情報を保存するトランザクションUNDO保存部を備え、前記利用者入出力手段は、利用者から1つ戻るの指示を受け付ける手段を有し、前記トランザクション処理タイミング制御手段は、前記利用者入出力手段が利用者から受け付けた1つ戻るの指示に応じて、直前に実行したトランザクションを処理する前の状態に戻すトランザクションUNDO情報を前記トランザクションUNDO保存部から抽出して前記トランザクション処理手段に送信するものであることを特徴とする。 According to a fifth transaction processing system of the present invention, in the first or second transaction processing system, before the transaction in which the state of the transaction processing means and the processing data storage unit is executed is processed in the data storage device. A transaction UNDO storage unit for storing transaction UNDO information to be returned to the state, wherein the user input / output means has means for receiving an instruction to return one from the user, and the transaction processing timing control means includes the user In response to an instruction to return one by the input / output means received from the user, transaction UNDO information for returning to the state before processing the transaction executed immediately before is extracted from the transaction UNDO storage unit and transmitted to the transaction processing means. What to do Characterized in that there.

本発明の第6のトランザクション処理システムは、第1または第2のトランザクション処理システムにおいて、前記データ記憶装置に、チェックポイントデータを保存するチェックポイントデータ保存部を備え、前記利用者入出力手段は、利用者から指定状態への復帰の指示を受け付ける手段を有し、且つ、前記データ処理装置に、前記利用者入出力手段が利用者から受け付けた指定状態への復帰の指示に応じて、前記チェックポイントデータ保存部に保存されたチェックポイントデータのうち前記復帰の指示で指定されたチェックポイントデータを用いて、前記トランザクション処理手段および前記処理データ保存部の状態をチェックポイント時点の状態に復元するチェックポイント制御手段を備え、前記トランザクション処理タイミング制御手段は、抽出すべきトランザクションを前記トランザクション保存部に保存されているトランザクションのうち前記復帰したチェックポイントの次に実行すべきトランザクションに設定するものであることを特徴とする。 According to a sixth transaction processing system of the present invention, in the first or second transaction processing system, the data storage device includes a checkpoint data storage unit that stores checkpoint data, and the user input / output unit includes: A means for receiving an instruction to return to a designated state from a user, and the data processing device has the check in response to the instruction to return to the designated state received from the user by the user input / output means. Check for restoring the state of the transaction processing means and the processing data storage unit to the state at the time of the checkpoint using the checkpoint data specified by the return instruction among the checkpoint data stored in the point data storage unit Point control means, and the transaction processing timing Control means, characterized in that the to be extracted transaction is to set the transaction to be executed next to the checkpoint to the return of the transactions stored in the transaction storage unit.

本発明の第7のトランザクション処理システムは、第1または第2のトランザクション処理システムにおいて、前記データ記憶装置に、チェックポイントデータを保存するチェックポイントデータ保存部を備え、前記利用者入出力手段は、利用者から巻戻しの指示を受け付ける手段を有し、且つ、前記データ処理装置に、前記利用者入出力手段が利用者から受け付けた巻戻しの指示に応じて、前記チェックポイントデータ保存部に保存されたチェックポイントデータのうち現時点より1つ前のチェックポイントデータを用いて、前記トランザクション処理手段および前記処理データ保存部の状態をそのチェックポイント時点の状態に復元するチェックポイント制御手段を備え、前記トランザクション処理タイミング制御手段は、抽出すべきトランザクションを前記トランザクション保存部に保存されているトランザクションのうち前記復帰したチェックポイントの次に実行すべきトランザクションに設定するものであることを特徴とする。 A seventh transaction processing system of the present invention is the first or second transaction processing system, further comprising a checkpoint data storage unit for storing checkpoint data in the data storage device, wherein the user input / output means includes: Means for receiving a rewind instruction from a user, and stored in the data processing device in the checkpoint data storage unit according to the rewind instruction received from the user by the user input / output means; Checkpoint control means for restoring the state of the transaction processing means and the processing data storage unit to the state at the time of the checkpoint using checkpoint data immediately before the current time among the checkpoint data that has been performed, The transaction processing timing control means Wherein the Nzakushon is what sets the transaction to be executed next to the checkpoint to the return of the transactions stored in the transaction storage unit.

本発明の第8のトランザクション処理システムは、第1または第2のトランザクション処理システムにおいて、前記データ記憶装置に、チェックポイントデータを保存するチェックポイントデータ保存部を備え、前記利用者入出力手段は、利用者から早送りの指示を受け付ける手段を有し、且つ、前記データ処理装置に、前記利用者入出力手段が利用者から受け付けた早送りの指示に応じて、前記チェックポイントデータ保存部に保存されたチェックポイントデータのうち現時点より1つ後のチェックポイントデータを用いて、前記トランザクション処理手段および前記処理データ保存部の状態をそのチェックポイント時点の状態に復元するチェックポイント制御手段を備え、前記トランザクション処理タイミング制御手段は、抽出すべきトランザクションを前記トランザクション保存部に保存されているトランザクションのうち前記復帰したチェックポイントの次に実行すべきトランザクションに設定するものであることを特徴とする。 The eighth transaction processing system of the present invention is the first or second transaction processing system, further comprising a checkpoint data storage unit for storing checkpoint data in the data storage device, wherein the user input / output means includes: Means for receiving a fast-forwarding instruction from a user, and stored in the data processing device in the checkpoint data storage unit according to the fast-forwarding instruction received by the user input / output means from the user; A checkpoint control unit that restores the state of the transaction processing unit and the processing data storage unit to the state at the time of the checkpoint using checkpoint data that is one checkpoint data after the current point of time; The timing control means Wherein the Nzakushon is what sets the transaction to be executed next to the checkpoint to the return of the transactions stored in the transaction storage unit.

本発明の第9のトランザクション処理システムは、第1または第2のトランザクション処理システムにおいて、前記利用者入出力手段は、利用者から編集対象となるトランザクションの選択を受け付ける手段を有し、且つ、前記データ処理装置に、前記トランザクション保存部に保存されたトランザクションのうち前記選択されたトランザクションを利用者からの指示に従って編集するトランザクション編集手段を備えることを特徴とする。 According to a ninth transaction processing system of the present invention, in the first or second transaction processing system, the user input / output unit includes a unit that receives a selection of a transaction to be edited from a user, and The data processing apparatus further comprises transaction editing means for editing the selected transaction among the transactions stored in the transaction storage unit in accordance with an instruction from a user.

本発明の第10のトランザクション処理システムは、第1または第2のトランザクション処理システムにおいて、前記データ記憶装置に、チェックポイントデータを保存するチェックポイントデータ保存部を備え、前記利用者入出力手段は、利用者から編集対象となるトランザクションの選択を受け付ける手段を有し、且つ、前記データ処理装置に、前記トランザクション保存部に保存されたトランザクションのうち前記選択されたトランザクションを利用者からの指示に従って編集し、編集後の一連のトランザクションを別ファイルとして前記トランザクション保存部に保存するトランザクション編集手段と、別ファイルとして保存された編集後の一連のトランザクションに対して、前記チェックポイントデータ保存部に保存されたチェックポイントデータのうちの有効なチェックポイントデータを対応付け別バージョンのトランザクションセットとして管理するバージョン管理手段とを備えることを特徴とする。 According to a tenth transaction processing system of the present invention, in the first or second transaction processing system, the data storage device includes a checkpoint data storage unit that stores checkpoint data, and the user input / output unit includes: A means for accepting selection of a transaction to be edited from a user, and editing the selected transaction among the transactions stored in the transaction storage unit in the data processing device according to an instruction from the user; Transaction editing means for storing a series of edited transactions as separate files in the transaction storage unit, and a check stored in the checkpoint data storage unit for a series of edited transactions stored as separate files. Characterized in that it comprises a version management means for managing a valid checkpoint data transaction set specific version of association of the point data.

本発明の第11のトランザクション処理システムは、第10のトランザクション処理システムにおいて、前記利用者入出力手段は、利用者からのトランザクションセットの選択指示を受け付ける手段を有し、前記バージョン管理手段は、前記トランザクション保存手段および前記チェックポイントデータ保存部に保存されたトランザクションおよびチェックポイントデータのうち利用者が選択したトランザクションセットに属する一連のトランザクションおよびチェックポイントデータを有効とするものであることを特徴とする。 In an eleventh transaction processing system according to the present invention, in the tenth transaction processing system, the user input / output means includes means for receiving a transaction set selection instruction from a user, and the version management means includes: Of the transactions and checkpoint data stored in the transaction storage means and the checkpoint data storage unit, a series of transactions and checkpoint data belonging to the transaction set selected by the user are validated.

本発明の第1のトランザクション処理方法は、a)利用者入出力手段が、利用者から再生の指示を受け付けるステップ、b)トランザクション処理タイミング制御手段が、トランザクション保存部から次に実行するトランザクションを抽出し、該抽出したトランザクションの実行開始時刻として、直前に実行したトランザクションの実行開始時刻に、前記抽出したトランザクションに設定された時刻情報と直前に実行したトランザクションに設定された時刻情報との差だけ加算した時刻を設定し、タイマーを用いてその実行開始時刻が到来したことを検出して、トランザクション処理手段に送信するステップ、c)前記トランザクション処理手段が、受信したトランザクションをトランザクション処理プログラムに従って処理し、処理結果を出力するステップ、d)前記トランザクション処理タイミング制御手段が、前記トランザクション処理手段の処理結果を受信して前記利用者入出力手段に通知し、前記利用者入出力手段が通知された処理結果を利用者に提示するステップ、e)利用者入出力手段が、利用者から停止の指示があるかどうかを判定し、停止の指示があればトランザクションの実行を停止し、停止の指示がなければ前記ステップbに戻るステップ、を含むことを特徴とする。 In the first transaction processing method of the present invention, a) a user input / output unit receives a reproduction instruction from a user, and b) a transaction processing timing control unit extracts a transaction to be executed next from a transaction storage unit. The difference between the time information set for the extracted transaction and the time information set for the immediately executed transaction is added to the execution start time of the immediately executed transaction as the execution start time of the extracted transaction. A step of detecting that the execution start time has arrived using a timer and transmitting it to the transaction processing means; c) the transaction processing means processes the received transaction according to the transaction processing program; Processing result D) the transaction processing timing control means receives the processing result of the transaction processing means and notifies the user input / output means, and the user input / output means notifies the processing result notified by the user. E) The user input / output means determines whether or not there is a stop instruction from the user, and if there is a stop instruction, the execution of the transaction is stopped, and if there is no stop instruction, the step b The step of returning to step is included.

本発明の第2のトランザクション処理方法は、a)利用者入出力手段が、利用者から再生の指示および再生速度の指示を受け付けるステップ、b)トランザクション処理タイミング制御手段が、トランザクション保存部から次に実行するトランザクションを抽出し、該抽出したトランザクションの実行開始時刻として、直前に実行したトランザクションの実行開始時刻に、前記抽出したトランザクションに設定された時刻情報と直前に実行したトランザクションに設定された時刻情報との差の時間を前記再生速度に応じて補正した時間だけ加算した時刻を設定し、タイマーを用いてその実行開始時刻が到来したことを検出して、トランザクション処理手段に送信するステップ、c)前記トランザクション処理手段が、受信したトランザクションをトランザクション処理プログラムに従って処理し、処理結果を出力するステップ、d)前記トランザクション処理タイミング制御手段が、前記トランザクション処理手段の処理結果を受信して前記利用者入出力手段に通知し、前記利用者入出力手段が通知された処理結果を利用者に提示するステップ、e)利用者入出力手段が、利用者から停止の指示があるかどうかを判定し、停止の指示があればトランザクションの実行を停止し、停止の指示がなければ前記ステップbに戻るステップ、を含むことを特徴とする。 According to the second transaction processing method of the present invention, a) a user input / output unit receives a playback instruction and a playback speed instruction from a user; b) a transaction processing timing control unit receives a transaction from the transaction storage unit; The transaction to be executed is extracted, and as the execution start time of the extracted transaction, the time information set in the extracted transaction and the time information set in the immediately executed transaction are set as the execution start time of the transaction executed immediately before. A step of setting a time obtained by adding a time corrected by the playback speed according to the playback speed, detecting that the execution start time has arrived using a timer, and transmitting to the transaction processing means, c) The transaction processing means receives the received transaction. And a step of outputting the processing result, d) the transaction processing timing control means receives the processing result of the transaction processing means, notifies the user input / output means, and inputs the user A step in which the output means presents the processing result notified to the user; e) the user input / output means determines whether or not there is a stop instruction from the user, and if there is a stop instruction, the execution of the transaction is stopped. And a step of returning to the step b if there is no stop instruction.

本発明の第1のプログラムは、時刻情報を付加した一連のトランザクションを保存するトランザクション保存部と前記トランザクションによる処理の対象となるデータを保存する処理データ保存部とを備えたデータ記憶装置に接続されたデータ処理装置を構成するコンピュータを、利用者から再生および停止の指示を受け付ける手段と利用者に対して情報を表示する手段とを有する利用者入出力手段、前記利用者入出力手段が利用者から受け付けた再生の指示に応じて、前記利用者入出力手段が利用者から停止の指示を受け付けるまで、前記トランザクション保存部に保存されている一連のトランザクションを順次抽出し、タイマーを用いて、前記抽出した一連のトランザクションをそれに設定された時刻情報に応じて定まる時間間隔でトランザクション処理手段に送信し、その処理結果を受信して前記利用者入出力手段に通知するトランザクション処理タイミング制御手段、として機能させることを特徴とする。 The first program of the present invention is connected to a data storage device including a transaction storage unit that stores a series of transactions with time information added and a processing data storage unit that stores data to be processed by the transaction. A user input / output means having means for accepting instructions for reproduction and stop from a user and means for displaying information to the user, wherein the user input / output means is a user In response to the playback instruction received from the user, until the user input / output means receives a stop instruction from the user, sequentially extract a series of transactions stored in the transaction storage unit, using a timer, A series of extracted transactions are traversed at time intervals determined according to the time information set for them. Send to-transactions processing means and thereby the processing result transaction processing timing control means for notifying the user input unit receives the function as a.

本発明の第2のプログラムは、時刻情報を付加した一連のトランザクションを保存するトランザクション保存部と前記トランザクションによる処理の対象となるデータを保存する処理データ保存部とを備えたデータ記憶装置に接続されたデータ処理装置を構成するコンピュータを、利用者から再生、再生速度および停止の指示を受け付ける手段と利用者に対して情報を表示する手段とを有する利用者入出力手段、前記利用者入出力手段が利用者から受け付けた再生の指示に応じて、前記利用者入出力手段が利用者から停止の指示を受け付けるまで、前記トランザクション保存部に保存されている一連のトランザクションを順次抽出し、タイマーを用いて、前記抽出した一連のトランザクションをそれに設定された時刻情報および前記再生速度に応じて定まる時間間隔でトランザクション処理手段に送信し、その処理結果を受信して前記利用者入出力手段に通知するトランザクション処理タイミング制御手段、として機能させることを特徴とする。 The second program of the present invention is connected to a data storage device comprising a transaction storage unit that stores a series of transactions with time information added and a processing data storage unit that stores data to be processed by the transaction. A user input / output unit having means for receiving a reproduction, playback speed and stop instruction from a user, and a unit for displaying information to the user; In response to a playback instruction received from the user, a series of transactions stored in the transaction storage unit are sequentially extracted until the user input / output means receives a stop instruction from the user, and a timer is used. Time information set to the extracted series of transactions and the playback speed Depending sent to the transaction processing means at determined time intervals, characterized in that to function the transaction processing timing control means for notifying the user input unit receives the processing result.

本発明の第1のトランザクション処理システム及び方法ならびにプログラムによれば、保存された一連のトランザクションを保存当初の実行タイミングで正確に再実行することができる。その理由は、各トランザクションは実行時刻情報が付加されて保存されており、トランザクション処理タイミング制御手段が、タイマーを用いて、保存されている一連のトランザクションをそれに設定された時刻情報に応じて定まる時間間隔でトランザクション処理手段に送信するからである。これによって、実環境で実行された一連のトランザクションを保存して再実行する場合、実環境と全く同一のタイミングでトランザクションを再実行しながら、プログラムが所望の動作を行うかどうかを調査するテストなどが行える。 According to the first transaction processing system, method, and program of the present invention, a series of saved transactions can be accurately re-executed at the original execution timing of saving. The reason is that each transaction is stored with execution time information added, and the transaction processing timing control means uses a timer to determine a series of stored transactions according to the time information set in the transaction. This is because it is transmitted to the transaction processing means at intervals. As a result, when a series of transactions executed in the real environment is saved and re-executed, a test to investigate whether the program performs a desired operation while re-executing the transaction at exactly the same timing as the real environment, etc. Can be done.

本発明の第2のトランザクション処理システム及び方法ならびにプログラムによれば、保存された一連のトランザクションを保存当初の実行タイミングを変更して、2倍速や4倍速あるいはその逆の2分の1倍速、4分の1倍速などで再実行することができる。その理由は、トランザクション処理タイミング制御手段が、タイマーを用いて、保存されている一連のトランザクションをそれに設定された時刻情報および再生速度に応じて定まる時間間隔でトランザクション処理手段に送信するからである。これによって、一連のトランザクションの実行タイミングを様々に変更しながら再実行させ、プログラムが所望の動作を行うかどうかを調査するテストなどが行える。 According to the second transaction processing system, method, and program of the present invention, the initial execution timing of a saved series of transactions is changed to double speed, quadruple speed, or the reverse half speed, It can be re-executed at 1x speed. The reason is that the transaction processing timing control means uses a timer to transmit a series of stored transactions to the transaction processing means at time intervals determined according to the time information and the playback speed set therein. As a result, the execution timing of a series of transactions can be re-executed while being changed variously, and a test for investigating whether the program performs a desired operation can be performed.

本発明の第3のトランザクション処理システムによれば、第1または第2のトランザクション処理システムで得られる効果に加えて、保存された一連のトランザクションをその有する実行時刻と無関係に一つずつ再実行させることができる。 According to the third transaction processing system of the present invention, in addition to the effects obtained by the first or second transaction processing system, a series of stored transactions are re-executed one by one regardless of the execution time of the transaction. be able to.

本発明の第4のトランザクション処理システムによれば、第1または第2のトランザクション処理システムで得られる効果に加えて、初期状態復帰の指示を与えることで、トランザクション処理手段および処理データの状態を初期状態に戻して、何度でも一連のトランザクションを最初から再実行することが可能である。 According to the fourth transaction processing system of the present invention, in addition to the effects obtained by the first or second transaction processing system, the state of the transaction processing means and the processing data is initialized by giving an instruction to return to the initial state. It is possible to return to the state and re-execute a series of transactions from the beginning any number of times.

本発明の第5のトランザクション処理システムによれば、第1または第2のトランザクション処理システムで得られる効果に加えて、1つ戻るの指示を与えることで、トランザクション処理手段および処理データの状態を直前に実行したトランザクションの処理する前の状態に戻すことができ、1つ前の状態に戻ってテストを繰り返すなどの作業を効率良く実施することができる。 According to the fifth transaction processing system of the present invention, in addition to the effect obtained by the first or second transaction processing system, the state of the transaction processing means and the processing data is set to just before by giving an instruction to return by one. It is possible to return to the state before the transaction executed in the previous step, and it is possible to return to the previous state and repeat the test efficiently.

本発明の第6のトランザクション処理システムによれば、第1または第2のトランザクション処理システムで得られる効果に加えて、指定状態への復帰の指示を与えることで、トランザクション処理手段および処理データの状態をチェックポイント時点の状態に戻すことができ、前の状態に戻ったり、先の状態に飛んだりしてテストを繰り返すなどの作業を効率良く実施することができる。 According to the sixth transaction processing system of the present invention, in addition to the effects obtained by the first or second transaction processing system, the state of the transaction processing means and the processing data is provided by giving an instruction to return to the designated state. Can be returned to the state at the time of the checkpoint, and operations such as returning to the previous state or jumping to the previous state and repeating the test can be performed efficiently.

本発明の第7のトランザクション処理システムによれば、第1または第2のトランザクション処理システムで得られる効果に加えて、巻戻しの指示を与えることで、トランザクション処理手段および処理データの状態を現時点より1つ前のチェックポイント時点の状態に戻すことができ、前の状態に戻ってテストを繰り返すなどの作業を効率良く実施することができる。 According to the seventh transaction processing system of the present invention, in addition to the effects obtained by the first or second transaction processing system, the state of the transaction processing means and the processing data is changed from the present time by giving a rewind instruction. It is possible to return to the state at the time of the previous checkpoint, and it is possible to efficiently perform operations such as returning to the previous state and repeating the test.

本発明の第8のトランザクション処理システムによれば、第1または第2のトランザクション処理システムで得られる効果に加えて、早送りの指示を与えることで、トランザクション処理手段および処理データの状態を現時点より1つ後のチェックポイント時点の状態に進めることができ、先の状態に飛んでテストなどを進める作業を効率良く実施することができる。 According to the eighth transaction processing system of the present invention, in addition to the effect obtained by the first or second transaction processing system, by giving a fast-forward instruction, the state of the transaction processing means and the processing data is set to 1 from the present time. It is possible to proceed to the state at the next checkpoint, and it is possible to efficiently perform the work of jumping to the previous state and proceeding with the test.

本発明の第9のトランザクション処理システムによれば、第1または第2のトランザクション処理システムで得られる効果に加えて、保存された一連のトランザクションの内容を変更して再実行することができ、様々なトランザクションを様々なタイミングで再実行しながら、プログラムが所望の動作を行うかどうかを調査するテストなどが行える。 According to the ninth transaction processing system of the present invention, in addition to the effects obtained by the first or second transaction processing system, the contents of a series of stored transactions can be changed and re-executed. A test for investigating whether or not a program performs a desired operation can be performed while re-executing a simple transaction at various timings.

本発明の第10のトランザクション処理システムによれば、第1または第2および第9のトランザクション処理システムで得られる効果に加えて、変更した一連のトランザクションとそれに関連するチェックポイントとを別バージョンのトランザクションセットとして管理できる。 According to the tenth transaction processing system of the present invention, in addition to the effects obtained in the first or second and ninth transaction processing systems, the changed series of transactions and the checkpoints associated therewith are changed to different versions of the transactions. Can be managed as a set.

本発明の第11のトランザクション処理システムによれば、第10のトランザクション処理システムで得られる効果に加えて、別バージョンとして管理された任意のトランザクションセットを用いて、プログラムが所望の動作を行うかどうかを調査するテストなどが行える。 According to the eleventh transaction processing system of the present invention, in addition to the effect obtained by the tenth transaction processing system, whether or not the program performs a desired operation using an arbitrary transaction set managed as another version. You can conduct tests to investigate.

次に、本発明を実施するための最良の形態について図面を参照して詳細に説明する。 Next, the best mode for carrying out the present invention will be described in detail with reference to the drawings.

図1を参照すると、本発明の第1の実施の形態にかかるトランザクション処理システムは、プログラム制御により動作するデータ処理装置(コンピュータ、中央処理装置、プロセッサ)1と、磁気ディスクなどで構成されたデータ記憶装置2とから構成されている。 Referring to FIG. 1, a transaction processing system according to a first embodiment of the present invention includes a data processing device (computer, central processing unit, processor) 1 that operates under program control, and data configured by a magnetic disk or the like. And a storage device 2.

データ処理装置1は、利用者入出力手段10と、トランザクション処理手段11と、トランザクション処理タイミング制御手段12とを含む。データ記憶装置2は、処理データ保存部21と、トランザクション保存部22とを含む。これらの手段はそれぞれ概略つぎのような機能を有する。 The data processing apparatus 1 includes a user input / output unit 10, a transaction processing unit 11, and a transaction processing timing control unit 12. The data storage device 2 includes a processing data storage unit 21 and a transaction storage unit 22. Each of these means generally has the following functions.

トランザクション保存部12は、トランザクション処理手段11で実行する一連のトランザクションをその実行時刻と共に保持する。処理データ保存部21は、トランザクション保存部12に保存されたトランザクションの処理対象となるデータを保持する。 The transaction storage unit 12 holds a series of transactions executed by the transaction processing unit 11 together with the execution time. The processing data storage unit 21 stores data to be processed by the transaction stored in the transaction storage unit 12.

利用者入出力手段10は、利用者から各種の指示(コマンド)を受け付けてトランザクション処理タイミング制御手段12に伝達し、反対に、トランザクション処理タイミング制御手段12から送られてくるトランザクション処理状態情報などの情報を受信して利用者に提示する。利用者から受け付ける指示としては、トランザクションの処理の再生、その停止、再生速度の変更、コマ送り(次のトランザクションを1つだけ実行)、初期状態への復帰、処理の終了がある。 The user input / output means 10 accepts various instructions (commands) from the user and transmits them to the transaction processing timing control means 12, and conversely, such as transaction processing status information sent from the transaction processing timing control means 12. Receive information and present it to the user. Instructions received from the user include reproduction of transaction processing, stop thereof, change of reproduction speed, frame advance (only one next transaction is executed), return to the initial state, and termination of processing.

トランザクション処理タイミング制御手段12は、利用者入出力手段10より受信した指示に従って、トランザクション処理手段11におけるトランザクション処理のタイミングを制御する。例えば、トランザクション処理の再生の指示を受けると、トランザクション保存部22より、次に処理すべきトランザクションを抽出し、適切なタイミングでトランザクション処理手段11に送信し、トランザクション処理手段11から処理結果を受信すると、それを利用者入出力手段10に通知する。 The transaction processing timing control unit 12 controls the transaction processing timing in the transaction processing unit 11 in accordance with the instruction received from the user input / output unit 10. For example, when a transaction processing reproduction instruction is received, a transaction to be processed next is extracted from the transaction storage unit 22, transmitted to the transaction processing unit 11 at an appropriate timing, and a processing result is received from the transaction processing unit 11. This is notified to the user input / output means 10.

トランザクション処理手段11は、トランザクション処理タイミング制御手段12から、処理すべきトランザクションを受信し、予め読み込まれているトランザクション処理プログラムを実行することにより当該トランザクションを処理する。その際、必要に応じて処理データ保存部21に保存されているデータの読込み、書込みを実行する。トランザクションの処理結果は、トランザクション処理タイミング制御手段12に送信する。 The transaction processing unit 11 receives a transaction to be processed from the transaction processing timing control unit 12 and processes the transaction by executing a transaction processing program read in advance. At that time, reading and writing of data stored in the processing data storage unit 21 are executed as necessary. The transaction processing result is transmitted to the transaction processing timing control means 12.

次に、図1のブロック図及び図2のフローチャートを参照して本実施の形態の全体の動作について詳細に説明する。ただし、説明を簡単にするために、エラー処理は省く。 Next, the overall operation of this embodiment will be described in detail with reference to the block diagram of FIG. 1 and the flowchart of FIG. However, error handling is omitted for the sake of simplicity.

まず、利用者入出力手段10において利用者からの指示があるかどうかをチェックする(図2のS10)。もし、何らかの指示があれば、トランザクション処理タイミング制御手段12において、入力された指示に応じた処理を以下のように実行する(S11〜S16)。 First, the user input / output means 10 checks whether there is an instruction from the user (S10 in FIG. 2). If there is any instruction, the transaction processing timing control means 12 executes processing according to the input instruction as follows (S11 to S16).

初期状態復帰の指示の場合(S15)、トランザクション処理タイミング制御手段12は、トランザクションの処理状態を初期化する。具体的には、トランザクション処理手段11の処理を停止させ、必要があれば初期化を行う。処理データ保存部21に保存されているトランザクションの処理結果も初期化する。これは、例えば図示しない保存部に記憶されている初期化データで処理データ保存部21を置き換えることで可能である。次に実行すべきトランザクションを、トランザクション保存部22に保存されているトランザクションのうちの先頭のトランザクションに設定し、再生速度を予め指定されているデフォルト値に設定する。また、トランザクション処理タイミング制御手段12内部に設けられた再生中かどうかを示すフラグ(再生中フラグ)をオフにする。ステップS15の処理の完了後、ステップS23の処理へ進む。 In the case of an instruction to return to the initial state (S15), the transaction processing timing control means 12 initializes the transaction processing state. Specifically, the processing of the transaction processing unit 11 is stopped, and if necessary, initialization is performed. The processing result of the transaction stored in the processing data storage unit 21 is also initialized. This can be achieved by replacing the processing data storage unit 21 with initialization data stored in a storage unit (not shown), for example. The transaction to be executed next is set to the first transaction among the transactions stored in the transaction storage unit 22, and the playback speed is set to a default value designated in advance. In addition, a flag (playing flag) provided inside the transaction processing timing control means 12 indicating whether or not playing is being performed is turned off. After the process of step S15 is completed, the process proceeds to step S23.

再生の指示の場合(S11)、トランザクション処理タイミング制御手段12は、トランザクションを再生するための前処理を行う。具体的には、次に実行すべきトランザクションをトランザクション保存部22から読み込み、トランザクション処理の実行開始時刻をゼロに設定し、トランザクション処理タイミング制御手段12の内部に備わるタイマーの時刻をゼロに初期化し、再生中フラグをオンにする。但し、既に再生中フラグがオンになっている場合には、これらの処理は行わない。その後、ステップS17の処理に進む。 In the case of a reproduction instruction (S11), the transaction processing timing control means 12 performs preprocessing for reproducing a transaction. Specifically, the transaction to be executed next is read from the transaction storage unit 22, the execution start time of the transaction processing is set to zero, the time of the timer provided in the transaction processing timing control means 12 is initialized to zero, Turn on the playing flag. However, when the playing flag is already turned on, these processes are not performed. Thereafter, the process proceeds to step S17.

再生速度の変更の指示の場合(S12)、トランザクション処理タイミング制御手段12は、再生速度のパラメータを指示通りに変更する。その後、再生の指示の場合と同様にステップS17の処理に進む。 In the case of an instruction to change the playback speed (S12), the transaction processing timing control means 12 changes the playback speed parameter as instructed. Thereafter, the process proceeds to step S17 as in the case of the reproduction instruction.

コマ送りの指示の場合(S13)、トランザクション処理タイミング制御手段12は、次に実行すべきトランザクションを1つ処理する。具体的には、トランザクション保存部22から次に実行すべきトランザクションを読み込み、速やかにトランザクション処理手段11に送信する。但し、再生中フラグがオンになっている場合には、これらの処理は行わない。その後、ステップS17〜S20をスキップし、ステップS21の処理に進む。 In the case of frame advance instruction (S13), the transaction processing timing control means 12 processes one transaction to be executed next. Specifically, the next transaction to be executed is read from the transaction storage unit 22 and immediately transmitted to the transaction processing means 11. However, these processes are not performed when the during-reproduction flag is on. Thereafter, steps S17 to S20 are skipped, and the process proceeds to step S21.

停止の指示の場合(S14)、トランザクション処理タイミング制御手段12は、再生中フラグをオフにする。但し、再生中フラグが既にオフになっている場合には、何も処理は行わない。ステップS14の処理の完了後、ステップS23に進む。 In the case of a stop instruction (S14), the transaction processing timing control means 12 turns off the playing flag. However, if the playing flag is already off, no processing is performed. After the process of step S14 is completed, the process proceeds to step S23.

終了の指示の場合(S16)、トランザクション処理タイミング制御手段12は、全体の動作を停止させる。 In the case of an end instruction (S16), the transaction processing timing control means 12 stops the entire operation.

ステップS17では、トランザクション処理タイミング制御手段12は、再生中フラグがオンかオフかをチェックする。オフの場合は、利用者入力のチェックに戻る(S10)。オンの場合は、タイマー時刻を読み込む(S18)。次に、実行すべきトランザクションの実行開始時刻と、再生速度およびタイマー時刻の積とを比較する。もし、トランザクションの実行開始時刻の方が前記積より小さければ、次に実行すべきトランザクションの実行開始時刻に達したと判断する(S19)。もし、実行開始すべき時刻に達していなければ、利用者入力のチェックに戻る(S10)。実行開始すべき時刻に達していれば、当該次に実行すべきトランザクションをトランザクション処理手段11に送信する(S20)。 In step S17, the transaction processing timing control means 12 checks whether the reproducing flag is on or off. If it is off, the process returns to the user input check (S10). If it is on, the timer time is read (S18). Next, the execution start time of the transaction to be executed is compared with the product of the playback speed and the timer time. If the transaction execution start time is smaller than the product, it is determined that the next transaction execution start time has been reached (S19). If the time to start execution has not been reached, the process returns to the user input check (S10). If the time to start execution has been reached, the next transaction to be executed is transmitted to the transaction processing means 11 (S20).

ステップS21では、トランザクション処理手段11において、順次受信されたトランザクションが処理され、必要に応じて処理データ保存部21に保存されているデータが更新され、処理結果がトランザクション処理タイミング制御手段12に送信される。 In step S21, the transaction processing unit 11 processes the sequentially received transactions, updates the data stored in the processing data storage unit 21 as necessary, and transmits the processing result to the transaction processing timing control unit 12. The

次のステップS22において、トランザクション処理タイミング制御手段12は、トランザクション処理手段11よりトランザクション処理結果を受信する。また同ステップS22において、トランザクション処理タイミング制御手段12は以下の処理も行う。まず、次に実行すべきトランザクションの位置を1つ進める。もし、次に実行すべきトランザクションがトランザクション保存部22に存在しており、且つ、再生中フラグがオンであれば、当該次に実行すべきトランザクションをトランザクション保存部22より読み込み、そのトランザクションの実行開始時刻を、そのトランザクションに予め付与されている実行時刻と、前に処理したトランザクションに予め付与されている実行時刻との差分時間だけ進めた時刻に設定する。例えば、トランザクション保存部22に、12分5秒の実行時刻を持つトランザクションAと、その次に実行すべきトランザクションとして、12分10秒の実行時刻を持つトランザクションBとがあり、トランザクションAの実行開始時刻が20秒に設定され、タイマー時刻が20秒になった時点でトランザクションAの実行が開始され、その処理が終了したとする。このとき、次に実行すべきトランザクションはBであり、トランザクションAとの実行時刻の差は12分10秒−12分5秒=5秒なので、トランザクションBの実行開始時刻は20秒+5秒=25秒に設定される。これにより、タイマー時刻が25秒になったタイミングでトランザクションBが実行される。 In next step S <b> 22, the transaction processing timing control unit 12 receives the transaction processing result from the transaction processing unit 11. In step S22, the transaction processing timing control means 12 also performs the following processing. First, the position of the transaction to be executed next is advanced by one. If the transaction to be executed next exists in the transaction storage unit 22 and the playing flag is on, the transaction to be executed next is read from the transaction storage unit 22 and the execution of the transaction is started. The time is set to a time advanced by a difference time between an execution time given in advance to the transaction and an execution time given in advance to the previously processed transaction. For example, the transaction storage unit 22 includes a transaction A having an execution time of 12 minutes and 5 seconds, and a transaction B having an execution time of 12 minutes and 10 seconds as the next transaction to be executed. Suppose that the time is set to 20 seconds, the execution of the transaction A is started when the timer time reaches 20 seconds, and the processing ends. At this time, the transaction to be executed next is B, and the difference in execution time with transaction A is 12 minutes 10 seconds−12 minutes 5 seconds = 5 seconds, so the execution start time of transaction B is 20 seconds + 5 seconds = 25. Set to seconds. Thereby, the transaction B is executed at the timing when the timer time becomes 25 seconds.

次のステップS23においては、トランザクションの処理状態の情報や、処理の送受信に失敗などのエラーがあった場合にはそのエラー情報などが利用者入出力手段10に表示される。トランザクションの処理状態の情報とは、トランザクションの処理結果、再生中かどうかの情報、再生速度のパラメータ、次に実行すべきトランザクションの位置、タイマー時刻などである。ステップS23の処理後、再び利用者入力のチェックに戻る(S10)。 In the next step S23, information on the processing state of the transaction, and error information, etc., if there is an error such as failure in transmission / reception of processing, is displayed on the user input / output means 10. The transaction processing state information includes a transaction processing result, information on whether or not a reproduction is in progress, a reproduction speed parameter, a position of a transaction to be executed next, a timer time, and the like. After the process of step S23, the process returns to the user input check again (S10).

このように本実施の形態によれば、利用者は、再生、停止、コマ送り、再生速度変更、停止といった操作コマンドを用いることで、トランザクション保存部22に保存された一連のトランザクションをその処理タイミングを自由に調整しながら何度でも繰り返し実行することができる。 As described above, according to the present embodiment, the user uses the operation commands such as playback, stop, frame advance, playback speed change, and stop to process a series of transactions stored in the transaction storage unit 22 at the processing timing. Can be executed repeatedly as many times as desired.

次に、本発明の第2の実施の形態について図面を参照して詳細に説明する。 Next, a second embodiment of the present invention will be described in detail with reference to the drawings.

図3を参照すると、本発明の第2の実施の形態にかかるトランザクション処理システムは、データ記憶装置2にトランザクションUNDO保存部24を備えている点で、図1の第1の実施の形態と構成が相違する。トランザクションUNDO保存部24は、トランザクション保存部22に保持されている1つのトランザクションがトランザクション処理手段11で実行される毎に、トランザクション処理手段11および処理データ保存部21の状態を、そのトランザクションを処理する前の状態に戻すための情報を保持する部分である。このような情報をトランザクションUNDO情報と呼ぶ。例えば、或るユーザAに関する情報をデータベースに登録するトランザクションaの場合、そのトランザクションを処理する前の状態に戻すためのトランザクションUNDO情報は、「ユーザAに関する情報をデータベースから削除するトランザクション」である。本実施の形態では、このようなトランザクションUNDO情報を用いて、利用者入出力手段10において、「1つ戻る」という指示(コマンド)をサポートする。 Referring to FIG. 3, the transaction processing system according to the second exemplary embodiment of the present invention has the same configuration as the first exemplary embodiment of FIG. 1 in that the data storage device 2 includes a transaction UNDO storage unit 24. Is different. The transaction UNDO storage unit 24 processes the state of the transaction processing unit 11 and the processing data storage unit 21 every time one transaction stored in the transaction storage unit 22 is executed by the transaction processing unit 11. This is a part that holds information for returning to the previous state. Such information is called transaction UNDO information. For example, in the case of a transaction a for registering information related to a user A in the database, the transaction UNDO information for returning to the state before processing the transaction is “transaction for deleting information related to user A from the database”. In the present embodiment, using the transaction UNDO information, the user input / output means 10 supports an instruction (command) “returns to one”.

利用者入出力手段10において、1つ戻るという指示があると、トランザクション処理タイミング制御手段12は、1つ前のトランザクションに対応するトランザクションUNDO情報をトランザクションUNDO保存部24から抽出し、トランザクション処理手段11に送信する。トランザクション処理手段11は、受信したトランザクションUNDO情報を使って、トランザクション処理手段11および処理データ保存部21の状態を、1つ前のトランザクションを実行する前の状態に戻す。なお、もし1つ戻るべき状態がない場合(1つもトランザクション処理がなされていない場合)や、再生中の場合は、何も処理は行わない。 When the user input / output unit 10 instructs to return one, the transaction processing timing control unit 12 extracts the transaction UNDO information corresponding to the previous transaction from the transaction UNDO storage unit 24, and the transaction processing unit 11. Send to. The transaction processing unit 11 uses the received transaction UNDO information to return the state of the transaction processing unit 11 and the processing data storage unit 21 to the state before executing the previous transaction. Note that if there is no state to be returned (when no transaction processing is performed) or during reproduction, no processing is performed.

このように本実施の形態によれば、利用者は、再生、停止、コマ送り、再生速度変更、停止といった操作コマンドに加えて「一つ戻る」コマンドを用いることで、トランザクション保存部22に保存された一連のトランザクションをその処理タイミングを自由に調整しながら何度でも繰り返し実行することができると共に、一つ或いは幾つか前のトランザクションを実行した状態を速やかに再現することができる。 As described above, according to the present embodiment, the user saves the transaction in the transaction saving unit 22 by using the “return one” command in addition to the operation commands such as playback, stop, frame advance, playback speed change, and stop. A series of transactions can be repeatedly executed as many times as the processing timing is freely adjusted, and the state in which one or several previous transactions are executed can be quickly reproduced.

次に、本発明の第3の実施の形態について図面を参照して詳細に説明する。 Next, a third embodiment of the present invention will be described in detail with reference to the drawings.

図4を参照すると、本発明の第3の実施の形態にかかるトランザクション処理システムは、データ処理装置1にチェックポイント制御手段13を備え、データ記憶装置2にチェックポイントデータ保存部23を備える点で、図1の第1の実施の形態と構成が相違する。 Referring to FIG. 4, the transaction processing system according to the third exemplary embodiment of the present invention is that the data processing device 1 includes a checkpoint control unit 13, and the data storage device 2 includes a checkpoint data storage unit 23. The configuration is different from that of the first embodiment shown in FIG.

利用者入出力手段10は、第1の実施の形態の場合に加え、早送りと、巻戻しと、読み込むチェックポイントデータの選択との指示(コマンド)をサポートし、これらの指示が利用者から入力されると、その指示情報をチェックポイント制御手段13に送信する。また、チェックポイントデータの処理状態情報をチェックポイント制御手段13から受信し、この状態情報を利用者が参照することを可能とする。 The user input / output means 10 supports instructions (commands) for fast forward, rewind, and selection of checkpoint data to be read, in addition to the case of the first embodiment, and these instructions are input from the user. Then, the instruction information is transmitted to the checkpoint control means 13. Also, the processing state information of the checkpoint data is received from the checkpoint control means 13, and the user can refer to this state information.

チェックポイント制御手段13は、利用者入出力手段10より受信した前記指示情報から、チェックポイントデータ保存部23よりチェックポイントデータを読み込み、このデータを用いて、トランザクション処理手段11および処理データ保存部21の状態をチェックポイントデータが保存された時点の状態に戻す。チェックポイントデータ保存部23には、少なくともチェックポイントのデータと、チェックポイントの時刻情報が保存されている。チェックポイント処理については、トランザクション処理、データベース処理分野において、よく知られた技術であるので、ここでの説明は省略する。 The checkpoint control unit 13 reads checkpoint data from the checkpoint data storage unit 23 from the instruction information received from the user input / output unit 10, and uses this data to process the transaction processing unit 11 and the processing data storage unit 21. To the state when the checkpoint data was saved. The checkpoint data storage unit 23 stores at least checkpoint data and checkpoint time information. Since the checkpoint processing is a well-known technique in the field of transaction processing and database processing, description thereof is omitted here.

次に、図4のブロック図及び図5のフローチャートを参照して本実施の形態の全体の動作について詳細に説明する。 Next, the overall operation of the present embodiment will be described in detail with reference to the block diagram of FIG. 4 and the flowchart of FIG.

本実施の形態において、利用者入出力手段10において検出された利用者からの指示が、再生、再生速度の変更、コマ送り、停止、終了処理の各指示である場合の動作は第1の実施の形態と同じである。利用者からの指示が、巻戻し、早送り、指定状態への復帰、記録の指示、初期状態復帰の場合には以下のような動作が行われる。 In the present embodiment, the operation in the case where the instruction from the user detected by the user input / output means 10 is each instruction of reproduction, reproduction speed change, frame advance, stop, and end processing is the first implementation. It is the same as the form. When the instruction from the user is rewind, fast forward, return to the designated state, recording instruction, or return to the initial state, the following operation is performed.

指定状態の復帰の指示の場合(S33)、チェックポイント制御手段13は、チェックポイントデータ保存部23に保存されている何れかのチェックポイントデータの識別情報を利用者入出力手段10を通じて利用者に選択させ、その選択された識別情報に基づいてチェックポイントデータ保存部23に保持されているチェックポイントデータを抽出し、そのチェックポイントデータを用いて、トランザクション処理手段11および処理データ保存部21の状態を、当該チェックポイントデータが保存された時点の状態に復帰する。トランザクション処理タイミング制御手段12は、次に実行すべきトランザクションを、トランザクション保存部22における一連のトランザクションのうち、当該チェックポイントの時刻以降で最も近い時刻になっているトランザクションに設定する。再生中フラグはオフにする。 In the case of an instruction to return to the designated state (S33), the checkpoint control means 13 sends the identification information of any checkpoint data stored in the checkpoint data storage section 23 to the user through the user input / output means 10. The checkpoint data stored in the checkpoint data storage unit 23 is extracted based on the selected identification information, and the state of the transaction processing unit 11 and the processing data storage unit 21 is checked using the checkpoint data. To the state at the time when the checkpoint data is stored. The transaction processing timing control means 12 sets the next transaction to be executed as the transaction that is closest to the checkpoint time among the series of transactions in the transaction storage unit 22. Turn off the playing flag.

初期状態の復帰の指示の場合(S15’)、チェックポイント制御手段13は、初期状態としてあらかじめ指定されている、もしくは最も時刻が古いチェックポイントデータをチェックポイントデータ保存部23から抽出し、そのチェックポイントデータを用いて、トランザクション処理手段11および処理データ保存部21の状態を当該チェックポイントデータが保存された時点の状態に復帰する。トランザクション処理タイミング制御手段12は、次に実行すべきトランザクションを、トランザクション保存部22における一連のトランザクションのうち、当該チェックポイントの時刻以降で最も近い時刻になっているトランザクションに設定する。再生中フラグはオフにする。 In the case of an instruction to return to the initial state (S15 ′), the checkpoint control means 13 extracts checkpoint data that is designated in advance as the initial state or that has the earliest time from the checkpoint data storage unit 23 and performs the check. Using the point data, the state of the transaction processing means 11 and the processing data storage unit 21 is restored to the state at the time when the checkpoint data is stored. The transaction processing timing control means 12 sets the next transaction to be executed as the transaction that is closest to the checkpoint time among the series of transactions in the transaction storage unit 22. Turn off the playing flag.

巻戻しの指示の場合(S31)、チェックポイント制御手段13は、現在設定されている次に実行すべきトランザクションの時刻以前で、最も近い時刻になっているチェックポイントデータをチェックポイントデータ保存部23から抽出し、そのチェックポイントデータを用いて、トランザクションの処理手段11および処理データ保存部21の状態を当該チェックポイントデータが保存された時点の状態に復帰する。トランザクション処理タイミング制御手段12は、次に実行すべきトランザクションを、トランザクション保存部22における一連のトランザクションのうち、当該チェックポイントの時刻以降で最も近い時刻になっているトランザクションに設定する。再生中フラグはオフにする。もし、対象となるチェックポイントデータが何もない場合には、何も処理は行われない。 In the case of a rewind instruction (S31), the checkpoint control means 13 uses the checkpoint data storage unit 23 to checkpoint data that is closest to the current transaction time to be executed next. And using the checkpoint data, the state of the transaction processing means 11 and the processing data storage unit 21 is restored to the state when the checkpoint data is stored. The transaction processing timing control means 12 sets the next transaction to be executed as the transaction that is closest to the checkpoint time among the series of transactions in the transaction storage unit 22. Turn off the playing flag. If there is no target checkpoint data, no processing is performed.

早送りの指示の場合(S32)、チェックポイント制御手段13は、現在設定されている次に実行すべきトランザクションの時刻以降で、最も近い時刻になっているチェックポイントデータをチェックポイントデータ保存部23から抽出し、そのチェックポイントデータを用いて、トランザクションの処理手段11および処理データ保存部21の状態を当該チェックポイントデータが保存された時点の状態に復帰する。チェックポイント制御手段13は、次に実行すべきトランザクションを、トランザクション保存部22における一連のトランザクションのうち、当該チェックポイントの時刻以降で最も近い時刻になっているトランザクションに設定する。再生中フラグはオフにする。もし、対象となるチェックポイントデータが何もない場合には、何も処理は行われない。 In the case of a fast-forward instruction (S32), the checkpoint control means 13 obtains from the checkpoint data storage unit 23 the checkpoint data having the closest time after the currently set transaction time to be executed next. Using the checkpoint data, the state of the transaction processing means 11 and the processing data storage unit 21 is restored to the state at the time when the checkpoint data was stored. The checkpoint control means 13 sets the transaction to be executed next to a transaction that is closest to the checkpoint time among the series of transactions in the transaction storage unit 22. Turn off the playing flag. If there is no target checkpoint data, no processing is performed.

記録の指示の場合(S34)、チェックポイント制御手段13は、現在のトランザクション処理手段11および処理データ保存部21に対してチェックポイントを行い、その処理状態をチェックポイントデータとして、チェックポイントデータ保存部23に、識別情報、時刻情報を付加して保存する。 In the case of a recording instruction (S34), the checkpoint control unit 13 performs a checkpoint on the current transaction processing unit 11 and the processing data storage unit 21, and uses the processing state as checkpoint data to checkpoint data storage unit. 23, the identification information and the time information are added and stored.

このように本実施の形態によれば、利用者は、再生、停止、コマ送り、再生速度変更、停止といった操作コマンドに加えて、早送り、巻戻し、指定状態の復帰、記録といったコマンドを用いることで、トランザクション保存部22に保存された一連のトランザクションをその処理タイミングを自由に調整しながら何度でも繰り返し実行することができると共に、任意の時点で保存したチェックポイントデータを用いて、幾つか前あるいは幾つか後のトランザクションを実行した状態に速やかにシステムを復元することができる。 As described above, according to the present embodiment, the user uses commands such as fast-forward, rewind, return of specified state, and recording in addition to operation commands such as playback, stop, frame advance, playback speed change, and stop. Thus, a series of transactions stored in the transaction storage unit 22 can be repeatedly executed while adjusting the processing timing freely, and several checkpoint data stored at an arbitrary time can be used. Alternatively, the system can be quickly restored to the state in which several later transactions have been executed.

次に、本発明の第4の実施の形態について図面を参照して詳細に説明する。 Next, a fourth embodiment of the present invention will be described in detail with reference to the drawings.

図6を参照すると、本発明の第4の実施の形態にかかるトランザクション処理システムは、データ処理装置1にトランザクション編集手段15およびバージョン管理手段16を備えている点で、図4に示した第3の実施の形態と構成が相違する。 Referring to FIG. 6, the transaction processing system according to the fourth exemplary embodiment of the present invention is the third processing example shown in FIG. 4 in that the data processing device 1 includes a transaction editing unit 15 and a version management unit 16. The configuration is different from that of the embodiment.

トランザクション編集手段15は、利用者入出力手段10を通じて利用者から与えられる編集指示に従って、トランザクション保存部22に保存されているトランザクションの更新、削除、あるいは新たなトランザクションの追加を行う手段である。トランザクション編集手段15は、利用者入出力手段10において利用者がトランザクションの編集を選択すると起動され、トランザクション保存部22に記憶されたトランザクションの一覧を利用者入出力手段10を通じて利用者に表示し、利用者にトランザクションの更新、削除、追加を行わせる。更新は、トランザクションのデータおよびそのトランザクションに付加された実行時刻情報の少なくとも一方を変更する作業であり、削除はトランザクションのデータを消去する作業であり、追加は新たなトランザクションのデータおよびそのトランザクションの実行時刻情報を追加する作業である。 The transaction editing unit 15 is a unit that updates, deletes, or adds a new transaction stored in the transaction storage unit 22 in accordance with an editing instruction given from the user through the user input / output unit 10. The transaction editing unit 15 is activated when the user selects transaction editing in the user input / output unit 10, and displays a list of transactions stored in the transaction storage unit 22 to the user through the user input / output unit 10. Have users update, delete, or add transactions. Update is a work to change at least one of transaction data and execution time information added to the transaction, deletion is a work to erase the transaction data, and addition is a new transaction data and execution of the transaction It is an operation to add time information.

トランザクション編集手段15による編集作業は、利用者が利用者入出力手段10において保存の指示を選択することで確定し、トランザクション編集手段15は、編集前後の一連のトランザクションをそれぞれ別ファイルとしてトランザクション保存部22に保存する。また、バージョン管理手段16は、別ファイルとして保存された編集後の一連のトランザクションに対して、チェックポイントデータ保存部23に保存されたチェックポイントデータのうちの有効なチェックポイントデータを対応付け、編集後の一連のトランザクションとそのチェックポイントデータの組とを別バージョンの異なるトランザクションセットとして管理する。 The editing operation by the transaction editing unit 15 is confirmed by the user selecting a save instruction in the user input / output unit 10, and the transaction editing unit 15 converts the series of transactions before and after editing into a transaction saving unit as a separate file. 22 to save. Also, the version management means 16 associates and edits valid checkpoint data out of checkpoint data stored in the checkpoint data storage unit 23 with a series of edited transactions stored as separate files. A series of subsequent transactions and their checkpoint data sets are managed as different versions of different transaction sets.

例えば、トランザクション保存部22に一連のトランザクション(トランザクションA、トランザクションB、トランザクションC)があり、チェックポイントデータ保存部23に、トランザクションB実行直前のチェックポイントデータABとトランザクションC実行直前のチェックポイントデータBCとが存在する状況において、利用者がトランザクションBをトランザクションB’に変更した場合、編集前の一連のトランザクション(トランザクションA、B、C)とチェックポイントデータ(AB、BC)との組がバージョン0として管理され、編集後の一連のトランザクション(A、B’、C)とチェックポイントデータ(AB)との組がバージョン1として管理される。 For example, the transaction storage unit 22 has a series of transactions (transaction A, transaction B, transaction C), and the checkpoint data storage unit 23 has checkpoint data AB immediately before execution of transaction B and checkpoint data BC immediately before execution of transaction C. When the user changes transaction B to transaction B ′, the set of a series of transactions (transactions A, B, C) and checkpoint data (AB, BC) before editing is version 0. A set of a series of edited transactions (A, B ′, C) and checkpoint data (AB) is managed as version 1.

利用者入出力手段10において、利用者がセットの読込みを選択すると、バージョン管理手段16は、読込み可能なトランザクションセットの組の一覧を利用者に表示する。次に、利用者がトランザクションセットを選択すると、バージョン管理手段16は、トランザクション保存部22に保存された当該トランザクションセットに属する一連のトランザクションを有効とし、またチェックポイントデータ保存部23に保存された当該トランザクションセットに属するチェックポイントデータを有効とする。その後、有効となった一連のトランザクションデータおよびチェックポイントデータを使って、第3の実施の形態と同様に、再生、早送りなどの操作コマンドにより、一連のトランザクション処理を再現することができる。 When the user selects reading of a set in the user input / output means 10, the version management means 16 displays a list of sets of transaction sets that can be read to the user. Next, when the user selects a transaction set, the version management unit 16 validates a series of transactions belonging to the transaction set stored in the transaction storage unit 22 and also stores the transaction stored in the checkpoint data storage unit 23. Validate checkpoint data belonging to a transaction set. After that, a series of transaction processing can be reproduced by an operation command such as reproduction or fast-forward using the valid series of transaction data and checkpoint data, as in the third embodiment.

本実施の形態によれば、一連のトランザクション中の任意のトランザクションを更新あるいは削除し、或いは新たなトランザクションを追加して別バージョンとして保存でき、また保存された複数のバージョンの中から任意のバージョンのトランザクションセットを選択して再実行できるため、容易に過去のトランザクションを修正して、トランザクション処理を再実行することが可能となる。 According to the present embodiment, an arbitrary transaction in a series of transactions can be updated or deleted, or a new transaction can be added and saved as another version, and an arbitrary version can be selected from a plurality of saved versions. Since a transaction set can be selected and re-executed, it is possible to easily correct past transactions and re-execute transaction processing.

以上、本発明の幾つかの実施の形態について説明したが、本発明は以上の実施の形態にのみ限定されず、その他各種の付加変更が可能である。例えば、1つ前のトランザクションを実行する前の状態に戻す「1つ戻る」機能は、第2の実施の形態で説明したようにトランザクションUNDO情報を用いて実現する以外に、第3の実施の形態における「巻き戻し」で直前のチェックポイントまで戻り、そこから1つ前のトランザクションを実行する前まで「コマ送り」で状態を進める方法によって実現することもできる。また、第1の実施の形態において、再生速度変更機能に代えて或いはそれに加えて、第2の実施の形態が有する「一つ戻る」機能を付加したり、第4の実施の形態が有するトランザクション編集機能を付加する実施の形態も考えられる。さらに第3の実施の形態において、第2の実施の形態が有する「一つ戻る」機能を付加したり、第4の実施の形態が有するトランザクション編集機能を付加する実施の形態も考えられる。 As mentioned above, although several embodiment of this invention was described, this invention is not limited only to the above embodiment, Various other addition changes are possible. For example, the “return to one” function for returning to the state before the execution of the previous transaction is realized by using the third embodiment in addition to the transaction undo information as described in the second embodiment. It can also be realized by a method of returning to the previous check point by “rewinding” in the form, and advancing the state by “frame advance” before executing the previous transaction from there. Further, in the first embodiment, instead of or in addition to the playback speed changing function, a “return to one” function that the second embodiment has is added, or a transaction that the fourth embodiment has. An embodiment in which an editing function is added is also conceivable. Furthermore, in the third embodiment, an embodiment in which the “return to one” function that the second embodiment has, or the transaction editing function that the fourth embodiment has can be considered.

また、本発明のトランザクション処理システムにおける利用者入出力手段、トランザクション処理タイミング制御手段、トランザクション処理手段、チェックポイント制御手段、トランザクション編集手段、バージョン管理手段は、その有する機能をハードウェア的に実現することは勿論、コンピュータとプログラムとで実現することができる。プログラムは、磁気ディスクや半導体メモリ等のコンピュータ可読記録媒体に記録されて提供され、コンピュータの立ち上げ時などにコンピュータに読み取られ、そのコンピュータの動作を制御することにより、そのコンピュータを前述した利用者入出力手段、トランザクション処理タイミング制御手段、トランザクション処理手段、チェックポイント制御手段、トランザクション編集手段、バージョン管理手段として機能させる。 Also, the user input / output means, transaction processing timing control means, transaction processing means, checkpoint control means, transaction editing means, and version management means in the transaction processing system of the present invention realize the functions possessed by hardware. Of course, it can be realized by a computer and a program. The program is provided by being recorded on a computer-readable recording medium such as a magnetic disk or a semiconductor memory, and is read by the computer when the computer is started up, and the computer is controlled by controlling the operation of the computer. It functions as input / output means, transaction processing timing control means, transaction processing means, checkpoint control means, transaction editing means, and version management means.

次に、利用者入出力手段10が提供する利用者入出力インタフェイスを中心に本発明の幾つかの実施例を説明する。 Next, several embodiments of the present invention will be described focusing on the user input / output interface provided by the user input / output means 10.

図7は利用者入出力手段10を構成する表示装置に表示されるトランザクション処理操作画面の一例を示す。利用者は、このトランザクション処理操作画面1000により、トランザクション処理に関する操作と情報の参照を行う。 FIG. 7 shows an example of a transaction processing operation screen displayed on the display device constituting the user input / output means 10. The user refers to operations and information related to transaction processing through the transaction processing operation screen 1000.

図7に示すように、トランザクション処理操作画面1000は、トランザクション操作ボタン表示部1100、ステータス表示部1200、トランザクションデータ表示部1300、処理データ表示部1400を有する。トランザクション操作ボタン表示部1100は、トランザクション処理を制御するための操作ボタンが配置される。本実施例1の場合、操作ボタンには、「再生」、「停止」、「コマ送り」、「一つ戻る」、「初期状態復帰」がある。ステータス表示部1200は、トランザクション処理の現在の状態を示すためのメッセージやアイコンが表示される。トランザクションデータ表示部1300は、制御対象となるトランザクションに関する情報を表示する部分で、処理待ちトランザクション表示部1310とトランザクション処理結果表示部1320とで構成される。処理待ちトランザクション表示部1310は、トランザクション保存部22に保存された一連のトランザクションのうち未だ処理を実行していないトランザクションに関する情報を表示する。トランザクション処理結果表示部1320は、トランザクション処理手段11による処理を終えたトランザクションに関する情報を表示する。処理データ表示部1400は、トランザクション処理の編集対象となるデータベースに関する情報、つまり処理データ保存部21のデータを表示する。 As shown in FIG. 7, the transaction processing operation screen 1000 includes a transaction operation button display unit 1100, a status display unit 1200, a transaction data display unit 1300, and a processing data display unit 1400. The transaction operation button display unit 1100 has operation buttons for controlling transaction processing. In the case of the first embodiment, the operation buttons include “play”, “stop”, “frame advance”, “return one”, and “return to initial state”. The status display unit 1200 displays a message and an icon for indicating the current state of transaction processing. The transaction data display unit 1300 is a part that displays information related to a transaction to be controlled, and includes a processing waiting transaction display unit 1310 and a transaction processing result display unit 1320. The processing-waiting transaction display unit 1310 displays information related to a transaction that has not yet been processed among a series of transactions stored in the transaction storage unit 22. The transaction processing result display unit 1320 displays information related to the transaction that has been processed by the transaction processing unit 11. The processing data display unit 1400 displays information related to the database to be edited in transaction processing, that is, data in the processing data storage unit 21.

次に、具体的な事例を挙げてトランザクション処理の流れを説明する。事例としては、ウェブサービスの管理者が、当該ウェブサービスに登録しているユーザ管理(登録/削除)の操作テストを行う場面を採り上げる。 Next, the flow of transaction processing will be described with specific examples. As an example, a case where the administrator of a web service performs an operation test of user management (registration / deletion) registered in the web service is taken up.

図8に示すように、テスト開始前のトランザクション処理操作画面1001において、処理データ表示部1411には、当該ウェブサービスに加入しているユーザの情報として、各ユーザ毎に、ユーザID、ユーザ名、年齢、ユーザ登録日およびパスワードを表示している。この時点において、3名のユーザ(UserC、UserD、UserF)が登録されていることが分かる。 As shown in FIG. 8, in the transaction processing operation screen 1001 before the start of the test, the processing data display unit 1411 displays, as information on users who subscribe to the web service, a user ID, a user name, The age, user registration date, and password are displayed. At this point, it can be seen that three users (UserC, UserD, UserF) are registered.

処理待ちトランザクション表示部1311には、トランザクション保存部22に保存された、ユーザ管理操作が正常に動作するかを確認するためのテスト用トランザクションが表示されている。処理待ちトランザクション表示部1311では、各トランザクションに付随するID、要求日時、要求元および要求内容を表示しており、要求日時の早かった(処理される順番が早い)トランザクションがリストの下に来るように表示している。 The processing-waiting transaction display unit 1311 displays a test transaction stored in the transaction storage unit 22 for confirming whether the user management operation operates normally. The transaction waiting display section 1311 displays the ID, request date and time, request source, and request contents associated with each transaction, so that the transaction with the earlier request date and time (the order of processing is earlier) is below the list. Is displayed.

トランザクション処理結果表示部1321は、まだ処理を終えたトランザクションが存在しないため、何も表示されていない状態である。 The transaction processing result display section 1321 is in a state where nothing is displayed because there is no transaction that has been processed yet.

管理者は、「再生」ボタンを押すことによりトランザクション処理を開始する。このときのトランザクション処理操作画面の状態を図9に示す。図9に示すように、トランザクション処理実行中(再生中)のトランザクション処理操作画面1002においては、ステータス表示部1201は、トランザクション処理が実行中である旨を示すメッセージを表示している。また、処理待ちトランザクション表示部1312には、処理を終えたトランザクションが削除され、未だ処理を実行していない残り2つのトランザクションが表示されている。さらに、トランザクション処理結果表示部1322には、各トランザクションに付随するID、処理日時、要求元、要求内容に加えて処理結果(問題が発生しなかったか)を表示しており、処理日時の早かったトランザクションが下に来るように(新たなに処理されたトランザクションが一番上に来るように)表示している。トランザクション処理結果表示部1322を見ることで、管理者は、3つのトランザクションが処理を終えており、「UserCを削除する」トランザクションの処理に問題が発生したことを把握することができる。 The administrator starts transaction processing by pressing the “play” button. FIG. 9 shows the state of the transaction processing operation screen at this time. As shown in FIG. 9, on the transaction processing operation screen 1002 in which transaction processing is being executed (playing back), the status display unit 1201 displays a message indicating that transaction processing is being executed. In the transaction waiting display section 1312, transactions that have been processed are deleted, and the remaining two transactions that have not yet been processed are displayed. Further, the transaction processing result display section 1322 displays the processing result (whether a problem has occurred) in addition to the ID, processing date, request source, and request content associated with each transaction, and the processing date is early. The transaction is shown as being down (newly processed transaction is at the top). By looking at the transaction processing result display unit 1322, the administrator can grasp that the three transactions have been processed and a problem has occurred in the processing of the “Delete UserC” transaction.

処理データ表示部1412には、この時点における処理データ保存部21の内容である登録ユーザ情報が表示されており、管理者は、既に処理を終えたトランザクションによって、新たなユーザ(UserA、UserB)が登録されたことが随時把握できる。加えて、「UserCを削除する」トランザクションについては、処理が失敗したため、処理データ表示部1412において、UserCが削除されていないことも把握することができる。 The processing data display unit 1412 displays registered user information, which is the content of the processing data storage unit 21 at this time point, and the administrator adds a new user (User A, User B) by a transaction that has already been processed. You can keep track of what has been registered. In addition, since the process for the “Delete UserC” transaction has failed, the processing data display unit 1412 can also recognize that UserC has not been deleted.

トランザクション処理中において、「停止」ボタンを押すことにより、トランザクション処理を一時的に停止することができる。更に、トランザクション処理を停止している状態において、「一つ戻る」ボタンを押すことにより直前に処理したトランザクションを未処理の状態に戻し、「コマ送り」ボタンを押すことにより一つだけトランザクション処理を実行することができる。管理者は、トランザクションを最小単位で実行し(あるいは戻し)、その都度、処理データ表示部1400を確認することで、各トランザクションによって処理データにどのような内容が反映されるか(あるいは全く反映されないか)を確認することができる。これは処理データが膨大になり、トランザクション処理を実行しながら随時、処理データの状態を把握することが困難になった場合に、有効である。 During transaction processing, the transaction processing can be temporarily stopped by pressing a “stop” button. Furthermore, in the state where transaction processing is stopped, the transaction processed immediately before is returned to the unprocessed state by pressing the “Back” button, and only one transaction processing is performed by pressing the “Frame advance” button. Can be executed. The administrator executes (or returns) the transaction in the minimum unit, and checks the processing data display unit 1400 each time, so that what kind of content is reflected in the processing data by each transaction (or is not reflected at all). Or) can be confirmed. This is effective when the processing data becomes enormous and it becomes difficult to grasp the state of the processing data at any time while executing transaction processing.

また管理者は、「初期状態復帰」ボタンを押すことにより、処理するトランザクションおよび処理データをテスト開始時の状態(トランザクション処理操作画面1001)に戻すことができる。 In addition, the administrator can return the transaction to be processed and the processing data to the state at the start of the test (transaction processing operation screen 1001) by pressing the “return to initial state” button.

図10は利用者入出力手段10を構成する表示装置に表示されるトランザクション処理操作画面の別の例を示し、図7のトランザクション処理操作画面1000に再生速度制御部2101が追加され、トランザクションデータ表示部2311に処理待ち時間の項目が追加されている。本実施例においては、このようなトランザクション処理操作画面2001を用いて利用者がトランザクション処理に関する操作と情報の参照を行う。 FIG. 10 shows another example of the transaction processing operation screen displayed on the display device constituting the user input / output means 10, and a playback speed control unit 2101 is added to the transaction processing operation screen 1000 of FIG. In the section 2311, an item of processing waiting time is added. In this embodiment, a user refers to operations and information related to transaction processing using such a transaction processing operation screen 2001.

再生速度制御部2101は、トランザクション処理を実行する時間間隔を利用者が調整するための部品であり、利用者はつまみ2110を左右にスライドさせることで、トランザクション処理タイミングを速く或いは遅く設定することができる。ここで、x1は等倍、x2、x4は2倍速、4倍速、x1/4、x1/2は1/4倍速、1/2倍速を示す。尚、本例ではスライダの形態を採っているが、ダイアル型や再生速度に対応したボタンを配置する形態を採っても構わない。 The playback speed control unit 2101 is a part for the user to adjust the time interval for executing the transaction processing, and the user can set the transaction processing timing faster or slower by sliding the knob 2110 left and right. it can. Here, x1 is the same speed, x2 and x4 are the double speed and the quadruple speed, x1 / 4 and x1 / 2 are the quarter speed and the half speed. In this example, a slider is used. However, a dial type or a button corresponding to the playback speed may be arranged.

次に、具体的な事例を挙げてトランザクション処理の流れを説明する。以下では、実施例1で用いたものと同様の具体例を用い、テストを行う管理者はTX0003のトランザクション(UserCを削除する)の実行時において問題が発生することを既に認識しているものとする。 Next, the flow of transaction processing will be described with specific examples. In the following, a specific example similar to that used in the first embodiment is used, and the administrator who performs the test has already recognized that a problem occurs when executing the TX0003 transaction (deleting UserC). To do.

図10に示すように、テスト開始前の状態のトランザクション処理操作画面2001において、再生速度制御部2101でトランザクション再生速度は本来の要求時間に従う(等倍)設定となっていることが把握できる。処理待ちトランザクション表示部2311には、実施例1で表示していた情報に加えて、処理待ち時間に関する情報が提示されている。この時点においては、再生速度が等倍であるため、処理待ち時間は要求日時の差分に等しい値が提示されている。例えばTX0003は、TX0002の2分後に処理が開始されることが把握できる。 As shown in FIG. 10, in the transaction processing operation screen 2001 in the state before the start of the test, the playback speed control unit 2101 can grasp that the transaction playback speed is set according to the original request time (same size). In addition to the information displayed in the first embodiment, information related to the processing waiting time is presented in the processing waiting transaction display unit 2311. At this time, since the reproduction speed is equal, the processing wait time is presented as a value equal to the difference between the requested dates. For example, TX0003 can grasp that processing is started two minutes after TX0002.

管理者は問題が起こりそうにないトランザクションの処理はできるだけ早い再生時間で処理してしまい、問題が生じる恐れがあるトランザクションの処理が近づいてきた時点で再生速度を遅くし、テストの効率を良くしようと考えている。そこで、まず管理者は、再生速度制御部2101を操作して、再生速度を4倍速に設定した後、「再生」ボタンによりトランザクション処理を実行する。このときのトランザクション処理操作画面の状態を図11に示す。 Administrators should process transactions that are unlikely to cause problems with the fastest possible replay time, and slow down the replay speed to improve testing efficiency when transactions that may cause problems are approaching. I believe. Therefore, first, the administrator operates the playback speed control unit 2101 to set the playback speed to 4 times speed, and then executes the transaction process with the “play” button. FIG. 11 shows the state of the transaction processing operation screen at this time.

図11に示すようにトランザクション処理操作画面2002では、再生速度制御部2102でトランザクション再生速度が本来の要求時間に対し4倍速い設定となっていることが把握できる。同様に、処理待ちトランザクション表示部2312において、処理待ち時間が本来の4分の1になっていることが把握できる。 As shown in FIG. 11, in the transaction processing operation screen 2002, the playback speed control unit 2102 can grasp that the transaction playback speed is set to be four times faster than the original request time. Similarly, in the processing waiting transaction display unit 2312, it can be understood that the processing waiting time is the original quarter.

次に、管理者は、TX0003のトランザクション(UserCを削除する)の実行が近づいたので、再生速度制御部2102により、再生速度を2分の1速に設定変更する。このときのトランザクション処理操作画面の状態を図12に示す。 Next, since the execution of the TX0003 transaction (deleting UserC) is approaching, the administrator changes the playback speed to a half speed by the playback speed control unit 2102. FIG. 12 shows the state of the transaction processing operation screen at this time.

図12に示すようにトランザクション処理操作画面2003では、再生速度制御部2103でトランザクション再生速度が本来の要求時間に対し2倍遅い設定となっていることが把握できる。同様に、処理待ちトランザクション表示部2313において、処理待ち時間が本来の2倍になっていることが把握できる。 As shown in FIG. 12, in the transaction processing operation screen 2003, the playback speed control unit 2103 can grasp that the transaction playback speed is set twice as slow as the original request time. Similarly, in the processing waiting transaction display unit 2313, it can be understood that the processing waiting time is doubled.

このようにして管理者は、問題が起こりそうにないトランザクション(TX0001、TX0002)の処理はできるだけ速く処理し、逆に問題が生じる恐れがあるトランザクション(TX0003)の処理を時間をかけて行うことが可能となる。このように、処理するトランザクションに応じての柔軟な再生速度制御を可能とすることで、より効率的なテストが実施可能となる。 In this way, the administrator can process a transaction (TX0001, TX0002) that is unlikely to cause a problem as quickly as possible, and conversely, a transaction (TX0003) that may cause a problem may be processed over time. It becomes possible. As described above, by enabling flexible playback speed control according to the transaction to be processed, a more efficient test can be performed.

図13は利用者入出力手段10を構成する表示装置に表示されるトランザクション処理操作画面の別の例を示し、図10のトランザクション処理操作画面2001に「状態保存」、「早送り」、「巻き戻し」、「読み込み」、「状態データ削除」のボタンが追加されている。本実施例においては、このようなトランザクション処理操作画面3001を用いて利用者がトランザクション処理および状態データ(チェックポイント)管理に関する操作と情報の参照を行う。 FIG. 13 shows another example of the transaction processing operation screen displayed on the display device that constitutes the user input / output means 10. The transaction processing operation screen 2001 of FIG. 10 displays “save state”, “fast forward”, “rewind”. ”,“ Read ”, and“ Delete state data ”buttons are added. In this embodiment, the user performs operations and information related to transaction processing and status data (checkpoint) management using such a transaction processing operation screen 3001.

状態データ(チェックポイント)は、図4に示した第3の実施の形態におけるチェックポイントデータ保存部23に保存されるデータであり、図14に示すように、ID(識別情報)、その状態において最後に処理を行ったトランザクションの要求日時(時間情報)およびトランザクション処理対象となるデータ状態を保有する。 The state data (checkpoint) is data stored in the checkpoint data storage unit 23 in the third embodiment shown in FIG. 4, and, as shown in FIG. It holds the request date and time (time information) of the last processed transaction and the data state that is the transaction processing target.

次に、具体的な事例を挙げてトランザクション処理の流れを説明する。ここでは、実施例1で用いたものと同様の具体例を用い、テストを行う管理者はTX0003(UserCを削除する)の実行時において問題が発生することを既に認識しているものとする。テスト開始前における状態データ3000では、テスト開始前の状態をID0000として保有している。テスト開始前(トランザクション未処理)のため、時間情報は空白となっているが、処理データの状態はテスト開始前の処理データが全て記録されている。管理者は、「再生」ボタンによりテストを開始し、正常に処理が完了する二つのトランザクション処理を終えた時点で、「停止」ボタンによりトランザクション処理を一時的に停止する。このときのトランザクション処理画面の状態が図13に示されている。 Next, the flow of transaction processing will be described with specific examples. Here, a specific example similar to that used in the first embodiment is used, and it is assumed that the administrator performing the test has already recognized that a problem occurs when executing TX0003 (deleting UserC). In the state data 3000 before the start of the test, the state before the start of the test is held as ID0000. Although the time information is blank because the test is not started (transaction is not processed), all the process data before the test start is recorded in the status of the process data. The administrator starts the test with the “play” button, and temporarily stops the transaction process with the “stop” button when the two transaction processes are completed. The state of the transaction processing screen at this time is shown in FIG.

次に管理者は、図13のトランザクション処理画面3001において、「状態保存」ボタンにより、現時点での状態データを記録する。これにより、チェックポイント制御手段13によって、この時点において最後に処理を行ったトランザクションTX0002の要求時間と、処理データの状態(データ表示部3411に表示されている状態に等しい)とを新たな状態データ(チェックポイント)として、図15に示すように、状態データ3002に追加される。 Next, on the transaction processing screen 3001 in FIG. 13, the administrator records the current state data with the “save state” button. As a result, the checkpoint control means 13 changes the request time of the transaction TX0002 last processed at this time point and the state of the processing data (equivalent to the state displayed on the data display unit 3411) to the new state data. As (checkpoint), it is added to the status data 3002 as shown in FIG.

この後、管理者は「再生」ボタンによりテストを再開する。また管理者は、任意のタイミングにおいて「巻き戻し」ボタンにより一つ前の状態データ、つまり先ほど保存した状態に戻ることが可能となる。再度「巻き戻し」ボタンを押下すると、もう一つ前の状態データであるテスト開始前の状態に戻る。更に、テスト開始前の状態で「早送り」ボタンを押下すると、一つ先の状態データである、トランザクションを二つ処理した状態に移行することができる。 After this, the administrator resumes the test with the “Play” button. In addition, the administrator can return to the previous state data, that is, the previously saved state by using the “rewind” button at an arbitrary timing. When the “rewind” button is pressed again, the state before the test start, which is the previous state data, is restored. Furthermore, when the “fast forward” button is pressed in the state before the test is started, it is possible to shift to a state in which two transactions, which are the state data ahead, are processed.

また、管理者が「読み込み」ボタンを操作すると、利用者入出力手段10は、例えば図16(a)に示すような状態データ読み込み画面3003を画面に表示する。状態データ読み込み画面3003は、状態データ表示部3503を有する。状態データ表示部3503には、現在保有している状態データに関する情報として、ID、最後に処理を行ったトランザクションの要求日時および登録ユーザ一覧(処理データの状態)が表示される。尚、処理データ状態に何を表示するかはアプリケーションに依存するものであり、別画面により詳細な情報を提示する形態を採っても構わない。管理者は、状態データ表示部3503から任意の状態データを選択し、「読み込み」ボタンを操作すれば、選択した状態データの状態に移行することが可能となる。 When the administrator operates the “read” button, the user input / output unit 10 displays a status data read screen 3003 as shown in FIG. The state data reading screen 3003 has a state data display unit 3503. In the status data display section 3503, the ID, the request date and time of the transaction that has been processed last, and the registered user list (process data status) are displayed as information on the status data currently held. Note that what is displayed in the processing data state depends on the application, and may take a form in which detailed information is presented on a separate screen. If the administrator selects arbitrary state data from the state data display unit 3503 and operates the “read” button, the state can be shifted to the state of the selected state data.

また、トランザクション処理画面上の「状態データ削除」を管理者が操作すると、利用者入出力手段10は、例えば図16(b)に示すような状態データ削除画面3004を画面に表示する。状態データ削除画面3004は、状態データ表示部3504を有する。管理者は、状態データ表示部3504から任意の状態データを選択し、「削除」ボタンを操作すれば、選択した状態データを削除することが可能となる。 When the administrator operates “delete state data” on the transaction processing screen, the user input / output unit 10 displays a state data delete screen 3004 as shown in FIG. 16B, for example. The state data deletion screen 3004 has a state data display unit 3504. If the administrator selects arbitrary state data from the state data display unit 3504 and operates the “delete” button, the selected state data can be deleted.

こうして管理者は、任意の時点での処理データの状態を保存し、自由に移行(巻き戻し・早送り・読み出し)および削除が可能となる。このように、テストが不要なトランザクション処理部分を飛ばすこと(早送り)や、問題が発生した場合に問題発生前の最新の状態(テスト開始前の初期状態ではなく、可能な限り問題の発生時に近い状態)に戻ること(巻き戻し)を可能とすることで、テスト時間を短縮し、より効率的なテストを実施することが可能となる。 In this way, the administrator can save the state of the processing data at an arbitrary time point, and can freely move (rewind / fast forward / read) and delete. In this way, it is possible to skip transaction processing parts that do not require testing (fast forward), and when problems occur, the latest state before the problem occurs (as close as possible to the time of the problem, not the initial state before the start of the test) By making it possible to return (rewind) to the (state), the test time can be shortened and a more efficient test can be performed.

図17は利用者入出力手段10を構成する表示装置に表示されるトランザクション処理操作画面の別の例を示し、図13のトランザクション処理操作画面3001に「トランザクション編集」のボタンが追加されている。本実施例においては、このようなトランザクション処理操作画面4000を用いて利用者がトランザクション処理および状態データ(チェックポイント)管理に関する操作と情報の参照を行う。 FIG. 17 shows another example of the transaction processing operation screen displayed on the display device constituting the user input / output means 10, and a “transaction edit” button is added to the transaction processing operation screen 3001 of FIG. In the present embodiment, the user performs operations and information related to transaction processing and status data (checkpoint) management using such a transaction processing operation screen 4000.

次に、具体的な事例を挙げてトランザクション処理の流れを説明する。事例として、実施例1で用いたものと同様の例を用いる。ここで、テストを行う管理者は、トランザクションTX0003(UserCを削除する)の実行時において問題が発生することを既に認識しており、とりあえず先に他のトランザクション処理テストを終えた状態で状態データを保存し、その上でトランザクションTX0003に対処したいと考えているものとする。更に、管理者は、トランザクションTX0005(UserDを登録する)の処理対象となるデータ(UserD)はテスト開始時に既に登録されており、トランザクションTX0005実行前に削除されることもないため、トランザクションTX0005の処理は意味が無いため省略したいと考えているものとする。 Next, the flow of transaction processing will be described with specific examples. As an example, the same example as that used in Example 1 is used. Here, the administrator performing the test has already recognized that a problem has occurred during the execution of the transaction TX0003 (deleting UserC), and for the time being, the state data is saved after the other transaction processing test has been completed. Assume that you want to save and then deal with transaction TX0003. Further, the administrator processes the transaction TX0005 because the data (UserD) to be processed in the transaction TX0005 (register UserD) is already registered at the start of the test and is not deleted before the transaction TX0005 is executed. Suppose you want to omit it because it has no meaning.

管理者が、テスト開始前の状態のトランザクション処理操作画面4000において、「トランザクション編集」のボタンを操作すると、利用者入出力手段10は、処理待ちトランザクション表示部4310に表示されているトランザクションの編集を行う図18(a)に示すようなトランザクション編集画面を表示する。 When the administrator operates the “edit transaction” button on the transaction processing operation screen 4000 in a state before the start of the test, the user input / output unit 10 edits the transaction displayed in the processing-waiting transaction display unit 4310. The transaction edit screen as shown in FIG.

図18(a)に示すようにトランザクション編集画面4001は、処理待ちトランザクション表示部4311と、選択トランザクション編集手段表示部4601とを有する。処理待ちトランザクション表示部4311では、現在選択されている(フォーカスの当たっている)トランザクションが編集対象となり、選択トランザクション編集手段表示部4601では、編集対象トランザクションの各情報(要求日時、要求内容)を表示する。 As shown in FIG. 18A, the transaction editing screen 4001 has a processing-waiting transaction display unit 4311 and a selected transaction editing unit display unit 4601. In the transaction waiting display section 4311, the currently selected (focused) transaction is to be edited, and the selected transaction editing means display section 4601 displays each information (request date and time, request contents) of the transaction to be edited. To do.

管理者は、処理待ちトランザクション表示部4311でトランザクションTX0005を選択し、「削除」ボタンを押下することにより、トランザクションTX0005を削除することができる。このとき、トランザクション編集画面4001は図18(b)のトランザクション編集画面4002のように遷移し、処理待ちトランザクション表示部4312で、トランザクションTX0005が削除されていることが確認できる。 The administrator can delete the transaction TX0005 by selecting the transaction TX0005 on the processing-waiting transaction display unit 4311 and pressing the “delete” button. At this time, the transaction edit screen 4001 transitions as shown in the transaction edit screen 4002 of FIG. 18B, and it can be confirmed that the transaction TX0005 has been deleted on the processing-waiting transaction display unit 4312.

次に、管理者は処理待ちトランザクション表示部4312でトランザクションTX0003を選択し、選択トランザクション編集手段表示部4602において、要求日時の項をトランザクションTX0004よりも後の日時「2003/07/01 16:50:00」に書き換えた後、「更新」ボタンを押下すれば、トランザクションTX0003の要求日時を変更することができる。 Next, the administrator selects the transaction TX0003 in the pending transaction display unit 4312, and in the selected transaction editing unit display unit 4602, the requested date and time item is set to a date and time “2003/07/01 16:50: If the "update" button is pressed after rewriting to "00", the request date and time of the transaction TX0003 can be changed.

管理者は、「決定」ボタンにより、上述の一連のトランザクション編集作業を確定し、トランザクション処理操作画面に復帰する。図19に復帰したトランザクション処理操作画面4003の状態を示す。トランザクション処理操作画面4003の処理待ちトランザクション表示部4313で、トランザクションTX0005が削除されており、トランザクションTX0003の要求日時が変更され、トランザクションTX0004と処理の順序が入れ替わっていることが確認できる。この後、「再生」ボタンを操作すれば、処理待ちトランザクション4313に表示されている一連のトランザクションの処理を実行することができる。 The administrator uses the “OK” button to confirm the series of transaction editing operations described above and return to the transaction processing operation screen. FIG. 19 shows the state of the transaction processing operation screen 4003 returned. It can be confirmed that the transaction TX0005 has been deleted, the request date and time of the transaction TX0003 has been changed, and the processing order has been switched with the transaction TX0004, in the transaction waiting operation display unit 4313 of the transaction processing operation screen 4003. Thereafter, if a “play” button is operated, a series of transactions displayed in the transaction waiting transaction 4313 can be executed.

こうして管理者は、トランザクションの処理する順番や、要求内容をトランザクション毎に編集することが可能となる。このように、トランザクション単位での処理の設定を可能とすることで、より柔軟かつ効率的なテストが実施可能となる。 In this way, the administrator can edit the processing order of transactions and the request contents for each transaction. In this way, by making it possible to set processing in units of transactions, a more flexible and efficient test can be performed.

本発明によれば、トランザクション処理プログラムに一連のトランザクション処理を投入したときに、プログラムが所望の動作をするかどうかというプログラムの検査といった用途に適用できる。 According to the present invention, when a series of transaction processing is input to the transaction processing program, it can be applied to an application such as a program inspection to determine whether the program performs a desired operation.

本発明の第1の実施の形態にかかるトランザクション処理システムのブロック図である。1 is a block diagram of a transaction processing system according to a first embodiment of the present invention. 本発明の第1の実施の形態にかかるトランザクション処理システムの動作を示す流れ図である。It is a flowchart which shows operation | movement of the transaction processing system concerning the 1st Embodiment of this invention. 本発明の第2の実施の形態にかかるトランザクション処理システムのブロック図である。It is a block diagram of the transaction processing system concerning the 2nd Embodiment of this invention. 本発明の第3の実施の形態にかかるトランザクション処理システムのブロック図である。It is a block diagram of the transaction processing system concerning the 3rd Embodiment of this invention. 本発明の第3の実施の形態にかかるトランザクション処理システムの動作を示す流れ図である。It is a flowchart which shows operation | movement of the transaction processing system concerning the 3rd Embodiment of this invention. 本発明の第4の実施の形態にかかるトランザクション処理システムのブロック図である。It is a block diagram of the transaction processing system concerning the 4th Embodiment of this invention. 本発明の実施例1にかかるトランザクション処理システムにおける利用者入出力手段を構成する表示装置に表示されるトランザクション処理操作画面の一例を示す図である。It is a figure which shows an example of the transaction processing operation screen displayed on the display apparatus which comprises the user input / output means in the transaction processing system concerning Example 1 of this invention. 本発明の実施例1におけるテスト開始前のトランザクション処理操作画面の内容例を示す図である。It is a figure which shows the example of the content of the transaction processing operation screen before the test start in Example 1 of this invention. 本発明の実施例1におけるトランザクション再生中のトランザクション処理操作画面の状態を示す図である。It is a figure which shows the state of the transaction processing operation screen in transaction reproduction in Example 1 of this invention. 本発明の実施例2にかかるトランザクション処理システムにおける利用者入出力手段を構成する表示装置に表示されるトランザクション処理操作画面の一例を示す図である。It is a figure which shows an example of the transaction processing operation screen displayed on the display apparatus which comprises the user input / output means in the transaction processing system concerning Example 2 of this invention. 本発明の実施例2におけるトランザクション再生中のトランザクション処理操作画面の状態を示す図である。It is a figure which shows the state of the transaction processing operation screen in transaction reproduction in Example 2 of this invention. 本発明の実施例2において再生速度を2分の1に変更してトランザクションを再生している際のトランザクション処理操作画面の状態を示す図である。It is a figure which shows the state of the transaction processing operation screen at the time of changing the reproduction | regeneration speed to 1/2 and reproducing the transaction in Example 2 of this invention. 本発明の実施例3にかかるトランザクション処理システムにおける利用者入出力手段を構成する表示装置に表示されるトランザクション処理操作画面の一例を示す図である。It is a figure which shows an example of the transaction processing operation screen displayed on the display apparatus which comprises the user input / output means in the transaction processing system concerning Example 3 of this invention. 本発明の実施例3にかかるトランザクション処理システムにおけるチェックポイントデータ保存部に保存される状態データ(チェックポイント)の内容例を示す図である。It is a figure which shows the example of the content of the status data (checkpoint) preserve | saved at the checkpoint data preservation | save part in the transaction processing system concerning Example 3 of this invention. 本発明の実施例3にかかるトランザクション処理システムにおけるチェックポイントデータ保存部に新たなチェックポイントデータが追加された様子を示す図である。It is a figure which shows a mode that new checkpoint data was added to the checkpoint data storage part in the transaction processing system concerning Example 3 of this invention. 本発明の実施例3にかかるトランザクション処理システムにおける利用者入出力手段が表示する状態データ読み込み画面を示す図である。It is a figure which shows the status data reading screen which the user input / output means displays in the transaction processing system concerning Example 3 of this invention. 本発明の実施例4にかかるトランザクション処理システムにおける利用者入出力手段を構成する表示装置に表示されるトランザクション処理操作画面の一例を示す図である。It is a figure which shows an example of the transaction processing operation screen displayed on the display apparatus which comprises the user input / output means in the transaction processing system concerning Example 4 of this invention. 本発明の実施例4にかかるトランザクション処理システムにおける利用者入出力手段が表示するトランザクション編集画面を示す図である。It is a figure which shows the transaction edit screen which the user input / output means in the transaction processing system concerning Example 4 of this invention displays. 本発明の実施例4にかかるトランザクション処理システムにおいてトランザクション編集後のトランザクション処理操作画面の状態を示す図である。It is a figure which shows the state of the transaction processing operation screen after transaction edit in the transaction processing system concerning Example 4 of this invention.

符号の説明Explanation of symbols

1…データ処理装置
2…データ記憶装置
10…利用者入出力手段
11…トランザクション処理手段
12…トランザクションタイミング制御手段
13…チェックポイント制御手段
15…トランザクション編集手段
16…バージョン管理手段
21…処理データ保存部
22…トランザクション保存部
23…チェックポイントデータ保存部
24…トランザクションUNDO保存部
DESCRIPTION OF SYMBOLS 1 ... Data processing apparatus 2 ... Data storage apparatus 10 ... User input / output means 11 ... Transaction processing means 12 ... Transaction timing control means 13 ... Checkpoint control means 15 ... Transaction editing means 16 ... Version management means 21 ... Process data storage part 22 ... Transaction storage unit 23 ... Checkpoint data storage unit 24 ... Transaction undo storage unit

Claims (15)

データ処理装置とデータ記憶装置とで構成され、前記データ記憶装置は、時刻情報を付加した一連のトランザクションを保存するトランザクション保存部と、前記トランザクションによる処理の対象となるデータを保存する処理データ保存部とを備え、前記データ処理装置は、利用者から再生および停止の指示を受け付ける手段と利用者に対して情報を表示する手段とを有する利用者入出力手段と、トランザクション処理プログラムに従ってトランザクションを処理し処理結果を返却するトランザクション処理手段と、前記利用者入出力手段が利用者から受け付けた再生の指示に応じて、前記利用者入出力手段が利用者から停止の指示を受け付けるまで、前記トランザクション保存部に保存されている一連のトランザクションを順次抽出し、タイマーを用いて、前記抽出した一連のトランザクションをそれに設定された時刻情報に応じて定まる時間間隔で前記トランザクション処理手段に送信し、その処理結果を受信して前記利用者入出力手段に通知するトランザクション処理タイミング制御手段とを備えることを特徴とするトランザクション処理システム。 The data storage device is composed of a data processing device and a data storage device, and the data storage device stores a transaction storage unit that stores a series of transactions to which time information is added, and a processing data storage unit that stores data to be processed by the transaction The data processing apparatus includes: a user input / output unit having a unit for receiving playback and stop instructions from a user; a unit for displaying information to the user; and a transaction processing program according to a transaction processing program. Transaction processing means for returning a processing result, and the transaction storage unit until the user input / output means receives a stop instruction from the user in response to a playback instruction received from the user by the user input / output means. Sequentially extract a series of transactions stored in A transaction for transmitting the extracted series of transactions to the transaction processing means at a time interval determined according to the time information set therein, and receiving the processing result and notifying the user input / output means using an imager A transaction processing system comprising processing timing control means. データ処理装置とデータ記憶装置とで構成され、前記データ記憶装置は、時刻情報を付加した一連のトランザクションを保存するトランザクション保存部と、前記トランザクションによる処理の対象となるデータを保存する処理データ保存部とを備え、前記データ処理装置は、利用者から再生、再生速度および停止の指示を受け付ける手段と利用者に対して情報を表示する手段とを有する利用者入出力手段と、トランザクション処理プログラムに従ってトランザクションを処理し処理結果を返却するトランザクション処理手段と、前記利用者入出力手段が利用者から受け付けた再生の指示に応じて、前記利用者入出力手段が利用者から停止の指示を受け付けるまで、前記トランザクション保存部に保存されている一連のトランザクションを順次抽出し、タイマーを用いて、前記抽出した一連のトランザクションをそれに設定された時刻情報および前記再生速度に応じて定まる時間間隔で前記トランザクション処理手段に送信し、その処理結果を受信して前記利用者入出力手段に通知するトランザクション処理タイミング制御手段とを備えることを特徴とするトランザクション処理システム。 The data storage device is composed of a data processing device and a data storage device, and the data storage device stores a transaction storage unit that stores a series of transactions to which time information is added, and a processing data storage unit that stores data to be processed by the transaction The data processing apparatus comprises: a user input / output unit having a unit for receiving playback, playback speed, and stop instructions from a user; a unit for displaying information to the user; and a transaction according to a transaction processing program. Transaction processing means for processing the process and returning the processing result, until the user input / output means receives a stop instruction from the user in response to the reproduction instruction received by the user input / output means from the user, Order a series of transactions stored in the transaction storage section Using the timer, the extracted series of transactions is transmitted to the transaction processing means at a time interval determined according to the time information and the playback speed set thereto, and the processing result is received to receive the user. A transaction processing system comprising transaction processing timing control means for notifying the input / output means. 前記利用者入出力手段は、利用者からコマ送りの指示を受け付ける手段を有し、前記トランザクション処理タイミング制御手段は、前記利用者入出力手段が利用者から受け付けたコマ送りの指示に応じて、前記トランザクション保存部に保存されている次に実行すべきトランザクションを1つ抽出し、そのトランザクションを速やかに前記トランザクション処理手段に送信するものであることを特徴とする請求項1または2記載のトランザクション処理システム。 The user input / output means includes means for receiving a frame advance instruction from a user, and the transaction processing timing control means is configured to respond to the frame advance instruction received from the user by the user input / output means, 3. The transaction processing according to claim 1, wherein one transaction to be executed next is stored in the transaction storage unit, and the transaction is promptly transmitted to the transaction processing means. system. 前記利用者入出力手段は、利用者から初期状態復帰の指示を受け付ける手段を有し、前記トランザクション処理タイミング制御手段は、前記利用者入出力手段が利用者から受け付けた初期状態復帰の指示に応じて、前記トランザクション処理手段および前記処理データ保存部の状態を初期化し、抽出すべきトランザクションを前記トランザクション保存部に保存されている最初に実行すべきトランザクションに設定するものであることを特徴とする請求項1または2記載のトランザクション処理システム。 The user input / output means has means for receiving an instruction for returning to an initial state from a user, and the transaction processing timing control means responds to an instruction for returning to an initial state received from the user by the user input / output means. The transaction processing means and the processing data storage unit are initialized, and a transaction to be extracted is set to a transaction to be executed first stored in the transaction storage unit. Item 3. The transaction processing system according to Item 1 or 2. 前記データ記憶装置に、前記トランザクション処理手段および前記処理データ保存部の状態を実行されたトランザクションを処理する前の状態に戻すトランザクションUNDO情報を保存するトランザクションUNDO保存部を備え、前記利用者入出力手段は、利用者から1つ戻るの指示を受け付ける手段を有し、前記トランザクション処理タイミング制御手段は、前記利用者入出力手段が利用者から受け付けた1つ戻るの指示に応じて、直前に実行したトランザクションを処理する前の状態に戻すトランザクションUNDO情報を前記トランザクションUNDO保存部から抽出して前記トランザクション処理手段に送信するものであることを特徴とする請求項1または2記載のトランザクション処理システム。 The data storage device includes a transaction UNDO storage unit that stores transaction UNDO information for returning the transaction processing unit and the processing data storage unit to a state before processing the executed transaction, and the user input / output unit Has a means for accepting an instruction to return one from the user, and the transaction processing timing control means is executed immediately before the user input / output means in response to the instruction to return one by one received from the user. 3. The transaction processing system according to claim 1, wherein transaction UNDO information for returning to a state before processing a transaction is extracted from the transaction UNDO storage unit and transmitted to the transaction processing means. 前記データ記憶装置に、チェックポイントデータを保存するチェックポイントデータ保存部を備え、前記利用者入出力手段は、利用者から指定状態への復帰の指示を受け付ける手段を有し、且つ、前記データ処理装置に、前記利用者入出力手段が利用者から受け付けた指定状態への復帰の指示に応じて、前記チェックポイントデータ保存部に保存されたチェックポイントデータのうち前記復帰の指示で指定されたチェックポイントデータを用いて、前記トランザクション処理手段および前記処理データ保存部の状態をチェックポイント時点の状態に復元するチェックポイント制御手段を備え、前記トランザクション処理タイミング制御手段は、抽出すべきトランザクションを前記トランザクション保存部に保存されているトランザクションのうち前記復帰したチェックポイントの次に実行すべきトランザクションに設定するものであることを特徴とする請求項1または2記載のトランザクション処理システム。 The data storage device includes a checkpoint data storage unit that stores checkpoint data, and the user input / output unit includes a unit that receives an instruction to return to a designated state from a user, and the data processing In response to an instruction to return to a specified state received from the user by the user input / output means, the check designated by the return instruction among the checkpoint data stored in the checkpoint data storage unit Checkpoint control means for restoring the state of the transaction processing means and the processing data storage unit to the state at the checkpoint time using point data, and the transaction processing timing control means stores the transaction to be extracted in the transaction Of transactions stored in Claim 1 or 2, wherein the transaction processing system, wherein said is to set to be the transaction executed following return checkpoint Chi. 前記データ記憶装置に、チェックポイントデータを保存するチェックポイントデータ保存部を備え、前記利用者入出力手段は、利用者から巻戻しの指示を受け付ける手段を有し、且つ、前記データ処理装置に、前記利用者入出力手段が利用者から受け付けた巻戻しの指示に応じて、前記チェックポイントデータ保存部に保存されたチェックポイントデータのうち現時点より1つ前のチェックポイントデータを用いて、前記トランザクション処理手段および前記処理データ保存部の状態をそのチェックポイント時点の状態に復元するチェックポイント制御手段を備え、前記トランザクション処理タイミング制御手段は、抽出すべきトランザクションを前記トランザクション保存部に保存されているトランザクションのうち前記復帰したチェックポイントの次に実行すべきトランザクションに設定するものであることを特徴とする請求項1または2記載のトランザクション処理システム。 The data storage device includes a checkpoint data storage unit that stores checkpoint data, the user input / output unit includes a unit that receives a rewind instruction from a user, and the data processing device includes: In response to a rewind instruction received from the user by the user input / output means, the checkpoint data stored in the checkpoint data storage unit is used as the checkpoint data immediately before the current time, and the transaction is performed. A transaction unit and a checkpoint control unit that restores the state of the processing data storage unit to the state at the time of the checkpoint, and the transaction processing timing control unit is a transaction that stores a transaction to be extracted in the transaction storage unit Of the returned checks Claim 1 or 2, wherein the transaction processing system is characterized in that to set the transaction to be executed next Into. 前記データ記憶装置に、チェックポイントデータを保存するチェックポイントデータ保存部を備え、前記利用者入出力手段は、利用者から早送りの指示を受け付ける手段を有し、且つ、前記データ処理装置に、前記利用者入出力手段が利用者から受け付けた早送りの指示に応じて、前記チェックポイントデータ保存部に保存されたチェックポイントデータのうち現時点より1つ後のチェックポイントデータを用いて、前記トランザクション処理手段および前記処理データ保存部の状態をそのチェックポイント時点の状態に復元するチェックポイント制御手段を備え、前記トランザクション処理タイミング制御手段は、抽出すべきトランザクションを前記トランザクション保存部に保存されているトランザクションのうち前記復帰したチェックポイントの次に実行すべきトランザクションに設定するものであることを特徴とする請求項1または2記載のトランザクション処理システム。 The data storage device includes a checkpoint data storage unit that stores checkpoint data, and the user input / output unit includes a unit that receives a fast-forward instruction from a user, and the data processing device includes: The transaction processing means using the checkpoint data immediately after the current time among the checkpoint data stored in the checkpoint data storage unit in response to the fast-forwarding instruction received from the user by the user input / output means And a checkpoint control unit that restores the state of the processing data storage unit to the state at the time of the checkpoint, and the transaction processing timing control unit includes a transaction to be extracted among transactions stored in the transaction storage unit. The returned check Claim 1 or 2, wherein the transaction processing system is characterized in that to set the transaction to be executed next Into. 前記利用者入出力手段は、利用者から編集対象となるトランザクションの選択を受け付ける手段を有し、且つ、前記データ処理装置に、前記トランザクション保存部に保存されたトランザクションのうち前記選択されたトランザクションを利用者からの指示に従って編集するトランザクション編集手段を備えることを特徴とする請求項1または2記載のトランザクション処理システム。 The user input / output means includes means for accepting selection of a transaction to be edited from a user, and the data processing apparatus stores the selected transaction among the transactions stored in the transaction storage unit. 3. The transaction processing system according to claim 1, further comprising transaction editing means for editing in accordance with an instruction from a user. 前記データ記憶装置に、チェックポイントデータを保存するチェックポイントデータ保存部を備え、前記利用者入出力手段は、利用者から編集対象となるトランザクションの選択を受け付ける手段を有し、且つ、前記データ処理装置に、前記トランザクション保存部に保存されたトランザクションのうち前記選択されたトランザクションを利用者からの指示に従って編集し、編集後の一連のトランザクションを別ファイルとして前記トランザクション保存部に保存するトランザクション編集手段と、別ファイルとして保存された編集後の一連のトランザクションに対して、前記チェックポイントデータ保存部に保存されたチェックポイントデータのうちの有効なチェックポイントデータを対応付け別バージョンのトランザクションセットとして管理するバージョン管理手段とを備えることを特徴とする請求項1または2記載のトランザクション処理システム。 The data storage device includes a checkpoint data storage unit that stores checkpoint data, and the user input / output unit includes a unit that receives a selection of a transaction to be edited from a user, and the data processing Transaction editing means for editing the selected transaction among the transactions stored in the transaction storage unit in accordance with an instruction from a user and storing a series of edited transactions as separate files in the transaction storage unit in the apparatus The valid checkpoint data out of the checkpoint data stored in the checkpoint data storage unit is associated with a series of edited transactions stored as a separate file as a transaction set of different versions. Claim 1 or 2, wherein the transaction processing system characterized in that it comprises a version management means for managing. 前記利用者入出力手段は、利用者からのトランザクションセットの選択指示を受け付ける手段を有し、前記バージョン管理手段は、前記トランザクション保存手段および前記チェックポイントデータ保存部に保存されたトランザクションおよびチェックポイントデータのうち利用者が選択したトランザクションセットに属する一連のトランザクションおよびチェックポイントデータを有効とするものであることを特徴とする請求項10記載のトランザクション処理システム。 The user input / output means has means for receiving a transaction set selection instruction from a user, and the version management means stores the transaction and checkpoint data stored in the transaction storage means and the checkpoint data storage unit. 11. The transaction processing system according to claim 10, wherein a series of transactions belonging to a transaction set selected by a user and checkpoint data are validated. a)利用者入出力手段が、利用者から再生の指示を受け付けるステップ、
b)トランザクション処理タイミング制御手段が、トランザクション保存部から次に実行するトランザクションを抽出し、該抽出したトランザクションの実行開始時刻として、直前に実行したトランザクションの実行開始時刻に、前記抽出したトランザクションに設定された時刻情報と直前に実行したトランザクションに設定された時刻情報との差だけ加算した時刻を設定し、タイマーを用いてその実行開始時刻が到来したことを検出して、トランザクション処理手段に送信するステップ、
c)前記トランザクション処理手段が、受信したトランザクションをトランザクション処理プログラムに従って処理し、処理結果を出力するステップ、
d)前記トランザクション処理タイミング制御手段が、前記トランザクション処理手段の処理結果を受信して前記利用者入出力手段に通知し、前記利用者入出力手段が通知された処理結果を利用者に提示するステップ、
e)利用者入出力手段が、利用者から停止の指示があるかどうかを判定し、停止の指示があればトランザクションの実行を停止し、停止の指示がなければ前記ステップbに戻るステップ、
を含むことを特徴とするトランザクション処理方法。
a) a step in which the user input / output means receives a reproduction instruction from the user;
b) The transaction processing timing control means extracts the next transaction to be executed from the transaction storage unit, and is set as the execution start time of the extracted transaction in the extracted transaction at the execution start time of the transaction executed immediately before. Setting a time obtained by adding a difference between the time information set and the time information set for the transaction executed immediately before, detecting that the execution start time has arrived using a timer, and transmitting to the transaction processing means ,
c) the transaction processing means processing the received transaction according to a transaction processing program and outputting a processing result;
d) the transaction processing timing control means receiving the processing result of the transaction processing means, notifying the user input / output means, and presenting the processing result notified by the user input / output means to the user; ,
e) a step in which the user input / output means determines whether or not there is a stop instruction from the user, stops the execution of the transaction if there is a stop instruction, and returns to step b if there is no stop instruction;
A transaction processing method comprising:
a)利用者入出力手段が、利用者から再生の指示および再生速度の指示を受け付けるステップ、
b)トランザクション処理タイミング制御手段が、トランザクション保存部から次に実行するトランザクションを抽出し、該抽出したトランザクションの実行開始時刻として、直前に実行したトランザクションの実行開始時刻に、前記抽出したトランザクションに設定された時刻情報と直前に実行したトランザクションに設定された時刻情報との差の時間を前記再生速度に応じて補正した時間だけ加算した時刻を設定し、タイマーを用いてその実行開始時刻が到来したことを検出して、トランザクション処理手段に送信するステップ、
c)前記トランザクション処理手段が、受信したトランザクションをトランザクション処理プログラムに従って処理し、処理結果を出力するステップ、
d)前記トランザクション処理タイミング制御手段が、前記トランザクション処理手段の処理結果を受信して前記利用者入出力手段に通知し、前記利用者入出力手段が通知された処理結果を利用者に提示するステップ、
e)利用者入出力手段が、利用者から停止の指示があるかどうかを判定し、停止の指示があればトランザクションの実行を停止し、停止の指示がなければ前記ステップbに戻るステップ、
を含むことを特徴とするトランザクション処理方法。
a) a step in which the user input / output means receives a reproduction instruction and a reproduction speed instruction from the user;
b) The transaction processing timing control means extracts the next transaction to be executed from the transaction storage unit, and is set as the execution start time of the extracted transaction in the extracted transaction at the execution start time of the transaction executed immediately before. The time when the difference between the previous time information and the time information set for the transaction executed immediately before is added by the time corrected according to the playback speed, and the execution start time has arrived using a timer Detecting and transmitting to the transaction processing means,
c) the transaction processing means processing the received transaction according to a transaction processing program and outputting a processing result;
d) a step in which the transaction processing timing control means receives the processing result of the transaction processing means, notifies the user input / output means, and presents the processing result notified by the user input / output means to the user; ,
e) a step in which the user input / output means determines whether or not there is a stop instruction from the user; if there is a stop instruction, the execution of the transaction is stopped; otherwise, the process returns to step b;
A transaction processing method comprising:
時刻情報を付加した一連のトランザクションを保存するトランザクション保存部と前記トランザクションによる処理の対象となるデータを保存する処理データ保存部とを備えたデータ記憶装置に接続されたデータ処理装置を構成するコンピュータを、利用者から再生および停止の指示を受け付ける手段と利用者に対して情報を表示する手段とを有する利用者入出力手段、前記利用者入出力手段が利用者から受け付けた再生の指示に応じて、前記利用者入出力手段が利用者から停止の指示を受け付けるまで、前記トランザクション保存部に保存されている一連のトランザクションを順次抽出し、タイマーを用いて、前記抽出した一連のトランザクションをそれに設定された時刻情報に応じて定まる時間間隔でトランザクション処理手段に送信し、その処理結果を受信して前記利用者入出力手段に通知するトランザクション処理タイミング制御手段、として機能させることを特徴とするプログラム。 A computer constituting a data processing device connected to a data storage device comprising a transaction storage unit for storing a series of transactions to which time information is added and a processing data storage unit for storing data to be processed by the transaction User input / output means having means for receiving playback and stop instructions from the user and means for displaying information to the user, in accordance with the playback instructions received by the user input / output means from the user Until the user input / output means receives a stop instruction from the user, a series of transactions stored in the transaction storage unit are sequentially extracted, and the extracted series of transactions is set in the timer using a timer. Sent to the transaction processing means at time intervals determined according to the time information Program for causing a function transaction processing timing control means for notifying the user input unit receives the processing result. 時刻情報を付加した一連のトランザクションを保存するトランザクション保存部と前記トランザクションによる処理の対象となるデータを保存する処理データ保存部とを備えたデータ記憶装置に接続されたデータ処理装置を構成するコンピュータを、利用者から再生、再生速度および停止の指示を受け付ける手段と利用者に対して情報を表示する手段とを有する利用者入出力手段、前記利用者入出力手段が利用者から受け付けた再生の指示に応じて、前記利用者入出力手段が利用者から停止の指示を受け付けるまで、前記トランザクション保存部に保存されている一連のトランザクションを順次抽出し、タイマーを用いて、前記抽出した一連のトランザクションをそれに設定された時刻情報および前記再生速度に応じて定まる時間間隔でトランザクション処理手段に送信し、その処理結果を受信して前記利用者入出力手段に通知するトランザクション処理タイミング制御手段、として機能させることを特徴とするプログラム。 A computer constituting a data processing device connected to a data storage device comprising a transaction storage unit for storing a series of transactions to which time information is added and a processing data storage unit for storing data to be processed by the transaction User input / output means having means for receiving playback, playback speed and stop instructions from the user and means for displaying information to the user, instructions for playback received by the user input / output means from the user In response, until the user input / output means receives a stop instruction from the user, a series of transactions stored in the transaction storage unit are sequentially extracted, and a timer is used to extract the extracted series of transactions. The time interval determined according to the time information and the playback speed set for it Send to-transactions processing unit, a program for causing a processing result transaction processing timing control means for notifying the user input unit receives the function as a.
JP2003402743A 2003-12-02 2003-12-02 Transaction processing system and method, and program Pending JP2005165600A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003402743A JP2005165600A (en) 2003-12-02 2003-12-02 Transaction processing system and method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003402743A JP2005165600A (en) 2003-12-02 2003-12-02 Transaction processing system and method, and program

Publications (1)

Publication Number Publication Date
JP2005165600A true JP2005165600A (en) 2005-06-23

Family

ID=34726231

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003402743A Pending JP2005165600A (en) 2003-12-02 2003-12-02 Transaction processing system and method, and program

Country Status (1)

Country Link
JP (1) JP2005165600A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011215760A (en) * 2010-03-31 2011-10-27 Hitachi Ltd Computer system and module execution method
JP2013506892A (en) * 2009-09-15 2013-02-28 シカゴ マーカンタイル エクスチェンジ,インク. Matching server for financial exchange with fault-tolerant operation

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62285142A (en) * 1986-06-03 1987-12-11 Nec Corp Test system for on-line system
JPH04213126A (en) * 1990-12-07 1992-08-04 Hitachi Ltd Software test system
JPH0689177A (en) * 1990-01-26 1994-03-29 Internatl Business Mach Corp <Ibm> Method and system for rewinding state of expert system
JPH07225707A (en) * 1994-02-10 1995-08-22 Fujitsu Ltd Test method for application and test supporting device for the same
JPH08249209A (en) * 1995-03-10 1996-09-27 Hitachi Ltd Method for testing application program in on-line transaction system
JPH0950388A (en) * 1995-08-08 1997-02-18 Nippon Telegr & Teleph Corp <Ntt> Data base application software verification device
JPH0973425A (en) * 1995-09-04 1997-03-18 Mitsubishi Electric Corp Client simulator
JPH10222397A (en) * 1997-02-04 1998-08-21 Toshiba Corp Simulation device, simulation method, and machine-readable recording medium recorded with simulation program reading
JP2000010836A (en) * 1998-06-22 2000-01-14 Hitachi Information Systems Ltd Method for testing client-server type application, and recording medium where program for implementing the method has been recorded
JP2000076266A (en) * 1998-08-28 2000-03-14 Internatl Business Mach Corp <Ibm> System/method for automatically executing browser operation
JP2001051872A (en) * 1999-08-04 2001-02-23 Toshiba Corp Program debugging device and recording medium where program is recorded
JP2002312198A (en) * 2001-04-18 2002-10-25 Hitachi Software Eng Co Ltd Program test supporting device

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62285142A (en) * 1986-06-03 1987-12-11 Nec Corp Test system for on-line system
JPH0689177A (en) * 1990-01-26 1994-03-29 Internatl Business Mach Corp <Ibm> Method and system for rewinding state of expert system
JPH04213126A (en) * 1990-12-07 1992-08-04 Hitachi Ltd Software test system
JPH07225707A (en) * 1994-02-10 1995-08-22 Fujitsu Ltd Test method for application and test supporting device for the same
JPH08249209A (en) * 1995-03-10 1996-09-27 Hitachi Ltd Method for testing application program in on-line transaction system
JPH0950388A (en) * 1995-08-08 1997-02-18 Nippon Telegr & Teleph Corp <Ntt> Data base application software verification device
JPH0973425A (en) * 1995-09-04 1997-03-18 Mitsubishi Electric Corp Client simulator
JPH10222397A (en) * 1997-02-04 1998-08-21 Toshiba Corp Simulation device, simulation method, and machine-readable recording medium recorded with simulation program reading
JP2000010836A (en) * 1998-06-22 2000-01-14 Hitachi Information Systems Ltd Method for testing client-server type application, and recording medium where program for implementing the method has been recorded
JP2000076266A (en) * 1998-08-28 2000-03-14 Internatl Business Mach Corp <Ibm> System/method for automatically executing browser operation
JP2001051872A (en) * 1999-08-04 2001-02-23 Toshiba Corp Program debugging device and recording medium where program is recorded
JP2002312198A (en) * 2001-04-18 2002-10-25 Hitachi Software Eng Co Ltd Program test supporting device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013506892A (en) * 2009-09-15 2013-02-28 シカゴ マーカンタイル エクスチェンジ,インク. Matching server for financial exchange with fault-tolerant operation
JP2011215760A (en) * 2010-03-31 2011-10-27 Hitachi Ltd Computer system and module execution method

Similar Documents

Publication Publication Date Title
JP5059154B2 (en) Improved playback control method, system and computer readable medium for a DVD player
US20120131456A1 (en) Capture and Playback for GUI-Based Tasks
JP2008040537A (en) Gui test support system and application program for test support
JP5459779B2 (en) CM material recording support system, CM material recording support method, CM material recording support device, and program
CN103970649A (en) Test method and device for Android terminal application programs
JP2013143044A (en) Program, information processing method and information processing apparatus
JP2005165600A (en) Transaction processing system and method, and program
JP2006060450A (en) Device and method for video reproduction
JP2007025926A (en) Program and information processor
JP2003076349A (en) Data reproducing device
JP2009032214A (en) Software test support system
JP2002024055A (en) Computer system and operation reproducing method of application program
US20080008448A1 (en) Method and apparatus for controlling reproduction of a title including av data and information recording medium
JP3064944B2 (en) Data recovery method and data recovery method for computer system
JP2005302155A (en) Information reproducing apparatus, information reproduction method, computer executable program, and recording medium
JP4259896B2 (en) Operation recording / playback program
JP4983085B2 (en) Image display control device, image display control program, and image display control method
JP2009205502A (en) Application recorder/reproducer, method for rewinding application, and application recording/reproduction program
JPH1051718A (en) Compiling controller and compiling control method
US20140372883A1 (en) Instructing an Operation to be Performed at a Central Station from a Remote Station
JP3110391B2 (en) Program re-execution method
JPH1185692A (en) Terminal equipment and macro recording and reproducing method
CN100447885C (en) Method for handling data fault and retry in writing/reading a hard disk
JP2669143B2 (en) Programmable controller programming device
JP2008041197A (en) Disk, reproducing device, and reproduction method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20061114

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20090601

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20090601

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100119

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20100831