JP2002091780A - System and method for processing transaction - Google Patents

System and method for processing transaction

Info

Publication number
JP2002091780A
JP2002091780A JP2000276347A JP2000276347A JP2002091780A JP 2002091780 A JP2002091780 A JP 2002091780A JP 2000276347 A JP2000276347 A JP 2000276347A JP 2000276347 A JP2000276347 A JP 2000276347A JP 2002091780 A JP2002091780 A JP 2002091780A
Authority
JP
Japan
Prior art keywords
business
transaction processing
component
client
business flow
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
JP2000276347A
Other languages
Japanese (ja)
Inventor
Yoji Hatano
陽治 波多野
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 JP2000276347A priority Critical patent/JP2002091780A/en
Publication of JP2002091780A publication Critical patent/JP2002091780A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a method and a system for processing transaction, by which operation management or transaction processing program can be easily customized by user and a client application can be easily prepared. SOLUTION: The client/server type transaction processing system capable of online transaction processing, has a storage device for storing plural work components as a program for executing transaction processing, a work flow method as a program for calling and executing the work components and a work flow class as a program for storing the work flow method required for every work processing in a server node and a processor for calling the work component through the work flow method for the unit of work flow class and executing transaction processing according to this work component.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明はオンラインでトラン
ザクション処理が可能なクライアント/サーバ型のトラ
ンザクション処理システムに関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a client / server type transaction processing system capable of online transaction processing.

【0002】[0002]

【従来の技術】従来、オープン系のトランザクション処
理システムは、トランザクションモニタ上で構築され、
トランザクション処理プログラムはトランザクションモ
ニタ上で動作するライブラリにより作成されてきた。
2. Description of the Related Art Conventionally, an open transaction processing system is constructed on a transaction monitor.
The transaction processing program has been created by a library operating on a transaction monitor.

【0003】最近の動向として、トランザクションモニ
タがオブジェクト指向のコンポーネントの動作環境を提
供するようになり、トランザクション処理プログラム
は、EJB( Enterprise Java Beans )、COM( Co
mponent Object Model )、CORBA( Common Objec
t Request Broker Architecture )等によるコンポーネ
ントとして作成される。こうしたトランザクションモニ
タを以下ではオブジェクト指向トランザクションモニタ
と呼ぶ。
As a recent trend, a transaction monitor has provided an operation environment of an object-oriented component, and a transaction processing program includes EJB (Enterprise Java Beans) and COM (Co).
mponent Object Model), CORBA (Common Objec)
t Request Broker Architecture). Such a transaction monitor is hereinafter referred to as an object-oriented transaction monitor.

【0004】上述したようにコンポーネントを用いてト
ランザクション処理プログラムを作成すると、プログラ
ムが部品化されるため再利用性を高めることができる。
例えば、オブジェクト指向トランザクションモニタ上で
作成したEJBコンポーネントは、このオブジェクト指
向トランザクションモニタ特有のAPI( Application
Program Interface )等を使用していない限り、他の
オブジェクト指向トランザクションモニタでも動作させ
ることができる。例えば、BEA Systems社の
WebLogic Serverの場合、コンポーネン
トにJ2EE(Java 2 Enterprise Edition :サンマイ
クロシステムズ社)仕様で決められたEJBをサポート
しているため、EJBでトランザクション処理プログラ
ムを作成することが可能である。これにより、Web
Shop等のWebブラウザから投入されたトランザク
ションをWebサーバ上のサーブレットに渡し、サーブ
レットでWebLogic Server上のEJBで
作成されたコンポーネント群を呼び出すことによりトラ
ンザクション処理を実行するシステム等を構築すること
ができる。
[0004] When a transaction processing program is created using components as described above, the reusability can be improved because the program is made into components.
For example, an EJB component created on the object-oriented transaction monitor uses an API (Application
As long as no program interface is used, other object-oriented transaction monitors can be operated. For example, in the case of a WebLogic Server of BEA Systems, a transaction processing program can be created in the EJB because the component supports the EJB defined in the J2EE (Java 2 Enterprise Edition: Sun Microsystems) specification. is there. As a result, the Web
It is possible to construct a system or the like that executes a transaction process by passing a transaction input from a Web browser such as Shop to a servlet on a Web server, and calling a component group created by an EJB on a WebLogic Server with the servlet.

【0005】このようなトランザクション処理プログラ
ムは一般に複数のコンポーネントの呼出し処理により構
成される。通常、コンポーネントの粒度は任意であり、
コンポーネントは必ずしもユーザにとって扱いやすい大
きさであるとは限らない。また、オブジェクト指向トラ
ンザクションモニタでネイティブに提供する運用管理ツ
ール等もコンポーネント単位で提供されるため、ユーザ
にとって運用管理が困難な場合がある。例えば、トラン
ザクション処理プログラムの稼働状況を表示させる場
合、従来のオブジェクト指向トランザクションモニタの
運用管理ツールでは、コンポーネントのメソッドが1秒
当たり何件実行されたか等の情報を表示するだけである
ため、ユーザにとってわかりやすいものではない。
[0005] Such a transaction processing program is generally constituted by a calling process of a plurality of components. Usually, the granularity of the components is arbitrary,
Components are not always large enough for the user to handle. In addition, since operation management tools and the like provided natively by the object-oriented transaction monitor are also provided for each component, operation management may be difficult for the user. For example, when displaying the operation status of the transaction processing program, the conventional operation management tool of the object-oriented transaction monitor only displays information such as how many component methods are executed per second. Not easy to understand.

【0006】このような問題を解決するため、例えば、
特開2000−132394号公報では、オブジェクト
を、処理フローを制御する制御オブジェクト、及びデー
タアクセスのインターフェースを実装するオブジェクト
管理等に分類してオブジェクト指向業務システムを構築
していく指針が提示されている。この場合、設計段階か
ら所定の指針にしたがって統一した設計を行えば、オブ
ジェクトの粒度、境界が不均一になる等の問題が発生せ
ず、制御オブジェクトをユーザの業務に対応したものに
することができる。
To solve such a problem, for example,
Japanese Patent Application Laid-Open No. 2000-132394 proposes guidelines for constructing an object-oriented business system by classifying objects into control objects that control a processing flow and object management that implements a data access interface. . In this case, if a unified design is performed according to a predetermined guideline from the design stage, problems such as non-uniformity of object granularity and boundaries do not occur, and the control object can be adapted to the work of the user. it can.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、上記特
開2000−132394号公報に記載された技術で
は、既に稼働している業務システムに対して適用するこ
とができないという問題がある。特に、近年は外部コン
ポーネントの流通が見込まれるため、既存のコンポーネ
ントをまとめる技術も必要とされる。
However, the technique described in Japanese Patent Application Laid-Open No. 2000-132394 has a problem that it cannot be applied to an already operating business system. In particular, since the distribution of external components is expected in recent years, a technique for integrating existing components is also required.

【0008】加えて、制御オブジェクトやオブジェクト
管理に分類してトランザクション処理プログラムを作成
する場合でも、異常時の終了処理やコンポーネント呼出
し前処理/後処理等のように、ユーザが独自の処理をト
ランザクション処理のフローに容易に追加できるもので
はなかった。
[0008] In addition, even when a transaction processing program is created by classifying the transaction processing into control objects and object management, the user performs transaction processing such as end processing in the event of an error and pre-processing / post-processing of component invocation. Could not be easily added to this flow.

【0009】また、上述したように、トランザクション
処理システムでは、コンポーネントの粒度が任意であ
り、必ずしも運用するユーザにとってわかりやすい大き
さではないため、運用管理が難しいという問題がある。
Further, as described above, in the transaction processing system, the granularity of the component is arbitrary, and the size is not always easy for the operating user to understand. Therefore, there is a problem that operation management is difficult.

【0010】さらに、トランザクション処理が複数のコ
ンポーネント呼び出し処理で構成されている場合、コン
ポーネントの呼び出しツールやコンポーネントの呼び出
し結果を他のコンポーネントに渡す際のデータ変換ロジ
ック等をクライアント側で実装しているため、クライア
ント側のアプリケーションの作成負荷が大きくなるとい
う問題があった。
Further, when the transaction process is composed of a plurality of component invocation processes, the client implements a data invocation tool for the component and a data conversion logic for passing the invocation result of the component to another component. However, there is a problem that the load of creating an application on the client side increases.

【0011】本発明は上記したような従来の技術が有す
る問題点を解決するためになされたものであり、ユーザ
による運用管理やトランザクション処理プログラムのカ
スタマイズが容易であり、クライアントアプリケーショ
ンを簡易に作成できるトランザクション処理方法及びシ
ステムを提供することを目的とする。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-mentioned problems of the conventional technology, and it is easy for a user to manage an operation and customize a transaction processing program, and a client application can be easily created. It is an object to provide a transaction processing method and system.

【0012】[0012]

【課題を解決するための手段】上記目的を達成するため
本発明のトランザクション処理システムは、クライアン
トとして動作するクライアントノードと、所定のトラン
ザクション処理を実行するサーバノードとを有し、オン
ラインでトランザクション処理が可能なクライアント/
サーバ型のトランザクション処理システムであって、前
記サーバノードは、前記トランザクション処理を実行す
るためのプログラムである複数の業務コンポーネント、
前記業務コンポーネントを呼び出して実行するためのプ
ログラムである業務フローメソッド、及び業務処理毎に
必要な前記業務フローメソッドを格納するためのプログ
ラムである業務フロークラスをそれぞれ格納する記憶装
置と、前記業務フロークラス単位で、前記業務フローメ
ソッドにより前記業務コンポーネントを呼び出し、該業
務コンポーネントにしたがって前記トランザクション処
理を実行する処理装置と、を有する構成である。
In order to achieve the above object, a transaction processing system according to the present invention has a client node operating as a client and a server node executing predetermined transaction processing. Possible Clients /
A server-type transaction processing system, wherein the server node includes a plurality of business components that are programs for executing the transaction processing;
A storage device for storing a business flow method that is a program for calling and executing the business component and a business flow class that is a program for storing the business flow method required for each business process; And a processing device that calls the business component by the business flow method for each class and executes the transaction processing according to the business component.

【0013】このとき、前記サーバノードは、前記業務
フロークラス単位で、前記業務コンポーネントの呼出し
順序を定義するために書き換え可能な業務フロー定義画
面を表示するための出力装置を有していてもよく、前記
クライアントノードは、前記サーバノードに業務処理を
依頼するためのアプリケーションであるクライアント
と、前記クライアントノードから前記サーバノードに業
務処理を依頼する際に前記業務コンポーネントに渡すオ
ブジェクトを格納するためのプログラムであるメッセー
ジオブジェクトと、をそれぞれ格納する記憶装置を有
し、前記メッセージオブジェクトに、前記業務コンポー
ネントのメソッドの各引数に対して付与された所定のキ
ーと該キーに対応するオブジェクトとが表形式で格納さ
れていてもよい。
At this time, the server node may have an output device for displaying a business flow definition screen which can be rewritten for defining the calling sequence of the business component for each business flow class. A program for storing a client, which is an application for requesting the server node to perform a business process, and an object to be passed to the business component when the client node requests the server node for a business process. And a storage device for respectively storing a message object, and a predetermined key given to each argument of the method of the business component and an object corresponding to the key in the message object in a table format. It may be stored.

【0014】一方、本発明のトランザクション処理方法
は、クライアントとして動作するクライアントノード
と、所定のトランザクション処理を実行するサーバノー
ドと、を有するクライアント/サーバシステムに実行さ
せるためのトランザクション処理方法であって、前記サ
ーバノードに、前記トランザクション処理を実行するた
めのプログラムである複数の業務コンポーネント、前記
業務コンポーネントを呼び出して実行するためのプログ
ラムである業務フローメソッド、及び業務処理毎に必要
な前記業務フローメソッドを格納するためのプログラム
である業務フロークラスを予め格納しておき、前記業務
フロークラス単位で、前記業務フローメソッドにより前
記業務コンポーネントを呼び出し、該業務コンポーネン
トにしたがって前記トランザクション処理を実行する方
法である。
On the other hand, a transaction processing method of the present invention is a transaction processing method for causing a client / server system having a client node operating as a client and a server node executing predetermined transaction processing to execute the transaction. The server node includes a plurality of business components that are programs for executing the transaction processing, a business flow method that is a program for calling and executing the business components, and the business flow method required for each business process. A business flow class, which is a program for storing, is stored in advance, and the business component is called by the business flow method for each business flow class, and the business component is called in accordance with the business component. A method of performing transaction processing.

【0015】このとき、前記業務フロークラス単位で、
前記業務コンポーネントの呼出し順序を定義するために
書き換え可能な業務フロー定義画面を表示してもよく、
前記クライアントノードに、前記業務コンポーネントの
メソッドの各引数に対して付与された所定のキーと該キ
ーに対応するオブジェクトとを表形式から成るメッセー
ジオブジェクトとして予め格納しておき、前記クライア
ントノードから前記サーバノードに業務処理を依頼する
際に、前記メッセージオブジェクトを参照し、前記業務
コンポーネントに前記トランザクション処理で用いるオ
ブジェクトを渡してもよい。
At this time, for each business flow class,
A rewritable business flow definition screen may be displayed to define the calling sequence of the business component,
In the client node, a predetermined key given to each argument of the method of the business component and an object corresponding to the key are stored in advance as message objects in a table format, and the client node When requesting a node for business processing, the message object may be referred to and an object used in the transaction processing may be passed to the business component.

【0016】上記のようなトランザクション処理システ
ム及び方法では、業務フロークラス単位で、業務フロー
メソッドにより業務コンポーネントを呼び出し、該業務
コンポーネントにしたがってトランザクション処理を実
行することで、稼動状況やその他物件管理などの各種運
用単位を、ユーザにとって分かりやすい業務単位で行う
ことができる。
In the above-described transaction processing system and method, a business component is called by a business flow method for each business flow class, and the transaction processing is executed in accordance with the business component. Various operation units can be performed in business units that are easy for the user to understand.

【0017】[0017]

【発明の実施の形態】次に本発明について図面を参照し
て説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described with reference to the drawings.

【0018】図1は本発明のトランザクション処理シス
テムの一構成例を示すブロック図である。
FIG. 1 is a block diagram showing one configuration example of the transaction processing system of the present invention.

【0019】図1において、本発明のトランザクション
処理システムは、クライアントとして動作するクライア
ントノード1と、コンポーネントにしたがってトランザ
クション処理を実行するサーバノード2とを有する構成
である。
In FIG. 1, the transaction processing system of the present invention has a configuration including a client node 1 operating as a client and a server node 2 executing transaction processing according to components.

【0020】クライアントノード1は、例えば、パーソ
ナルコンピュータ等の情報処理装置を用いて構成され、
サーバノード2に業務処理を依頼するためのアプリケー
ションであるクライアント11と、クライアント11か
らサーバノード2に業務処理を依頼する際に、トランザ
クション処理を実行する業務コンポーネントに渡される
オブジェクト(コンポーネント)121を格納するため
のプログラムであるメッセージオブジェクト12とを備
えている。
The client node 1 is configured using an information processing device such as a personal computer, for example.
A client 11 which is an application for requesting the server node 2 to perform a business process, and an object (component) 121 which is passed to a business component which executes a transaction process when the client 11 requests the server node 2 to perform a business process are stored. And a message object 12 which is a program for performing

【0021】メッセージオブジェクト12は、ハッシュ
テーブル構造を備えており、例えば、プログラム言語が
Javaの場合、HashTable Classをオブジェクト化し
たものが使用される。メッセージオブジェクト12に
は、所定のキーとそれに対応する値とが格納され、値と
して任意のオブジェクトを指定することが可能である。
ここでは、オブジェクト121が指定される。
The message object 12 has a hash table structure. For example, when the programming language is Java, an object of the HashTable Class is used. A predetermined key and a corresponding value are stored in the message object 12, and an arbitrary object can be designated as the value.
Here, the object 121 is specified.

【0022】一方、サーバノード2は、例えば、ワーク
ステーション等の情報処理装置によって構成され、トラ
ンザクション処理を実行するためのプログラムである複
数の業務コンポーネント24と、ユーザによって定義さ
れた業務フローにしたがって業務コンポーネント24を
呼び出して実行するためのプログラムである業務フロー
メソッド231と、業務処理毎に、必要な複数の業務フ
ローメソッド231を格納するためのプログラムである
業務フロークラス23と、クライアント11からの要求
を受け付け、クライアント11により指定された業務フ
ロークラス23による処理を実行させるためのプログラ
ムである業務フローエンジン21とを備えている。な
お、業務コンポーネント24は、実際にはサーバノード
2が有するオブジェクト指向トランザクションモニタ2
5上で実行される。また、図1では業務フロークラス2
3が1つだけ記載されているが、業務の種類に応じて複
数の業務フロークラス23を備えていてもよい。
On the other hand, the server node 2 is composed of, for example, an information processing device such as a workstation, and has a plurality of business components 24 which are programs for executing transaction processing, and a business process according to a business flow defined by a user. A business flow method 231 that is a program for calling and executing the component 24, a business flow class 23 that is a program for storing a plurality of required business flow methods 231 for each business process, and a request from the client 11. And a business flow engine 21 which is a program for executing processing by the business flow class 23 specified by the client 11. The business component 24 is actually the object-oriented transaction monitor 2 of the server node 2.
5 is executed. Also, in FIG. 1, business flow class 2
Although only one is described, three or more business flow classes 23 may be provided according to the type of business.

【0023】業務コンポーネント24は、EJB、CO
RBA等によりユーザが作成するコンポーネントであ
り、これらの業務コンポーネントによりトランザクショ
ン処理が実行される。すなわち、トランザクション処理
はこれら複数の業務コンポーネントの呼出し処理で構成
される。
The business component 24 is an EJB, CO
These components are created by the user using RBA or the like, and transaction processing is executed by these business components. That is, the transaction process is configured by a process of calling the plurality of business components.

【0024】業務フローエンジンは21は、サーバノー
ド2にコンポーネントとして実装され、業務フローエン
ジン21のメソッドは、周知のコンポーネント呼出しツ
ールによってクライアント11から呼び出される。
The business flow engine 21 is mounted on the server node 2 as a component, and a method of the business flow engine 21 is called from the client 11 by a well-known component calling tool.

【0025】業務フローは、業務コンポーネント24の
呼出し順序を定義したものであり、業務フロー定義画面
22を用いてユーザにより登録される。また、この業務
フロー定義画面22を用いて登録された業務フローから
サーバノード2により業務フロークラス23が構成され
る。
The business flow defines the calling sequence of the business component 24, and is registered by the user using the business flow definition screen 22. A business flow class 23 is configured by the server node 2 from a business flow registered using the business flow definition screen 22.

【0026】クライアントノード1あるいはサーバノー
ド2となる情報処理装置は、例えば、図2に示すよう
に、プログラムにしたがって所定の処理を実行する処理
装置110と、処理装置110に対してコマンドや情報
等を入力するための入力装置120と、処理装置110
の処理結果をモニタするための出力装置130とを有す
る構成である。
The information processing apparatus serving as the client node 1 or the server node 2 is, for example, as shown in FIG. 2, a processing apparatus 110 for executing a predetermined process according to a program, and commands and information for the processing apparatus 110. Input device 120 for inputting the
And an output device 130 for monitoring the result of the processing.

【0027】処理装置110は、CPU111と、CP
U111の処理に必要な情報を一時的に記憶する主記憶
装置112と、CPU111に本発明の業務システムの
処理を実行させるためのプログラムが記録された記録媒
体113と、クライアントノード1としての処理やサー
バノード2としての処理に必要なプログラムやデータが
格納されるデータ蓄積装置114と、主記憶装置11
2、記録媒体113、及びデータ蓄積装置114とのデ
ータ転送を制御するメモリ制御インタフェース部115
と、入力装置120及び出力装置130とのインタフェ
ース装置であるI/Oインタフェース部116と、外部
ノードとのデータ通信を制御するインタフェースである
通信制御装置117とを備え、それらがバス118を介
して接続された構成である。
The processing device 110 includes a CPU 111 and a CP
A main storage device 112 for temporarily storing information necessary for the processing of U111; a recording medium 113 on which a program for causing the CPU 111 to execute the processing of the business system of the present invention; A data storage device 114 for storing programs and data necessary for processing as the server node 2;
2. Memory control interface unit 115 for controlling data transfer with recording medium 113 and data storage device 114
And an I / O interface unit 116 serving as an interface device between the input device 120 and the output device 130, and a communication control device 117 serving as an interface for controlling data communication with an external node. It is a connected configuration.

【0028】処理装置110は、記録媒体113に記録
されたプログラムにしたがって以下に記載する本発明の
トランザクション処理システムの処理を実行する。な
お、記録媒体113は、磁気ディスク、半導体メモリ、
光ディスクあるいはその他の記録媒体であってもよい。
The processing device 110 executes the following processing of the transaction processing system of the present invention according to the program recorded on the recording medium 113. The recording medium 113 is a magnetic disk, a semiconductor memory,
It may be an optical disk or another recording medium.

【0029】次に、図1に示したトランザクション処理
システムの動作について詳細に説明する。
Next, the operation of the transaction processing system shown in FIG. 1 will be described in detail.

【0030】本発明のトランザクション処理システムで
は、トランザクション処理を実行するコンポーネントを
「業務」単位でまとめる。これは以下の考えにしたがっ
て行う。
In the transaction processing system of the present invention, components for executing transaction processing are grouped in "business" units. This is done according to the following idea.

【0031】一般に、「業務」は複数のトランザクショ
ン処理から構成される。例えば、普通預金業務は、入金
トランザクション処理、及び出金トランザクション処理
等を含んでいる。これらのトランザクション処理では、
通常、コンポーネントの呼び出し処理が複数回実行され
る。
Generally, a "business" is composed of a plurality of transaction processes. For example, the ordinary deposit business includes a deposit transaction process and a withdrawal transaction process. In these transaction processes,
Normally, the process of calling a component is executed a plurality of times.

【0032】本発明のトランザクション処理システムで
は、このような「業務」に必要な各トランザクション処
理に対応する業務フローメソッド231を定義し、複数
の業務フローメソッド231を備えた「業務」に対応す
るクラスを定義し、各クラス毎に業務フロークラス23
を作成する。
In the transaction processing system of the present invention, a business flow method 231 corresponding to each transaction processing required for such a “business” is defined, and a class corresponding to the “business” having a plurality of business flow methods 231 is defined. Is defined, and the business flow class 23 is defined for each class.
Create

【0033】本発明のトランザクション処理システムの
処理内容は、業務フローの定義処理と実行処理とに分離
される。まず業務フローの定義処理について図3及び図
4を用いて説明する。
The processing content of the transaction processing system of the present invention is separated into a business flow definition process and an execution process. First, a business flow definition process will be described with reference to FIGS.

【0034】図3は図1に示したトランザクション処理
システムの処理手順を示す図であり、業務フローの定義
処理の手順を示すフローチャートである。また、図4は
図1に示した業務フロー定義画面の一例を示すイメージ
図である。
FIG. 3 is a diagram showing a processing procedure of the transaction processing system shown in FIG. 1, and is a flowchart showing a procedure of a business flow definition process. FIG. 4 is an image diagram showing an example of the business flow definition screen shown in FIG.

【0035】図3に示すように、業務フローの定義処理
では、ユーザは、サーバノード2により業務フロー定義
画面22を起動し(ステップA1)、業務フロー定義画
面22の指示にしたがって、まず、業務フローで呼び出
す業務コンポーネント24、及びそのメソッドをそれぞ
れ選択して登録する(ステップA2)。ここで、業務コ
ンポーネント24のメソッドにはそれぞれ複数の引数が
設けられているため、各々の引数に所定のキーを指定す
る(ステップA3)。これらのキーはオブジェクト12
1に対応するものであり、クライアント11から送信さ
れるメッセージオブジェクト12からオブジェクト12
1を取り出す際に必要となる。
As shown in FIG. 3, in the business flow definition process, the user activates the business flow definition screen 22 by the server node 2 (step A1), and firstly executes the business flow according to the instruction on the business flow definition screen 22. The business component 24 to be called in the flow and its method are selected and registered (step A2). Here, since a plurality of arguments are provided for the method of the business component 24, a predetermined key is designated for each argument (step A3). These keys are
1 corresponds to the message object 12 transmitted from the client 11 to the object 12
It is necessary when taking out 1.

【0036】続いて、業務コンポーネント24の呼び出
し処理の前後で何らかの処理が必要となる場合は、呼び
出し前処理/後処理(データ変換規則等)を定義する
(ステップA4)。そして、業務フローに挿入すべき業
務コンポーネント24がまだあるか否かを判定し、業務
コンポーネント24がある場合はステップA2の処理に
戻ってステップA4までの処理を繰り返し、業務フロー
を作成する(ステップA5)。
Subsequently, if any processing is required before and after the calling process of the business component 24, a pre-call / post-call process (data conversion rule, etc.) is defined (step A4). Then, it is determined whether there is still a business component 24 to be inserted into the business flow, and if there is a business component 24, the process returns to step A2 to repeat the processing up to step A4 to create a business flow (step A5).

【0037】業務フローの作成が完了したら、業務コン
ポーネント24を呼び出す業務フロークラス23を作成
する(ステップA6)。例えば、プログラム言語がJa
vaの場合、これはクラスファイルとなる。作成した業
務フロークラス23はサーバノード2に格納される。
When the creation of the business flow is completed, a business flow class 23 for calling the business component 24 is created (step A6). For example, if the programming language is Ja
For va, this is a class file. The created business flow class 23 is stored in the server node 2.

【0038】次に、業務フローの実行処理について図5
を参照して説明する。
Next, the execution process of the business flow will be described with reference to FIG.
This will be described with reference to FIG.

【0039】図5は図1に示したトランザクション処理
システムの処理手順を示す図であり、業務フローの実行
処理の手順を示すシーケンス図である。
FIG. 5 is a diagram showing a processing procedure of the transaction processing system shown in FIG. 1, and is a sequence diagram showing a procedure of a business flow execution process.

【0040】図5において、ユーザは、予めクライアン
ト11を用いて業務コンポーネント24に渡すオブジェ
クト121を作成し、それらをメッセージオブジェクト
12にハッシュテーブル形式でクライアントノード1に
格納しておく。
In FIG. 5, the user creates an object 121 to be passed to the business component 24 using the client 11 in advance, and stores it in the message node 12 in the client node 1 in a hash table format.

【0041】このような状態で、クライアントノード1
からサーバノード2にオンライントランザクション処理
を依頼する場合、ユーザは、まずクライアント11を用
いてサーバノード2にアクセスし、業務フローエンジン
21のメソッドを呼び出す。この時、クライアントノー
ド1は、呼び出す業務フロークラス23の名称、及びメ
ッセージオブジェクト12を業務フローエンジン21に
引数として渡す。
In such a state, the client node 1
When the user requests the server node 2 for online transaction processing, the user first accesses the server node 2 using the client 11 and calls a method of the business flow engine 21. At this time, the client node 1 passes the name of the business flow class 23 to be called and the message object 12 to the business flow engine 21 as arguments.

【0042】サーバノード2は、業務フローエンジン2
1によって指定された業務フロークラス23をインスタ
ンス化し、対応する業務フローメソッド231を呼び出
す。そして、業務フローメソッド231により、業務フ
ロー定義画面22で登録された業務フローにしたがって
指定された業務コンポーネント24を順次呼び出し、業
務コンポーネント24によるトランザクション処理の結
果を業務フローエンジン21を介してクライアント11
へそれぞれ返却する。
The server node 2 is a business flow engine 2
1 is instantiated, and the corresponding business flow method 231 is called. Then, the business component 24 specified by the business flow definition screen 22 is sequentially called by the business flow method 231, and the result of the transaction processing by the business component 24 is transmitted to the client 11 via the business flow engine 21.
Return to each.

【0043】なお、業務コンポーネント24を呼び出す
際に、業務フロー定義画面22で呼出し前処理が定義さ
れている場合は、指定された前処理を行った後に業務コ
ンポーネント24を呼び出す。また、呼出し後処理が定
義されている場合は、業務コンポーネント24を実行し
た後に指定された後処理を行う。クライアントノード1
は、クライアント11により業務コンポーネント24を
呼び出す時に、業務フローの定義処理の際に設定された
キーにしたがって、メッセージオブジェクト12に格納
されたオブジェクト121を業務コンポーネント24に
渡していく。
When a pre-call process is defined on the business flow definition screen 22 when the business component 24 is called, the business component 24 is called after performing the specified pre-process. When the post-call processing is defined, the specified post-processing is performed after the business component 24 is executed. Client node 1
When the client 11 calls the business component 24, the object 121 stored in the message object 12 is passed to the business component 24 according to the key set during the process definition of the business flow.

【0044】次に、メッセージオブジェクト12に格納
されたオブジェクト121を業務コンポーネント24に
渡す手順ついて図6を用いて説明する。
Next, a procedure for transferring the object 121 stored in the message object 12 to the business component 24 will be described with reference to FIG.

【0045】図6は図1に示したクライアントノードの
メッセージオブジェクトからサーバノードの業務コンポ
ーネントにオブジェクトを渡すときの手順を示す模式図
である。
FIG. 6 is a schematic diagram showing a procedure for transferring an object from the message object of the client node shown in FIG. 1 to the business component of the server node.

【0046】図6において、業務フロー定義画面22を
用いて業務フローで呼び出す業務コンポーネント24の
メソッドを定義するとき、業務コンポーネント24のメ
ソッドの各引数に対応するキーが定義される。図6で
は、例えば、コンポーネントAのメソッドAの引数arg1
に対して、CMPA#MethodA#arg1がキーとして定義されて
いる。
In FIG. 6, when the method of the business component 24 to be called in the business flow is defined using the business flow definition screen 22, keys corresponding to the respective arguments of the method of the business component 24 are defined. In FIG. 6, for example, the argument arg1 of the method A of the component A
In contrast, CMPA # MethodA # arg1 is defined as a key.

【0047】クライアントノード1は、クライアント1
1によりメッセージオブジェクト12を作成する時、業
務コンポーネント24に渡すオブジェクト121を、上
記定義されたキーに基づいてメッセージオブジェクト1
2に格納する。図6では、例えば、CMPA#MethodA#arg1
をキーにしてObj-1がメッセージオブジェクト12に格
納される。
[0047] The client node 1
When the message object 12 is created by using the message object 1 based on the key defined above,
2 is stored. In FIG. 6, for example, CMPA # MethodA # arg1
Obj-1 is stored in the message object 12 using as a key.

【0048】サーバノード2は、業務フロークラス23
により業務コンポーネント24を呼び出すとき、メソッ
ドの引数に対して定義されたキーに対応するオブジェク
ト121をメッセージオブジェクト12から取り出し、
引数にセットして業務コンポーネント24のメソッドを
呼び出す。図6の場合、例えば、メッセージオブジェク
ト12からObj-1、Obj-2を取り出し、Method Aのパラメ
ータにセットしてComponent AのMethod Aを呼び出して
いる。
The server node 2 has a business flow class 23
When the business component 24 is called, the object 121 corresponding to the key defined for the argument of the method is extracted from the message object 12, and
The method is set as an argument and the method of the business component 24 is called. In the case of FIG. 6, for example, Obj-1 and Obj-2 are extracted from the message object 12, set as Method A parameters, and call Method A of Component A.

【0049】このような方法でメッセージオブジェクト
12に含まれる各オブジェクト121を業務コンポーネ
ント24に渡すことで、各オブジェクト121をそれぞ
れ適切な業務コンポーネント24に渡すことができる。
By passing each object 121 included in the message object 12 to the business component 24 in this manner, each object 121 can be passed to an appropriate business component 24.

【0050】次に本発明の形態の効果について説明す
る。
Next, the effects of the embodiment of the present invention will be described.

【0051】上述したように、業務コンポーネントの粒
度は任意であるため、業務コンポーネントによる処理単
位はユーザにとって分かりにくい場合がある。本発明の
ように業務フロークラス23を定義することで、トラン
ザクション処理がユーザにとって認識しやすいものとな
り、運用管理が容易になる。
As described above, since the granularity of the business component is arbitrary, the processing unit of the business component may be difficult for the user to understand. By defining the business flow class 23 as in the present invention, transaction processing becomes easy for a user to recognize, and operation management becomes easy.

【0052】例えば、業務処理の稼働状況を表示する場
合を例にして以下に説明する。
For example, a case where the operation status of the business process is displayed will be described below as an example.

【0053】通常、オブジェクト指向トランザクション
モニタによる稼動状況の認識単位はコンポーネントであ
り、オブジェクト指向トランザクションモニタに付属し
た管理ツール等を用いて確認できる稼働状況は、図7
(a)に示すように、コンポーネントのメソッド呼び出
し回数等であり、ユーザにとってわかりにくいものであ
る。
Normally, the unit of operation status recognition by the object-oriented transaction monitor is a component, and the operation status that can be confirmed using a management tool or the like attached to the object-oriented transaction monitor is shown in FIG.
As shown in (a), it is the number of times the method of the component is called, which is difficult for the user to understand.

【0054】本発明の場合、例えば、業務フロークラス
23の呼び出し回数をカウントして表示すれば、ユーザ
は、図7(b)に示すように、稼働状況を業務フローク
ラス単位、すなわち業務単位で確認することが可能にな
る。また、その他物件管理などの各種運用単位を業務毎
に行うことができる。
In the case of the present invention, for example, if the number of calls to the business flow class 23 is counted and displayed, the user can display the operation status in business flow class units, that is, in business units, as shown in FIG. It will be possible to confirm. In addition, various operation units such as property management can be performed for each business.

【0055】また、業務や業務フローが単に論理的な単
位でなく、クラス、クラスのメソッドというユーザに認
識しやすい物理的な実体にマッピングされているため、
トランザクション処理プログラムにユーザ独自の処理プ
ログラムを容易に追加することができる。例えば、コン
ポーネント呼び出し前に独自のロジックを組み込んだ
り、異常終了時の処理の追加やループの作成等のカスタ
マイズを容易に行うことができる。また、カスタマイズ
を業務フロー定義画面を用いて行えるため、カスタマイ
ズがより容易になる。
In addition, since a business or business flow is not simply a logical unit, it is mapped to a physical entity such as a class or a method of a class that is easily recognized by a user.
A user-specific processing program can be easily added to the transaction processing program. For example, customization can be easily performed by incorporating a unique logic before calling a component, adding a process at the time of abnormal termination, and creating a loop. In addition, since customization can be performed using the business flow definition screen, customization becomes easier.

【0056】さらに、本発明では、オンラインによるト
ランザクション処理で多数のコンポーネント呼出し処理
が発生する場合でも、クライアント11は業務フローエ
ンジン21のメソッドを呼び出して1つのオブジェクト
121を渡す処理だけで済むため、クライアントアプリ
ケーションの簡易化が可能になる。
Further, according to the present invention, even when a large number of component invocation processes occur in online transaction processing, the client 11 only needs to invoke the method of the business flow engine 21 and pass one object 121. Applications can be simplified.

【0057】次に、本発明の応用例について図面を参照
して説明する。
Next, an application example of the present invention will be described with reference to the drawings.

【0058】本発明は主としてコンポーネントベースで
トランザクション処理を実行するトランザクション処理
システムに関するものであるが、コンポーネントベース
でないインターフェースを備えたトランザクション処理
システムについても適用可能である。
The present invention mainly relates to a transaction processing system that executes transaction processing on a component basis, but is also applicable to a transaction processing system having an interface that is not a component base.

【0059】例えば、図8に示すように、EAIツール
31等を使用してEAIツールに対応するラッパーコン
ポーネントを業務フローメソッドで呼び出すことによ
り、コンポーネントベースでないインターフェースを備
えたトランザクション処理システムを業務フローの一部
に組み込むことができる。また、EAIツール31によ
りデータをXML形式に変換することでロゼッタネット
34への適用も可能である。すなわち、コンポーネント
ベースではないトランザクション処理システムも業務単
位にまとめることが可能になる。
For example, as shown in FIG. 8, by using a business flow method to call a wrapper component corresponding to the EAI tool using the EAI tool 31 or the like, a transaction processing system having a non-component-based interface can be executed in the business flow. Can be partially incorporated. Further, the data can be converted into the XML format by the EAI tool 31 so that the data can be applied to the RosettaNet 34. In other words, transaction processing systems that are not component-based can also be grouped in business units.

【0060】図8に示すトランザクション処理システム
は、図1に示したトランザクション処理システムに、異
種システムとの接続処理、あるいはデータ形式変換処理
などを行って異種システムとの連携を可能にするEAI
( Enterprise ApplicationIntegration )ツール31
と、EAIツール31をコンポーネントとして取り扱う
ためのコンポーネントインターフェースを提供するラッ
パーコンポーネント32と、クライアントノードにイン
ターネットを介して接続されたWebブラウザ33とを
さらに有する構成である。その他の構成は図1に示した
トランザクション処理システムと同様であるため、その
説明は省略する。
The transaction processing system shown in FIG. 8 performs the connection processing with the heterogeneous system or the data format conversion processing on the transaction processing system shown in FIG. 1 to enable the cooperation with the heterogeneous system.
(Enterprise Application Integration) Tool 31
And a wrapper component 32 for providing a component interface for handling the EAI tool 31 as a component, and a Web browser 33 connected to the client node via the Internet. The other configuration is the same as that of the transaction processing system shown in FIG.

【0061】EAIツール31は、メッセージキューイ
ングシステム、ERP( Enterprise Resource Plannin
g )等の異なるインターフェースを有するシステムを簡
単に接続するためのツールであり、代表的なものとし
て、Mercator(Mercator社)、e*Ga
te(STC社)等がある。
The EAI tool 31 is a message queuing system, ERP (Enterprise Resource Plannin).
g), etc. are tools for easily connecting systems having different interfaces, such as Mercator (Mercator), e * Ga
te (STC).

【0062】また、ラッパーコンポーネント32により
異種システムもコンポーネントとして業務フローメソッ
ド231で呼び出すことが可能であり、ユーザは異種シ
ステムもトランザクション処理システムに組み込むこと
が可能になる。
The wrapper component 32 allows a heterogeneous system to be called as a component by the business flow method 231, and the user can incorporate the heterogeneous system into the transaction processing system.

【0063】具体的には、インターネットを介してWe
bブラウザ33から電子商取引関連の注文がクライアン
トノードに発注され、クライアントからの依頼によりサ
ーバノードの業務フローメソッドを実行させる。このと
き、業務フローメソッドは、自サーバノードに格納され
た業務コンポーネントを呼び出した後、ラッパーコンポ
ーネント32を呼び出して、EAIツール31によりデ
ータをXML形式に変換し、E−Market Pla
ce(ロゼッタネット)に流すようなトランザクション
処理が考えられる。このような一連のトランザクション
処理を1つの業務として認識することができるため、稼
働状況等を業務単位で表示させることができる。
More specifically, the We
An order related to e-commerce is placed from the browser 33 to the client node, and the business flow method of the server node is executed in response to a request from the client. At this time, the business flow method calls the business component stored in the own server node, calls the wrapper component 32, converts the data into the XML format by the EAI tool 31, and calls the E-Market Platform.
Transaction processing such as flowing to ce (rosetta net) is conceivable. Since such a series of transaction processes can be recognized as one business, the operation status and the like can be displayed in business units.

【0064】[0064]

【発明の効果】本発明は以上説明したように構成されて
いるので、以下に記載する効果を奏する。
Since the present invention is configured as described above, the following effects can be obtained.

【0065】業務フロークラス単位で、業務フローメソ
ッドにより業務コンポーネントを呼び出し、該業務コン
ポーネントにしたがってトランザクション処理を実行す
ることで、稼動状況やその他物件管理などの各種運用単
位をユーザにとって分かりやすい業務単位で行うことが
できる。また、業務や業務フローが単に論理的な単位で
なく、クラス、クラスのメソッドというユーザに認識し
やすい物理的な実体にマッピングされるため、トランザ
クション処理プログラムにユーザ独自の処理プログラム
を容易に追加することができる。
By calling a business component by a business flow method for each business flow class and executing transaction processing according to the business component, various operation units such as operating status and other property management can be converted into business units easy for the user to understand. It can be carried out. In addition, since a business or business flow is not simply a logical unit but is mapped to a physical entity that is easily recognizable to a user, such as a class or a class method, a user-specific processing program can be easily added to the transaction processing program. be able to.

【0066】また、ユーザによるトランザクション処理
プログラムのカスタマイズを業務フロー定義画面を用い
て行えば、カスタマイズがより容易になる。
If the user customizes the transaction processing program using the business flow definition screen, the customization becomes easier.

【0067】さらに、オンラインによるトランザクショ
ン処理で多数のコンポーネント呼出し処理が発生する場
合でも、クライアントノードは、サーバノードに格納さ
れた業務コンポーネントに、対応する1つのオブジェク
トを渡す処理だけで済むため、クライアントアプリケー
ションの簡易化が可能になる。
Further, even when a large number of component invocation processes occur in online transaction processing, the client node only needs to pass one corresponding object to the business component stored in the server node. Can be simplified.

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

【図1】本発明のトランザクション処理システムの一構
成例を示すブロック図である。
FIG. 1 is a block diagram illustrating a configuration example of a transaction processing system according to the present invention.

【図2】図1に示したクライアントノード及びサーバノ
ードの一構成例を示すブロック図である。
FIG. 2 is a block diagram illustrating a configuration example of a client node and a server node illustrated in FIG. 1;

【図3】図1に示したトランザクション処理システムの
処理手順を示す図であり、業務フローの定義処理の手順
を示すフローチャートである。
FIG. 3 is a flowchart showing a processing procedure of the transaction processing system shown in FIG. 1, and is a flowchart showing a procedure of a business flow definition process.

【図4】図1に示した業務フロー定義画面の一例を示す
イメージ図である。
FIG. 4 is an image diagram showing an example of a business flow definition screen shown in FIG.

【図5】図1に示したトランザクション処理システムの
処理手順を示す図であり、業務フローの実行処理の手順
を示すシーケンス図である。
FIG. 5 is a diagram showing a processing procedure of the transaction processing system shown in FIG. 1, and is a sequence diagram showing a procedure of a business flow execution process.

【図6】図1に示したクライアントノードのメッセージ
オブジェクトからサーバノードの業務コンポーネントに
オブジェクトを渡すときの手順を示す模式図である。
6 is a schematic diagram showing a procedure for transferring an object from a message object of a client node shown in FIG. 1 to a business component of a server node.

【図7】オブジェクト指向トランザクションモニタに付
属した管理ツール等を用いて確認できる稼働状況を示す
図であり、同図(a)は従来の表示内容を示す表であ
り、同図(b)は本発明の表示内容を示す表である。
FIGS. 7A and 7B are diagrams showing operation statuses that can be confirmed using a management tool or the like attached to the object-oriented transaction monitor. FIG. 7A is a table showing conventional display contents, and FIG. It is a table | surface which shows the display content of invention.

【図8】本発明のトランザクション処理システムの他の
構成例を示すブロック図である。
FIG. 8 is a block diagram showing another configuration example of the transaction processing system of the present invention.

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

1 クライアントノード 2 サーバノード 11 クライアント 12 メッセージオブジェクト 21 業務フローエンジン 22 業務フロー定義画面 23 業務フロークラス 24 業務コンポーネント 25 オブジェクト指向トランザクションモニタ 31 EAIツール 32 ラッパーコンポーネント 33 Webブラウザ 110 処理装置 111 CPU 112 主記憶装置 113 記録媒体 114 データ蓄積装置 115 メモリ制御インタフェース部 116 I/Oインタフェース部 117 通信制御装置 118 バス 120 入力装置 121 オブジェクト 130 出力装置 231 業務フローメソッド DESCRIPTION OF SYMBOLS 1 Client node 2 Server node 11 Client 12 Message object 21 Business flow engine 22 Business flow definition screen 23 Business flow class 24 Business component 25 Object-oriented transaction monitor 31 EAI tool 32 Wrapper component 33 Web browser 110 Processing unit 111 CPU 112 Main storage unit 113 Recording Medium 114 Data Storage Device 115 Memory Control Interface Unit 116 I / O Interface Unit 117 Communication Control Device 118 Bus 120 Input Device 121 Object 130 Output Device 231 Business Flow Method

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.7 識別記号 FI テーマコート゛(参考) G06F 15/16 620 G06F 9/06 620A ──────────────────────────────────────────────────続 き Continued on the front page (51) Int.Cl. 7 Identification symbol FI Theme coat ゛ (Reference) G06F 15/16 620 G06F 9/06 620A

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 クライアントとして動作するクライアン
トノードと、 所定のトランザクション処理を実行するサーバノードと
を有し、オンラインでトランザクション処理が可能なク
ライアント/サーバ型のトランザクション処理システム
であって、 前記サーバノードは、 前記トランザクション処理を実行するためのプログラム
である複数の業務コンポーネント、前記業務コンポーネ
ントを呼び出して実行するためのプログラムである業務
フローメソッド、及び業務処理毎に必要な前記業務フロ
ーメソッドを格納するためのプログラムである業務フロ
ークラスをそれぞれ格納する記憶装置と、 前記業務フロークラス単位で、前記業務フローメソッド
により前記業務コンポーネントを呼び出し、該業務コン
ポーネントにしたがって前記トランザクション処理を実
行する処理装置と、を有するトランザクション処理シス
テム。
1. A client / server type transaction processing system having a client node operating as a client and a server node executing a predetermined transaction processing and capable of performing transaction processing online, wherein the server node A plurality of business components that are programs for executing the transaction processing, a business flow method that is a program for calling and executing the business components, and a business flow method required for each business process. A storage device for storing a business flow class, which is a program; and a business flow method for calling the business component by the business flow method for each business flow class. Transaction processing system having a processor, the executing the Deployment process.
【請求項2】 前記サーバノードは、 前記業務フロークラス単位で、前記業務コンポーネント
の呼出し順序を定義するために書き換え可能な業務フロ
ー定義画面を表示するための出力装置を有する請求項1
記載のトランザクション処理システム。
2. The server node according to claim 1, further comprising: an output device for displaying a business flow definition screen that can be rewritten in order to define a calling sequence of the business component for each business flow class.
Transaction processing system as described.
【請求項3】 前記クライアントノードは、 前記サーバノードに業務処理を依頼するためのアプリケ
ーションであるクライアントと、 前記クライアントノードから前記サーバノードに業務処
理を依頼する際に前記業務コンポーネントに渡すオブジ
ェクトを格納するためのプログラムであるメッセージオ
ブジェクトと、をそれぞれ格納する記憶装置を有し、 前記メッセージオブジェクトに、前記業務コンポーネン
トのメソッドの各引数に対して付与された所定のキーと
該キーに対応するオブジェクトとが表形式で格納される
請求項1または2記載のトランザクション処理システ
ム。
3. The client node stores a client, which is an application for requesting the server node to perform a business process, and an object to be passed to the business component when the client node requests the server node to perform a business process. A message object, which is a program for performing the operation, and a predetermined key given to each argument of the method of the business component and an object corresponding to the key. The transaction processing system according to claim 1, wherein is stored in a table format.
【請求項4】 クライアントとして動作するクライアン
トノードと、 所定のトランザクション処理を実行するサーバノード
と、を有するクライアント/サーバシステムに実行させ
るためのトランザクション処理方法であって、 前記サーバノードに、前記トランザクション処理を実行
するためのプログラムである複数の業務コンポーネン
ト、前記業務コンポーネントを呼び出して実行するため
のプログラムである業務フローメソッド、及び業務処理
毎に必要な前記業務フローメソッドを格納するためのプ
ログラムである業務フロークラスを予め格納しておき、 前記業務フロークラス単位で、前記業務フローメソッド
により前記業務コンポーネントを呼び出し、該業務コン
ポーネントにしたがって前記トランザクション処理を実
行するトランザクション処理方法。
4. A transaction processing method for causing a client / server system having a client node operating as a client and a server node executing predetermined transaction processing to execute the transaction processing. , A business flow method that is a program for calling and executing the business component, and a business that is a program for storing the business flow method required for each business process A transaction class that stores a flow class in advance, calls the business component by the business flow method in the business flow class unit, and executes the transaction processing according to the business component Processing method.
【請求項5】 前記業務フロークラス単位で、前記業務
コンポーネントの呼出し順序を定義するために書き換え
可能な業務フロー定義画面を表示する請求項1記載のト
ランザクション処理方法。
5. The transaction processing method according to claim 1, wherein a rewritable business flow definition screen is displayed for defining the calling sequence of the business component for each business flow class.
【請求項6】 前記クライアントノードに、前記業務コ
ンポーネントのメソッドの各引数に対して付与された所
定のキーと該キーに対応するオブジェクトとを表形式か
ら成るメッセージオブジェクトとして予め格納してお
き、 前記クライアントノードから前記サーバノードに業務処
理を依頼する際に、前記メッセージオブジェクトを参照
し、前記業務コンポーネントに前記トランザクション処
理で用いるオブジェクトを渡す請求項1または2記載の
トランザクション処理方法。
6. A predetermined key given to each argument of the method of the business component and an object corresponding to the key are stored in the client node in advance as message objects in a table format, 3. The transaction processing method according to claim 1, wherein when a client node requests the server node for a business process, the message object is referred to and an object used in the transaction process is passed to the business component. 4.
JP2000276347A 2000-09-12 2000-09-12 System and method for processing transaction Pending JP2002091780A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000276347A JP2002091780A (en) 2000-09-12 2000-09-12 System and method for processing transaction

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000276347A JP2002091780A (en) 2000-09-12 2000-09-12 System and method for processing transaction

Publications (1)

Publication Number Publication Date
JP2002091780A true JP2002091780A (en) 2002-03-29

Family

ID=18761825

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000276347A Pending JP2002091780A (en) 2000-09-12 2000-09-12 System and method for processing transaction

Country Status (1)

Country Link
JP (1) JP2002091780A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013057607A1 (en) * 2011-10-20 2013-04-25 International Business Machines Corporation Computer program interface
JP2016126721A (en) * 2015-01-08 2016-07-11 株式会社日立製作所 Program generation device, and program generation method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013057607A1 (en) * 2011-10-20 2013-04-25 International Business Machines Corporation Computer program interface
JP2014532223A (en) * 2011-10-20 2014-12-04 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation Method and apparatus for enabling a first computer program to execute application logic of a second computer program, for interfacing the first computer program and the second computer program And apparatus for generating computer program code for the same, a computer program, and a software interface for enabling a first computer program to execute application logic of a second computer program For providing information (computer program interface)
US10545729B2 (en) 2011-10-20 2020-01-28 International Business Machines Corporation Computer program interface
JP2016126721A (en) * 2015-01-08 2016-07-11 株式会社日立製作所 Program generation device, and program generation method

Similar Documents

Publication Publication Date Title
US11714665B2 (en) Method and apparatus for composite user interface creation
US7451403B1 (en) System and method for developing user interfaces purely by modeling as meta data in software application
KR100724522B1 (en) Method and system for automatically generating service interfaces for a service oriented architecture
US8473896B2 (en) Computer software development incorporating core and compound services
US7213049B2 (en) System and method for transaction processing with transaction property feature
US8271609B2 (en) Dynamic service invocation and service adaptation in BPEL SOA process
EP1693765B1 (en) A data processing system and method
US7886296B2 (en) System and method for providing alerts for heterogeneous jobs
EP1061446A2 (en) Web-based enterprise management with multiple repository capability
US20050257196A1 (en) System and method for developing new services from legacy computer applications
US20060224702A1 (en) Local workflows in a business process management system
AU2002318249A1 (en) System and method for transaction processing with transaction property feature
WO2003032124A2 (en) System and method for managing service interactions
JPH10260825A (en) Collaboration of module type application
US7533114B2 (en) Mobile device having extensible software for presenting server-side applications, software and methods
US20050044173A1 (en) System and method for implementing business processes in a portal
US20040128644A1 (en) Software architecture for distributed enterprise business applications
US7197712B2 (en) Server visualization and control
US7684349B2 (en) Method and system for transparently controlling the behavior of service methods in a service oriented architecture
US20030055965A1 (en) User-defined units of context in a distributed computer environment
CA2357168A1 (en) Inbound connector
JP2002091780A (en) System and method for processing transaction
Akşit et al. Guideliness for Identifying Obstacles When Composing Distributed Systems from Components
Grechanik et al. Composing integrated systems using gui-based applications and web services
Karagoz et al. Task Handling in Workflow Management Systems.

Legal Events

Date Code Title Description
RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20041122

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20041122

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050208

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050330

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050518

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050627

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20051207

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20060106