JP2000305764A - Program system for computer - Google Patents

Program system for computer

Info

Publication number
JP2000305764A
JP2000305764A JP10899299A JP10899299A JP2000305764A JP 2000305764 A JP2000305764 A JP 2000305764A JP 10899299 A JP10899299 A JP 10899299A JP 10899299 A JP10899299 A JP 10899299A JP 2000305764 A JP2000305764 A JP 2000305764A
Authority
JP
Japan
Prior art keywords
screen display
component
program
computer
business
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP10899299A
Other languages
Japanese (ja)
Other versions
JP3437789B2 (en
Inventor
Akiyoshi Usui
明寿 碓氷
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP10899299A priority Critical patent/JP3437789B2/en
Publication of JP2000305764A publication Critical patent/JP2000305764A/en
Application granted granted Critical
Publication of JP3437789B2 publication Critical patent/JP3437789B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

PROBLEM TO BE SOLVED: To quickly operate task processing at the time of the re-start of a GUI part. SOLUTION: A task application is divided into a GUI part 110 and an object server part 120. At the time of receiving a request for the preparation of an object from the GUI part 110, a component management object 121 registers the information of the generated object in a component management table 122 and returns an object reference to the GUI part 110. The GUI part 110 method-calls objects A-C on the basis of this. Even when any failure is generated, the object information is not deleted by the component management object 121 so that the activated state can be held.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、画像表示を行うプ
ロセスが停止したときでも再立ち上げしたとき、すぐに
アプリケーションプログラムの続行が可能となるような
コンピュータのプログラムシステムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a computer program system capable of immediately continuing an application program when a process for displaying an image is restarted even when the process is stopped.

【0002】[0002]

【従来の技術】近年、コンピュータシステム上で、複数
のコンポーネントプログラムを呼び出し、ソフトウェア
部品として1つのアプリケーションプログラムに動的に
組み込んで、このアプリケーションプログラムを実行す
るシステムが広く用いられている。
2. Description of the Related Art In recent years, a system that calls a plurality of component programs on a computer system, dynamically incorporates them into one application program as software components, and executes the application program has been widely used.

【0003】このようなシステムでは、コンポーネント
プログラムを様々なプログラムに動的に組み込めるた
め、コンポーネントプログラムの再利用が可能となる。
例えば現金自動支払機や銀行の営業店端末業務を処理す
る業務アプリケーションもバイナリ形式のバイナリソフ
トウェアコンポーネントを利用したプログラム実行シス
テムの1つであり、必要に応じてコンポーネントを呼び
出すことにより業務が実行される。
In such a system, component programs can be dynamically incorporated into various programs, so that component programs can be reused.
For example, a business application for processing a cash dispenser or a branch office terminal business is also one of the program execution systems using binary software components in a binary format, and the business is executed by calling the components as necessary. .

【0004】従来、クリティカルな業務を実行する場
合、業務アプリケーションはクライアント・サーバ形式
によって構築され、三層構造となっている。その第1層
目〜第3層目は、それぞれGUI(Graphical User Int
erface)層、ビジネスロジック層、データ層である。
Conventionally, when a critical business is executed, a business application is constructed in a client-server format and has a three-layer structure. The first to third layers are respectively GUI (Graphical User Int.)
erface) layer, business logic layer, and data layer.

【0005】GUI層は、ユーザがコンピュータと対話
できるようにユーザに対して画面表示を行い、キーボー
ド等の入力装置から入力されたユーザ情報の処理を行う
階層であり、業務端末では、このGUI層に例えばWE
Bブラウザが使用される。
[0005] The GUI layer is a layer for displaying a screen to the user so that the user can interact with the computer, and processing user information input from an input device such as a keyboard. For example, WE
B browser is used.

【0006】ビジネスロジック層は、入力されたユーザ
情報等のデータに基づいて共通した処理を行う階層であ
り、業務の処理シーケンスとデータベースやホストコン
ピュータへの指示を行う。例えば銀行のテラー端末にお
ける普通預金口座オブジェクトやローンシュミレーショ
ンオブジェクトは、このビジネスロジックに相当する。
データ層は、例えばホストコンピュータ内に格納された
データベースのような階層である。
The business logic layer is a layer that performs common processing based on data such as input user information and the like, and performs a business processing sequence and gives instructions to a database or a host computer. For example, a savings account object and a loan simulation object in a bank teller terminal correspond to this business logic.
The data layer is a layer such as a database stored in a host computer, for example.

