JP2012027627A - Maintenance and improvement work supporting system - Google Patents

Maintenance and improvement work supporting system Download PDF

Info

Publication number
JP2012027627A
JP2012027627A JP2010164433A JP2010164433A JP2012027627A JP 2012027627 A JP2012027627 A JP 2012027627A JP 2010164433 A JP2010164433 A JP 2010164433A JP 2010164433 A JP2010164433 A JP 2010164433A JP 2012027627 A JP2012027627 A JP 2012027627A
Authority
JP
Japan
Prior art keywords
execution
request
information acquisition
unit
execution information
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
JP2010164433A
Other languages
Japanese (ja)
Inventor
Hideo Ito
秀朗 伊藤
Hirofumi Danno
博文 団野
Atsushi Sashino
篤司 指野
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 JP2010164433A priority Critical patent/JP2012027627A/en
Priority to US13/390,863 priority patent/US20120150951A1/en
Priority to PCT/JP2011/001523 priority patent/WO2011114720A1/en
Publication of JP2012027627A publication Critical patent/JP2012027627A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To reduce time required for understanding an information system.SOLUTION: A system has a client unit for issuing an executing request for processing and a server unit. The server unit has an application execution unit for executing processing in response to the request from the client, and an execution information acquiring control unit for controlling acquisition of execution information. The client unit stores an acquisition start request for the execution information when receiving it. Then, when the client unit receives an execution request to the application execution unit after receiving the acquisition start request for the execution information, the client unit transmits the stored execution request and also the acquisition request for the execution information to the server unit. The application execution unit executes processing based on the execution request, and the execution information acquiring control unit stores the execution information of the processing executed by the application execution unit in a storage device.

Description

本発明は、情報システムの保守・改善業務において、保守・改善作業担当者を支援する技術に関する。   The present invention relates to a technique for supporting a maintenance / improvement worker in maintenance / improvement work of an information system.

情報システムの保守改善作業担当者は、ビジネス環境の変化に伴う情報システムの、保守・改善の効率化(回転率のアップやコストダウンなど)が求められている。しかし、情報システムのソースコードとドキュメント類(設計書や仕様書など)の間の乖離、度重なる情報システムの保守・改善によるソースコードの複雑化のために、障害の原因調査/機能追加のための現行の情報システムの把握に要する工数が増大する傾向にあり、保守・改善の効率化の実現が困難となっている。   Persons in charge of maintenance improvement of information systems are required to improve the efficiency of maintenance and improvement of information systems (such as an increase in turnover rate and cost reduction) in accordance with changes in the business environment. However, because of the discrepancy between the information system source code and documents (design documents, specifications, etc.), the complexity of the source code due to repeated maintenance and improvement of the information system, to investigate the cause of failure and add functions The number of man-hours required to grasp the current information system tends to increase, making it difficult to achieve efficient maintenance and improvement.

プログラムの実行時の情報を元に、プログラムのロジック解析やデータベースアクセス解析する技術が考えられており、保守・改善作業担当者の作業を支援している(以下、データベースをDBと略記する)。例えば、Webアプリケーションの(1)画面操作情報、(2)プログラム実行環境の実行履歴情報、(3)DBアクセス情報を、リクエスト単位で紐付けて、(1)〜(3)の履歴情報をひとまとまりのもとのとして表示する仕組みを実現し、情報システムを保守・改善する担当者の理解促進を支援している。ここで、リクエストとは、クライアントPCからサーバへの仕事の依頼を示す1アクセスのことである。また、特許文献1は、Webアプリケーションの画面入力操作履歴の記録量の低減のために、予めソースコードに(例えば、コメントとして)記述された情報をサーバ側で読み取り、取得対象候補の入力操作の取得の有無をカスタマイズできる機能を実現している。   A technique for analyzing the logic of a program and analyzing a database access based on information at the time of execution of the program has been considered, and supports the work of maintenance and improvement workers (hereinafter, the database is abbreviated as DB). For example, (1) screen operation information of a Web application, (2) execution history information of a program execution environment, and (3) DB access information are linked in units of requests, and the history information of (1) to (3) is collected. It realizes a mechanism to display as the basis of unity, and supports the understanding promotion of the person in charge who maintains and improves the information system. Here, the request is one access indicating a job request from the client PC to the server. Further, Patent Document 1 reads information previously described in a source code (for example, as a comment) on the server side in order to reduce a recording amount of a screen input operation history of a Web application, and performs an input operation of an acquisition target candidate. A function that can customize the acquisition status is realized.

特開2009−25977号公報JP 2009-25597 A

複数のユーザがクライアントPCを用いて同時にサーバにアクセスし、同じプログラムを利用するなどの特徴を持つWebアプリケーション・システムにおいて、ユーザ単位で、もしくはリクエスト単位でサーバ内の実行時の情報を取得する方法がない。特許文献1においては、サーバ内の実行時の情報を常時取得することによるWebアプリケーションの性能劣化、記憶容量などの圧迫が考えられるため、上記方法の必要性がある。   A method of acquiring information at the time of execution in a server in units of users or in units of requests in a Web application system having a feature such that a plurality of users simultaneously access a server using a client PC and use the same program There is no. In Patent Document 1, there is a need for the above method because the performance degradation of the Web application and the compression of the storage capacity due to the constant acquisition of information at the time of execution in the server can be considered.

また、ソースコードに手を加えることなく実行時の情報を選択的に取得する方法がない。特許文献2にあるように、ソースコードに追記された情報を元にサーバ側で実行時に取得する情報を選択する手段が考えられているが、実行時に取得する入力操作対象の候補を追加するなどソースコードに追記された情報を修正する場合には、その都度ソースコードのコンパイル、Webアプリケーションの再配置が必要となる。   In addition, there is no method for selectively acquiring runtime information without modifying the source code. As disclosed in Patent Document 2, means for selecting information to be acquired at the time of execution on the server side based on the information added to the source code is considered. However, a candidate for an input operation target to be acquired at the time of execution is added. When the information added to the source code is corrected, it is necessary to compile the source code and rearrange the Web application each time.

システムは、処理の実行リクエストを発行するクライアント部と、サーバ部を有する。サーバ部は、クライアントからのリクエストに応じて処理を実行するアプリケーション実行部と、実行情報の取得を制御する実行時情報取得制御部を有する。クライアント部は、実行情報の取得開始要求を受信すると、これを記憶する。そしてクライアント部は、実行情報の取得開始要求の受信後にアプリケーション実行部に対する実行要求を受信した場合に、記憶した実行要求と共に実行情報の取得要求を前記サーバ部に送信する。アプリケーション実行部は前記実行要求に基づいて処理を実行し、実行情報取得制御部はアプリケーション実行部が実行した処理の実行情報を記憶装置に格納する。 The system includes a client unit that issues a process execution request and a server unit. The server unit includes an application execution unit that executes processing in response to a request from a client, and a runtime information acquisition control unit that controls acquisition of execution information. Upon receiving the execution information acquisition start request, the client unit stores this. When the client unit receives an execution request for the application execution unit after receiving the execution information acquisition start request, the client unit transmits the execution information acquisition request together with the stored execution request to the server unit. The application execution unit executes processing based on the execution request, and the execution information acquisition control unit stores execution information of the processing executed by the application execution unit in the storage device.

情報システムの保守・改善業務において、Webアプリケーションの実行時情報をユーザ毎に取得したり、実行時情報の取得開始と終了をユーザ自身で決定したりできる。このため、取得した実行時情報から関係する情報とそうでない情報(例えば、関心のない実行時情報や他ユーザによる実行時情報)に切り分けるといった作業を削減することができ、障害時の原因調査や現行の情報システムの理解へのリードタイム短縮できる。また、実行時情報の取得による、Webアプリケーションの性能劣化や記憶容量の圧迫を低減できる。また、実行時情報の選択的に取得するための情報を予めソースコードに入れておく必要がない。   In the maintenance / improvement work of the information system, it is possible to acquire the runtime information of the Web application for each user, or to determine the start and end of acquisition of the runtime information by the user himself. For this reason, it is possible to reduce the work of dividing the acquired execution time information into related information and non-interesting information (for example, uninteresting execution time information or execution time information by other users). Lead time for understanding current information systems can be shortened. Further, it is possible to reduce the performance degradation of the Web application and the compression of the storage capacity due to the acquisition of runtime information. Also, there is no need to put information for selectively acquiring runtime information in the source code in advance.

保守改善業務支援環境のシステム構成の一例である。It is an example of the system configuration of a maintenance improvement business support environment. サーバのハードウェア構成の一例である。It is an example of the hardware constitutions of a server. 実行時情報を取得する処理フローの一例を示すシーケンス図である。It is a sequence diagram which shows an example of the processing flow which acquires runtime information. 実行時情報取得有無情報設定ページ(P001)と業務ページ(P002)の例を示す図である。It is a figure which shows the example of a run time information acquisition presence / absence information setting page (P001) and a work page (P002). 実行時情報取得有無情報(C001)の例を示す図である。It is a figure which shows the example of runtime information acquisition presence information (C001). 実行時情報取得対象リスト(171)の例を示す図である。It is a figure which shows the example of a runtime information acquisition object list | wrist (171). 実行時情報の取得のための、サーバのメモリ構成の一例を示す図である。It is a figure which shows an example of the memory structure of a server for acquisition of runtime information. サーバにおける実行時情報取得処理フローの一例を示す図である。It is a figure which shows an example of the runtime information acquisition process flow in a server. 実行時情報DB(161)に格納される、実行時情報の例を示す図である。It is a figure which shows the example of runtime information stored in runtime information DB (161). 実行時情報DB(161)に格納される、実行時情報の他の例を示す図である。It is a figure which shows the other example of runtime information stored in runtime information DB (161). 実行時情報DB(161)に格納される、実行時情報の他の例を示す図である。It is a figure which shows the other example of runtime information stored in runtime information DB (161).

以下、実施形態の一例を図面とあわせて詳細に説明する。 Hereinafter, an example of an embodiment will be described in detail with reference to the drawings.

図1は、システムの構成の一例である。   FIG. 1 is an example of a system configuration.

システムは、複数のクライアントPC(101、102)およびサーバ(120)が、ネットワーク(111)を介して連携するクライアント/サーバ構成を採る。尚、同一の計算機上に複数のクライアントおよびサーバに相当する機能をソフトウェアによって配置してもよい。   The system adopts a client / server configuration in which a plurality of client PCs (101, 102) and a server (120) cooperate via a network (111). Note that functions corresponding to a plurality of clients and servers may be arranged by software on the same computer.

システムでは、Webアプリケーションの実行時の情報の取得に関して、Webアプリケーションのユーザ毎に、またはリクエスト毎に、実行時情報の取得を制御する。   In the system, regarding the acquisition of information at the time of execution of the Web application, the acquisition of execution time information is controlled for each user of the Web application or for each request.

サーバ(120)は、Webアプリケーション(130)、ミドルウェア(140)、プログラム実行基盤(150)を持つ。これらWebアプリケーション(130)、ミドルウェア(140)、プログラム実行基盤(150)の実体は、後述するサーバ(120)が有するソフトウェアであり、サーバ(120)のCPU(201)が外部記憶装置(204)に格納されているソフトウェアを主記憶装置(202)に読み込んで実行することによって、実現される。   The server (120) has a Web application (130), middleware (140), and a program execution platform (150). The entities of the Web application (130), middleware (140), and program execution platform (150) are software included in the server (120) described later, and the CPU (201) of the server (120) is external storage device (204). This is realized by reading the software stored in the main memory (202) and executing it.

Webアプリケーション(130)は、サーバ(120)に配置されたアプリケーション群を指す。Webアプリケーション(130)には少なくとも1つのアプリケーションが配置されているものとする。本実施例では、実行時情報取得有無情報設定アプリケーション(131)と複数の業務アプリケーション(132、133)が配置されている。   The web application (130) refers to an application group arranged on the server (120). It is assumed that at least one application is arranged in the Web application (130). In this embodiment, a runtime information acquisition presence / absence information setting application (131) and a plurality of business applications (132, 133) are arranged.

実行時情報取得有無情報設定アプリケーション(131)は、クライアントPCがサーバに送信するリクエストに付与されている実行時情報取得有無情報の読み込み/書き込みをする機能を持つ。   The execution time information acquisition presence / absence information setting application (131) has a function of reading / writing execution time information acquisition presence / absence information attached to a request transmitted from the client PC to the server.

ミドルウェア(140)は、実行時情報取得制御装置(141)と実行時情報取得装置(142)を持つ。実行時情報取得制御装置(141)と実行時情報取得装置(142)の実体もミドルウエア(140)上に配置されたソフトウエアである。   The middleware (140) has a runtime information acquisition control device (141) and a runtime information acquisition device (142). The entities of the runtime information acquisition control device (141) and the runtime information acquisition device (142) are also software arranged on the middleware (140).

実行時情報取得制御装置(141)は、クライアントPCよりネットワークを介して送信されるリクエストに付与される実行時情報取得有無情報を参照し、内容の確認を実施し、実行時情報取得装置(142)に対して、実行時情報の取得の開始/終了を指示する機能を備える。   The runtime information acquisition control device (141) refers to the runtime information acquisition presence / absence information attached to the request transmitted from the client PC via the network, checks the contents, and executes the runtime information acquisition device (142). ) To start / end the acquisition of runtime information.

実行時情報取得装置(142)は、サーバ(120)に配置されているWebアプリケーション(130)の実行時の情報(ログ情報)を取得する。本実施例では、実行時情報取得装置(142)は、Webコンテナ実行時情報取得装置(143)、プログラム実行時情報取得装置(144)とDBアクセス実行時情報取得装置(145)を持つが、これに限らないものとする。   The runtime information acquisition device (142) acquires information (log information) at the time of execution of the Web application (130) arranged in the server (120). In this embodiment, the runtime information acquisition device (142) has a Web container runtime information acquisition device (143), a program runtime information acquisition device (144), and a DB access runtime information acquisition device (145). It is not limited to this.

Webコンテナ実行時情報取得装置(143)は、クライアントPC(101、102)がサーバ(120)に対して送信したリクエストが保有する情報を取得する。例えば、リクエストを送信した(クライアントPC上の)ページのURLなどが挙げられる。   The Web container runtime information acquisition device (143) acquires information held by a request transmitted from the client PC (101, 102) to the server (120). For example, the URL of the page (on the client PC) that transmitted the request may be used.

プログラム実行時情報取得装置(144)は、Webアプリケーション(130)が、プログラム実行基盤(150)上で実行される際の情報を取得する。例えば、プログラム実行基盤(150)がJava(登録商標) VMの場合には、Classファイルをインスタンス化した(メモリ上の)オブジェクト間の呼出し関係(呼出し元オブジェクトのパッケージ名、クラス名、メソッド名など、と呼出し先オブジェクトのパッケージ名、クラス名、メソッド名など)の情報などを取得することができる。   The program execution time information acquisition device (144) acquires information when the Web application (130) is executed on the program execution platform (150). For example, when the program execution platform (150) is a Java (registered trademark) VM, a call relationship between objects (on a memory) that instantiates a Class file (package name, class name, method name, etc. of the call source object) , And the callee object's package name, class name, method name, etc.) information.

DBアクセス実行時情報取得装置(145)は、Webアプリケーション(130)が、SQLなどを利用して、業務用DB(162)へのデータの参照・格納をする際の情報を取得する。例えば、業務用DB(162)に対して発行したSQL文、業務DB(162)のテーブルを参照し取得したデータの値などを取得することができる。   The DB access execution time information acquisition device (145) acquires information when the Web application (130) refers to / stores data in the business DB (162) using SQL or the like. For example, the SQL statement issued to the business DB (162), the value of data acquired by referring to the table of the business DB (162), and the like can be acquired.

プログラム実行基盤(150)は、Webアプリケーション(130)を実行するためにメモリ上にオブジェクトを展開する際に、実行時情報を取得するための機械語を挿入する機能を備える。例えば、プログラム実行基盤(150)がJava(登録商標)VMの場合には、java.lang.instrumentパッケージが知られており、Classファイルをインスタンス化しメモリ上にオブジェクトを配置する際にバイトコードを埋め込む機能を提供している。   The program execution platform (150) has a function of inserting a machine language for acquiring runtime information when an object is expanded on a memory in order to execute the Web application (130). For example, when the program execution platform (150) is a Java (registered trademark) VM, a java.lang.instrument package is known, and bytecodes are embedded when an object is placed on a memory by instantiating a Class file. Provides functionality.

実行時情報DB(161)は、実行時情報取得装置(142)において取得した実行時情報を格納するDBである。実行時情報DB(161)は後述するサーバ(120)の外部記憶装置(240)に実装されていてもよいし、サーバ(120)に接続される他の記憶装置に実装されていてもよい。実行時情報の格納先は、DBの他にファイルなどでもよい。   The runtime information DB (161) is a DB that stores the runtime information acquired by the runtime information acquisition device (142). The runtime information DB (161) may be mounted on an external storage device (240) of the server (120) described later, or may be mounted on another storage device connected to the server (120). The storage location of the runtime information may be a file in addition to the DB.

業務用DB(162)は、業務アプリケーション(132、133)が参照する業務データを格納、管理しているDBである。業務用DB(162)は後述するサーバ(120)の外部記憶装置(240)に実装されていてもよいし、サーバ(120)に接続される他の記憶装置に実装されていてもよい。   The business DB (162) is a DB that stores and manages business data referred to by the business applications (132, 133). The business DB 162 may be mounted on an external storage device (240) of the server (120) described later, or may be mounted on another storage device connected to the server (120).

実行時情報取得対象リスト(171)は、実行時情報の取得対象とするプログラム名の一覧を記録したリストである。本実施例では、実行時情報取得対象リスト(171)はファイルに格納されているものとしているが、DBなどに格納する方法もある。実行時情報取得対象リスト(171)も後述するサーバ(120)の外部記憶装置(240)に実装されていてもよいし、サーバ(120)に接続される他の記憶装置に実装されていてもよい。   The runtime information acquisition target list (171) is a list in which a list of program names from which runtime information is acquired is recorded. In the present embodiment, it is assumed that the runtime information acquisition target list (171) is stored in a file, but there is a method of storing it in a DB or the like. The runtime information acquisition target list (171) may also be mounted on the external storage device (240) of the server (120) described later, or may be mounted on another storage device connected to the server (120). Good.

以下、構成要素それぞれについて詳細を説明する。   Details of each component will be described below.

図2は、サーバ(120)のハードウェア構成の一例である。   FIG. 2 is an example of a hardware configuration of the server (120).

サーバはCPU(201)、主記憶装置(202)、ネットワーク接続装置(203)、外部記憶装置(204)、ディスプレイ(205)、データ入力装置(206)、ネットワーク(207)などを持つ。尚、クライアントPC(101、102)もサーバ(120)と同様のハードウェア構成を有している。   The server includes a CPU (201), a main storage device (202), a network connection device (203), an external storage device (204), a display (205), a data input device (206), a network (207), and the like. Note that the client PCs (101, 102) have the same hardware configuration as the server (120).

図3は、実行時情報の取得のフローの一例を示すシーケンス図である。   FIG. 3 is a sequence diagram illustrating an example of a flow for acquiring runtime information.

また、図4は、実行時情報取得有無情報設定ページ(P001)と業務ページ(P002)を表示したクライアントPC(101)の画面例(400)である。   FIG. 4 is a screen example (400) of the client PC (101) displaying the runtime information acquisition presence / absence information setting page (P001) and the business page (P002).

図3が示すフローでは、「ユーザ」がクライアントPC(101)を利用して、サーバ(120)と通信する場合のみを取り上げているが、他の「ユーザ」が、同時にクライアントPC(101)以外のクライアントPCを利用してサーバ(120)と通信する場合にも同様のフローに従う。   In the flow shown in FIG. 3, only the case where the “user” communicates with the server (120) using the client PC (101) is taken up, but other “users” are other than the client PC (101) at the same time. The same flow is also followed when communicating with the server (120) using the client PC.

「ユーザ」からの入力(URLの入力等)に従ってクライアントPCは、実行時情報取得有無情報設定アプリケーション(131)がクライアントPCに提供する実行時情報取得有無情報設定ページ(P001)を、クライアントPC(101)上への表示するようサーバへ指示する(S301)。   In accordance with the input from the “user” (input of URL or the like), the client PC displays the runtime information acquisition presence / absence information setting application (P001) provided to the client PC by the runtime information acquisition presence / absence information setting application (131). 101) The server is instructed to display on the top (S301).

サーバ(120)は、クライアントPC(101)からのリクエストに対して、リクエストに含まれる実行時情報取得有無情報(C001)を参照して実行情報を取得する必要がないことを確認するとともに、レスポンスとして実行時情報取得有無情報設定ページ(P001)を表示するための情報をクライアントPC(101)に返す(S302)。   In response to the request from the client PC (101), the server (120) confirms that it is not necessary to acquire execution information by referring to the execution time information acquisition presence / absence information (C001) included in the request, and the response Information for displaying the runtime information acquisition presence / absence information setting page (P001) is returned to the client PC (101) (S302).

実行時情報取得有無情報(C001)に関しては後述するが、S302、S304、S307では、ユーザから実行時情報の取得が指示されていないため、実行時情報取得有無情報(C001)に含まれる情報取得の要否を表すkey「isOnRecordingOperation」の値は「false」になっている。従って、サーバ(120)は実行時情報の取得処理は行わない。 次に、「ユーザ」からの入力に従ってクライアントPC(101)は、実行時情報を取得したい業務アプリケーションの業務ページ(P002)をクライアントPC(101)への表示するようサーバへ指示する(S303)。   The execution time information acquisition presence / absence information (C001) will be described later, but in S302, S304, and S307, since acquisition of execution time information is not instructed by the user, information included in the execution time information acquisition presence / absence information (C001) is acquired. The value of the key “isOnRecordingOperation” indicating whether it is necessary is “false”. Therefore, the server (120) does not perform execution time information acquisition processing. Next, in accordance with the input from the “user”, the client PC (101) instructs the server to display on the client PC (101) the business page (P002) of the business application for which runtime information is to be acquired (S303).

サーバ(120)は、クライアントPC(101)からのリクエストに対して、リクエストに含まれる実行時情報取得有無情報(C001)を参照して実行情報を取得する必要がないことを確認するとともに、レスポンスとして業務ページ(P002)を表示するための情報をクライアントPC(101)に返す(S304)。   In response to the request from the client PC (101), the server (120) confirms that it is not necessary to acquire execution information by referring to the execution time information acquisition presence / absence information (C001) included in the request, and the response Information for displaying the business page (P002) is returned to the client PC (101) (S304).

次に、「ユーザ」は、クライアントPC(101)に表示された業務ページ(P002)を用いて、業務を進める(S305)。例えば、図4の業務ページ(P002)の例を用いると、入力フォーム(411)に「商品ID」の値を入力し、「Search」ボタン(412)を押下する。   Next, the “user” advances the business using the business page (P002) displayed on the client PC (101) (S305). For example, using the example of the business page (P002) of FIG. 4, the value of “product ID” is input to the input form (411), and the “Search” button (412) is pressed.

クライアントPC(101)は業務ページ(P002)上に「ユーザ」が入力したフォームのデータなどをサーバ(120)に対して送信する(S306)。   The client PC (101) transmits the form data input by the “user” on the business page (P002) to the server (120) (S306).

サーバ(120)は、受信したリクエストに対して、当該リクエストに含まれる実行時情報取得有無情報(C001)を参照して実行情報を取得する必要がないことを確認するとともに、リクエストに従って業務処理を実行し、レスポンスとして業務ページ(P002)上に表示される情報を返す(S307)。   The server (120) confirms that it is not necessary to acquire execution information by referring to the execution time information acquisition presence / absence information (C001) included in the request for the received request, and performs business processing according to the request. The information displayed on the business page (P002) is returned as a response (S307).

このように、(S305)、(S306)、(S307)の処理を繰り返すことで、業務処理が実行される。   As described above, the business process is executed by repeating the processes of (S305), (S306), and (S307).

「ユーザ」は実行時情報を取得したい場合、実行時情報取得有無情報設定ページ(P001)を用いて、実行時情報の取得開始を指示することができる(S308)。ここで、図4の実行時情報取得有無情報設定ページ(P001)の例を用いると、ユーザはチェックボックスなどの操作インターフェース(401、402、403)で取得したい実行時情報の種類を選択し、その上で「Start」ボタンなどの操作インターフェース(404)を押下して、実行時情報の取得開始を指示することができる。   If the “user” wants to acquire runtime information, the user can instruct the start of acquisition of runtime information using the runtime information acquisition presence / absence information setting page (P001) (S308). Here, using the example of the runtime information acquisition presence / absence information setting page (P001) in FIG. 4, the user selects the type of runtime information to be acquired through an operation interface (401, 402, 403) such as a check box, Then, an operation interface (404) such as a “Start” button can be pressed to instruct start of acquisition of runtime information.

ユーザからの指示を受けてクライアントPC(101)は、実行時情報取得有無情報(C001)を設定する(S309)。図5は実行時情報取得有無情報(C001)の一例である。例えば、図4の実行時情報取得有無情報設定ページ(P001)を用いてユーザが指示を行った場合、ユーザが「Start」ボタン(404)を押下すること、ユーザからの指示を受けたクライアントPC(101)は実行時情報取得可否情報(501)のkey「isOnRecordingOperation」の値を「true」に設定して、実行時の情報の取得開始をサーバに指示することができる。また、クライアントPC(101)は、ユーザが「Start」ボタン(404)を押下した時刻を取得し、実行時情報ID(505)のkey「RecordingID」の値に設定する。また、ユーザがチェックボックス(401、402、403)にそれぞれチェックを入れると、クライアントPC(101)はWebコンテナ実行時情報取得可否情報(502)のkey「isRecordedWebContainerOperation」の値、プログラム実行時情報取得可否情報(503)のkey「isRecordedProgramOperation」の値、DBアクセス実行時情報取得可否情報(504)のkey「isRecordedDBAccessInfo」の値をそれぞれ「true」に設定することができ、サーバに対して取得したい実行時情報の種類を指定することができる。また、ユーザがチェックボックスからチェックを外と、クライアントPC(101)はkeyの値を「false」に設定することができ、サーバに対して「false」に設定された実行時情報を取得対象から外すよう指定することができる。   In response to an instruction from the user, the client PC (101) sets execution time information acquisition presence / absence information (C001) (S309). FIG. 5 is an example of execution time information acquisition presence / absence information (C001). For example, when the user gives an instruction using the runtime information acquisition presence / absence information setting page (P001) in FIG. 4, the user presses the “Start” button (404), or the client PC receives the instruction from the user. (101) can set the value of the key “isOnRecordingOperation” of the runtime information acquisition availability information (501) to “true” to instruct the server to start acquiring information at the time of execution. Also, the client PC (101) acquires the time when the user presses the “Start” button (404), and sets it to the value of the key “RecordingID” of the runtime information ID (505). When the user checks the check boxes (401, 402, 403), the client PC (101) acquires the value of the key “isRecordedWebContainerOperation” of the Web container runtime information acquisition availability information (502) and the program runtime information. The value of the key “isRecordedProgramOperation” in the permission information (503) and the value of the key “isRecordedDBAccessInfo” in the DB access execution time information acquisition permission information (504) can be set to “true”, respectively. You can specify the type of time information. Further, when the user unchecks the check box, the client PC (101) can set the key value to “false”, and the runtime information set to “false” for the server is acquired from the acquisition target. Can be specified to be removed.

次に、「ユーザ」は、クライアントPC(101)に表示された業務ページ(P002)上のボタンなどの操作インターフェースを押下するなどして業務を進める(S310)。   Next, the “user” advances the business by pressing an operation interface such as a button on the business page (P002) displayed on the client PC (101) (S310).

ユーザが業務ページ(P002)上のフォーム等に入力したデータは、リクエストの情報としてクライアントPC(101)からサーバ(120)へ送信される(S311)。このとき、リクエストには、先に(S309)において設定された実行時情報取得有無情報(C001)も付与されている。   The data input by the user to the form on the business page (P002) is transmitted from the client PC (101) to the server (120) as request information (S311). At this time, the runtime information acquisition presence / absence information (C001) previously set in (S309) is also given to the request.

サーバ(120)は、受信したリクエストに含まれる実行時情報取得有無情報(C001)を確認するとともに、レスポンスとして業務ページ(P002)上に表示される情報を返信する(S312)。ここで、リクエストの実行時情報取得有無情報(C001)には実行時情報の取得を開始する情報が載せられているため、サーバ(120)は、実行時情報を取得し、実行時情報DB(161)に格納する。   The server (120) confirms the runtime information acquisition presence / absence information (C001) included in the received request, and returns information displayed on the business page (P002) as a response (S312). Here, since the request execution time information acquisition presence / absence information (C001) includes information for starting the acquisition of the execution time information, the server (120) acquires the execution time information and executes the execution time information DB ( 161).

ここで、(S310)、(S311)、(S312)の処理を繰り返すことで、業務処理が実行される。   Here, the business process is executed by repeating the processes of (S310), (S311), and (S312).

次に、「ユーザ」は、実行時情報取得有無情報設定ページ(P001)を用いて、実行時情報取得の終了を指示する(S313)。例えば、図4の実行時情報取得有無情報設定ページ(P001)において「ユーザ」が「Finish」ボタン(405)を押下する。これを受けてクライアントPC(101)は実行時情報取得可否情報(501)のkey「isOnRecordingOperation」の値を「false」に設定するする(S314)。次回以降クライアントPC(101)からサーバへ発行されるリクエストには、key「isOnRecordingOperation」の値が「false」に設定された実行時情報取得有無情報(C001)が添付されるので、サーバはS302,S304,S307の時と同様実行時情報の取得は行わない
このように、「ユーザ」は、実行時情報の取得の開始の操作(S308)から実行時情報の取得の終了の操作(S313)の一連の操作を繰り返すことで、所定の処理のみ実行時情報の取得を行いながら業務処理を遂行することができる。
Next, the “user” uses the execution time information acquisition presence / absence information setting page (P001) to instruct the end of execution time information acquisition (S313). For example, the “user” presses the “Finish” button (405) on the runtime information acquisition presence / absence information setting page (P001) of FIG. In response to this, the client PC (101) sets the value of the key “isOnRecordingOperation” of the runtime information acquisition availability information (501) to “false” (S314). The request issued from the client PC (101) to the server from the next time is attached with runtime information acquisition presence / absence information (C001) in which the value of the key “isOnRecordingOperation” is set to “false”. As in the case of S304 and S307, the execution time information is not acquired. In this way, the “user” performs the operation from the start of acquisition of execution time information (S308) to the operation of end of acquisition of execution time information (S313). By repeating a series of operations, it is possible to perform business processing while acquiring runtime information for only predetermined processing.

次に、「ユーザ」は、業務ページ(P002)を閉じる(S315)。例えば、図4の業務ページ(P002)の例を用いると、ボタンなどの操作インターフェース(413)を押下すると、クライアントPC(101)は業務ページ(P002)を閉じる。   Next, the “user” closes the business page (P002) (S315). For example, using the example of the business page (P002) in FIG. 4, when the operation interface (413) such as a button is pressed, the client PC (101) closes the business page (P002).

次に、「ユーザ」は、実行時情報取得有無情報設定ページ(P001)を閉じる(S316)。例えば、図4の業務ページ(P002)の例を用いると、ボタンなどの操作インターフェース(406)をユーザが押下すると、クライアントPC(101)は実行時情報取得有無情報設定ページ(P001)を閉じる。   Next, the “user” closes the runtime information acquisition presence / absence information setting page (P001) (S316). For example, using the example of the business page (P002) in FIG. 4, when the user presses the operation interface (406) such as a button, the client PC (101) closes the runtime information acquisition presence / absence information setting page (P001).

図5は、処理(S309、S314)において、実行時情報取得有無情報設定ページ(P001)に入力されたユーザからの指示に基づいて、クライアントPC(101)が設定する実行時情報取得有無情報(C001)の例であり、本実施例では、実行時情報取得可否情報(501)、Webコンテナ実行時情報取得可否情報(502)、プログラム実行時情報取得可否情報(503)、DBアクセス実行時情報取得可否情報(504)、実行時情報ID(505)の項目で構成されるものとする。   FIG. 5 shows the execution time information acquisition presence / absence information set by the client PC (101) based on the instruction from the user input in the execution time information acquisition presence / absence information setting page (P001) in the processing (S309, S314). In this embodiment, the execution time information acquisition availability information (501), the Web container execution time information acquisition availability information (502), the program execution time information acquisition availability information (503), and the DB access execution time information. It is assumed to be composed of items of acquisition availability information (504) and runtime information ID (505).

実行時情報取得可否情報(501)は、key−value形式で表され、key「isOnRecordingOperation」に対する値が「true」の場合には、実行時情報の取得開始を示す。一方で、値が「false」の場合には、実行時情報の取得終了を示す。   The runtime information acquisition availability information (501) is expressed in the key-value format, and when the value for the key “isOnRecordingOperation” is “true”, it indicates the start of acquisition of runtime information. On the other hand, when the value is “false”, it indicates the end of acquisition of runtime information.

Webコンテナ実行時情報取得可否情報(502)は、key−value形式で表され、key「isRecordedWebContainerOperation」に対する値が「true」の場合には、Webコンテナ実行時情報取得装置(143)はWebコンテナにおける実行時情報を取得する。一方、値が「false」の場合には、実行時情報の取得終了を示す。   The Web container runtime information acquisition availability information (502) is expressed in the key-value format. When the value for the key “isRecordedWebContainerOperation” is “true”, the Web container runtime information acquisition device (143) is in the Web container. Get runtime information. On the other hand, when the value is “false”, it indicates the end of acquisition of runtime information.

プログラム実行時情報取得可否情報(503)は、key−value形式で表され、key「isRecordedProgramOperation」に対する値が「true」の場合には、プログラム実行時情報取得装置(144)は、プログラムの実行時情報を取得する。一方、値が「false」の場合には、プログラムの実行時情報の取得終了を示す。   The program execution time information acquisition availability information (503) is expressed in the key-value format. When the value for the key “isRecordedProgramOperation” is “true”, the program execution time information acquisition device (144) displays the program execution time information. Get information. On the other hand, when the value is “false”, it indicates the end of the acquisition of the program runtime information.

DBアクセス実行時情報取得可否情報(504)は、key−value形式で表され、key「isRecordedDBAccessInfo」に対する値が「true」の場合には、DBアクセス実行時情報取得装置(145)は、DBアクセスの実行時情報を取得する。一方で、値が「false」の場合には、DBアクセスの実行時情報の取得終了を示す。   The DB access execution time information acquisition availability information (504) is expressed in the key-value format. When the value for the key “isRecordedDBAccessInfo” is “true”, the DB access execution time information acquisition apparatus (145) Get runtime information for. On the other hand, when the value is “false”, it indicates the end of acquisition of DB access execution time information.

実行時情報ID(505)は、「ユーザ」単位で取得する実行時情報を特定する項目であり、key−value形式で表される。本実施例では、実行時情報取得有無情報設定ページ(P001)によって実行時情報の取得開始を指示した時刻を、key「RecordingID」に対する値としている。   The runtime information ID (505) is an item that identifies runtime information acquired in units of “users” and is expressed in a key-value format. In this embodiment, the time at which execution start of acquisition of runtime information is instructed by the runtime information acquisition presence / absence information setting page (P001) is set as a value for the key “RecordingID”.

このように実行時情報取得有無情報設定ページ(P001)などのブラウザに表示されたページから、リクエストに何らかの情報を付与する具体的な手段として、Cookieへの書き込みなどが挙げられる。すなわち、クライアントPCは、ユーザが実行時情報取得有無情報設定ページ(P001)を用いて実行時情報の取得開始/終了を指示した場合に、当該指示に基づいて作成された実行時情報取得有無情報(C001)をメモリ内に保持しておく。このときユーザが、業務ページ(P002)を用いてリクエストを発行するたびに、これを受信したクライアントPCは、メモリ内に格納された実行時情報取得有無情報(C001)をリクエストに付与してサーバ120へ送信する。   As a specific means for adding some information to the request from the page displayed on the browser such as the runtime information acquisition presence / absence information setting page (P001), writing to Cookie can be cited. That is, when the user instructs execution start / end of the execution time information using the execution time information acquisition presence / absence information setting page (P001), the client PC obtains the execution time information acquisition existence information created based on the instruction. (C001) is held in the memory. At this time, whenever the user issues a request using the business page (P002), the client PC that has received the request assigns the runtime information acquisition presence / absence information (C001) stored in the memory to the server. 120.

図6は、プログラム実行基盤(150)が実行時情報を取得するための機械語を挿入する際に参照する実行時取得対象リスト(171)の例である。   FIG. 6 is an example of a runtime acquisition target list (171) that is referred to when the program execution platform (150) inserts a machine language for acquiring runtime information.

実行時取得対象リスト(171)は、実行時情報を取得するプログラムのファイル名などを保管したファイルである。本実施例では、Java(登録商標)言語で記述されたプログラムのクラス名(601)で指定している。また、アスタリスク「*」などの記号を用いることで、パッケージ以下のクラスのすべてを指定することも可能である。   The execution time acquisition target list (171) is a file storing file names of programs for acquiring execution time information. In this embodiment, the program is specified by the class name (601) of the program described in Java (registered trademark) language. Also, by using a symbol such as an asterisk “*”, it is possible to specify all of the classes below the package.

以下、実行時情報の取得のフローを示すシーケンス図(図3)の、サーバ側の動作を説明する。   Hereinafter, the operation on the server side of the sequence diagram (FIG. 3) showing the flow of obtaining the runtime information will be described.

図7は、クライアントPCからサーバが要求された処理(302、304、307、312)において、クライアントPCから送信された1つのリクエストと紐付いたスレッドの、サーバ(120)内のメモリ(主記憶装置202)を表している。本実施例では、メモリ(202)は、Webアプリケーション用メモリ領域(710)、実行時情報取得制御装置用メモリ領域(720)、Webコンテナ実行時情報取得装置用メモリ領域(730)、プログラム実行時情報取得装置用メモリ領域(740)、DBアクセス実行時情報取得装置用メモリ領域(750)、スレッド内変数領域用メモリ領域(760)から構成されるものとする。   FIG. 7 shows the memory (main storage device) in the server (120) of the thread associated with one request transmitted from the client PC in the processing (302, 304, 307, 312) requested by the client PC. 202). In this embodiment, the memory (202) includes a Web application memory area (710), a runtime information acquisition control apparatus memory area (720), a Web container runtime information acquisition apparatus memory area (730), and a program execution time. The information acquisition device memory area (740), the DB access execution time information acquisition device memory area (750), and the in-thread variable area memory area (760) are configured.

Webアプリケーション用メモリ領域(710)は、Webアプリケーション(130)が利用するメモリ領域である。本実施例では、Java(登録商標)言語で記述されたWebアプリケーションを想定し、Classファイルからインスタンス化されたオブジェクト(711、712、713)が配置されるものとする。特に、オブジェクト(712)は、実行時情報取得対象リスト(171)に載っているClassファイルからインスタンス化されており、プログラム実行基盤(150)によって、実行時情報取得のための機械語が挿入されている。   The web application memory area (710) is a memory area used by the web application (130). In the present embodiment, it is assumed that a Web application described in Java (registered trademark) language is used, and objects (711, 712, 713) instantiated from a Class file are arranged. In particular, the object (712) is instantiated from a Class file on the runtime information acquisition target list (171), and a machine language for acquiring runtime information is inserted by the program execution platform (150). ing.

実行時情報取得制御装置用メモリ領域(720)は、実行時情報取得制御装置(141)が利用するメモリ領域である。   The runtime information acquisition control device memory area (720) is a memory area used by the runtime information acquisition control device (141).

Webコンテナ実行時情報取得装置用メモリ領域(730)は、Webコンテナ実行時情報取得装置(143)が利用するメモリ領域である。   The web container runtime information acquisition device memory area (730) is a memory area used by the web container runtime information acquisition device (143).

プログラム実行時情報取得装置用メモリ領域(740)は、プログラム実行時情報取得装置(144)が利用するメモリ領域である。   The program execution time information acquisition device memory area (740) is a memory area used by the program execution time information acquisition device (144).

DBアクセス実行時情報取得装置用メモリ領域(750)は、DBアクセス実行時情報取得装置(145)が利用するメモリ領域である。   The DB access execution time information acquisition device memory area (750) is a memory area used by the DB access execution information acquisition device (145).

スレッド内変数領域用メモリ領域(760)は、スレッド単位に設けられる変数領域である。例えば、Java(登録商標)言語の場合には、Thread Local変数領域として提供されている。本実施例では、オブジェクト(761)が配置されているものとする。   The in-thread variable area memory area (760) is a variable area provided for each thread. For example, in the case of Java (registered trademark) language, it is provided as a thread local variable area. In this embodiment, it is assumed that an object (761) is arranged.

図8は、実行時情報取得有無情報(C001)が付与されたリクエストをサーバ(120)が受信した際、サーバ(120)が実行する処理のフローをシーケンス図として示した図である。この処理フローを通じて、サーバ(120)は、リクエストに付与された実行時情報取得有無情報(C001)の内容に応じて、実行時情報を取得し実行時情報DB(161)に格納する。   FIG. 8 is a sequence diagram illustrating a flow of processing executed by the server (120) when the server (120) receives a request to which execution time information acquisition presence / absence information (C001) is added. Through this processing flow, the server (120) acquires the runtime information according to the content of the runtime information acquisition presence / absence information (C001) given to the request and stores it in the runtime information DB (161).

本フローは、ネットワーク(111)を介してクライアントPC(101)から送信されたリクエストをサーバ(120)が受信することで開始される。   This flow is started when the server (120) receives a request transmitted from the client PC (101) via the network (111).

実行時情報取得制御装置(141)は、リクエストに付与された実行時情報取得有無情報(C001)の内容に応じて、Webコンテナ実行時情報取得装置(143)に対して、実行時情報の取得開始/終了の指示のメッセージとともに実行時情報ID(505)の値を送信する(S701)。本実施例では、図5の実行時情報取得有無情報(C001)の例を用いると、実行時情報取得可否情報(501)のkey「isOnRecordingOperation」に対する値が「true」かつWebコンテナ実行時情報取得可否情報(502)のkey「isRecordedWebContainerOperation」に対する値が「true」の場合、実行時情報の取得開始のメッセージが送信される。一方で、実行時情報取得可否情報(501)のkey「isOnRecordingOperation」に対する値が「false」またはWebコンテナ実行時情報取得可否情報(502)のkey「isRecordedWebContainerOperation」に対する値が「false」の場合には、実行時情報の取得終了のメッセージが送信される。   The runtime information acquisition control device (141) acquires the runtime information from the Web container runtime information acquisition device (143) according to the content of the runtime information acquisition presence / absence information (C001) given to the request. The value of the runtime information ID (505) is transmitted together with the start / end instruction message (S701). In this embodiment, when the example of the runtime information acquisition presence / absence information (C001) in FIG. 5 is used, the value for the key “isOnRecordingOperation” of the runtime information acquisition availability information (501) is “true” and the Web container runtime information is acquired. When the value for the key “isRecordedWebContainerOperation” in the availability information (502) is “true”, a message for starting acquisition of runtime information is transmitted. On the other hand, when the value for the key “isOnRecordingOperation” in the runtime information acquisition availability information (501) is “false” or the value for the key “isRecordedWebContainerOperation” in the Web container runtime information acquisition availability information (502) is “false”. , A message indicating completion of acquisition of runtime information is transmitted.

次に、Webコンテナ実行時情報取得装置(143)は、実行時情報取得制御装置(141)から受信したメッセージに応じて、実行時情報を取得し、実行時ID(505)の値とともに実行時情報DB(161)へ格納する(S702)。   Next, the Web container runtime information acquisition device (143) acquires runtime information in response to the message received from the runtime information acquisition control device (141), and executes it together with the value of the runtime ID (505). The information is stored in the information DB (161) (S702).

次に、実行時情報取得制御装置(141)は、リクエストに付与された実行時情報取得有無情報(C001)の内容に応じて、DBアクセスの実行時情報の取得開始/終了の指示のメッセージおよび実行時情報ID(505)の値を、スレッド内変数領域用メモリ領域(760)内のオブジェクト(761)に送信する(S703)。本実施例では、図5の実行時情報取得有無情報(C001)の例を用いると、実行時情報取得可否情報(501)のkey「isOnRecordingOperation」に対する値が「true」かつDBアクセス実行時情報取得可否情報(504)のkey「isRecordedDBAccessInfo」に対する値が「true」の場合には、DBアクセスの実行時情報の取得開始のメッセージが送信される。一方で、実行時情報取得可否情報(501)のkey「isOnRecordingOperation」に対する値が「false」またはDBアクセス実行時情報取得可否情報(504)のkey「isRecordedDBAccessInfo」に対する値が「false」の場合には、DBアクセスの実行時情報の取得終了のメッセージが送信される。   Next, the execution time information acquisition control device (141), according to the contents of the execution time information acquisition presence / absence information (C001) given to the request, a message for instructing start / end of DB access execution time information and The value of the runtime information ID (505) is transmitted to the object (761) in the in-thread variable area memory area (760) (S703). In this embodiment, when the example of the execution time information acquisition presence / absence information (C001) in FIG. 5 is used, the value for the key “isOnRecordingOperation” of the execution time information acquisition availability information (501) is “true” and the DB access execution time information acquisition is performed. When the value for the key “isRecordedDBAccessInfo” in the permission information (504) is “true”, a message for starting acquisition of DB access execution time information is transmitted. On the other hand, when the value for the key “isOnRecordingOperation” in the runtime information acquisition availability information (501) is “false” or the value for the key “isRecordedDBAccessInfo” in the DB access runtime information acquisition availability information (504) is “false”. Then, a message indicating completion of acquisition of DB access runtime information is transmitted.

次に、スレッド内部変数領域(760)内のオブジェクト(761)は、実行時情報取得制御装置(141)から受信したメッセージに応じて、実行時情報ID(505)の値を記憶するとともにDBアクセスの実行時情報の取得開始/終了のフラグを立てる(S704)。   Next, the object (761) in the thread internal variable area (760) stores the value of the runtime information ID (505) and DB access in accordance with the message received from the runtime information acquisition control device (141). The flag for starting / ending the acquisition of execution time information is set (S704).

次に、実行時情報取得制御装置(141)は、クライアントPCから受信したリクエストに付与された実行時情報取得有無情報(C001)の内容に応じて、プログラム実行時情報取得装置(144)に対して、実行時情報の取得開始/終了の指示のメッセージとともに実行時情報ID(505)の値を送信する(S705)。本実施例では、図5の実行時情報取得有無情報(C001)の例を用いると、実行時情報取得可否情報(501)のkey「isOnRecordingOperation」に対する値が「true」かつプログラム実行時情報取得可否情報(503)のkey「isRecordedProgramOperation」に対する値が「true」の場合には、プログラムの実行時情報の取得開始のメッセージが送信される。一方で、実行時情報取得可否情報(501)のkey「isOnRecordingOperation」に対する値が「false」またはプログラム実行時情報取得可否情報(503)のkey「isRecordedProgramOperation」に対する値が「false」の場合には、プログラムの実行時情報の取得終了のメッセージが送信される。   Next, the runtime information acquisition control device (141) responds to the program runtime information acquisition device (144) according to the content of the runtime information acquisition presence / absence information (C001) given to the request received from the client PC. Then, the value of the runtime information ID (505) is transmitted together with a message for instructing the start / end of acquisition of runtime information (S705). In the present embodiment, if the example of the execution time information acquisition presence / absence information (C001) in FIG. 5 is used, the value for the key “isOnRecordingOperation” of the execution time information acquisition availability information (501) is “true” and the program execution time information acquisition availability is possible. When the value for the key “isRecordedProgramOperation” of the information (503) is “true”, a message for starting acquisition of program execution time information is transmitted. On the other hand, when the value for the key “isOnRecordingOperation” in the runtime information acquisition availability information (501) is “false” or the value for the key “isRecordedProgramOperation” in the program runtime information acquisition availability information (503) is “false”, A message indicating the end of acquisition of program runtime information is sent.

次に、プログラム実行時情報取得装置(144)は、実行時情報取得制御装置(141)からのメッセージに応じて、プログラムの実行時情報取得開始/終了のフラグをプログラム実行時情報取得装置用メモリ領域(740)に内部的に立てるとともに実行時情報ID(505)の値を記憶する(S706)。   Next, the program execution time information acquisition device (144) sets a program execution time information acquisition start / end flag in response to a message from the execution time information acquisition control device (141). The value of the runtime information ID (505) is stored in the area (740) internally (S706).

次に、実行時情報取得制御装置(141)は、サーバが受信したリクエストに応じたWebアプリケーションを呼び出す(S707)。本実施例では、Webアプリケーション用メモリ領域(710)内のオブジェクト(711)を呼び出している。   Next, the runtime information acquisition control device (141) calls a Web application corresponding to the request received by the server (S707). In the present embodiment, the object (711) in the Web application memory area (710) is called.

次に、Webアプリケーション用メモリ領域(710)内のオブジェクト(711)は、オブジェクト(712)を呼び出す(S708)。   Next, the object (711) in the web application memory area (710) calls the object (712) (S708).

次に、Webアプリケーション用メモリ領域(710)内のオブジェクト(712)は、オブジェクト(713)を呼び出す(S709)。   Next, the object (712) in the web application memory area (710) calls the object (713) (S709).

次に、Webアプリケーション用メモリ領域(710)内のオブジェクト(712)は、埋め込まれた機械語に従って、プログラム実行時情報取得装置(144)に対して、実行時情報の取得依頼のメッセージを送信する(S710)。   Next, the object (712) in the memory area for web application (710) transmits a message for requesting execution time information acquisition to the program execution time information acquisition device (144) in accordance with the embedded machine language. (S710).

次に、プログラム実行時情報取得装置(144)は、実行時情報の取得依頼のメッセージを受信すると、内部的に立てた実行時情報取得の開始/終了のフラグを参照する(S711)。   Next, when receiving the execution time information acquisition request message, the program execution time information acquisition apparatus (144) refers to the start / end flag of the execution time information acquisition set internally (S711).

そしてプログラム実行時情報取得装置(144)は、参照した実行時情報取得の開始/終了のフラグが、実行時情報取得の開始を指している場合に、(S709)における実行時情報を取得して、記憶している実行時情報ID(505)とともに実行時情報DB(161)に格納する(S712)。   The program execution time information acquisition device (144) acquires the execution time information in (S709) when the referenced start / end flag of the execution time information indicates the start of execution time information acquisition. And stored in the runtime information DB (161) together with the stored runtime information ID (505) (S712).

次に、Webアプリケーション用メモリ領域(710)内のオブジェクト(713)は、DBアクセス実行時情報取得装置(145)に対して、業務DB(162)へのアクセスおよび業務データの参照などの操作を依頼するメッセージを送信する(S713)。
DBアクセス実行時情報取得装置(145)は、業務DB(162)へアクセスし、業務データの操作を実行する(S714)。
Next, the object (713) in the Web application memory area (710) performs operations such as access to the business DB (162) and reference of business data to the DB access execution time information acquisition device (145). A message to be requested is transmitted (S713).
The DB access execution time information acquisition device (145) accesses the business DB (162) and executes operation of business data (S714).

そしてDBアクセス実行時情報取得装置用メモリ領域(145)は、スレッド内変数領域用メモリ領域(760)内のオブジェクト(761)を参照して、DBアクセスの実行時情報の取得開始/終了のフラグを参照する(S715)。
DBアクセス実行時情報取得装置用メモリ領域(145)は、参照したDBアクセスの実行時情報の取得開始/終了のフラグがDBアクセスの実行時情報取得開始である場合には、(S714)におけるDBアクセスの実行時情報を取得し、記憶している実行時情報ID(505)とともに実行時情報DB(161)へ格納する(S716)。
The DB access execution time information acquisition device memory area (145) refers to the object (761) in the in-thread variable area memory area (760), and the DB access execution time information acquisition start / end flag (S715).
The DB access execution time information acquisition device memory area (145) indicates that the DB access execution time information acquisition start / end flag indicates that the DB access execution time information acquisition start is the DB in (S714). The access execution time information is acquired and stored in the execution time information DB (161) together with the stored execution time information ID (505) (S716).

図9は、Webコンテナ実行時情報取得装置(143)における処理(S702)を通じて、実行時情報DB(161)に格納される、Webコンテナにおいて取得する実行時情報の例(900)である。本実施例では、「実行時情報ID」、「リクエストID」、「URL」、「リクエスト呼出し元URL」、「QueryString」を挙げている。   FIG. 9 shows an example (900) of runtime information acquired in the Web container, which is stored in the runtime information DB (161) through the process (S702) in the Web container runtime information acquisition device (143). In this embodiment, “execution information ID”, “request ID”, “URL”, “request caller URL”, and “QueryString” are listed.

「実行時情報ID」は、ユーザ毎に取得する実行時情報を特定する項目であり、本実施例では、Webコンテナ実行時情報取得装置(143)が実行時情報取得制御装置(141)から実行時情報の取得開始/終了のメッセージを受信する際に「実行時情報ID」の値を取得することができる。   “Execution time information ID” is an item for specifying execution time information acquired for each user. In this embodiment, the Web container execution time information acquisition device (143) executes from the execution time information acquisition control device (141). The value of “execution time information ID” can be acquired when receiving the time information acquisition start / end message.

「リクエストID」は、リクエストを一意に特定する項目である。Webコンテナがリクエストを受信したタイミングで機械的に付与されるものである。   “Request ID” is an item that uniquely identifies a request. It is given mechanically at the timing when the Web container receives the request.

「URL」は、リクエストが要求するリソースを特定する項目である。例えば、Java(登録商標)言語の場合には、リクエスト受信の際に生成されるリクエストオブジェクトからサーバ側で機械的に取得することができる。   “URL” is an item for specifying a resource requested by a request. For example, in the case of Java (registered trademark) language, it can be mechanically acquired on the server side from a request object generated when a request is received.

「リクエスト呼出し元URL」は、リクエストを送信した(クライアントPC上に表示された)リソースを特定する項目である。例えば、Java(登録商標)言語の場合には、リクエスト受信の際に生成されるリクエストオブジェクトからサーバ側で機械的に取得することができる。   The “request call source URL” is an item that identifies the resource (displayed on the client PC) that transmitted the request. For example, in the case of Java (registered trademark) language, it can be mechanically acquired on the server side from a request object generated when a request is received.

「QueryString」は、リクエスト送信の際に付加されるユーザ入力データを示す項目であり、例えばHTMLで記述されたページであれば、FORMタグによって表示されたフォームに入力された値を、リクエストに付加してサーバに送信することができる。また、Java(登録商標)言語の場合には、リクエスト受信の際に生成されるリクエストオブジェクトからサーバ側で機械的に取得することができる。   “QueryString” is an item indicating user input data added at the time of request transmission. For example, if the page is described in HTML, the value input in the form displayed by the FORM tag is added to the request. Can be sent to the server. In the case of the Java (registered trademark) language, it can be mechanically acquired on the server side from a request object generated when a request is received.

図10は、プログラム実行時情報取得装置(144)にて取得する実行時情報の例(1000)である。本実施例では、「実行時情報ID」、「呼出し元オブジェクト情報」、「呼出し先オブジェクト情報」を挙げている。   FIG. 10 is an example (1000) of runtime information acquired by the program runtime information acquisition device (144). In this embodiment, “execution time information ID”, “calling object information”, and “calling object information” are listed.

「実行時情報ID」は、ユーザ毎に取得する実行時情報を特定する項目であり、本実施例では、プログラム実行時情報取得装置(144)が実行時情報取得制御装置(141)から実行時情報の取得開始/終了のメッセージを受信した際に、プログラム実行時情報取得装置(144)の内部で「実行時情報ID」の値を記憶している。   The “execution time information ID” is an item for specifying execution time information acquired for each user. In this embodiment, the program execution time information acquisition device (144) is executed from the execution time information acquisition control device (141). When the information acquisition start / end message is received, the value of “execution time information ID” is stored inside the program execution time information acquisition device (144).

「呼出し元オブジェクト情報」は、他のオブジェクトに対してメッセージを送信するオブジェクトが持つ情報を示す項目で、あるオブジェクトがメッセージを送信する際に機械的に取得できるものとする。本実施例では、Java(登録商標)言語の場合で、パッケージに相当する文字列「com.hitachi.sdl.appB」とクラスに相当する文字列「SearchItemServlet」をピリオド「.」などの記号で繋ぎ、さらにクラスに相当する文字列「SearchItemServlet」とメソッドに相当する文字列「doGet」をシャープ記号「#」などの記号で繋いでいる。   “Calling object information” is an item indicating information held by an object that transmits a message to another object, and can be acquired mechanically when a certain object transmits a message. In this embodiment, in the case of Java (registered trademark) language, the character string “com.hitachi.sdl.appB” corresponding to the package and the character string “SearchItemServlet” corresponding to the class are connected by a symbol such as a period “.”. In addition, the character string “SearchItemServlet” corresponding to the class and the character string “doGet” corresponding to the method are connected by a symbol such as “#”.

「呼出し先オブジェクト情報」は、他のオブジェクトよりメッセージを受信するオブジェクトが持つ情報を示す項目で、あるオブジェクトがメッセージを受信する際に機械的に取得できるものとする。本実施例では、Java(登録商標)言語の場合で、パッケージに相当する文字列「com.hitachi.sdl.appB」とクラスに相当する文字列「ProductBeans」をピリオド「.」などの記号で繋ぎ、さらにクラスに相当する文字列「ProductBeans」とメソッドに相当する文字列「setProductID」をシャープ記号「#」などの記号で繋いでいる。   “Called object information” is an item indicating information held by an object that receives a message from another object, and can be acquired mechanically when a certain object receives the message. In this embodiment, in the case of Java (registered trademark) language, a character string “com.hitachi.sdl.appB” corresponding to a package and a character string “ProductBeans” corresponding to a class are connected by a symbol such as a period “.”. Furthermore, the character string “ProductBeans” corresponding to the class and the character string “setProductID” corresponding to the method are connected by a symbol such as a sharp symbol “#”.

図11は、DBアクセス実行時情報取得装置(145)において取得する実行時情報の例(1100)である。本実施例では、「実行時情報ID」、「SQL情報」を挙げている。   FIG. 11 is an example (1100) of runtime information acquired by the DB access runtime information acquisition device (145). In this embodiment, “execution time information ID” and “SQL information” are listed.

「実行時情報ID」は、ユーザ毎に取得する実行時情報を特定する項目であり、本実施例では、DBアクセス実行時情報取得装置(145)は、実行時情報取得制御装置(141)によってスレッド内部変数領域(760)内のオブジェクト(761)に記憶された「実行時情報ID」の値を参照することができる。   The “execution time information ID” is an item for specifying execution time information acquired for each user. In this embodiment, the DB access execution time information acquisition device (145) is controlled by the execution time information acquisition control device (141). The value of “run time information ID” stored in the object (761) in the thread internal variable area (760) can be referred to.

「SQL情報」は、業務DB(162)に対して発行するデータ操作や定義などの情報を示す項目で、本実施例では、SQL言語で記述された文字列「SELECT *FROM PRODUCT_TABLE WHERE ITEM=001」を挙げている。   “SQL information” is an item indicating information such as data operations and definitions issued to the business DB 162, and in this embodiment, a character string “SELECT * FROM PRODUCT_TABLE WHERE ITEM = 001” described in the SQL language. ".

101 クライアントPC
102 クライアントPC
120 サーバ
130 Webアプリケーション
140 ミドルウェア
150 プログラム実行基盤
161 実行時情報DB
162 業務用DB
171 実行時情報取得対象リスト
101 Client PC
102 Client PC
120 Server 130 Web Application 140 Middleware 150 Program Execution Platform 161 Runtime Information DB
162 Business DB
171 Runtime information acquisition target list

Claims (10)

計算機で実行される処理の実行情報を取得するシステムであって、
処理の実行リクエストを発行するクライアント部と、
当該クライアントからのリクエストに応じて処理を実行するアプリケーション実行部と、前記実行情報の取得を制御する実行情報取得制御部を有するサーバ部を有しており、
前記クライアント部は、実行情報の取得開始要求を受信すると、これを記憶し、
前記クライアント部は、前記実行情報の取得開始要求の受信後に前記アプリケーション実行部に対する実行要求を受信する度に、記憶した前記実行情報の取得開始要求に基づいて、当該実行要求と共に実行情報の取得要求を前記サーバ部に送信し、
前記アプリケーション実行部は前記実行要求に基づいて処理を実行し、
前記実行情報取得制御部は前記実行情報の取得要求に基づいて前記アプリケーション実行部が実行した処理の実行情報を記憶装置に格納することを特徴とするシステム。
A system for acquiring execution information of processing executed on a computer,
A client part that issues a process execution request;
An application execution unit that executes processing in response to a request from the client, and a server unit that includes an execution information acquisition control unit that controls acquisition of the execution information;
When receiving the execution information acquisition start request, the client unit stores this,
Each time the client unit receives an execution request for the application execution unit after receiving the execution information acquisition start request, the client unit acquires an execution information acquisition request together with the execution request based on the stored execution information acquisition start request. To the server unit,
The application execution unit executes processing based on the execution request,
The execution information acquisition control unit stores in a storage device execution information of a process executed by the application execution unit based on the execution information acquisition request.
請求項1記載のシステムであって、
前記クライアント部は、実行情報の取得終了要求を受信すると、これを記憶し、
前記クライアント部は、前記実行情報の取得終了要求の受信後に前記アプリケーション実行部に対する実行要求を受信する度に、記憶した前記実行情報の取得終了要求に基づいて、当該実行要求と共に実行情報取得不要を示す情報を前記サーバ部に送信し、
前記アプリケーション実行部は、前記実行要求に基づいて処理を実行し、
前記実行情報取得制御部は前記実行情報取得不要を示す情報に基づいて、前記アプリケーション実行部が実行した処理の実行情報を記憶装置に格納しないよう制御することを特徴とするシステム。
The system of claim 1, comprising:
When the client unit receives the execution information acquisition end request, it stores this,
Each time the client unit receives an execution request to the application execution unit after receiving the execution information acquisition end request, the client unit does not need to acquire execution information together with the execution request based on the stored execution information acquisition end request. Information to be sent to the server unit,
The application execution unit executes processing based on the execution request,
The execution information acquisition control unit performs control so that execution information of a process executed by the application execution unit is not stored in a storage device based on information indicating that the execution information acquisition is unnecessary.
請求項1記載のシステムであって、
前記クライアント部は、前記実行情報の取得開始要求を受信すると、前記実行情報の取得開始要求を識別するIDを記憶し、
前記実行情報の取得開始要求の受信後に前記アプリケーション実行部に対する実行要求を受信する度に、当該実行要求と共に実行情報の取得要求および前記取得開始要求を識別するIDを前記サーバ部に送信することを特徴とするシステム。
The system of claim 1, comprising:
When the client unit receives the execution information acquisition start request, the client unit stores an ID for identifying the execution information acquisition start request;
Each time an execution request for the application execution unit is received after receiving the execution information acquisition start request, an execution information acquisition request and an ID for identifying the acquisition start request are transmitted to the server unit together with the execution request. Feature system.
請求項1記載のシステムであって、
前記サーバ部は、各々異なる処理を実行する複数のアプリケーション実行部を有しており、
前記クライアント部は、前記複数のアプリケーション実行部各々について、実行情報の取得要否を指定するためのインタフェースを表示することを特徴とするシステム。
The system of claim 1, comprising:
The server unit includes a plurality of application execution units that execute different processes.
The system wherein the client unit displays an interface for designating whether or not to acquire execution information for each of the plurality of application execution units.
請求項1記載のシステムであって、
前記サーバ部は、各々異なる処理を実行する複数のアプリケーション実行部を有しており、
前記クライアント部が受信する前記実行情報の取得開始要求には、アプリケーション実行部の識別情報が含まれており、
前記実行情報取得制御部は前記クライアント部から受信する前記実行情報の取得要求に含まれるアプリケーション実行部の識別情報に基づいて、当該識別情報が示すアプリケーション実行部の実行情報を前記記憶装置に格納することを特徴とするシステム。
The system of claim 1, comprising:
The server unit includes a plurality of application execution units that execute different processes.
The execution information acquisition start request received by the client unit includes identification information of the application execution unit,
The execution information acquisition control unit stores the execution information of the application execution unit indicated by the identification information in the storage device based on the identification information of the application execution unit included in the execution information acquisition request received from the client unit. A system characterized by that.
計算機システムで実行されるプログラムであって
処理の実行リクエストを発行するクライアント部と、
当該クライアントからのリクエストに応じて処理を実行するアプリケーション実行部と、前記実行情報の取得を制御する実行時情報取得制御部を有するサーバ部を有しており、
前記クライアント部は、
実行情報の取得開始要求を受信するステップと、
受信した前記実行情報の取得開始要求を記憶するステップと、
前記実行情報の取得開始要求の受信後に前記アプリケーション実行部に対する実行要求を受信した場合に、記憶した前記実行情報の取得開始要求に基づいて、当該実行要求と共に実行情報の取得要求を前記サーバ部に送信するステップとを実行し、
前記アプリケーション実行部は前記実行要求に基づいて処理を実行し、
前記実行情報取得制御部は前記実行情報の取得要求に基づいて前記アプリケーション実行部が実行した処理の実行情報を記憶装置に格納するステップを実行することを特徴とするプログラム。
A client part which is a program executed in a computer system and issues a process execution request;
An application execution unit that executes processing in response to a request from the client, and a server unit that includes a runtime information acquisition control unit that controls acquisition of the execution information;
The client part
Receiving an execution information acquisition start request;
Storing the received acquisition start request for the execution information;
When an execution request to the application execution unit is received after receiving the execution information acquisition start request, based on the stored execution information acquisition start request, an execution information acquisition request is sent to the server unit along with the execution request. Perform the sending step,
The application execution unit executes processing based on the execution request,
The execution information acquisition control unit executes a step of storing, in a storage device, execution information of a process executed by the application execution unit based on the execution information acquisition request.
請求項6記載のプログラムであって、
前記クライアント部は更に、
実行情報の取得終了要求を受信するステップと、
前記実行情報の取得終了要求を記憶するステップと、
前記実行情報の取得終了要求の受信後に前記アプリケーション実行部に対する実行要求を受信した場合に、記憶した前記実行情報の取得終了要求に基づいて、当該実行要求と共に実行情報取得不要を示す情報を前記サーバ部に送信するステップとを実行し、
前記アプリケーション実行部は、前記実行要求に基づいて処理を実行し、
前記実行情報取得制御部は前記実行情報取得不要を示す情報に基づいて、前記アプリケーション実行部が前記計算機システムに実行させた処理の実行情報を前記記憶装置に格納しないよう制御することを特徴とするプログラム。
The program according to claim 6,
The client unit further includes
Receiving an execution information acquisition end request; and
Storing the execution information acquisition end request;
When an execution request for the application execution unit is received after receiving the execution information acquisition end request, information indicating that the execution information acquisition is not required is stored together with the execution request based on the stored execution information acquisition end request. To send to the department,
The application execution unit executes processing based on the execution request,
The execution information acquisition control unit controls the execution information of the process executed by the application system to be executed by the computer system so as not to be stored in the storage device based on the information indicating that the execution information acquisition is unnecessary. program.
請求項6記載のプログラムであって、
前記クライアント部は、
前記実行情報の取得開始要求を受信すると、前記実行情報の取得開始要求を識別するIDを記憶するステップと、
前記実行情報の取得開始要求の受信後に、前記アプリケーション実行部に対する実行要求を受信した場合に、当該実行要求と共に実行情報の取得要求および前記実行情報の取得要求を識別するIDを前記サーバ部に送信するステップとを実行することを特徴とするプログラム。
The program according to claim 6,
The client part
Receiving the execution information acquisition start request, storing an ID for identifying the execution information acquisition start request;
When an execution request for the application execution unit is received after receiving the execution information acquisition start request, an ID for identifying the execution information acquisition request and the execution information acquisition request is transmitted to the server unit together with the execution request. And a step of executing.
請求項6記載のプログラムであって、
前記サーバ部は、各々異なる処理を実行する複数のアプリケーション実行部を有しており、
前記クライアント部は、前記複数のアプリケーション実行部各々について、実行情報の取得要否を指定するためのインタフェースを前記計算機システムに表示させることを特徴とするプログラム。
The program according to claim 6,
The server unit includes a plurality of application execution units that execute different processes.
The client unit causes the computer system to display an interface for designating whether to acquire execution information for each of the plurality of application execution units.
請求項6記載のプログラムであって、
前記サーバ部は、各々異なる処理を実行する複数のアプリケーション実行部を有しており、
前記実行情報の取得開始要求には、アプリケーション実行部の識別情報が含まれており、
前記実行情報取得制御部は前記クライアント部から受信する前記実行情報の取得要求に含まれるアプリケーション実行部の識別情報に基づいて、当該識別情報が示すアプリケーション実行部の実行情報を前記記憶装置に格納するステップを実行することを特徴とするプログラム。
The program according to claim 6,
The server unit includes a plurality of application execution units that execute different processes.
The execution information acquisition start request includes identification information of the application execution unit,
The execution information acquisition control unit stores the execution information of the application execution unit indicated by the identification information in the storage device based on the identification information of the application execution unit included in the execution information acquisition request received from the client unit. A program characterized by executing steps.
JP2010164433A 2010-03-17 2010-07-22 Maintenance and improvement work supporting system Pending JP2012027627A (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2010164433A JP2012027627A (en) 2010-07-22 2010-07-22 Maintenance and improvement work supporting system
US13/390,863 US20120150951A1 (en) 2010-03-17 2011-03-16 Computer system, recording medium and maintenance support system
PCT/JP2011/001523 WO2011114720A1 (en) 2010-03-17 2011-03-16 Computer system, storage medium, and maintenance support system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010164433A JP2012027627A (en) 2010-07-22 2010-07-22 Maintenance and improvement work supporting system

Publications (1)

Publication Number Publication Date
JP2012027627A true JP2012027627A (en) 2012-02-09

Family

ID=45780498

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010164433A Pending JP2012027627A (en) 2010-03-17 2010-07-22 Maintenance and improvement work supporting system

Country Status (1)

Country Link
JP (1) JP2012027627A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005049932A (en) * 2003-07-29 2005-02-24 Canon Inc Www server with means performing operation confirmation during display of service stop
JP2005346414A (en) * 2004-06-03 2005-12-15 Fujitsu Ltd Trace processing program, method, and device
JP2009025977A (en) * 2007-07-18 2009-02-05 Canon Inc Operation history function in middle-ware

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005049932A (en) * 2003-07-29 2005-02-24 Canon Inc Www server with means performing operation confirmation during display of service stop
JP2005346414A (en) * 2004-06-03 2005-12-15 Fujitsu Ltd Trace processing program, method, and device
JP2009025977A (en) * 2007-07-18 2009-02-05 Canon Inc Operation history function in middle-ware

Similar Documents

Publication Publication Date Title
JP6571277B2 (en) Method and apparatus for loading terminal application
US20190303779A1 (en) Digital worker management system
CA2919839C (en) Virtual computing instance migration
US10298469B2 (en) Automatic asynchronous handoff identification
US11010215B2 (en) Recommending applications based on call requests between applications
EP0228634A2 (en) Videotex information utility
US8966442B2 (en) Custom code innovation management
CN108874924A (en) Creation method, device and the computer readable storage medium of search service
JP2021036433A (en) Terminal, control method of terminal, and program
CN110765288B (en) Image information synchronization method, device and system and storage medium
CN105847446B (en) Method, device and system for acquiring network data
CN115454629A (en) AI algorithm and micro-service scheduling method and device based on cloud native technology
CN114253798A (en) Index data acquisition method and device, electronic equipment and storage medium
JP2005228183A (en) Program execution method and computer system for executing the program
CN108427599A (en) Method, apparatus and storage medium is uniformly processed in asynchronous task
CN107491446B (en) Three-dimensional object searching method, device and system
JP2012027627A (en) Maintenance and improvement work supporting system
CN114756362A (en) Resource quota management method and system, intelligent terminal and storage medium
CN113590276A (en) Information pushing method and related product
CN109032907B (en) Data monitoring method and system for equipment application
CN112817782A (en) Data acquisition reporting method and device, electronic equipment and storage medium
CN113568687A (en) Method for displaying Web page, related equipment and computer readable storage medium
WO2011114720A1 (en) Computer system, storage medium, and maintenance support system
CN117041353B (en) Task processing method and device, electronic equipment and storage medium
WO2015167522A1 (en) Enabling native application capabilities based on object capabilities

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20120517

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20121122

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130409

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20131022

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20131224

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20140325