JP4178700B2 - Information processing device using components - Google Patents

Information processing device using components Download PDF

Info

Publication number
JP4178700B2
JP4178700B2 JP34201499A JP34201499A JP4178700B2 JP 4178700 B2 JP4178700 B2 JP 4178700B2 JP 34201499 A JP34201499 A JP 34201499A JP 34201499 A JP34201499 A JP 34201499A JP 4178700 B2 JP4178700 B2 JP 4178700B2
Authority
JP
Japan
Prior art keywords
component
application program
relay module
components
execution
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.)
Expired - Fee Related
Application number
JP34201499A
Other languages
Japanese (ja)
Other versions
JP2001154887A (en
Inventor
敏之 吉田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP34201499A priority Critical patent/JP4178700B2/en
Publication of JP2001154887A publication Critical patent/JP2001154887A/en
Application granted granted Critical
Publication of JP4178700B2 publication Critical patent/JP4178700B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
本発明は、コンポーネント(一定の処理を行うまとまったプログラムモジュール)を保持し,そして該コンポーネントの少なくとも1つを要素とするアプリケーションプログラムを実行する情報処理装置に関する。
【0002】
【従来の技術】
例えば、表示装置の駆動制御を行うルーチンプログラム等のまとまった機能毎のコンポーネントを利用自在に予め保管しておいて,アプリケーションプログラムによる利用を可能とするコンポーネントを管理保持するシステムが知られている。かかるシステムを利用して、アプリケーションプログラムを実行する際に、各コンポーネントの実行の履歴(以下アクセス履歴と称する)を記録しておいて、アプリケーションプログラムの実行の際の不具合等の検証の便に供するシステムが知られている。
【0003】
かかるシステムにおいて、コンポーネントのアクセス履歴を取得するときの方法には、従来以下のような方式が取られてきた。即ち、第1に、アクセス履歴を取得すべきコンポーネントを作成するときにアクセスを履歴を取れるようにコード(例えば、ファイルに書き込み等の履歴取得の為のコード)を予め書いておく方式であり、第2に、コンポーネントを利用するプログラムがコンポーネントに実行する毎にアクセス履歴を専用のファイルへ格納する方式である。
【0004】
これらの方式には幾つか不利益が存在した。即ち、第1の方式の場合コンポーネント作成者がコードを埋め込む必要があるため、コンポーネント開発者に負担がかかる。また、アクセス履歴情報に統一性を与えないと各コンポーネント毎に取得出来る履歴情報が異なる可能性があり、統一的な障害履歴の取得が困難である。また第2の方式の場合コンポーネントを利用するプログラムの単位で取得できる情報は一定となるが、コンポーネントを利用する毎にプログラム作成者がアクセス履歴取得用のコードを埋め込む必要がある為プログラム作成者の負担が大きくなる。
【0005】
【発明が解決しようとする課題】
そこで、本発明は、統一的な内容の履歴取得をコンポーネント作成者又はアプリケーションプログラム作成者に負担をかけることなく実行する情報処理装置を提供することである。
【0006】
【課題を解決するための手段】
本発明による情報処理装置は、複数のコンポーネントと、該コンポーネントのうちの少なくとも1つを利用するアプリケーションプログラムと、該アプリケーションプログラムによる該コンポーネントの利用を中継する中継モジュールと、を備えた情報処理装置であって、該中継モジュールは、アプリケーションプログラムによるコンポーネントの利用要求があったとき、該コンポーネントを取り込み、かつ、該コンポーネントに対応した擬似コンポーネントを生成しこれを該アプリケーションプログラム側に転送する擬似プログラム生成転送手段と、該取り込みコンポーネントを実行する実行手段と、該取込みコンポーネントの実行の前後におけるトレース情報を取得するトレース情報取得手段と、前記トレース情報をコンポーネントアクセス履歴情報として記憶するコンポーネントアクセス履歴取得手段と、取り込みコンポーネントの実行の終了を前記アプリケーションプログラムへ通知する終了通知手段と、を有する。
【0007】
【発明の実施の形態】
図1は、本発明による情報処理装置を形成するマイクロコンピュータ等を示している。中央処理演算装置(CPU)1は、バス7を介してキーボード5からの入力を受け入れ、主記憶装置2に格納されたアプリケーションプログラムに従って、ディスプレイ3及び磁気ディスク装置6をバス7を介して制御する。主記憶装置2は、ランダム・アクセス・メモリ等からなり、各種のデータやプログラムを格納するメモリである。ディスプレイ3は、CRT等からなり、ウィンドウやカーソルの表示をするものである。ポインティングデバイス4は、マウス等からなり、種々の入力を行うものである。また、キーボード5はポインティングデバイスと同様にシステムの入力装置である。更に、磁気ディスク装置6は、各種のデータやプログラム及びコンポーネントを格納する外部記憶装置である。更に、バス7は、前述の各部を相互に接続すると共に、好ましくは他の電子計算機ユニットとの通信を行う機能を提供する。
【0008】
例えば、アプリケーションプログラム及びコンポーネントは、磁気ディスク装置6に格納されている。中継モジュール11は、キーボード5等の入出力装置を介して起動される。該中継モジュールは、好ましくは主記憶装置2に常駐し利用者の要求に対して待機状態にて維持され、アプリケーションプログラム等の利用者の要求に即応してコンポーネントの利用を可能とする様にコンポーネントを利用者に中継する。コンポーネントの利用者も、同様にキーボード等の入出力装置を介して当該電子計算機ユニットにおいてアプリケーションプログラムを起動し、所望のコンポーネントをコンポーネントの格納位置を指定することなく、中継モジュールにより取得して利用する。この間において、利用アクセスに係わる履歴情報は、中継モジュールにより取得され、履歴取得に関して指示することはない。
【0009】
図2は、単一の電子計算機ユニットにおいて、コンポーネントの利用の為の情報処理装置が1つの利用者10の要求に応じて、格納されたコンポーネントの利用、アクセス履歴の取得を提供する構成のブロック図を示している。図2の構成におけるコンポーネントの利用及びアクセス履歴取得を提供する中継モジュール11の処理手順が図3のフローチャートにより示されている。
【0010】
まず、利用者10は、中継モジュール11に対して、コンポーネントの利用要求をする(ST1)。次に、中継モジュール11は、電子計算機ユニットに含まれる媒体駆動記憶装置12に対して当該コンポーネントを検索しその位置情報を得る。中継モジュール11は、この位置情報を基に当該コンポーネントを取り込む(ST2)。次に、中継モジュール11は、取り込んだコンポーネントに対応する擬似的なコンポーネント(以下擬似コンポーネントと称する)を作成する(ST3)。そして、該擬似コンポーネントを利用者10へ転送する(ST4)。当該転送された擬似コンポーネントは、実際には利用者10が目的としている元のコンポーネントの実体とは異なり擬似的なものであるが、利用者10から見ると同じものに見えるため、利用者が格別異なる処理をする必要はない。次に、利用者10が転送された該元のコンポーネントに対して実行指令する擬似コンポーネントが実行呼び出しされる。例えば、中央処理装置1の命令アドレスポインタが中継モジュールへ分岐するようなコードを該擬似コンポーネントに埋め込んでおけば、中継モジュール11には利用者により実行指令が供給され、中継モジュールは、これを検知することができる(ST5)。次に、中継モジュール11は、要求されたコンポーネントを実行する(ST6)。ここで、中継モジュール11は、該実行の前後で呼び出された当該コンポーネントの識別を含むトレース情報(例えば、プログラム開発の為のデバッグ情報)を取得する(ST7)。最後に、中継モジュール11がコンポーネントの終了を検知すると、利用者に終了を通知する(ST8)。例えば、該通知は、中央処理装置1の命令アドレスポインタを擬似コンポーネントの出口アドレスに分岐させることにより達成する。尚、図3の処理ルーチンにおけるステップ5は省略することも可能である。
【0011】
図4は、複数の電子計算機ユニットに分散保持されているコンポーネントを1つの利用者が利用する実施例を示すブロック図である。複数の電子計算機ユニット間は、好ましくは通信ネットワークにより接続され一定のプロトコルにより通信を行い、コンポーネントの検索及び取り込みのデータ交換を行う。ここで、複数の電子計算機ユニットに置かれた利用者のアプリケーションプログラム10と、中継モジュール11及び媒体駆動記憶装置12とからなる情報処理装置が、利用者10の要求に応じて複数の電子計算機ユニットに分散して存在するコンポーネントの利用を利用者10に提供し、アクセス履歴を取得するシステムが示されている。
【0012】
図4の構成における中継モジュール11a又は11bの処理手順が図5のフローチャートにより示されている。ここで、中継モジュール11aは、利用者10aからのコンポーネントの利用要求を受け付ける(ST1)。中継モジュール11aは、複数の電子計算機ユニットA,Bの媒体駆動記憶装置12a,12bに対して依頼されたコンポーネントを検索する(ST2)。利用依頼されたコンポーネントが自身の電子計算機ユニットAに存在する場合は、中継モジュール11aは通信ネットワークを経ないで該コンポーネントを取得する(ST3)。別の電子計算機ユニットBにある場合は、別の電子計算機ユニットBの中継モジュール11bを経て別の電子計算機ユニットBの媒体駆動記憶装置12bから該コンポーネントを取得する(ST4)。以後、利用依頼されたコンポーネントが自身の電子計算機ユニットAに存在する又は他の電子計算機ユニットBに存在するの何れの場合においても、前述の1つの電子計算機ユニットの場合と同様にして、擬似コンポーネントの作成(ST5)と、擬似コンポーネントの利用者10への転送(ST6)と、利用者10のコンポーネント実行指令の検知(ST7)と、コンポーネントの実行(ST8)と、トレース情報を含むアクセス履歴情報の取得(ST9)と、更にコンポーネント実行終了の利用者10への通知(ST10)とが行われる。
【0013】
図6は、中継モジュール11cを1つのサーバ電子計算機ユニットに置き、媒体駆動記憶装置12a,12bを複数のクライアント電子計算機ユニットA,Bに配した構成の実施例を示す。この構成では、複数の電子計算機ユニットA.Bの一方における利用者が他方の電子計算機ユニットにあるコンポーネントを利用可能としている。かかる構成とすることにより複数のコンポーネント利用者10にコンポーネントを提供しつつ、負荷分散が可能となり、全利用者10及び全コンポーネントについてのアクセス履歴を取得することができる。
【0014】
図7は、中継モジュール11cをサーバに配置する図6の構成における中継モジュール11cの処理手順を示している。すなわち、まず中継モジュール11cは、利用者10からのコンポーネントの利用要求を受け付ける(ST1)。次に、複数の電子計算機ユニットA,Bの媒体駆動記憶装置12a,12bに対して依頼されたコンポーネントを検索し、該コンポーネントが存在する計算機ユニットを選定する(ST2)。次に、当該選定された計算機ユニットから該コンポーネントを取得する(ST3)。以後、前述の1つの電子計算機ユニットの場合と同様にして、擬似コンポーネントの作成(ST4)と、擬似コンポーネントの利用者10への転送(ST5)と、利用者10のコンポーネント実行指令の検知(ST6)と、コンポーネントの実行(ST7)と、トレース情報を含むアクセス履歴情報の取得(ST8)と、更にコンポーネント実行終了の利用者10への通知(ST9)とが行われる。
【0015】
【発明の効果】
本発明によれば、コンポーネントのアクセス履歴を取得しようとするとき、アプリケーションプログラム或いはコンポーネント作成者に負担をかけることが無い上に統一的なアクセス履歴を取得できる。このことにより、障害時等の解析をも容易にすることができる。
【図面の簡単な説明】
【図1】 本発明を実施するシステムのハードウェア構成を示す図である。
【図2】 図1で示すハードウェア上で動作する本発明の構成を示すブロック図である。
【図3】 図2において示す構成において、本発明に従ったコンポーネントの利用及びアクセス履歴取得を提供するシステムの処理順序を示すフローチャートである。
【図4】 本発明による情報処理装置が複数の電子計算機ユニットに配置された実施例を示すブロック図である。
【図5】 図4の構成において、本発明に従って複数の電子計算機ユニットに分散保持されたコンポーネントの利用及びアクセス履歴取得を提供するシステムの処理順序を示すフローチャートである。
【図6】 本発明に従って、中継モジュールを含むサーバと、利用者及び媒体駆動記憶装置を含む複数のクライアント電子計算機ユニットとする構成の実施例を示すブロック図である。
【図7】 図6の構成における、中継モジュール11cのコンポーネント利用及びアクセス履歴取得を提供する処理手順を示すフローチャートである。
【主要部分の符号の説明】
1 中央処理装置
2 主記憶装置
3 ディスプレイ
4 ポインティングデバイス
5 キーボード
6 磁気ディスク装置
10 利用者(アプリケーションプログラム等)
11 中継モジュール
12 媒体駆動記憶装置
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to an information processing apparatus that holds components (a group of program modules that perform a certain process) and executes an application program including at least one of the components as an element.
[0002]
[Prior art]
For example, a system is known in which a component for each function such as a routine program for controlling drive of a display device is stored in advance so that the component can be used by an application program. When an application program is executed using such a system, an execution history of each component (hereinafter referred to as an access history) is recorded, which is used for verification of defects in the execution of the application program. The system is known.
[0003]
In such a system, the following method has been conventionally used as a method for acquiring the component access history. That is, the first is a method in which a code (for example, a code for history acquisition such as writing to a file) is written in advance so that an access history can be obtained when a component for which an access history is to be acquired is created, Second, every time a program that uses a component executes the component, the access history is stored in a dedicated file.
[0004]
There were some disadvantages to these methods. That is, in the case of the first method, the component creator needs to embed the code, which places a burden on the component developer. In addition, if the access history information is not uniform, the history information that can be acquired for each component may be different, and it is difficult to acquire a unified failure history. In the case of the second method, the information that can be acquired for each program that uses the component is constant. However, since the program creator needs to embed the access history acquisition code every time the component is used, The burden increases.
[0005]
[Problems to be solved by the invention]
Therefore, the present invention is to provide an information processing apparatus that executes uniform content history acquisition without imposing a burden on a component creator or an application program creator.
[0006]
[Means for Solving the Problems]
An information processing apparatus according to the present invention is an information processing apparatus including a plurality of components, an application program that uses at least one of the components, and a relay module that relays the use of the component by the application program. The relay module takes in the component and generates a pseudo component corresponding to the component and transfers it to the application program when there is a request for use of the component by the application program. Means for executing the capture component, trace information acquisition means for acquiring trace information before and after execution of the capture component, and component information. Has a component access history obtaining means for storing a scan history information, and termination notification means for notifying the completion of the execution of the capture component to the application program, the.
[0007]
DETAILED DESCRIPTION OF THE INVENTION
FIG. 1 shows a microcomputer or the like forming an information processing apparatus according to the present invention. The central processing unit (CPU) 1 accepts input from the keyboard 5 via the bus 7 and controls the display 3 and the magnetic disk device 6 via the bus 7 in accordance with an application program stored in the main storage device 2. . The main storage device 2 is a memory that includes a random access memory or the like and stores various data and programs. The display 3 is composed of a CRT or the like, and displays a window and a cursor. The pointing device 4 includes a mouse or the like and performs various inputs. The keyboard 5 is an input device of the system similarly to the pointing device. Further, the magnetic disk device 6 is an external storage device that stores various data, programs, and components. Further, the bus 7 provides a function of connecting the above-described units to each other and preferably communicating with other electronic computer units.
[0008]
For example, application programs and components are stored in the magnetic disk device 6. The relay module 11 is activated via an input / output device such as a keyboard 5. The relay module is preferably resident in the main storage device 2 and is maintained in a standby state in response to a user request, so that the component can be used immediately in response to a user request such as an application program. Is relayed to the user. Similarly, a component user starts an application program in the electronic computer unit via an input / output device such as a keyboard, and acquires and uses a desired component by a relay module without specifying a component storage location. . During this time, history information related to use access is acquired by the relay module, and there is no instruction regarding history acquisition.
[0009]
FIG. 2 is a block diagram of a configuration in which an information processing apparatus for use of a component provides use of a stored component and acquisition of an access history in response to a request of one user 10 in a single electronic computer unit. The figure is shown. The processing procedure of the relay module 11 that provides component usage and access history acquisition in the configuration of FIG. 2 is shown in the flowchart of FIG.
[0010]
First, the user 10 makes a component use request to the relay module 11 (ST1). Next, the relay module 11 searches the medium drive storage device 12 included in the electronic computer unit for the component and obtains position information thereof. The relay module 11 takes in the component based on the position information (ST2). Next, the relay module 11 creates a pseudo component (hereinafter referred to as a pseudo component) corresponding to the fetched component (ST3). Then, the pseudo component is transferred to the user 10 (ST4). The transferred pseudo component is actually different from the original component intended by the user 10, but it looks the same when viewed from the user 10. There is no need to do different processing. Next, a pseudo component that instructs execution of the original component transferred by the user 10 is executed and called. For example, if a code that branches the instruction address pointer of the central processing unit 1 to the relay module is embedded in the pseudo component, an execution command is supplied to the relay module 11 by the user, and the relay module detects this. (ST5). Next, the relay module 11 executes the requested component (ST6). Here, the relay module 11 acquires trace information (for example, debug information for program development) including identification of the component called before and after the execution (ST7). Finally, when the relay module 11 detects the end of the component, it notifies the user of the end (ST8). For example, the notification is achieved by branching the instruction address pointer of the central processing unit 1 to the exit address of the pseudo component. Note that step 5 in the processing routine of FIG. 3 can be omitted.
[0011]
FIG. 4 is a block diagram showing an embodiment in which one user uses components distributed and held in a plurality of computer units. A plurality of electronic computer units are preferably connected by a communication network and communicate with each other according to a predetermined protocol to exchange data for searching and retrieving components. Here, an information processing apparatus including a user application program 10, a relay module 11, and a medium drive storage device 12 placed in a plurality of electronic computer units is provided in response to a request from the user 10. 1 shows a system that provides the user 10 with the use of components existing in a distributed manner and acquires an access history.
[0012]
The processing procedure of the relay module 11a or 11b in the configuration of FIG. 4 is shown by the flowchart of FIG. Here, the relay module 11a accepts a component usage request from the user 10a (ST1). The relay module 11a searches for the requested component for the medium drive storage devices 12a and 12b of the plurality of computer units A and B (ST2). If the requested component exists in its own computer unit A, the relay module 11a acquires the component without going through the communication network (ST3). If it is in another electronic computer unit B, the component is obtained from the medium drive storage device 12b of another electronic computer unit B via the relay module 11b of another electronic computer unit B (ST4). Thereafter, in the case where the requested component exists in its own computer unit A or in another computer unit B, the pseudo component is used in the same manner as in the case of the one computer unit described above. Creation (ST5), transfer of pseudo component to user 10 (ST6), detection of component execution command of user 10 (ST7), execution of component (ST8), and access history information including trace information Acquisition (ST9) and further notification to the user 10 of the completion of component execution (ST10).
[0013]
FIG. 6 shows an embodiment in which the relay module 11c is placed in one server computer unit and the medium drive storage devices 12a and 12b are arranged in a plurality of client computer units A and B. In this configuration, a plurality of electronic computer units A.A. A user in one of B can use a component in the other electronic computer unit. With this configuration, load distribution is possible while providing components to a plurality of component users 10, and access histories for all users 10 and all components can be acquired.
[0014]
FIG. 7 shows a processing procedure of the relay module 11c in the configuration of FIG. 6 in which the relay module 11c is arranged on the server. That is, first, the relay module 11c receives a component usage request from the user 10 (ST1). Next, the requested component is searched for the medium drive storage devices 12a and 12b of the plurality of computer units A and B, and the computer unit in which the component exists is selected (ST2). Next, the component is acquired from the selected computer unit (ST3). Thereafter, in the same manner as in the case of the one computer unit described above, creation of a pseudo component (ST4), transfer of the pseudo component to the user 10 (ST5), and detection of a component execution command of the user 10 (ST6) ), Component execution (ST7), acquisition of access history information including trace information (ST8), and notification to the user 10 of the completion of component execution (ST9).
[0015]
【The invention's effect】
According to the present invention, when an access history of a component is to be acquired, a unified access history can be acquired without placing a burden on an application program or a component creator. As a result, it is possible to facilitate analysis at the time of failure or the like.
[Brief description of the drawings]
FIG. 1 is a diagram illustrating a hardware configuration of a system that implements the present invention.
FIG. 2 is a block diagram showing a configuration of the present invention that operates on the hardware shown in FIG. 1;
FIG. 3 is a flowchart showing a processing sequence of a system that provides component usage and access history acquisition according to the present invention in the configuration shown in FIG. 2;
FIG. 4 is a block diagram showing an embodiment in which the information processing apparatus according to the present invention is arranged in a plurality of computer units.
5 is a flowchart showing a processing sequence of a system that provides use of components distributed and held in a plurality of computer units and access history acquisition in the configuration of FIG. 4 according to the present invention.
FIG. 6 is a block diagram showing an embodiment of a configuration including a server including a relay module and a plurality of client electronic computer units including a user and a medium drive storage device according to the present invention.
7 is a flowchart showing a processing procedure for providing component usage and access history acquisition of the relay module 11c in the configuration of FIG. 6;
[Explanation of main part codes]
1 Central processing unit 2 Main storage device 3 Display 4 Pointing device 5 Keyboard 6 Magnetic disk device 10 User (application program, etc.)
11 Relay Module 12 Medium Drive Storage Device

Claims (2)

各々が個別の目的機能を司る複数のコンポーネントと、前記コンポーネントのうちの少なくとも1つを利用するアプリケーションプログラムと、前記アプリケーションプログラムによる前記1のコンポーネントの利用を中継する中継モジュールと、を備えた情報処理装置であって、
前記中継モジュールは、
前記アプリケーションプログラムによる前記コンポーネントの1への利用要求があったとき、前記1のコンポーネントを取り込み、かつ、前記1のコンポーネントに対応した擬似コンポーネントを生成しこれを前記アプリケーションプログラム側に転送する擬似コンポーネント生成転送手段と、
該取り込みコンポーネントを実行する実行手段と、
該取り込みコンポーネントの実行の前後におけるトレース情報を取得するトレース情報取得手段と、
前記トレース情報をコンポーネントアクセス履歴情報として記憶するコンポーネントアクセス履歴取得手段と、
該取込みコンポーネントの実行の終了を前記アプリケーションプログラムへ通知する終了通知手段と、
からなることを特徴とする情報処理装置。
Information processing comprising: a plurality of components each responsible for an individual target function; an application program that uses at least one of the components; and a relay module that relays the use of the one component by the application program A device,
The relay module is
When there is a request to use one of the components by the application program, pseudo component generation that takes in the one component, generates a pseudo component corresponding to the one component, and transfers this to the application program side Transfer means;
Execution means for executing the capture component;
Trace information acquisition means for acquiring trace information before and after execution of the capture component;
Component access history acquisition means for storing the trace information as component access history information;
End notification means for notifying the application program of the end of execution of the capture component;
An information processing apparatus comprising:
前記実行手段は、前記アプリケーションプログラムの実行指令に応じて前記1のコンポーネントの実行をなすことを特徴とする請求項1に記載の情報処理装置。The information processing apparatus according to claim 1, wherein the execution unit executes the one component in response to an execution command of the application program.
JP34201499A 1999-12-01 1999-12-01 Information processing device using components Expired - Fee Related JP4178700B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP34201499A JP4178700B2 (en) 1999-12-01 1999-12-01 Information processing device using components

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP34201499A JP4178700B2 (en) 1999-12-01 1999-12-01 Information processing device using components

Publications (2)

Publication Number Publication Date
JP2001154887A JP2001154887A (en) 2001-06-08
JP4178700B2 true JP4178700B2 (en) 2008-11-12

Family

ID=18350523

Family Applications (1)

Application Number Title Priority Date Filing Date
JP34201499A Expired - Fee Related JP4178700B2 (en) 1999-12-01 1999-12-01 Information processing device using components

Country Status (1)

Country Link
JP (1) JP4178700B2 (en)

Also Published As

Publication number Publication date
JP2001154887A (en) 2001-06-08

Similar Documents

Publication Publication Date Title
US20220094737A1 (en) Method, server and system for converging desktop application and web application
US6772107B1 (en) System and method for simulating activity on a computer network
US20060064399A1 (en) Method and system for testing distributed software applications
US8612943B2 (en) Data transmission program, data transmission apparatus, and method for editing operation manual
US20080155348A1 (en) Tracing operations in multiple computer systems
US6473894B1 (en) Dynamic runtime and test architecture for Java applets
US20070118499A1 (en) Method and system for collecting and restoring application state information
US8306805B2 (en) Scenario generation method and scenario generation apparatus
EP1906305B1 (en) Method and system for data preparation and communication between software applications
CN109240727A (en) Application program update method, apparatus, computer equipment and storage medium
TW200900956A (en) Identifying appropriate client-side script references
CN101901177A (en) Multi-core microprocessor and debug method thereof
CN113553218A (en) Method for cloning and backing up real machine based on cloud mobile phone, terminal device and storage medium
CN100370432C (en) Automated testing apparatus and method for embedded software
TW200525345A (en) Autonomous computing probe agent
JP2002259196A (en) Data image cache
JP4178700B2 (en) Information processing device using components
CN112181762A (en) Software project application basic environment deployment and three-remote visualization processing method
US7152189B2 (en) Testing distributed services by using multiple boots to timeshare a single computer
CN116107879A (en) Soft AC performance test method and system
CN114443294B (en) Big data service component deployment method, system, terminal and storage medium
JP2001014281A (en) Information processing method and network information device
JPH0749819A (en) Communicating method of server/client system
CN117194827B (en) CDN directory refreshing method and electronic equipment
JP2003177937A (en) Apparatus and method for improvement of communication between emulator unit and host device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060213

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20080725

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20080805

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20080818

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110905

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110905

Year of fee payment: 3

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110905

Year of fee payment: 3

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110905

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120905

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120905

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130905

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees