JP2014074971A - Control system - Google Patents

Control system Download PDF

Info

Publication number
JP2014074971A
JP2014074971A JP2012220881A JP2012220881A JP2014074971A JP 2014074971 A JP2014074971 A JP 2014074971A JP 2012220881 A JP2012220881 A JP 2012220881A JP 2012220881 A JP2012220881 A JP 2012220881A JP 2014074971 A JP2014074971 A JP 2014074971A
Authority
JP
Japan
Prior art keywords
sub
event
information
registration information
subprocess
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
JP2012220881A
Other languages
Japanese (ja)
Inventor
Chiaki Kasama
千秋 笠間
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2012220881A priority Critical patent/JP2014074971A/en
Publication of JP2014074971A publication Critical patent/JP2014074971A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

PROBLEM TO BE SOLVED: To solve the problem that when executing a process by combining a plurality of sub-routines, it used to be necessary to describe the combination of the sub-routines to be executed and its execution procedure in the program of the process, and it used to be necessary to repair the program of the process for changing the combination of the sub-routines or its processing procedure in a conventional manner.SOLUTION: A sub-routine is defined as a sub-process independently of a main process. In a system, the determination and order control of the sub-process to be executed is performed by referring to a sub-process DB.

Description

本発明は、イベント処理基盤における基幹系システムに関する。   The present invention relates to a backbone system in an event processing infrastructure.

基幹系システムには、通信事業者がサービスを提供するための顧客管理や料金請求、物流、代理店等のOSS/BSS(Operations Support System/Business Support System)基盤(以降「イベント制御基盤」と示す)が存在する。   The core system includes an OSS / BSS (Operations Support System / Business Support System) platform (hereinafter referred to as “event control platform”) for customer management, billing, logistics, agency, etc. ) Exists.

基幹系システムについては、例えば特許文献1には、ビジネスプロセスに、複数の業務処理を実行する順序を定義し、複数の業務処理に対し拡張機能の起動条件を別定義で管理することで、特定の業務処理が実行したタイミングを検知し、拡張機能の処理を実行していることが記載されている。   For core systems, for example, Patent Document 1 specifies a business process by defining the order in which multiple business processes are executed, and managing the startup conditions for extended functions separately for multiple business processes. It is described that the processing of the extended function is executed by detecting the timing when the business process is executed.

特開2012−14506号公報JP 2012-14506 A

従来、基幹系システムでは、複数の小さな処理(サブルーチン)を組み合わせてある一連の大きな処理(プロセス)を実行する場合、プロセスのプログラム中に実行するサブルーチンの組み合わせとその実行手順を定める必要があった。   Conventionally, in a core system, when a series of large processes (processes) are executed by combining a plurality of small processes (subroutines), it is necessary to determine a combination of subroutines to be executed in the process program and an execution procedure thereof. .

プロセスの中で実行するサブルーチンの組み合わせや処理手順を変更する場合、プロセスのプログラム全体を改修する必要があり、システムによって提供するサービスの追加や削除、変更の際には、ピンポイントの対応に留めることができずに処理が煩雑化するという課題がある。   When changing the combination of subroutines and processing procedures to be executed in the process, it is necessary to modify the entire program of the process. When adding, deleting, or changing services provided by the system, only pinpoints are supported. There is a problem that the processing is complicated.

本発明による制御システムは、一例として、端末より受信するサービスのイベントの通知に基づいて、前記イベントに必要なプロセスが共通プロセスかサブプロセスかを示すプロセスデータ種別情報を含むイベント登録情報を生成、登録する第1処理部と、前記イベント登録情報と、前記イベント登録情報に対応するサブプロセス定義情報とを取得し、前記サブプロセス定義情報に基づいて、前記イベント登録情報に対応するサブプロセスと前記サブプロセスの実行順序を定めてサブプロセス登録情報を生成、登録する第2処理部と、前記サブプロセス登録情報に基づいて、アプリケーション処理部への前記サブプロセスの処理要求の送信を制御する第3処理部とを有する。   As an example, the control system according to the present invention generates event registration information including process data type information indicating whether a process required for the event is a common process or a sub-process based on a service event notification received from a terminal. A first processing unit to be registered, the event registration information, and sub-process definition information corresponding to the event registration information, and based on the sub-process definition information, the sub-process corresponding to the event registration information and the A second processing unit that generates and registers sub-process registration information by determining the execution order of the sub-process, and a third unit that controls transmission of the processing request of the sub-process to the application processing unit based on the sub-process registration information And a processing unit.

ここで、共通プロセスは、異なるイベント、サービスに共通に適用されるプロセスであり、イベント登録情報は、少なくとも1つの共通プロセスと少なくとも1つのサブプロセスとを含む。   Here, the common process is a process that is commonly applied to different events and services, and the event registration information includes at least one common process and at least one sub-process.

プロセスのプログラムについて、実行するサブプロセス、およびサブプロセスの実行順番の規定を不要にすることができる。その結果として、。プロセスの中で実行するサブプロセスの組み合わせや、実行順序の変更を、プロセス、サブプロセス双方のプログラムを改変せずに、システム上の定義変更で実現できる。   For the process program, it is possible to make it unnecessary to define the subprocess to be executed and the execution order of the subprocess. As a result. A combination of subprocesses executed in a process and a change in the execution order can be realized by changing the definition of the system without modifying the programs of both the process and the subprocess.

サブプロセスを用いたイベント制御処理のシーケンス図Sequence diagram of event control processing using subprocess サブプロセスを決定するのに用いるデータの構成Composition of data used to determine subprocesses サブプロセス、および先行キー決定例Example of subprocess and leading key determination サブプロセスデータ情報例Example of sub-process data information システムの例System example

以下、図面を参照して本発明の実施の形態を説明する。   Embodiments of the present invention will be described below with reference to the drawings.

図1を参照して、イベント制御処理の説明をする。なお、図3に図1のイベント制御処理に関するシステムを簡単に記載する。   The event control process will be described with reference to FIG. FIG. 3 briefly describes a system related to the event control process of FIG.

イベント制御では、3層に役割を分けて処理を実施する。   In event control, processing is divided into three layers.

第1には、イベント発生源101である「イベント層」がある。これは、図3に例示する端末3001のように、ユーザからの入力などによりイベントをシステムに入力するものである。例えば、オンライン申込のユーザ入力を受け、後述するイベント制御層からの応答などの入力を受ける入出力端末である。第2には、イベント発生源から情報を受付けるイベント発生源インタフェース102、イベント制御(プロセス制御)103、イベント制御(プロセス制御)103から役割を分解したイベント制御(サブプロセス制御)104、後述するアプリケーション層へ情報をインタフェースする業務APインタフェース105で形成する「イベント制御層」がある。これは、図3に例示するサーバ3002のように、上記の各制御を処理する処理部3003、内部もしくは外部のデータベース3004を備え、イベント層から情報を受信し、アプリケーション層へ情報を送信するものである。図3では簡単のためサーバ3002は一のサーバとして記載するが、上記の各制御毎に設けられた処理装置の集合体や、各制御毎に設けられたサーバの集合体としてもよい。実際の処理を行う業務AP106を「アプリケーション層」とする。これは、図3に例示するサーバ3005にように、アプリケーション処理を行う処理部3006、内部もしくは外部のデータベース3007を備え、イベント制御層からの情報を受信してアプリケーション処理を行うものである。本実施例は、イベント層から受付けた情報から、実際にアプリケーション処理層で実行する個々の処理を、イベント制御内の定義を用い決定し、実行させる。以下、シーケンス図に則って、イベント制御層内の処理を説明する。   First, there is an “event layer” that is the event generation source 101. In this case, an event is input to the system by an input from a user or the like like a terminal 3001 illustrated in FIG. For example, it is an input / output terminal that receives user input for online application and receives input such as a response from an event control layer described later. Second, an event source interface 102 that receives information from the event source, an event control (process control) 103, an event control (sub-process control) 104 in which roles are separated from the event control (process control) 103, and an application described later There is an “event control layer” formed by the business AP interface 105 that interfaces information to the layer. This includes a processing unit 3003 for processing each control described above, and an internal or external database 3004, such as a server 3002 illustrated in FIG. 3, and receives information from the event layer and transmits information to the application layer. It is. In FIG. 3, the server 3002 is described as a single server for simplicity, but may be a collection of processing devices provided for each control described above or a collection of servers provided for each control. The business AP 106 that performs actual processing is referred to as an “application layer”. This includes a processing unit 3006 that performs application processing and an internal or external database 3007 as in the server 3005 illustrated in FIG. 3, and receives information from the event control layer to perform application processing. In the present embodiment, each process that is actually executed in the application processing layer is determined from information received from the event layer by using the definition in the event control and executed. Hereinafter, processing in the event control layer will be described with reference to a sequence diagram.

まず、イベント発生源101より、イベント発生源インターフェース102がイベントの通知の受付111をし、その情報をイベントDB121に登録するよう制御する。   First, the event source interface 102 receives the event notification 111 from the event source 101 and controls to register the information in the event DB 121.

次に、プロセス制御部103が、登録したイベント情報の処理予定日時に基づいて、イベントDB121より情報を取得することにより、イベント取込112を制御する。   Next, the process control unit 103 controls the event capture 112 by acquiring information from the event DB 121 based on the scheduled processing date and time of the registered event information.

次に、プロセス制御部103が、取得したイベント登録情報に基づいて、サブプロセス決定定義DB123より、イベント登録情報に対応するサブプロセス決定定義123も取得する。   Next, the process control unit 103 also acquires a sub process determination definition 123 corresponding to the event registration information from the sub process determination definition DB 123 based on the acquired event registration information.

次に、プロセス制御部103が、イベント取込112で取得したイベント登録情報に基づいて、メインプロセスの処理(プロセス制御113)を開始する。   Next, the process control unit 103 starts processing of the main process (process control 113) based on the event registration information acquired in the event capture 112.

プロセス制御113にて実行する処理が、業務AP106を呼出す内容である場合は、プロセス制御部103が、処理要求131aを業務APインターフェース105に送出する。業務APインターフェース105は、処理要求131aに基づいて業務AP106に処理要求を送信し、業務AP106から対応する処理結果を受信し、処理結果に基づいて処理結果132aをプロセス制御部103に送信する。プロセス制御部103は、処理結果132aに基づいてイベントDB121に処理状況(ステータス)情報を格納する。   If the process executed in the process control 113 is a content for calling the business AP 106, the process control unit 103 sends a processing request 131 a to the business AP interface 105. The business AP interface 105 transmits a processing request to the business AP 106 based on the processing request 131a, receives a corresponding processing result from the business AP 106, and transmits a processing result 132a to the process control unit 103 based on the processing result. The process control unit 103 stores processing status (status) information in the event DB 121 based on the processing result 132a.

プロセス制御113にて実行する処理が、サブプロセス制御を呼び出す内容である場合は、プロセス制御部103が、イベント取込112で取得したサブプロセス決定定義に基づいて、サブプロセスを決定し、サブプロセス先行キー定義DB124より、処理実行順序情報を取得して、サブプロセスの実行順序を決め、サブプロセス制御DB125に情報を登録する。   When the process executed in the process control 113 is a content for calling the sub process control, the process control unit 103 determines the sub process based on the sub process determination definition acquired in the event capture 112, and the sub process The processing execution order information is obtained from the preceding key definition DB 124, the sub-process execution order is determined, and the information is registered in the sub-process control DB 125.

プロセス制御113で実行する処理が終了したら、プロセス制御部103は、イベントDB121に状況(ステータス)情報を格納する。   When the process executed by the process control 113 is completed, the process control unit 103 stores status (status) information in the event DB 121.

次に、サブプロセス制御部は、サブプロセス制御114を行う。すなわち、プロセス制御113がサブプロセス制御DB125に登録した情報を読み出し、サブプロセス登録情報のうちの処理順序と処理予定日時に基づいて、実行するサブプロセスを、サブプロセス制御DB125から取得する。続いて、サブプロセス制御DB125bから取得するサブプロセス登録情報より、サブプロセス単位に業務APインターフェース105を介して業務AP106に処理要求を行い、実行する処理が終了したら、サブプロセス制御DB125に状況(ステータス)情報を格納する。   Next, the sub process control unit performs sub process control 114. That is, the information registered in the sub-process control DB 125 by the process control 113 is read, and the sub-process to be executed is acquired from the sub-process control DB 125 based on the processing order and scheduled processing date / time in the sub-process registration information. Subsequently, a processing request is made to the business AP 106 via the business AP interface 105 from the sub process registration information acquired from the sub process control DB 125b via the business AP interface 105. When the processing to be executed is completed, the status (status (status)) is sent to the sub process control DB 125. ) Store information.

上記の通り、メインのプロセス113から、サブプロセス114は制御上独立して行われる。   As described above, the sub-process 114 is performed independently of the main process 113 in terms of control.

図2−1を参照して、サブプロセスを決定するためのデータ、および定義情報と、これに関する処理を説明をする。   With reference to FIG. 2A, data for determining a sub-process, definition information, and processing related thereto will be described.

まず、イベント発生源インターフェース102のイベント登録時に、イベントDB121aに登録する「(a)イベント登録情報」2001に関して説明する。   First, “(a) event registration information” 2001 that is registered in the event DB 121a when an event is registered in the event source interface 102 will be described.

イベント登録情報2001は、イベント制御2101a、プロセス制御データ2101b、2つの情報を含む。   The event registration information 2001 includes event control 2101a, process control data 2101b, and two pieces of information.

イベント制御2101a情報には、イベントを管理するための共通的な情報を設定する。以下、イベント制御2101a情報の6つの項目について説明する。業務キー2102aは、イベント登録情報2001を一意に判別する情報を設定する。処理種別2012bには、サブプロセス登録情報2004と同じデータ構造を用いるため、イベント登録情報2001を示す種別を設定する。イベント名2102cには、発生したイベント名を設定する。業務ステータス2102dは、対象のイベントの処理状況を管理するために用いる項目である。処理実行する際に管理開始するため、イベント登録時には設定しない。先行管理キー2012eは、処理制御に用いるキー項目のため、イベント登録情報2001を一意に判別する情報を設定する。処理予定日時2102fには、対象のイベントの処理を実施する日時を設定する。   Common information for managing events is set in the event control 2101a information. Hereinafter, six items of event control 2101a information will be described. The business key 2102a sets information for uniquely identifying the event registration information 2001. Since the same data structure as the sub-process registration information 2004 is used for the processing type 2012b, a type indicating the event registration information 2001 is set. In the event name 2102c, the name of the event that has occurred is set. The business status 2102d is an item used for managing the processing status of the target event. Since management starts when processing is executed, it is not set when registering an event. Since the advance management key 2012e is a key item used for process control, information for uniquely determining the event registration information 2001 is set. In the scheduled processing date and time 2102f, the date and time when the processing of the target event is executed is set.

プロセス制御データ2101b情報には、共通的なプロセス情報と、個別のイベント発生時に必要な情報を設定する。プロセスデータ種別2102gには、共通的なプロセス情報を示す場合は、共通の情報であることを示す種別を設定し、個別情報を示す場合は、受付けた個別のサービス情報の種別を設定する。プロセスデータキー2102hは、プロセス情報を一意に判別する情報を設定する。上位プロセスキー2102iには、上位とするプロセスデータキー2102hを必要な場合設定する。登録データ2102jには必要なプロセス情報を設定する。プロセス制御データ2101bには、共通的なプロセス情報は1つ、個別に必要な登録情報は必要分設定する。   In the process control data 2101b information, common process information and information necessary when an individual event occurs are set. In the process data type 2102g, when indicating common process information, a type indicating common information is set, and when indicating individual information, the type of received individual service information is set. The process data key 2102h sets information for uniquely determining process information. The upper process key 2102i is set with the upper process data key 2102h if necessary. Necessary process information is set in the registration data 2102j. In the process control data 2101b, one common process information is set, and necessary registration information is set as necessary.

上記の通り、イベント登録情報では、後続で実行するメインの処理を決定している。   As described above, the event registration information determines the main process to be executed subsequently.

イベント取込112では、イベントDB121に格納してある「(a)イベント登録情報」2001、および「(b)サブプロセス決定定義」2002(サブプロセス決定定義123)を用いて、実行するサブプロセスを特定する。   In the event capture 112, the subprocess to be executed is executed using “(a) event registration information” 2001 and “(b) subprocess determination definition” 2002 (subprocess determination definition 123) stored in the event DB 121. Identify.

「(b)サブプロセス決定定義」2002は、サブプロセス種別2103dを特定するために必要な情報、サービス種別2103a、イベント名2103b、判定条件2103cを定義する。判定方法としては、まず、イベント登録情報のプロセスデータ種別、イベント名をキーとして、サブプロセス決定定義テーブルのうち、サービス種別、イベント名が一致するサブプロセス決定定義を抽出する。つまり、イベント登録情報のプロセスデータ種別2102gを、サブプロセス決定定義のサービス種別2103aに、イベント登録情報のイベント名2102cをサブプロセス決定定義のイベント名2103bに対応させて検索し、必要な場合は、登録データ2102jから判定条件を用いて、対応するサブプロセス決定定定義に規定されるサブプロセス処理(サブプロセス種別2103d)を抽出する。   “(B) Sub-process determination definition” 2002 defines information necessary for specifying the sub-process type 2103d, a service type 2103a, an event name 2103b, and a determination condition 2103c. As a determination method, first, a subprocess determination definition having the same service type and event name is extracted from the subprocess determination definition table using the process data type and event name of the event registration information as keys. In other words, the process data type 2102g of the event registration information is searched in correspondence with the service type 2103a of the sub-process determination definition, the event name 2102c of the event registration information is matched with the event name 2103b of the sub-process determination definition, and if necessary, A subprocess process (subprocess type 2103d) defined in the corresponding subprocess determination definition is extracted from the registered data 2102j using the determination condition.

「(c)サブプロセス決定定義」2003(サブプロセス先行キー定義124)には、サービス種別2104aに対して、同一イベント内に指定してある先行サービス種別2104bがあった場合、先行サービス種別2104bの処理が完了するまで、先行サービス以外のサービスを処理開始させない必要がある場合に定義する。   In “(c) Sub-process determination definition” 2003 (sub-process predecessor key definition 124), if there is a predecessor service type 2104b specified in the same event for the service type 2104a, the predecessor service type 2104b Define when it is necessary not to start processing other than the preceding service until the processing is completed.

「(a)イベント登録情報」2001から、「(b)サブプロセス決定定義」2002を用いて、サブプロセス単位に情報を分割した後に、「(c)サブプロセス先行キー定義」2003を用いて先行キーの決定を行い、「(d)サブプロセス登録情報」2004を生成する。   From "(a) Event registration information" 2001, after dividing the information into sub-process units using "(b) Sub-process decision definition" 2002, "(c) Sub-process leading key definition" 2003 The key is determined, and “(d) sub-process registration information” 2004 is generated.

続いて、上記の通り生成され、サブプロセス制御DB125aに格納される「(d)サブプロセス登録情報」2004について説明する。「(d)サブプロセス登録情報」2004は、名称は異なるが、「(a)イベント登録情報」2001と同様のデータ構成で形成する。サブプロセス制御2105aには、サブプロセス制御を行うために必要な情報を設定する。業務キー2106aにはプロセスデータキー2102hを用いて、サブプロセスを一意に判別する情報を設定する。処理種別2106bには、「(b)サブプロセス決定定義」2002より決定したサブプロセス種別2103dを設定する。プロセス名2106cにはイベント名2102cと同様の値を設定する。業務ステータス2106dは、対象のサブプロセスの処理状況を管理するために用いる項目である。処理実行する際に管理開始するため、サブプロセス決定・登録時には設定しない。先行管理キー2106eには「(c)サブプロセス先行キー定義」2003より、先行キーが必要な場合は、対象の先行サービス種別2104bの業務キー2106aを設定し、先行キーが不要の場合は、自業務キー2106aを設定する。処理予定日時2106fには、対象のイベントの処理を実施する日時を設定する。サブプロセス制御データ2105bには、「(a)イベント登録情報」2001のプロセス制御データ2101bにある、対象のサブプロセスに必要な情報のみ設定する。プロセスデータ種別2106gには、「(a)イベント登録情報」2001のプロセスデータ種別2102gを、プロセスデータキー2106hには、「(a)イベント登録情報」2001のプロセスデータキー2102hを、上位プロセスキー2106iには、「(a)イベント登録情報」2001の上位プロセスキー2102iを、登録データ2106jには、「(a)イベント登録情報」2001の、登録データ2102jを必要な情報のみ設定する。   Next, “(d) sub-process registration information” 2004 generated as described above and stored in the sub-process control DB 125a will be described. “(D) Sub-process registration information” 2004 is formed with the same data structure as “(a) Event registration information” 2001 although the name is different. Information necessary for performing sub-process control is set in the sub-process control 2105a. In the business key 2106a, information for uniquely identifying the subprocess is set using the process data key 2102h. In the process type 2106b, the sub process type 2103d determined from “(b) Sub process determination definition” 2002 is set. The process name 2106c is set to the same value as the event name 2102c. The business status 2106d is an item used for managing the processing status of the target sub-process. Since management is started when processing is executed, it is not set when sub-process is determined or registered. From "(c) Subprocess preceding key definition" 2003, set the business key 2106a of the target preceding service type 2104b for the preceding management key 2106e, and if the preceding key is not required, A business key 2106a is set. In the scheduled processing date and time 2106f, the date and time when the processing of the target event is executed is set. In the sub-process control data 2105b, only information necessary for the target sub-process in the process control data 2101b of “(a) event registration information” 2001 is set. The process data type 2106g includes the process data type 2102g of “(a) event registration information” 2001, the process data key 2106h includes the process data key 2102h of “(a) event registration information” 2001, and the upper process key 2106i. Is set to the upper process key 2102i of “(a) event registration information” 2001, and only necessary information is set to the registration data 2106j of “(a) event registration information” 2001.

以降、図2−2、図2−3を用いて、「(a)イベント登録情報」2001、「(b)サブプロセス決定定義」2002、「(c)サブプロセス先行キー定義」2003、「(d)サブプロセス登録情報」2004のデータ例を説明する。   Hereinafter, with reference to FIGS. 2-2 and 2-3, “(a) event registration information” 2001, “(b) subprocess determination definition” 2002, “(c) subprocess preceding key definition” 2003, “( d) Data example of “sub-process registration information” 2004 will be described.

まず、図2−2を参照し、「(a)イベント登録情報」2001の設定情報、および、「(b)サブプロセス決定定義」2002の設定情報、「(c)サブプロセス先行キー定義」2003の設定情報から、サブプロセス決定方法とサブプロセスの先行キー決定方法について説明する。   First, referring to FIG. 2B, setting information of “(a) event registration information” 2001, setting information of “(b) sub-process determination definition” 2002, “(c) sub-process leading key definition” 2003 From the setting information, a sub-process determination method and a sub-process preceding key determination method will be described.

図1−1で述べたように、イベント制御2201aはイベント固有の情報を設定する。例として、業務キー2202aに一意となるキー”A0001”、処理種別2202bには、イベント情報であることがわかる種別”main”、イベント名2202cには、実行する処理内容の種別名”C0001”、処理予定日時2202fには、イベントを実行する処理日時を設定する。業務ステータス2202dはイベント登録時には未設定、および、先行管理キー2202eは、イベント制御時には未設定とする。プロセス制御データ2201bは、例として4データ分設定する。プロセスデータ種別2202gより、プロセス共通に必要なデータは”all”、プロセス個別に必要なデータは、設定定義に従って、個々に”Servise01〜03”を設定する。プロセスデータ種別2202gが共通のプロセスを示す場合(本例では“all”の場合)、プロセスデータキー2202hにはイベント情報と同等の位置づけとするため、業務キー2202aと同じ値”A0001”を、上位プロセスキー2202iは、未設定とする。
プロセスデータ種別2202gが個別で必要なプロセスであることを示す場合(本例ではServise01〜03”の場合)、プロセスデータキー2202hには、プロセスデータ種別2202g毎に一意となるキー”B0001〜B0003”を設定する。また、上位プロセスキー2202iには、共通のプロセスに設定してある、プロセスデータキー2202h(本例では”A0001”)を設定する。登録データ2202jには、プロセスデータ種別2202g毎に必要な実データを設定する。「(b)サブプロセス決定定義」2002より定義情報を例を用いて説明する。サブプロセス種別2203dを特定するために必要な情報、サービス種別2203a、イベント名2203b、判定条件2203cを定義する。
As described in FIG. 1A, the event control 2201a sets event-specific information. For example, the key “A0001” that is unique to the business key 2202a, the type “main” that indicates event information is included in the processing type 2202b, the type name “C0001” of the processing content to be executed is included in the event name 2202c, In the scheduled processing date and time 2202f, the processing date and time for executing the event is set. The business status 2202d is not set at the time of event registration, and the advance management key 2202e is not set at the time of event control. The process control data 2201b is set for four data as an example. From the process data type 2202g, “all” is necessary for data common to the processes, and “Servise01 to 03” is individually set for data necessary for each process according to the setting definition. When the process data type 2202g indicates a common process (in this example, “all”), the process data key 2202h is positioned the same as the event information, so the same value “A0001” as the business key 2202a The process key 2202i is not set.
When the process data type 2202g indicates an individual required process (in this example, Servise01 to 03), the process data key 2202h has a unique key “B0001 to B0003” for each process data type 2202g. In the upper process key 2202i, a process data key 2202h (in this example, “A0001”) set for the common process is set.In the registration data 2202j, each process data type 2202g is set. Necessary actual data is set, which will be explained using an example of definition information from "(b) Subprocess decision definition" 2002. Information necessary for specifying the sub-process type 2203d, a service type 2203a, an event name 2203b, and a determination condition 2203c are defined.

「(a)イベント登録情報」2001の設定情報から、「(b)サブプロセス決定定義」2002を用いてサブプロセス種別を決定する。プロセスデータ種別2202g”Servise01”と、イベント名2202c”C0001”より、「(b)サブプロセス決定定義」2002のサービス種別2203a”Servise01”とイベント名2203b”C0001”で一意になるサブプロセス種別2203dは”SP_001”であることがわかる。同様に、プロセスデータ種別2202g”Servise03”と、イベント名2202c”C0001”より、「(b)サブプロセス決定定義」2002のサービス種別2203a”Servise03”とイベント名2203b”C0001”で一意になるサブプロセス種別2203dは”SP_003”であることがわかる。   From the setting information of “(a) Event registration information” 2001, “(b) Sub-process determination definition” 2002 is used to determine the sub-process type. From the process data type 2202g “Servise01” and the event name 2202c “C0001”, the service type 2203a “Servise01” and the event name 2203b “C0001” of “(b) Subprocess decision definition” 2002 are unique. It turns out that it is "SP_001". Similarly, from the process data type 2202g “Servise03” and the event name 2202c “C0001”, the subprocess that is unique for the service type 2203a “Servise03” and the event name 2203b “C0001” of “(b) Subprocess decision definition” 2002 It can be seen that the type 2203d is “SP_003”.

サービス種別2203aとイベント名2203bで、一意のサブプロセス種別2203dが決まらない場合は、判定条件2203cを用いる。プロセスデータ種別2202g”Servise02”と、イベント名2202c”C0001”より、(b)サブプロセス決定定義2002のサービス種別2203a”Servise02”とイベント名2203b”C0001”では複数のサブプロセス種別2203dが取得できる。この場合は、判定条件2203を用いる。本例では、判定条件2203cに”DATA_002.data01=01”または”DATA_002.data01=02”でサブプロセス種別2203dが一意に決定可能と定義しているので、登録データ2202jの”DATA_002”のカラム値を用いで判定する。   If the service type 2203a and the event name 2203b do not determine a unique subprocess type 2203d, the determination condition 2203c is used. From the process data type 2202g “Servise02” and the event name 2202c “C0001”, a plurality of subprocess types 2203d can be acquired from the service type 2203a “Servise02” and the event name 2203b “C0001” of the (b) subprocess decision definition 2002. In this case, the determination condition 2203 is used. In this example, it is defined that the determination condition 2203c is “DATA_002.data01 = 01” or “DATA_002.data01 = 02”, and the subprocess type 2203d can be uniquely determined. Therefore, the column value of “DATA_002” in the registration data 2202j Determine using

「(c)サブプロセス先行キー定義」2003については、サービス種別2204aに対して、同一イベント内に指定してある先行サービス種別2204bがあった場合、先行サービス種別2204bの処理が完了するまで、先行サービス以外のサービスを処理開始させない必要がある場合に定義する。   For “(c) Sub-process preceding key definition” 2003, if there is a preceding service type 2204b specified in the same event for service type 2204a, the preceding process until the processing of preceding service type 2204b is completed. Define when services other than services need not be started.

「(a)イベント登録情報」2001の設定情報から、「(c)サブプロセス先行キー定義」2003を用いてサブプロセスの先行キーを決定する。   From the setting information of “(a) Event registration information” 2001, “(c) Subprocess preceding key definition” 2003 is used to determine the preceding key of the subprocess.

プロセスデータ種別2202gの”Servise01”に対して、先行キーが必要か判定する。「(c)サブプロセス先行キー定義」2003より、サービス種別2204a”Servise01”に基づいて、先行サービス種別2204b”Service04”を取得する。プロセスデータ種別2202g”Servise01”の上位プロセスキー2202j”A0001”に基づいて、上位プロセスキー2202jを”A0001”とするプロセスデータ種別2202gを全て取得し、その中に”Servise04”が存在するか検索する。本例では、”Servise04”は存在しないため、”Servise01”の先行キーの設定は不要となる。   It is determined whether or not a preceding key is necessary for “Servise01” of process data type 2202g. Based on the service type 2204a “Servise01”, the preceding service type 2204b “Service04” is acquired from “(c) Subprocess preceding key definition” 2003. Based on the upper process key 2202j “A0001” of the process data type 2202g “Servise01”, all process data types 2202g having the upper process key 2202j “A0001” are acquired, and whether or not “Servise04” exists is searched for. . In this example, since “Servise04” does not exist, it is not necessary to set the preceding key of “Servise01”.

同様に、プロセスデータ種別2202gの”Servise02”に対して、先行キーが必要か判定する。「(c)サブプロセス先行キー定義」2003より、サービス種別2204a”Servise02”から、先行サービス種別2204b”Service01”を取得する。プロセスデータ種別2202g”Servise02”の上位プロセスキー2202j”A0001”に基づいて、上位プロセスキー2202jを”A0001”とするプロセスデータ種別2202gを全て取得し、その中に”Servise01”が存在するか検索する。本例では、”Servise01”は存在するため、プロセスデータ種別2202gの”Servise02”の先行キーとして、プロセスデータ種別2202gの”Servise01”を設定する必要がある。   Similarly, it is determined whether or not a preceding key is necessary for “Servise02” of process data type 2202g. From “(c) Subprocess preceding key definition” 2003, the preceding service type 2204b “Service01” is acquired from the service type 2204a “Servise02”. Based on the upper process key 2202j “A0001” of the process data type 2202g “Servise02”, all process data types 2202g having the upper process key 2202j “A0001” are acquired, and whether or not “Servise01” exists is searched for. . In this example, since “Servise01” exists, it is necessary to set “Servise01” of the process data type 2202g as the preceding key of “Servise02” of the process data type 2202g.

プロセスデータ種別2202gの”Servise03”に対して、先行キーが必要か判定する。「(c)サブプロセス先行キー定義」2003より、サービス種別2204a”Servise03”に基づいて、先行サービス種別2204bが未定義であるため、先行キーの設定は不要となる。   It is determined whether or not a preceding key is necessary for “Servise03” of process data type 2202g. From “(c) Subprocess preceding key definition” 2003, the preceding service type 2204b is undefined based on the service type 2204a “Servise03”, and therefore setting of the preceding key becomes unnecessary.

続いて、図2−3を用いて、サブプロセスの処理とその登録情報を説明する。   Next, sub-process processing and registration information thereof will be described with reference to FIG.

「(a)イベント登録情報」2001、および、「(b)サブプロセス決定定義」2002より決定したサブプロセス種別毎に、「(d)サブプロセス登録情報2004」を登録する。   For each subprocess type determined from “(a) Event registration information” 2001 and “(b) Subprocess determination definition” 2002, “(d) Subprocess registration information 2004” is registered.

「(d-1) サブプロセス登録情報」2004-1より、サブプロセス制御2301aには、「(a)イベント登録情報」2001のプロセスデータ種別2202g”Servise01”に対して、定義より決定した、サブプロセス種別、および先行キーを設定する。   From “(d-1) Sub-process registration information” 2004-1, the sub-process control 2301a has the sub-process data 2202g “Servise01” of “(a) Event registration information” 2001 determined from the definition. Set the process type and preceding key.

業務キー2302aは、「(a)イベント登録情報」2001のプロセスデータ種別2202g”Servise01”のプロセスデータキー”B0001”を設定する。処理種別2302bには、「(a)イベント登録情報」2001、および、「(b)サブプロセス決定定義」2002より決定したサブプロセス種別2203d”SP_001”を設定する。プロセス名2302cには、「(a)イベント登録情報」2001のイベント名2202c”C0001”を設定する。業務ステータス2302dは、対象のサブプロセスの処理状況を管理するために用いる項目のため、登録時には未設定とする。先行管理キー2302eは、「(a)イベント登録情報」2001、および、「(c)サブプロセス先行キー定義」2003で決定した情報を元に、値を設定する。「(a)イベント登録情報」2001のプロセスデータ種別2202g”Servise01”に対して、本イベント内で先行キーの設定は不要と判断したので、先行管理キー2302eには自業務キー2303a”B0001”を設定する。処理予定日時2302fには、対象のサブプロセスの処理を実施する日時を設定する。サブプロセス制御データ2301bには、「(a)イベント登録情報」2001のプロセス制御データ2201b内で必要な情報をそのまま設定する。例として、プロセスデータ種別2202g”Servise01”では、共通のプロセス情報と”Servise01”の情報が必要であった場合、プロセスデータ種別2302g”all”と” Servise01”の情報を設定する。プロセスデータキー2302h、上位プロセスキー2302i、登録データ2302jは、プロセスデータ種別2302gに紐付く、プロセス制御データ2201bと同様の値を設定する。   The business key 2302a sets the process data key “B0001” of the process data type 2202g “Servise01” of “(a) event registration information” 2001. The process type 2302b is set with “(a) event registration information” 2001 and “(b) sub-process determination definition” 2002 and sub-process type 2203d “SP_001”. In the process name 2302c, the event name 2202c “C0001” of “(a) Event registration information” 2001 is set. The business status 2302d is an item used for managing the processing status of the target sub-process, and is not set at the time of registration. The preceding management key 2302e sets a value based on the information determined in “(a) Event registration information” 2001 and “(c) Subprocess preceding key definition” 2003. For the process data type 2202g “Servise01” in “(a) Event registration information” 2001, it was determined that the setting of the preceding key is unnecessary in this event, so the own management key 2303a “B0001” is assigned to the preceding management key 2302e. Set. In the scheduled processing date and time 2302f, the date and time for executing the processing of the target sub-process is set. In the sub-process control data 2301b, necessary information in the process control data 2201b of “(a) event registration information” 2001 is set as it is. For example, in the process data type 2202g “Servise01”, when common process information and “Servise01” information are necessary, the process data type 2302g “all” and “Servise01” information are set. The process data key 2302h, the upper process key 2302i, and the registration data 2302j are set to values similar to the process control data 2201b that are associated with the process data type 2302g.

「(d-2) サブプロセス登録情報」2004-2より、サブプロセス制御2303aには、「(a)イベント登録情報」2001のプロセスデータ種別2202g”Servise02”に対して、定義より決定した、サブプロセス種別、および先行キーを設定する。   From "(d-2) Sub-process registration information" 2004-2, the sub-process control 2303a has the sub-process data 2202g "Servise02" of "(a) Event registration information" 2001 determined from the definition. Set the process type and preceding key.

業務キー2304aは、「(a)イベント登録情報」2001のプロセスデータ種別2202g”Servise02”のプロセスデータキー”B0002”を設定する。処理種別2304bには、(a)イベント登録情報2001、および、「(b)サブプロセス決定定義」2002より決定したサブプロセス種別2203d”SP_011”を設定する。(登録データ2202j”DATA_002”に関して、カラム情報まで例としてあげていないが、判定条件2203cより、”DATA_002.data01=01”だったとする。)プロセス名2304cには、「(a)イベント登録情報」2001のイベント名2202c”C0001”を設定する。業務ステータス2304dは、対象のサブプロセスの処理状況を管理するために用いる項目のため、登録時には未設定とする。先行管理キー2304eは、「(a)イベント登録情報」2001、および、「(c)サブプロセス先行キー定義」2003で決定した情報を元に、値を設定する。「(a)イベント登録情報」2001のプロセスデータ種別2202g”Servise01”に対して、本イベント内で先行キーを”Servise01”と判断したため、”Servise01”の「(d-1)サブプロセス登録情報」2004-1の業務キー2302a”B0001”を、先行管理キー2302eに設定する。処理予定日時2304fには、対象のサブプロセスの処理を実施する日時を設定する。サブプロセス制御データ2303bには、「(a)イベント登録情報」2001のプロセス制御データ2201b内で必要な情報をそのまま設定する。例として、プロセスデータ種別2202g”Servise02”では、共通のプロセス情報と”Servise02”の情報が必要であった場合、プロセスデータ種別2304g”all”と” Servise02”の情報を設定する。プロセスデータキー2304h、上位プロセスキー2304i、登録データ2304jは、プロセスデータ種別2304gに紐付く、プロセス制御データ2201bと同様の値を設定する。   The business key 2304a sets the process data key “B0002” of the process data type 2202g “Servise02” of “(a) event registration information” 2001. The process type 2304b is set with (a) event registration information 2001 and sub-process type 2203d “SP_011” determined from “(b) Sub-process determination definition” 2002. (For registration data 2202j “DATA_002”, column information is not given as an example, but it is assumed that “DATA_002.data01 = 01” from the judgment condition 2203c.) The process name 2304c includes “(a) event registration information”. Set the event name 2202c “C0001” of 2001. The business status 2304d is an item used for managing the processing status of the target sub-process, and is not set at the time of registration. The preceding management key 2304e sets a value based on the information determined in “(a) Event registration information” 2001 and “(c) Subprocess preceding key definition” 2003. For the process data type 2202g “Servise01” in “(a) Event registration information” 2001, because the preceding key was determined to be “Servise01” in this event, “(d-1) Subprocess registration information” in “Servise01” The business key 2302a “B0001” of 2004-1 is set to the advance management key 2302e. In the scheduled processing date and time 2304f, the date and time for executing the processing of the target sub-process is set. Information necessary in the process control data 2201b of “(a) event registration information” 2001 is set as it is in the sub-process control data 2303b. For example, in the process data type 2202g “Servise02”, when common process information and “Servise02” information are required, the process data type 2304g “all” and “Servise02” information are set. The process data key 2304h, the upper process key 2304i, and the registration data 2304j are set to the same values as the process control data 2201b that are associated with the process data type 2304g.

「(d-3) サブプロセス登録情報」2004-3より、サブプロセス制御2305aには、「(a)イベント登録情報」2001のプロセスデータ種別2202g”Servise03”に対して、定義より決定した、サブプロセス種別、および先行キーを設定する。   From "(d-3) Sub-process registration information" 2004-3, the sub-process control 2305a has the sub-process data type 2202g "Servise03" of "(a) Event registration information" 2001 determined from the definition. Set the process type and preceding key.

業務キー2306aは、「(a)イベント登録情報」2001のプロセスデータ種別 2202g”Servise03”のプロセスデータキー”B0003”を設定する。処理種別2306bには、「(a)イベント登録情報」2001、および、「(b)サブプロセス決定定義」2002より決定したサブプロセス種別2203d”SP_021”を設定する。プロセス名2306cには、「(a)イベント登録情報」2001のイベント名2202c”C0001”を設定する。業務ステータス2306dは、対象のサブプロセスの処理状況を管理するために用いる項目のため、登録時には未設定とする。先行管理キー2306eは、「(a)イベント登録情報」2001、および、「(c)サブプロセス先行キー定義」2003で決定した情報を元に、値を設定する。「(a)イベント登録情報」2001のプロセスデータ種別2202g”Servise03”に対して、本イベント内で先行キーの設定は不要と判断したので、先行管理キー2306eには自業務キー2306a”B0003”を設定する。処理予定日時2306fには、対象のサブプロセスの処理を実施する日時を設定する。サブプロセス制御データ2305bには、「(a)イベント登録情報」2001のプロセス制御データ2201b内で必要な情報をそのまま設定する。例として、プロセスデータ種別2202g”Servise03”では、共通のプロセス情報と”Servise03”の情報が必要であった場合、プロセスデータ種別2306g”all”と” Servise03”の情報を設定する。プロセスデータキー2306h、上位プロセスキー2306i、登録データ2306jは、プロセスデータ種別2306gに紐付く、プロセス制御データ2201bと同様の値を設定する。   The business key 2306a sets the process data key “B0003” of the process data type 2202g “Servise03” of “(a) event registration information” 2001. In the process type 2306b, the sub process type 2203d “SP — 021” determined from “(a) Event registration information” 2001 and “(b) Sub process determination definition” 2002 is set. In the process name 2306c, an event name 2202c “C0001” of “(a) event registration information” 2001 is set. The business status 2306d is an item used for managing the processing status of the target sub-process, and is not set at the time of registration. The preceding management key 2306e sets a value based on the information determined in “(a) Event registration information” 2001 and “(c) Subprocess preceding key definition” 2003. For the process data type 2202g “Servise03” in “(a) Event registration information” 2001, it is determined that setting of a preceding key is unnecessary in this event, so that the own business key 2306a “B0003” is assigned to the preceding management key 2306e. Set. In the scheduled processing date and time 2306f, the date and time for executing the processing of the target sub-process is set. In the sub-process control data 2305b, necessary information in the process control data 2201b of “(a) event registration information” 2001 is set as it is. For example, in the process data type 2202g “Servise03”, when common process information and “Servise03” information are necessary, the process data type 2306g “all” and “Servise03” information are set. The process data key 2306h, the upper process key 2306i, and the registration data 2306j are set to the same values as the process control data 2201b that are associated with the process data type 2306g.

上記の通り、「(d-1〜3)サブプロセス登録情報」2004-1〜3に基づいて単体で処理できる情報を分割し、サブプロセス制御114より処理実行を行う。   As described above, information that can be processed alone is divided based on “(d-1 to 3) sub-process registration information” 2004-1 to 2004-3, and processing is executed by the sub-process control 114.

Claims (4)

端末より受信するサービスのイベントの通知に基づいて、前記イベントに必要なプロセスが共通プロセスかサブプロセスかを示すプロセスデータ種別情報を含むイベント登録情報を生成、登録する第1処理部と、
前記イベント登録情報と、前記イベント登録情報に対応するサブプロセス定義情報とを取得し、前記サブプロセス定義情報に基づいて、前記イベント登録情報に対応するサブプロセスと前記サブプロセスの実行順序を定めてサブプロセス登録情報を生成、登録する第2処理部と、
前記サブプロセス登録情報に基づいて、アプリケーション処理部への前記サブプロセスの処理要求の送信を制御する第3処理部とを有する制御システム。
A first processing unit for generating and registering event registration information including process data type information indicating whether a process required for the event is a common process or a sub-process based on a service event notification received from a terminal;
Obtaining the event registration information and subprocess definition information corresponding to the event registration information, and determining a subprocess corresponding to the event registration information and an execution order of the subprocess based on the subprocess definition information A second processing unit for generating and registering sub-process registration information;
And a third processing unit that controls transmission of the processing request for the sub-process to the application processing unit based on the sub-process registration information.
前記共通プロセスは、異なるイベントに共通に適用されるプロセスであり、
前記イベント登録情報は、少なくとも1つの前記共通プロセスと少なくとも1つのサブプロセスとを含むことを特徴とする請求項1に記載の制御システム。
The common process is a process that is commonly applied to different events,
The control system according to claim 1, wherein the event registration information includes at least one common process and at least one sub-process.
前記イベント登録情報は、前記プロセスデータ種別情報を含むプロセス制御データを複数含み、
前記サブプロセス定義情報は、前記プロセスデータ種別情報に基づいてサブプロセス定義テーブルから抽出され、
前記第2処理部は、前記サブプロセス定義情報に基づいて、複数の前記プロセス制御データを前記サブプロセスの単位で分割することを特徴とする請求項1乃至2に記載の制御システム。
The event registration information includes a plurality of process control data including the process data type information,
The sub-process definition information is extracted from the sub-process definition table based on the process data type information,
3. The control system according to claim 1, wherein the second processing unit divides a plurality of the process control data in units of the sub-process based on the sub-process definition information.
前記実行順序は、前記サブプロセス定義情報に含まれるサービス種別情報に基づいて先行サブプロセス定義テーブルを参照して決定され、
前記第3処理部は、前記実行順序に応じて、前記サービス種別情報に対応する前記アプリケーション処理部への前記サブプロセスの処理要求の送信を制御することを特徴とする請求項1乃至3に記載の制御システム。
The execution order is determined with reference to a preceding subprocess definition table based on service type information included in the subprocess definition information,
The said 3rd process part controls transmission of the process request of the said sub process to the said application process part corresponding to the said service classification information according to the said execution order. Control system.
JP2012220881A 2012-10-03 2012-10-03 Control system Pending JP2014074971A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012220881A JP2014074971A (en) 2012-10-03 2012-10-03 Control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012220881A JP2014074971A (en) 2012-10-03 2012-10-03 Control system

Publications (1)

Publication Number Publication Date
JP2014074971A true JP2014074971A (en) 2014-04-24

Family

ID=50749099

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012220881A Pending JP2014074971A (en) 2012-10-03 2012-10-03 Control system

Country Status (1)

Country Link
JP (1) JP2014074971A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01263826A (en) * 1988-04-15 1989-10-20 Nec Corp Program monitor
JP2003281105A (en) * 2002-03-26 2003-10-03 Nec Corp Method for liking process, system for linking process and program
JP2005242848A (en) * 2004-02-27 2005-09-08 Nec Corp Batch job execution control system, program therefor, and recording medium with the program recorded thereon
JP2009026221A (en) * 2007-07-23 2009-02-05 Hitachi Ltd Business process operation management system, method, process operation management device, and its program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01263826A (en) * 1988-04-15 1989-10-20 Nec Corp Program monitor
JP2003281105A (en) * 2002-03-26 2003-10-03 Nec Corp Method for liking process, system for linking process and program
JP2005242848A (en) * 2004-02-27 2005-09-08 Nec Corp Batch job execution control system, program therefor, and recording medium with the program recorded thereon
JP2009026221A (en) * 2007-07-23 2009-02-05 Hitachi Ltd Business process operation management system, method, process operation management device, and its program

Similar Documents

Publication Publication Date Title
JP6887544B2 (en) Enriching events with dynamically typed big data for event processing
Da Cunha et al. Data mining for improvement of product quality
CN109600441B (en) Alliance link information publishing control method and terminal equipment
CN105488185B (en) A kind of optimization method and device of knowledge base
CN110602217B (en) Block chain-based alliance management method, device, equipment and storage medium
WO2008126221A1 (en) Software modification management program, software modification management device, and software modification management method
CN109101334A (en) A kind of micro services concurrency control method towards Zuul gateway
JP6394259B2 (en) Authentication system, authentication method, and authentication apparatus
CN110808839B (en) Processing method, device, equipment and medium for block chain abnormal data
CN111176963A (en) Service evaluation information processing method and device
CN107862469A (en) Precision Machining touch screen visualized operation management method, mobile terminal and medium
CN111556115A (en) Data processing method, device and equipment based on block chain and storage medium
CN104992318B (en) Method for actively recommending events by calendar
CN109558384A (en) Log classification method, device, electronic equipment and storage medium
CN111984426A (en) Task scheduling method and device, electronic equipment and storage medium
CN106201182A (en) The method and device that application subfield is shown
JP2006268304A (en) Contributed data evaluation device
EP4049214A1 (en) A method for analyzing data using a blockchain, a data provider and a data customer therefor
JP2014074971A (en) Control system
CN111210324A (en) General invoice data processing method and system based on parallel computing
CN110347657A (en) Data creation method, device, electronic equipment and storage medium
JP2006268303A (en) Contributed data evaluation system
CA3144122A1 (en) Data verifying method, device and system
CN110968547B (en) Information screening method and system
JP2008052592A (en) Case management apparatus, case management system and computer program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150113

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20150708

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150818

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20160322