【0007】このようなクライアント・サーバ形式のア
プリケーションプログラムでは、3つのプロセスを複数
のコンピュータに分散配置することが一般的に行われて
いる。即ち、ビジネスロジック層にトランザクション機
能を有し、GUI層において、障害が発生した場合はこ
のビジネスロジック層がこれまで行われた処理を無効化
(ロールバック)し、ビジネスロジック層に障害が発生
した場合は、データ層が同様にデータベースへの更新を
無効化し、データ層に障害が発生した場合は、データ層
のリカバリ機能を使用して処理を無効化し、データに矛
盾が生じないように対処している。
In such a client-server type application program, three processes are generally distributed to a plurality of computers. That is, the business logic layer has a transaction function, and when a failure occurs in the GUI layer, the business logic layer invalidates (rolls back) the processing performed so far, and the failure occurs in the business logic layer. If the data tier also disables updates to the database, and in the event of a data tier failure, use the data tier recovery feature to disable processing and take action to prevent data inconsistencies. ing.

【0008】[0008]

【発明が解決しようとする課題】しかしながら、かかる
従来のコンピュータのプログラムシステムでは、このよ
うな三層構造となっているため、三層構造のどのプロセ
スに障害が発生しても業務全体が無効となり、最初から
処理をやり直す必要がある。
However, since such a conventional computer program system has such a three-layer structure, even if a failure occurs in any process of the three-layer structure, the entire business becomes invalid. , It is necessary to start over from the beginning.

【0009】特に、業務端末のGUI層に使用されるW
EBブラウザの信頼性は低く、例えばプロセスのフォー
ルトによる障害が発生しやすい。さらに、このWEBブ
ラウザでは、不使用のメモリの解放し忘れといったメモ
リリークが発生しやすい。このため、長期にわたる業務
処理を行うには、プロセスを終了させてGUI層を定期
的に点検し、メモリ使用量を監視する必要がある。
In particular, W used in the GUI layer of the business terminal
The reliability of the EB browser is low, and a failure due to, for example, a process fault is likely to occur. Further, in this WEB browser, a memory leak such as forgetting to release an unused memory is likely to occur. Therefore, in order to perform long-term business processing, it is necessary to terminate the process, periodically inspect the GUI layer, and monitor the memory usage.

【0010】このようにGUI層の障害等のために業務
全体を停止させていたのでは、GUI層の再立ち上げ時
に最初から業務処理を行わなければならず、業務の効率
が低下する。従って、GUI層が停止しても再立ち上げ
時に業務処理をすぐに行えることが可能なコンピュータ
のプログラムシステムが必要である。
[0010] As described above, if the entire business is stopped due to a failure in the GUI layer, business processing must be performed from the beginning when the GUI layer is restarted, and the efficiency of the business is reduced. Therefore, there is a need for a computer program system capable of performing business operations immediately upon restarting even if the GUI layer is stopped.

【0011】[0011]

【課題を解決するための手段】本発明は以上の点を解決
するため次の構成を採用する。 〈構成1〉請求項1の発明にかかるコンピュータのプロ
グラムシステムは、コンピュータの利用者に対する画面
表示に必要な画面表示オブジェクトの生成依頼を発行
し、当該画面表示オブジェクトの生成結果を受け取って
画面表示オブジェクトに対して直接メソッドコールを
し、得られた処理結果を受け取って画面表示を行う画面
表示処理手段と、該画面表示処理手段から前記生成依頼
を受けたとき、所定のコンポーネントプログラムを呼び
出して画面表示オブジェクトを活性化し、活性化した当
該画面表示オブジェクトの生成結果を画面表示処理手段
に返却し、画像表示処理手段から削除依頼を受けるまで
当該画像表示オブジェクトの維持管理を行うオブジェク
ト管理手段と、を備えてアプリケーションプログラムを
実行するように構成されている。
The present invention employs the following structure to solve the above problems. <Configuration 1> A computer program system according to the first aspect of the present invention issues a request for generation of a screen display object necessary for screen display to a user of the computer, receives a generation result of the screen display object, and receives a screen display object. Screen display processing means for making a method call directly to the server, receiving the obtained processing result and displaying the screen, and, upon receiving the generation request from the screen display processing means, calling a predetermined component program to display the screen. Object management means for activating the object, returning the activated generation result of the screen display object to the screen display processing means, and maintaining and managing the image display object until receiving a deletion request from the image display processing means. Configured to run application programs To have.

【0012】〈構成2〉請求項2の発明にかかるコンピ
ュータのプログラムシステムでは、前記オブジェクト管
理手段が、活性化した画面表示オブジェクトに関するオ
ブジェクト情報を記録するためのオブジェクト管理テー
ブルと、前記画面表示オブジェクトが活性化されたと
き、当該オブジェクト情報をオブジェクト管理テーブル
に登録し、削除依頼を受けたとき、オブジェクト管理テ
ーブルから当該オブジェクト情報を削除するコンポーネ
ント管理オブジェクトと、を備えて画像表示オブジェク
トの維持管理を行うように構成されている。
<Structure 2> In the computer program system according to the second aspect of the present invention, the object management means includes: an object management table for recording object information on the activated screen display object; When activated, the object information is registered in the object management table, and when a deletion request is received, a component management object that deletes the object information from the object management table is provided to maintain the image display object. It is configured as follows.

【0013】〈構成3〉請求項3の発明にかかるコンピ
ュータのプログラムシステムでは、前記オブジェクト管
理手段が、画面表示処理手段から画面表示オブジェクト
の生成依頼を受けたとき、画面表示オブジェクトと共に
画面表示処理手段の記録用オブジェクトを活性化し、画
面表示処理手段は自己の処理進捗状況を当該記録用オブ
ジェクトに記録するように構成されている。
<Structure 3> In the computer program system according to the third aspect of the present invention, when the object management means receives a request for generating a screen display object from the screen display processing means, the object display means includes the screen display object and the screen display processing means. The screen display processing means is configured to record its own processing progress status in the recording object.

【0014】[0014]

【発明の実施の形態】以下、本発明の実施の形態を具体
例を用いて説明する。 〈具体例1〉具体例1は、アプリケーションプログラム
を、画像の表示処理を行うプロセスであるGUI部とオ
ブジェクトを管理するプロセスである管理部とに分割
し、停止したGUI部を再立ち上げしたときにすぐに業
務処理を行えるようにしたものである。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiments of the present invention will be described below using specific examples. <Specific Example 1> In the specific example 1, the application program is divided into a GUI unit that is a process for performing image display processing and a management unit that is a process for managing objects, and the stopped GUI unit is restarted. This allows business operations to be performed immediately.

【0015】図1は、コンピュータにおいて動作する具
体例1の業務アプリケーション100の構成を示すブロ
ック図である。具体例1では、この業務アプリケーショ
ン100を銀行業務に用いた場合を例として説明する。
FIG. 1 is a block diagram showing the configuration of a business application 100 according to a first embodiment that operates on a computer. In the first specific example, a case where the business application 100 is used for a banking business will be described as an example.

【0016】図2はその銀行業務用の業務アプリケーシ
ョン100が動作するコンピュータシステムの構成を示
すブロック図である。このコンピュータシステムは、C
PU等を備えたホストコンピュータ1と、磁気ディスク
装置2と、業務端末3−1〜nと、を専用回線4を介し
て接続することにより構成されている。この業務端末3
−1〜nは、例えば銀行窓口に配置された現金自動支払
機、銀行窓口端末等である。
FIG. 2 is a block diagram showing a configuration of a computer system on which the business application 100 for banking business operates. This computer system is C
It is configured by connecting a host computer 1 having a PU or the like, a magnetic disk device 2 and business terminals 3-1 to n via a dedicated line 4. This business terminal 3
Numerals −1 to n are, for example, a cash dispenser, a bank teller terminal, etc. arranged at a bank teller.

【0017】図1に示す業務アプリケーション100
は、このコンピュータシステム上にソフトウェアとして
展開される。この業務アプリケーション100を、GU
I部110とオブジェクトサーバ部120とに分割す
る。尚、図1では、GUI部110とオブジェクトサー
バ部120とをそれぞれ業務アプリケーション100に
1つずつ備えるようにしたが、複数備えるようにしても
よい。
The business application 100 shown in FIG.
Is deployed as software on this computer system. This business application 100 is
It is divided into an I unit 110 and an object server unit 120. In FIG. 1, the business application 100 is provided with one GUI unit 110 and one object server unit 120, but a plurality of GUI units and object server units 120 may be provided.

【0018】また、GUI部110とオブジェクトサー
バ部120とを同じコンピュータに配置してもよいし、
異なるコンピュータに配置してもよい。GUI部110
は、画面表示及びユーザからの入力等を行うプロセスで
あり、業務プログラム111を備えている。
The GUI unit 110 and the object server unit 120 may be arranged on the same computer,
It may be located on a different computer. GUI unit 110
Is a process for performing screen display, input from a user, and the like, and includes a business program 111.

【0019】業務プログラム111は、画面の表示及び
入力の受け付けを制御して業務処理の流れを決定、実行
するプログラムである。GUI部110に例えばWEB
ブラウザを実装した場合、この業務プログラム111は
HTMLで定義され、その動作はスクリプトによって記
述される。
The business program 111 is a program for controlling display of a screen and acceptance of input to determine and execute a flow of business processing. For example, WEB
When a browser is implemented, the business program 111 is defined in HTML, and its operation is described by a script.

【0020】オブジェクトサーバ部120は、オブジェ
クトを管理するプロセスであり、コンポーネント管理オ
ブジェクト121と、コンポーネント管理テーブル12
2と、を備えて構成されている。
The object server section 120 is a process for managing objects, and includes a component management object 121 and a component management table 12.
2 is provided.

【0021】コンポーネント管理オブジェクト121
は、GUI部110の業務プログラム111からコンポ
ーネントのオブジェクトの生成依頼、参照依頼、削除依
頼を受け取り、これらの依頼に基づいてシステムオブジ
ェクト管理部130にコンポーネントのオブジェクトの
生成を要請するオブジェクトである。
Component management object 121
Is an object that receives a component object generation request, a reference request, and a deletion request from the business program 111 of the GUI unit 110, and requests the system object management unit 130 to generate a component object based on these requests.

【0022】オブジェクトA〜Cは、ロードされたコン
ポーネントを実行することにより活性化されたオブジェ
クトであり、このオブジェクトの中には、GUI部11
0が処理の進捗状況を記録するための記録用オブジェク
トも含まれている。
The objects A to C are objects activated by executing the loaded component, and the objects include a GUI unit 11.
0 also includes a recording object for recording the progress of processing.

【0023】これらのオブジェクト情報は、コンポーネ
ント管理オブジェクト121によってコンポーネント管
理テーブル122に登録される。図3はコンポーネント
管理テーブル122に登録されたオブジェクト情報の一
例を示す説明図である。
The object information is registered in the component management table 122 by the component management object 121. FIG. 3 is an explanatory diagram showing an example of object information registered in the component management table 122.

【0024】オブジェクト名は、各オブジェクトに付さ
れたオブジェクトの名称であり、オブジェクトを指定す
るときに用いられる。オブジェクトリファレンスは、G
UI部110からオブジェクトの生成依頼、参照依頼、
削除依頼を受け取ったときに返却されるデータであり、
プログラム実行時、オブジェクト識別子として用いられ
る。コンポーネント識別子は、コンポーネントを識別す
るための識別子である。
The object name is the name of an object given to each object, and is used when specifying an object. The object reference is G
A request to generate an object, a reference request,
Data that is returned when a deletion request is received,
Used as an object identifier when executing a program. The component identifier is an identifier for identifying a component.

【0025】コンポーネント登録情報ファイル131
は、コンポーネントのファイル名、格納場所及び動作場
所等の情報を格納したファイルである。尚、このファイ
ルの格納場所は自己のコンピュータ内であってもよい
し、他のコンピュータでもよい。
The component registration information file 131
Is a file storing information such as the file name, storage location, and operation location of the component. The storage location of this file may be in its own computer or another computer.

【0026】コンポーネントファイル132は、コンポ
ーネントを格納したファイルである。尚、このコンポー
ネントは、活性化(オブジェクト化)しなければ単なる
実行ファイルである。
The component file 132 is a file storing components. This component is simply an executable file unless activated (converted into an object).

【0027】システムオブジェクト管理部130は、シ
ステムや他のミドルウェアソフトにより提供されるもの
であり、オブジェクトサーバ部120からオブジェクト
の生成要請を受けたとき、コンポーネント登録情報ファ
イル131を参照してコンポーネントファイル132か
ら目的のコンポーネントを取り出してオブジェクトを生
成するブロックである。
The system object management unit 130 is provided by the system or other middleware software. When an object generation request is received from the object server unit 120, the system object management unit 130 refers to the component registration information file 131 to read the component file 132. This is a block that takes out a target component from and generates an object.

【0028】尚、GUI部が画面表示処理手段に相当
し、オブジェクトサーバ部120、システムオブジェク
ト管理部130、コンポーネント登録情報ファイル13
1及びコンポーネントファイルがオブジェクト管理手段
に相当する。
The GUI unit corresponds to a screen display processing unit, and includes an object server unit 120, a system object management unit 130, and a component registration information file 13.
1 and the component file correspond to the object management means.

【0029】〈具体例1の動作〉図4は具体例1の動作
を示すフローチャートである。尚、ステップ11〜13
はGUI部110にて実行されるステップであり、ステ
ップ21〜25はオブジェクトサーバ部120によって
実行されるステップである。
<Operation of Embodiment 1> FIG. 4 is a flowchart showing the operation of Embodiment 1. Steps 11 to 13
Are steps executed by the GUI unit 110, and steps 21 to 25 are steps executed by the object server unit 120.

【0030】ステップ(図中、ステップを「S」と記
す。)11では、GUI部110が初期画面の表示を行
うため、オブジェクトサーバ部120のコンポーネント
管理オブジェクト121に対してオブジェクト名とコン
ポーネント識別子とを引数にしてオブジェクトの生成依
頼を行う。例えば普通預金の口座の開設を行うときは、
このオブジェクトA〜Cに普通預金の口座開設用オブジ
ェクトを含めて生成依頼を行う。
At step (in the figure, the step is described as "S") 11, the GUI unit 110 displays an initial screen. Request to create an object with the argument as an argument. For example, when opening a savings account,
A request is made to generate an object including an ordinary account opening object in the objects A to C.

【0031】この生成依頼を受けてコンポーネント管理
オブジェクト121はステップ21を実行し、コンポー
ネント管理テーブル122に同一オブジェクトが存在し
ているかどうかを判定する。
In response to the generation request, the component management object 121 executes step 21 and determines whether the same object exists in the component management table 122.

【0032】同一オブジェクトが存在しているときは、
生成依頼されたオブジェクトが既に生成されているの
で、そのままステップ23に進み、同一オブジェクトが
存在しないときは、ステップ22に進んでシステムオブ
ジェクト管理部130に対し、コンポーネント識別子を
指定してオブジェクトの生成を要請する。
When the same object exists,
Since the object requested to be created has already been created, the process directly proceeds to step 23. If the same object does not exist, the process proceeds to step 22 in which the system object management unit 130 is instructed to specify the component identifier and generate the object. Request.

【0033】システムオブジェクト管理部130はこの
要請を受けてコンポーネント登録情報ファイル131を
参照し、コンポーネント登録情報を調べ、コンポーネン
トファイル132からコンポーネントを取り出してこの
コンポーネントを実行し、オブジェクトサーバ部120
にオブジェクトA〜Cを生成する。
In response to the request, the system object management unit 130 refers to the component registration information file 131, checks the component registration information, extracts a component from the component file 132, executes the component, and executes the component.
To generate objects AC.

【0034】オブジェクトA〜Cが正常に生成されたと
き、システムオブジェクト管理部130はオブジェクト
リファレンスをオブジェクトサーバ部120に送る。コ
ンポーネント管理オブジェクト121は、図3に示すよ
うに、返却されたオブジェクトリファレンス、生成され
たオブジェクトのオブジェクト名及びコンポーネント識
別子をコンポーネント管理テーブル122に登録する。
When the objects A to C are normally generated, the system object management unit 130 sends an object reference to the object server unit 120. As shown in FIG. 3, the component management object 121 registers the returned object reference, the object name of the generated object, and the component identifier in the component management table 122.

【0035】ステップ23では、オブジェクト生成依頼
のリターン値として、そのオブジェクトリファレンスを
GUI部110に返却する。これにより、GUI部11
0は、必要なオブジェクトがオブジェクトサーバ部12
0に存在していることを認識する。
In step 23, the object reference is returned to the GUI unit 110 as a return value of the object generation request. Thereby, the GUI unit 11
0 indicates that the required object is the object server unit 12
It recognizes that it exists at 0.

【0036】そして、GUI部110は、ステップ12
を実行し、生成されたオブジェクトが提供するメソッド
をコールしてオブジェクトへの操作を行う。例えば普通
預金の口座開設処理を行うときは、普通預金の口座開設
用オブジェクトを直接操作する。この処理結果は記録用
オブジェクトに記録される。
Then, the GUI unit 110 determines in step 12
And perform operations on the object by calling the methods provided by the generated object. For example, when performing an account opening process for a savings account, the user directly operates an object for opening a savings account. This processing result is recorded in the recording object.

【0037】オブジェクトサーバ部120では、このメ
ソッドコールに対し、ステップ24が実行され、各オブ
ジェクトA〜Cがコールしたメソッドが実行される。業
務端末3−1において口座開設処理を行うときは、口座
開設用オブジェクトがコールされ、口座開設に必要がデ
ータが業務端末3−1に表示される。この表示によって
利用者は業務端末3−1と対話しながらデータを入力す
る。
In the object server section 120, step 24 is executed in response to this method call, and the method called by each of the objects A to C is executed. When the account opening process is performed in the business terminal 3-1, an account opening object is called, and data necessary for opening an account is displayed on the business terminal 3-1. With this display, the user inputs data while interacting with the business terminal 3-1.

【0038】このとき、コンポーネント管理オブジェク
ト121は各メソッドコールに関与せず、GUI部11
0と各オブジェクトA〜Cとが直接メソッドコール及び
リターン値の受け渡しを行って、実行された結果は、リ
ターン値としてGUI部110に返却される。
At this time, the component management object 121 is not involved in each method call and the GUI unit 11
0 and each of the objects A to C directly transfer a method call and a return value, and the execution result is returned to the GUI unit 110 as a return value.

【0039】この業務処理が終了したとき、GUI部1
10はステップ13を実行し、各オブジェクトA〜Cの
削除を依頼する。コンポーネント管理オブジェクト12
1は、この削除依頼を受け取ってステップ25を実行
し、システムオブジェクト管理部130にオブジェクト
A〜Cの削除を要請する。
When this business process is completed, the GUI unit 1
10 executes step 13 and requests deletion of each of the objects A to C. Component management object 12
1 receives this deletion request, executes step 25, and requests the system object management unit 130 to delete the objects A to C.

【0040】システムオブジェクト管理部130は、こ
の要請を受けてオブジェクトA〜Cの削除を行い、コン
ポーネント管理オブジェクト121は、登録されたオブ
ジェクトA〜Cのオブジェクト名、オブジェクトリファ
レンス及びコンポーネント識別子をコンポーネント管理
テーブル122から削除する。
In response to the request, the system object management unit 130 deletes the objects A to C. The component management object 121 stores the object names, object references, and component identifiers of the registered objects A to C in the component management table. 122.

【0041】次に、例えば、ステップ12の実行中に、
画面表示処理等に障害が発生してGUI部110が停止
したとき、若しくはGUI部110を解放するためにG
UI部110が停止したとき、コンポーネント管理オブ
ジェクト121はオブジェクトA〜Cの削除依頼を受け
ていないので、コンポーネント管理テーブル122から
オブジェクト情報を削除せず、オブジェクトA〜Cの活
性化状態は保持される。
Next, for example, during execution of step 12,
When a failure occurs in the screen display processing or the like and the GUI unit 110 stops, or when the GUI unit 110 is
When the UI unit 110 is stopped, since the component management object 121 has not received a request to delete the objects A to C, the object information is not deleted from the component management table 122, and the activated states of the objects A to C are retained. .

【0042】GUI部110の再立ち上げが行われたと
き、GUI部110はステップ11を実行し、同じよう
に必要なオブジェクトA〜Cの生成依頼を発行する。こ
のとき、オブジェクトA〜Cの活性化状態は保持され、
そのオブジェクト情報はすべてコンポーネント管理テー
ブル122に登録されているので、コンポーネント管理
オブジェクト121はオブジェクトA〜Cの生成を行わ
ず、そのオブジェクトA〜Cのオブジェクトリファレン
スがGUI部110に返却される。
When the GUI unit 110 is restarted, the GUI unit 110 executes step 11 and issues a request for generating the necessary objects A to C in the same manner. At this time, the activation state of the objects A to C is maintained,
Since all the object information is registered in the component management table 122, the component management object 121 does not generate the objects A to C, and the object references of the objects A to C are returned to the GUI unit 110.

【0043】GUI部110は、このオブジェクトリフ
ァレンスが返却されたとき、記録用オブジェクトに記録
された処理の進捗状況を参照し、各オブジェクトA〜C
に対し、メソッドコールし、業務処理は引き続き実行さ
れる。
When this object reference is returned, the GUI unit 110 refers to the progress of processing recorded in the recording object, and
, A method call is made, and business processing is continuously executed.

【0044】〈具体例1の効果〉以上、説明したように
具体例1によれば、業務アプリケーションをGUI部1
10とオブジェクトサーバ部120とに分割するように
したので、GUI部110に障害が発生してプロセスが
終了したときでも、生成されたオブジェクトはGUI部
110の障害から保護される。
<Effects of Specific Example 1> According to the specific example 1 as described above, the business application is connected to the GUI unit 1.
Since the process is divided into the object 10 and the object server unit 120, even when a failure occurs in the GUI unit 110 and the process ends, the generated object is protected from the failure in the GUI unit 110.

【0045】そして、オブジェクトサーバ部120によ
りオブジェクトの活性化状態が保たれているので、GU
I部110を再立ち上げたとき、オブジェクトを再利用
して業務をそのまま続行することができる。従って、例
えば現金自動支払機や銀行の営業店端末における業務ア
プリケーションのように、コンポーネントを使用したミ
ッションクリティカルな端末業務アプリケーションには
有効である。
Since the activation state of the object is maintained by the object server unit 120, the GU
When the I unit 110 is restarted, the task can be continued by reusing the object. Therefore, the present invention is effective for a mission critical terminal business application using components, such as a business application in a cash dispenser or a branch office terminal.

【0046】さらに、メモリリーク等を起こしやすいG
UI部110を解放して業務を実行することもできると
いう効果もある。
Further, G, which is liable to cause a memory leak,
There is also an effect that the business can be executed by releasing the UI unit 110.

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

【図1】本発明に係る具体例1の業務プログラムの構成
を示すブロック図である。
FIG. 1 is a block diagram illustrating a configuration of a business program according to a first embodiment of the present invention.

【図2】具体例1の業務プログラムが動作するコンピュ
ータシステムの構成を示すブロック図である。
FIG. 2 is a block diagram illustrating a configuration of a computer system on which a business program of a specific example 1 operates.

【図3】具体例1のコンポーネント管理テーブルに登録
されたオブジェクト情報の一例を示す説明図である。
FIG. 3 is an explanatory diagram illustrating an example of object information registered in a component management table of a specific example 1.

【図4】具体例1の動作を示すフローチャートである。FIG. 4 is a flowchart illustrating an operation of a specific example 1.

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

100 業務アプリケーション 110 GUI部 120 オブジェクトサーバ部 121 コンポーネント管理オブジェクト 122 コンポーネント管理テーブル 130 システムオブジェクト管理部 131 コンポーネント登録情報ファイル 132 コンポーネントファイル DESCRIPTION OF SYMBOLS 100 Business application 110 GUI part 120 Object server part 121 Component management object 122 Component management table 130 System object management part 131 Component registration information file 132 Component file

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 コンピュータの利用者に対して画面表示
を行いつつ、データの入力処理を行い、入力されたデー
タに基づいて必要なコンポーネントプログラムを呼び出
して該コンポーネントプログラムをアプリケーションプ
ログラムに組み込み、該アプリケーションプログラムを
実行するコンピュータのプログラムシステムにおいて、 前記画面表示に必要な画面表示オブジェクトの生成依頼
を発行し、当該画面表示オブジェクトの生成結果を受け
取って画面表示オブジェクトに対して直接メソッドコー
ルをし、得られた処理結果を受け取って画面表示を行う
画面表示処理手段と、 該画面表示処理手段から前記生成依頼を受けたとき、所
定のコンポーネントプログラムを呼び出して画面表示オ
ブジェクトを活性化し、活性化した当該画面表示オブジ
ェクトの生成結果を画面表示処理手段に返却し、画像表
示処理手段から削除依頼を受けるまで当該画像表示オブ
ジェクトの維持管理を行うオブジェクト管理手段と、を
備えてアプリケーションプログラムを実行するように構
成されたことを特徴とするコンピュータのプログラムシ
ステム。
An input process is performed while displaying data on a screen for a user of a computer, a necessary component program is called based on the input data, and the component program is incorporated into an application program. In a program system of a computer executing a program, a request for generating a screen display object required for the screen display is issued, a generation result of the screen display object is received, and a method call is directly performed on the screen display object. Screen display processing means for receiving the processing result and displaying the screen, and upon receiving the generation request from the screen display processing means, activates a screen display object by calling a predetermined component program and activates the activated screen display Oh Object generation means for returning a generation result of the object to the screen display processing means and for maintaining the image display object until receiving a deletion request from the image display processing means, and executing the application program. A computer program system, characterized in that:
【請求項2】 前記オブジェクト管理手段は、 活性化した画面表示オブジェクトに関するオブジェクト
情報を記録するためのオブジェクト管理テーブルと、 前記画面表示オブジェクトが活性化されたとき、当該オ
ブジェクト情報をオブジェクト管理テーブルに登録し、
削除依頼を受けたとき、オブジェクト管理テーブルから
当該オブジェクト情報を削除するコンポーネント管理オ
ブジェクトと、を備えて画像表示オブジェクトの維持管
理を行うように構成されたことを特徴とする請求項1に
記載のコンピュータのプログラムシステム。
2. An object management unit comprising: an object management table for recording object information relating to an activated screen display object; and when the screen display object is activated, the object information is registered in the object management table. And
2. The computer according to claim 1, further comprising: a component management object for deleting the object information from the object management table when receiving the deletion request, and maintaining the image display object. Program system.
【請求項3】 前記オブジェクト管理手段は、画面表示
処理手段から画面表示オブジェクトの生成依頼を受けた
とき、画面表示オブジェクトと共に画面表示処理手段の
記録用オブジェクトを活性化し、画面表示処理手段は自
己の処理進捗状況を当該記録用オブジェクトに記録する
ように構成されたことを特徴とする請求項1又は請求項
2に記載のコンピュータのプログラムシステム。
3. The object management means, when receiving a screen display object generation request from the screen display processing means, activates a recording object of the screen display processing means together with the screen display object. The computer program system according to claim 1, wherein the processing progress is recorded in the recording object.
JP10899299A 1999-04-16 1999-04-16 Computer program system Expired - Fee Related JP3437789B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10899299A JP3437789B2 (en) 1999-04-16 1999-04-16 Computer program system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10899299A JP3437789B2 (en) 1999-04-16 1999-04-16 Computer program system

Publications (2)

Publication Number Publication Date
JP2000305764A true JP2000305764A (en) 2000-11-02
JP3437789B2 JP3437789B2 (en) 2003-08-18

Family

ID=14498852

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10899299A Expired - Fee Related JP3437789B2 (en) 1999-04-16 1999-04-16 Computer program system

Country Status (1)

Country Link
JP (1) JP3437789B2 (en)

Also Published As

Publication number Publication date
JP3437789B2 (en) 2003-08-18

Similar Documents

Publication Publication Date Title
US5923833A (en) Restart and recovery of OMG-compliant transaction systems
JP5520219B2 (en) Graphical computation of transactions with error handling
CN105677431B (en) Background work and foreground is decoupling
EP2600246B1 (en) Batch processing of business objects
KR100210208B1 (en) Method and apparatus for enabling persistent attributes in an object oriented environment
TWI446262B (en) Techniques for switching threads within routines
CN111259083A (en) Distributed transaction processing method and device
KR101278818B1 (en) Transaction consistency and problematic states
CN114253673A (en) Transaction processing method and transaction processing device of distributed system
US6874142B1 (en) System and method for automatically setting applet latest version
CN107209683A (en) Backup Images recover
US20210311770A1 (en) Method for implementing smart contract based on blockchain
US20120089571A1 (en) Computer process management
EP2357560B1 (en) Method and system for managing by a controller a generic data lock to a data object
EP3695309A1 (en) Enhanced techniques for updating software
CN112559496B (en) Method and device for realizing transaction atomicity of distributed database
US7962922B2 (en) Delivering callbacks into secure application areas
JP2000305764A (en) Program system for computer
CN111459547B (en) Method and device for displaying function call link
CN113867834A (en) Debugging plug-in calling method and device and computer readable storage medium
CN114598604A (en) Monitoring method, monitoring device and terminal for virtual network function instance information
US7895259B2 (en) Method for preventing use of multiple application instances
US11714662B2 (en) Technique for reporting nested linking among applications in mainframe computing environment
JP3494788B2 (en) Program execution management system and program execution management method
JP2999024B2 (en) End process for child process

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees