JP2018005824A - Information processing apparatus and program - Google Patents

Information processing apparatus and program Download PDF

Info

Publication number
JP2018005824A
JP2018005824A JP2016136023A JP2016136023A JP2018005824A JP 2018005824 A JP2018005824 A JP 2018005824A JP 2016136023 A JP2016136023 A JP 2016136023A JP 2016136023 A JP2016136023 A JP 2016136023A JP 2018005824 A JP2018005824 A JP 2018005824A
Authority
JP
Japan
Prior art keywords
developer
api
program
information processing
processing apparatus
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2016136023A
Other languages
Japanese (ja)
Other versions
JP6608770B2 (en
Inventor
亮成 宮澤
Akinari Miyazawa
亮成 宮澤
悟己 平
Satomi Taira
悟己 平
一憲 小島
Kazunori Kojima
一憲 小島
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.)
SoftBank Corp
Original Assignee
SoftBank Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by SoftBank Corp filed Critical SoftBank Corp
Priority to JP2016136023A priority Critical patent/JP6608770B2/en
Publication of JP2018005824A publication Critical patent/JP2018005824A/en
Application granted granted Critical
Publication of JP6608770B2 publication Critical patent/JP6608770B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an information processing apparatus and program for creating a software program in accordance with the contents of remote control or the configuration of an electronic device to be controlled, and reducing the burden on a developer in creating the program.SOLUTION: A development support server 10 includes: selection means of selecting a plurality of program modules; and creation means 44 of creating and storing a software program for remotely controlling an electronic device 102 connected to a network by combining the selected program modules.SELECTED DRAWING: Figure 4

Description

本発明は、情報処理装置及びプログラムに関する。   The present invention relates to an information processing apparatus and a program.

従来から、API(Application Programming Interface)等のソフトウェアプログラムを利用してネットワークに接続されている電子機器を遠隔制御する技術が知られている。   2. Description of the Related Art Conventionally, a technique for remotely controlling an electronic device connected to a network using a software program such as an API (Application Programming Interface) is known.

このようなソフトウェアプログラムは、遠隔制御の内容や電子機器の構成が様々であるために、作成の要望がある度に、開発者が一から作成していた。このような作業は、開発者にとって大きな負担であった。特に、プログラムの知識が少ない開発者は、ベンダに依頼してソフトウェアプログラムを作成する場合があり、時間と費用が掛かっていた。   Such a software program has been created from scratch by a developer each time there is a request for creation, since the contents of remote control and the configuration of electronic devices vary. Such work was a heavy burden for developers. In particular, a developer who has little knowledge of a program sometimes requests a vendor to create a software program, which takes time and money.

これに関し、特許文献1には、サーバ内に登録されたデータを第三者に閲覧可能にするAPIを自動で作成する技術が開示されている。   In this regard, Patent Document 1 discloses a technique for automatically creating an API that allows a third party to view data registered in a server.

特開2010−146074号公報JP 2010-146074 A

しかしながら、特許文献1に記載の技術では、ある一つの遠隔制御の内容及びある一つの電子機器の構成を想定してソフトウェアプログラムが自動作成されるため、遠隔制御の内容や電子機器の構成が変わってしまうと、開発者は、自動作成されたソフトウェアプログラムを利用することができない。したがって、作成の要望がある場合、結局、開発者は、遠隔制御の内容や電子機器の構成に合わせたソフトウェアプログラムを一から作成しなければならないので、負担が掛かるという問題があった。   However, in the technique described in Patent Document 1, since a software program is automatically created assuming the contents of a certain remote control and the configuration of a certain electronic device, the contents of the remote control and the configuration of the electronic device are changed. If this happens, the developer cannot use the automatically created software program. Therefore, when there is a request for creation, the developer has to create a software program tailored to the contents of the remote control and the configuration of the electronic device from the beginning.

本発明は以上説明した事情を鑑みてなされたものであり、遠隔制御の内容や制御対象となる電子機器の構成に合わせたソフトウェアプログラムを作成することができるとともに、作成の際に開発者に掛かる負担を低減する情報処理装置及びプログラムを提供することを目的の一つとする。   The present invention has been made in view of the circumstances described above, and it is possible to create a software program according to the contents of remote control and the configuration of an electronic device to be controlled, and it takes a developer at the time of creation. An object is to provide an information processing apparatus and a program that reduce a burden.

本発明の第一態様における情報処理装置は、複数のプログラムモジュールを選択させる選択手段と、選択されたプログラムモジュールを組み合わせてネットワークに接続される電子機器を遠隔制御するためのソフトウェアプログラムを作成して保存する作成手段と、を備える。   The information processing apparatus according to the first aspect of the present invention creates a software program for remotely controlling an electronic device connected to a network by combining selection means for selecting a plurality of program modules and the selected program modules. Creating means for saving.

この構成によれば、複数のプログラムモジュールを選択させる選択手段を備えるので、APIの開発者が複数のプログラムモジュールの中から遠隔制御の内容や制御対象となる電子機器の構成に合わせてプログラムモジュールを複数選択することができる。そして、プログラムモジュールの選択の後は、作成手段が、その選択された各プログラムモジュールを組み合わせてソフトウェアプログラムを作成することになる。したがって、開発者は、プログラムモジュールの選択操作でソフトウェアプログラムを作成することができるので、一からソフトウェアプログラムを作成する手間を省き、もって開発者に掛かる負担を低減することができる。   According to this configuration, since the selection means for selecting a plurality of program modules is provided, an API developer can select a program module from a plurality of program modules according to the contents of remote control and the configuration of the electronic device to be controlled. Multiple selections can be made. Then, after selecting the program module, the creating means creates a software program by combining the selected program modules. Therefore, since the developer can create a software program by selecting the program module, it is possible to reduce the burden on the developer by omitting the trouble of creating the software program from scratch.

本発明によれば、遠隔制御の内容や制御対象となる電子機器の構成に合わせたソフトウェアプログラムを作成することができるとともに、作成の際に開発者に掛かる負担を低減することができる。   ADVANTAGE OF THE INVENTION According to this invention, while being able to create the software program matched with the content of the remote control and the structure of the electronic device used as control object, the burden imposed on a developer at the time of creation can be reduced.

図1は、本実施形態に係る情報処理装置を含むシステムの概要について説明するための図である。FIG. 1 is a diagram for explaining an overview of a system including an information processing apparatus according to the present embodiment. 図2は、本実施形態に係る情報処理装置を含むシステムの全体構成の一例について説明するための図である。FIG. 2 is a diagram for explaining an example of the overall configuration of a system including the information processing apparatus according to the present embodiment. 図3は、開発支援サーバのハードウェア構成の一例について説明する。FIG. 3 illustrates an example of the hardware configuration of the development support server. 図4は、開発支援サーバの機能的な構成の一例を示すブロック図を説明する。FIG. 4 is a block diagram illustrating an example of a functional configuration of the development support server. 図5は、開発者によるAPIの作成に際し、開発者端末と開発支援サーバとの間で行われる処理の流れを説明する。FIG. 5 illustrates the flow of processing performed between the developer terminal and the development support server when the API is created by the developer. 図6は、保守管理者によるAPIの利用に際し、保守管理端末と開発支援サーバとスイッチとの間で行われる処理の流れを説明する。FIG. 6 illustrates a flow of processing performed between the maintenance management terminal, the development support server, and the switch when the maintenance manager uses the API. 図7は、開発者端末に表示される管理サイトの一例を示す図である。FIG. 7 is a diagram illustrating an example of a management site displayed on the developer terminal. 図8は、開発者端末に表示されるツールサイトの一例を示す図である。FIG. 8 is a diagram illustrating an example of a tool site displayed on the developer terminal.

以下、添付図面を参照しながら本発明の実施形態について説明する。説明の理解を容易にするため、各図面において同一の構成要素及びステップに対しては可能な限り同一の符号を付して、重複する説明は省略する。   Hereinafter, embodiments of the present invention will be described with reference to the accompanying drawings. In order to facilitate understanding of the description, the same components and steps are denoted by the same reference numerals as much as possible in each drawing, and redundant description is omitted.

まず、図1を用いて、本実施形態に係る情報処理装置を含むシステム1の概要について説明する。   First, an outline of a system 1 including an information processing apparatus according to the present embodiment will be described with reference to FIG.

システム1は、ソフトウェアプログラムとして例えばAPI100を開発(作成)する開発者と、作成されたAPI100を利用する利用者等に提供されるシステムである。このAPI100は、ネットワークに接続されている電子機器102を遠隔制御するためのものである。   The system 1 is a system provided to a developer who develops (creates) the API 100 as a software program, a user who uses the created API 100, and the like. The API 100 is for remotely controlling the electronic device 102 connected to the network.

なお、上記遠隔制御の目的は、電子機器102の利用或いは保守管理等、特に限定されないが、本実施形態では、電子機器102の保守管理である。また、電子機器102は、ルータ、ゲートウェイ、スイッチ等のネットワーク間の接続を行うネットワークデバイスの他、パーソナルコンピュータや携帯電話、プリンタ、家電製品等、特に限定されないが、本実施形態では、電子機器102がネットワークデバイスの一例としてのスイッチである場合を説明する。以下、電子機器102を「スイッチ102」と称す。   The purpose of the remote control is not particularly limited, such as use or maintenance management of the electronic device 102, but in this embodiment is maintenance management of the electronic device 102. The electronic device 102 is not particularly limited to a network device such as a router, a gateway, or a switch, but is not limited to a personal computer, a mobile phone, a printer, a home appliance, and the like. Is a switch as an example of a network device. Hereinafter, the electronic device 102 is referred to as a “switch 102”.

開発者は、API管理用のWebサイト(管理サイト104)にアクセスして当該管理サイト104を自身の端末装置等に表示してAPI100を管理する。そして、開発者は、利用者の依頼に応じて或いは事前に、管理サイト104からAPI作成ツール106を呼び出し、このAPI作成ツール106を利用してAPI100を作成する。作成後、開発者は、API100を利用者に渡すか、或いは、API100へのアクセス方法を通知する。   The developer accesses the API management Web site (management site 104), displays the management site 104 on his / her terminal device or the like, and manages the API 100. Then, the developer calls the API creation tool 106 from the management site 104 in response to a user request or in advance, and creates the API 100 using this API creation tool 106. After creation, the developer passes the API 100 to the user or notifies the user of an access method to the API 100.

保守管理者(API100の利用者)は、例えば開発者により通知されたアクセス方法にてAPI100にアクセスしてAPI100を実行し、ネットワークを介し、スイッチ102を遠隔制御する。この遠隔制御により、利用者は、例えばステータスを確認したり、各種設定を変更したりして保守管理を行う。   A maintenance manager (user of API 100) accesses the API 100 by the access method notified by the developer, executes the API 100, and remotely controls the switch 102 via the network. By this remote control, the user performs maintenance management by, for example, checking the status or changing various settings.

次に、図2を用いて、本実施形態に係る情報処理装置を含むシステム1の全体構成の一例について説明する。   Next, an example of the overall configuration of the system 1 including the information processing apparatus according to the present embodiment will be described with reference to FIG.

システム1は、情報処理装置としての開発支援サーバ10と、開発者端末12と、保守管理端末14と、保守管理対象のスイッチ102と、を備える。これらの機器は、インターネット等のネットワークNTを介して互いに接続され、通信可能とされている。   The system 1 includes a development support server 10 as an information processing apparatus, a developer terminal 12, a maintenance management terminal 14, and a maintenance management target switch 102. These devices are connected to each other via a network NT such as the Internet and can communicate with each other.

開発支援サーバ10は、開発者によるAPI100の開発(作成)を支援し、且つ、作成されたAPI100を管理するサーバである。開発支援サーバ10は、専用又は汎用のサーバ・コンピュータなどの情報処理装置を用いて実現することができる。なお、開発支援サーバ10は、単一の情報処理装置より構成されるものであっても、ネットワークNT上に分散した複数の情報処理装置より構成されるものであってもよい。   The development support server 10 is a server that supports the development (creation) of the API 100 by a developer and manages the created API 100. The development support server 10 can be realized by using an information processing apparatus such as a dedicated or general-purpose server computer. Note that the development support server 10 may be configured by a single information processing apparatus or may be configured by a plurality of information processing apparatuses distributed on the network NT.

開発者端末12は、開発者が開発支援サーバ10にアクセスするための端末装置である。開発者端末12は、開発支援サーバ10の管理サイト104を閲覧するためのプラットフォーム(ウェブブラウザ等)を有している。なお、開発者が開発支援サーバ10を直接操作できる場合には、開発支援サーバ10が開発者端末となるので、別途、開発者端末12は用意しなくてもよい。   The developer terminal 12 is a terminal device for the developer to access the development support server 10. The developer terminal 12 has a platform (such as a web browser) for browsing the management site 104 of the development support server 10. If the developer can directly operate the development support server 10, the development support server 10 serves as a developer terminal, and therefore the developer terminal 12 does not have to be prepared separately.

保守管理端末14は、保守管理者がAPI100の保存場所にアクセスするための端末装置である。この保存場所は、本実施形態では、開発支援サーバ10の記憶手段内である。   The maintenance management terminal 14 is a terminal device for the maintenance manager to access the storage location of the API 100. This storage location is in the storage means of the development support server 10 in this embodiment.

スイッチ102は、ネットワークNT上に例えば複数設けられている。スイッチ102は、コンピュータネットワークの集線装置の一種で、受信したデータの宛先を見て、接続された各機器への転送の可否を判断する機能を内蔵したものである。   For example, a plurality of switches 102 are provided on the network NT. The switch 102 is a kind of a concentrator of a computer network, and has a built-in function of judging whether transfer to each connected device is possible by looking at the destination of received data.

次に、図3を用いて、開発支援サーバ10のハードウェア構成の一例について説明する。   Next, an example of the hardware configuration of the development support server 10 will be described with reference to FIG.

開発支援サーバ10は、ハードウェア構成として、制御装置30、通信装置36、及び記憶装置38を主に備える。制御装置30は、CPU(Central Processing Unit)32及びメモリ34を主に備えて構成される。   The development support server 10 mainly includes a control device 30, a communication device 36, and a storage device 38 as a hardware configuration. The control device 30 mainly includes a CPU (Central Processing Unit) 32 and a memory 34.

制御装置30では、CPU32がメモリ34或いは記憶装置38等に格納された所定のプログラムを実行することにより、各種の機能実現手段として機能する。この機能実現手段の詳細については後述する。   In the control device 30, the CPU 32 functions as various function realization means by executing predetermined programs stored in the memory 34 or the storage device 38. Details of this function realizing means will be described later.

通信装置36は、外部の装置と通信するための通信インタフェース等で構成される。通信装置36は、例えば、開発者端末12や、保守管理端末14、スイッチ102との間で各種の情報を送受信する。   The communication device 36 includes a communication interface for communicating with an external device. The communication device 36 transmits and receives various types of information to and from the developer terminal 12, the maintenance management terminal 14, and the switch 102, for example.

記憶装置38は、ハードディスク等で構成される。記憶装置38は、制御装置30における処理の実行に必要な各種プログラムや各種の情報、及び処理結果の情報を記憶する。   The storage device 38 is composed of a hard disk or the like. The storage device 38 stores various programs and various information necessary for execution of processing in the control device 30, and information on processing results.

なお、図3は、開発支援サーバ10が有する主要なハードウェア構成の一部を示しているに過ぎず、開発支援サーバ10は、サーバが一般的に備える他の構成を備えることができる。   Note that FIG. 3 shows only a part of the main hardware configuration of the development support server 10, and the development support server 10 can have other configurations generally provided in the server.

次に、図4を用いて、開発支援サーバ10の機能的な構成の一例について説明する。   Next, an example of a functional configuration of the development support server 10 will be described with reference to FIG.

開発支援サーバ10は、記憶手段40と、入力手段42と、作成手段44と、出力手段46と、実行手段48と、を備える。   The development support server 10 includes a storage unit 40, an input unit 42, a creation unit 44, an output unit 46, and an execution unit 48.

記憶手段40は、図3に示すような一又は複数の記憶装置38で実現される。なお、記憶手段40は、開発支援サーバ10にネットワークNTを介して接続されたデータベースサーバで実現されてもよい。記憶手段40には、上述のAPI100や、当該API100の作成プログラムの一例としてのAPI作成ツール106等が記憶される。なお、API100は、例えばxmlというファイル形式で記憶されており、記憶されているAPI100を他のAPI100作成時に利用したいときは、xmlファイル自身或いはその内容をコピーすることで作成が容易となる。   The storage means 40 is realized by one or a plurality of storage devices 38 as shown in FIG. The storage means 40 may be realized by a database server connected to the development support server 10 via the network NT. The storage unit 40 stores the API 100 described above, the API creation tool 106 as an example of a creation program for the API 100, and the like. Note that the API 100 is stored in a file format such as xml, for example. If the stored API 100 is to be used when creating another API 100, the xml file itself or the contents thereof can be copied for easy creation.

入力手段42は、マウスやキーボード等の操作入力手段の他、外部からの入力を受信する図3に示すような通信装置36で実現される。入力手段42には、開発者等のユーザによる各種操作の情報(操作情報)が入力される。本実施形態では、入力手段42には、開発者による各種操作を開発者端末12から受信することにより操作情報が入力される。   The input means 42 is realized by an operation input means such as a mouse or a keyboard, or a communication device 36 as shown in FIG. 3 that receives an external input. Information of various operations (operation information) by a user such as a developer is input to the input unit 42. In the present embodiment, operation information is input to the input means 42 by receiving various operations by the developer from the developer terminal 12.

作成手段44は、CPU32がAPI作成ツール106を実行することにより実現される。作成手段44は、開発者に対して複数のプログラムモジュールを選択可能とする。すなわち、作成手段44は、複数のプログラムモジュールを選択させる選択手段としての機能を有する。そして、作成手段44は、選択されたプログラムモジュールを組み合わせてAPI100を作成し、記憶手段40に記憶(保存)する。作成手段44は、後述する出力手段46を介して、例えばオブジェクト配置型のUIであるWebサイト(ツールサイト)を出力する。なお、プログラムモジュールとは、ある機能を実現するプログラムの塊を指す。   The creation unit 44 is realized by the CPU 32 executing the API creation tool 106. The creation unit 44 allows the developer to select a plurality of program modules. That is, the creation unit 44 has a function as a selection unit that selects a plurality of program modules. Then, the creation unit 44 creates the API 100 by combining the selected program modules, and stores (saves) it in the storage unit 40. The creation unit 44 outputs, for example, a Web site (tool site) which is an object arrangement type UI via an output unit 46 described later. A program module refers to a group of programs that realize a certain function.

出力手段46は、ディスプレイの他、外部の機器へデータ等を送信する図3に示すような通信装置36で実現される。例えば、出力手段46は、記憶手段40に記憶されているAPI100を一覧表示するための表示データを出力する。本実施形態では、表示データはページデータであり、出力手段46は、ページデータに基づく管理サイト104が表示されるように当該ページデータを開発者端末12に送信する。   The output means 46 is realized by a communication device 36 as shown in FIG. 3 that transmits data and the like to an external device in addition to the display. For example, the output unit 46 outputs display data for displaying a list of APIs 100 stored in the storage unit 40. In the present embodiment, the display data is page data, and the output unit 46 transmits the page data to the developer terminal 12 so that the management site 104 based on the page data is displayed.

実行手段48は、図3に示すような制御装置30で実現され、保守管理端末14からAPI100の実行要求を受信した場合に、当該実行要求に基づき、記憶手段40に記憶されているAPI100を実行してスイッチ102等の電子機器を遠隔制御する。   The execution unit 48 is realized by the control device 30 as shown in FIG. 3. When the API 100 execution request is received from the maintenance management terminal 14, the execution unit 48 executes the API 100 stored in the storage unit 40 based on the execution request. Then, the electronic device such as the switch 102 is remotely controlled.

次に、図5を用いて、開発者によるAPI100の作成に際し、開発者端末12と開発支援サーバ10との間で行われる処理の流れを説明する。   Next, a flow of processing performed between the developer terminal 12 and the development support server 10 when the developer creates the API 100 will be described with reference to FIG.

(ステップSP10)
開発者端末12は、開発者による操作に応答して、API100の管理サイト104へのアクセス要求を開発支援サーバ10に送信する。そして、処理がステップSP12の処理に移行する。
(Step SP10)
The developer terminal 12 transmits an access request to the management site 104 of the API 100 to the development support server 10 in response to an operation by the developer. And a process transfers to the process of step SP12.

(ステップSP12)
開発支援サーバ10は、開発者端末12から管理サイト104へのアクセス要求を受信する。これに応答して、開発支援サーバ10は管理サイト104のページデータをアクセス要求元の開発者端末12に送信する。そして、処理がステップSP14の処理に移行する。
(Step SP12)
The development support server 10 receives an access request to the management site 104 from the developer terminal 12. In response to this, the development support server 10 transmits the page data of the management site 104 to the developer terminal 12 that is the access request source. And a process transfers to the process of step SP14.

(ステップSP14)
開発者端末12は、開発支援サーバ10からページデータを受信する。これに応答して、開発者端末12は、ページデータに基づき、管理サイト104を表示する。
(Step SP14)
The developer terminal 12 receives page data from the development support server 10. In response to this, the developer terminal 12 displays the management site 104 based on the page data.

図7は、管理サイト104の一例を示す図である。図7に示す管理サイト104には、例えば、一覧リスト104Aと、新規作成ボタン104Bと、編集ボタン104Cと、削除ボタン104Dと、が設けられている。一覧リスト104Aは、開発者により作成され、記憶手段40に記憶されている全てのAPI100の名前(ツール名)等をリスト化したものである。一覧リスト104Aには、他にも作成者や更新日時、API100へアクセスするためのリンク(ツール配置場所)等がツール名に対応付けられてリスト化されている。新規作成ボタン104Bは、開発者がAPI100を新規に作成する際に押下するためのボタンである。編集ボタン104Cは、開発者が既に作成したAPI100を編集する際に押下するためのボタンである。削除ボタン104Dは、開発者が既に作成したAPI100を記憶手段40から削除する際に押下するためのボタンである。   FIG. 7 is a diagram illustrating an example of the management site 104. In the management site 104 shown in FIG. 7, for example, a list 104A, a new creation button 104B, an edit button 104C, and a delete button 104D are provided. The list 104 </ b> A is a list of names (tool names) and the like of all APIs 100 created by the developer and stored in the storage unit 40. In the list 104 </ b> A, a creator, an update date and time, a link (tool placement location) for accessing the API 100, and the like are also listed in association with the tool name. The new creation button 104B is a button that the developer presses when creating a new API 100. The edit button 104C is a button to be pressed when editing the API 100 already created by the developer. The delete button 104D is a button to be pressed when deleting the API 100 already created by the developer from the storage unit 40.

このような管理サイト104を、開発者は、開発者端末12を介して閲覧する。そして、処理がステップSP16の処理に移行する。   The developer browses such a management site 104 via the developer terminal 12. And a process transfers to the process of step SP16.

(ステップSP16)
開発者端末12は、例えば開発者による新規作成ボタン104Bの押下を受け付ける。そして、処理がステップSP18の処理に移行する。
(Step SP16)
For example, the developer terminal 12 accepts pressing of the new creation button 104B by the developer. And a process transfers to the process of step SP18.

(ステップSP18)
開発者端末12は、開発者による操作に応答して、新規に作成するAPI100の名前を入力する。次に、開発者端末12は、入力されたAPI100の名前を含むツールサイトアクセス要求を開発支援サーバ10に送信する。そして、処理がステップSP20の処理に移行する。
(Step SP18)
The developer terminal 12 inputs the name of the API 100 to be newly created in response to the operation by the developer. Next, the developer terminal 12 transmits a tool site access request including the input API 100 name to the development support server 10. And a process transfers to the process of step SP20.

(ステップSP20)
開発支援サーバ10は、開発者端末12からツールサイトアクセス要求を受信する。これに応答して、開発支援サーバ10は、API作成ツール106を含んだツールサイトのページデータを開発者端末12に送信する。そして、処理がステップSP22の処理に移行する。
(Step SP20)
The development support server 10 receives a tool site access request from the developer terminal 12. In response to this, the development support server 10 transmits page data of the tool site including the API creation tool 106 to the developer terminal 12. And a process transfers to the process of step SP22.

(ステップSP22)
開発者端末12は、開発支援サーバ10からページデータを受信する。これに応答して、開発者端末12は、ページデータに基づき、ツールサイトを表示する。
(Step SP22)
The developer terminal 12 receives page data from the development support server 10. In response to this, the developer terminal 12 displays a tool site based on the page data.

図8は、ツールサイトの一例を示す図である。図8に示すツールサイト110には、例えば、配置領域112と、オブジェクトパレット114と、API作成ボタン116と、が設けられている。配置領域112は、一つのプログラムモジュールに対応したオブジェクト112Aを複数配置するための領域である。オブジェクトパレット114は、配置領域112に配置するオブジェクト112Aを選択するためのパレットである。このオブジェクトパレット114には、複数の種類のプログラムモジュールに対応した複数のオブジェクト112Aが設けられている。なお、オブジェクトパレット114には、オブジェクト112Aの種類に対応する選択ボタンが設けられていてもよい。このように、ツールサイト100にオブジェクトパレット114が設けることで、複数のプログラムモジュールを開発者に選択させる選択手段として開発者端末12を機能させることができる。   FIG. 8 is a diagram illustrating an example of a tool site. In the tool site 110 shown in FIG. 8, for example, an arrangement area 112, an object palette 114, and an API creation button 116 are provided. The arrangement area 112 is an area for arranging a plurality of objects 112A corresponding to one program module. The object palette 114 is a palette for selecting an object 112A to be arranged in the arrangement area 112. The object palette 114 is provided with a plurality of objects 112A corresponding to a plurality of types of program modules. It should be noted that the object palette 114 may be provided with a selection button corresponding to the type of the object 112A. Thus, by providing the object palette 114 in the tool site 100, the developer terminal 12 can function as a selection unit that allows the developer to select a plurality of program modules.

このようなツールサイト110を、開発者は、開発者端末12を介して閲覧する。そして、処理がステップSP24の処理に移行する。   The developer browses such a tool site 110 via the developer terminal 12. And a process transfers to the process of step SP24.

(ステップSP24)
開発者は、API100に組み込みたいプログラムモジュールに対応するオブジェクト112Aをオブジェクトパレット114から配置領域112にドラッグ&ドロップ操作する。これに応答して、開発者端末12は、ドラッグ&ドロップ操作(選択操作)の操作情報、すなわち選択操作情報を開発支援サーバ10に送信する。そして、処理がステップSP26の処理に移行する。
(Step SP24)
The developer drags and drops an object 112 </ b> A corresponding to a program module to be incorporated into the API 100 from the object palette 114 to the arrangement area 112. In response to this, the developer terminal 12 transmits operation information of the drag and drop operation (selection operation), that is, selection operation information to the development support server 10. And a process transfers to the process of step SP26.

(ステップSP26)
開発支援サーバ10は、開発者端末12から選択操作情報を受信する。すなわち、入力手段42に開発者端末12から選択操作情報が入力される。これに応答して、作成手段44は、入力された選択操作情報に基づいてオブジェクト112Aを配置領域112に配置し、この結果をツールサイト110のページデータに反映する。その後、作成手段44は、反映したページデータを開発者端末12に送信する。そして、処理がステップSP28の処理に移行する。なお、オブジェクト112Aを配置する処理は、開発支援サーバ10ではなく、開発者端末12で行われてもよい。この場合、本ステップSP26の処理が省略される。
(Step SP26)
The development support server 10 receives selection operation information from the developer terminal 12. That is, selection operation information is input to the input means 42 from the developer terminal 12. In response to this, the creation unit 44 places the object 112A in the placement area 112 based on the input selection operation information, and reflects the result in the page data of the tool site 110. Thereafter, the creation unit 44 transmits the reflected page data to the developer terminal 12. And a process transfers to the process of step SP28. Note that the process of arranging the object 112A may be performed not by the development support server 10 but by the developer terminal 12. In this case, the process of step SP26 is omitted.

(ステップSP28)
開発者端末12は、ページデータを開発支援サーバ10から受信する。そして、開発者端末12は、受信したページデータに基づき、ツールサイト110を表示する。そして、処理がステップSP30の処理に移行する。
(Step SP28)
The developer terminal 12 receives page data from the development support server 10. Then, the developer terminal 12 displays the tool site 110 based on the received page data. And a process transfers to the process of step SP30.

(ステップSP30)
開発者端末12は、ツールサイト110においてAPI作成ボタン116が押下された否かを判定する。そして、肯定判定された場合には処理がステップSP32の処理に移行し、否定判定された場合には処理がステップSP24の処理に戻る。
(Step SP30)
The developer terminal 12 determines whether or not the API creation button 116 is pressed on the tool site 110. If the determination is affirmative, the process proceeds to step SP32. If the determination is negative, the process returns to step SP24.

(ステップSP32)
開発者端末12は、押下情報を開発支援サーバ10に送信する。そして、処理がステップSP34の処理に移行する。
(Step SP32)
The developer terminal 12 transmits the pressed information to the development support server 10. And a process transfers to the process of step SP34.

(ステップSP34)
開発支援サーバ10は、押下情報を受信する。すなわち、入力手段42に開発者端末12から押下情報が入力される。これに応答して、作成手段44は、今まで入力された選択操作情報が示す複数のオブジェクト112Aにそれぞれ対応するプログラムモジュールを組み合わせてAPI100を作成し、記憶手段40に記憶する。本実施形態では、作成手段44は、配置領域112に配置された複数のオブジェクト112A及び互いの配置関係に基づいてAPI100を作成する。具体的には、作成手段44は、配置領域112に配置された複数のオブジェクト112Aに対応するプログラムモジュールを、配置関係に応じた順番で組み合わせてAPI100を作成する。その後、作成手段44は、作成したAPI100が表示されるように作成結果を管理サイト104のページデータに反映し、当該ページデータを開発者端末12に送信する。そして、処理がステップSP36の処理に移行する。
(Step SP34)
The development support server 10 receives the press information. That is, the pressing information is input to the input unit 42 from the developer terminal 12. In response to this, the creation unit 44 creates the API 100 by combining the program modules respectively corresponding to the plurality of objects 112 </ b> A indicated by the selection operation information input so far, and stores the API 100 in the storage unit 40. In the present embodiment, the creation unit 44 creates the API 100 based on the plurality of objects 112A arranged in the arrangement area 112 and the arrangement relationship between them. Specifically, the creation unit 44 creates the API 100 by combining program modules corresponding to the plurality of objects 112A arranged in the arrangement area 112 in the order corresponding to the arrangement relationship. Thereafter, the creation unit 44 reflects the creation result on the page data of the management site 104 so that the created API 100 is displayed, and transmits the page data to the developer terminal 12. And a process transfers to the process of step SP36.

(ステップSP36)
開発者端末12は、開発支援サーバ10からページデータを受信する。これに応答して、開発者端末12は、受信したページデータに基づいて管理サイト104を表示する。
(Step SP36)
The developer terminal 12 receives page data from the development support server 10. In response to this, the developer terminal 12 displays the management site 104 based on the received page data.

以上により、開発者によるAPI100の作成が完了する。なお、API100の作成完了後、管理サイト104において開発者が編集ボタン104Cを押下すると、作成したAPI100をツールサイト110にて編集することができる。また、管理サイト104において開発者が削除ボタン104Dを押下すると、作成したAPI100を記憶手段40から削除することができる。   This completes the creation of the API 100 by the developer. After the API 100 is created, when the developer presses the edit button 104C on the management site 104, the created API 100 can be edited on the tool site 110. Further, when the developer presses the delete button 104D on the management site 104, the created API 100 can be deleted from the storage means 40.

次に、図6を用いて、保守管理者によるAPI100の利用に際し、保守管理端末14と開発支援サーバ10とスイッチ102との間で行われる処理の流れを説明する。   Next, the flow of processing performed between the maintenance management terminal 14, the development support server 10, and the switch 102 when the API 100 is used by the maintenance manager will be described with reference to FIG.

(ステップSP40)
保守管理者は、開発者からAPI100にアクセスするためのURL(Uniform Resource Locator)をメールや電話等で取得する。その後、保守管理端末14は、保守管理者によるURLの入力と保守管理対象の指定を受け付ける。この保守管理対象の指定は、例えばURLの後に保守管理対象のスイッチ102のアドレスが入力されることで行われる。なお、保守管理対象が複数存在する場合には、それらのアドレスを同時に指定することもできる。そして、処理がステップSP42の処理に移行する。
(Step SP40)
The maintenance manager acquires a URL (Uniform Resource Locator) for accessing the API 100 from the developer by e-mail or telephone. Thereafter, the maintenance management terminal 14 receives the input of the URL and the designation of the maintenance management target by the maintenance manager. The designation of the maintenance management target is performed, for example, by inputting the address of the maintenance management target switch 102 after the URL. When there are a plurality of maintenance management targets, their addresses can be specified at the same time. And a process transfers to the process of step SP42.

(ステップSP42)
保守管理端末14は、保守管理者による入力の確定操作に応答して、入力されたアドレスを含むURLにアクセスすることでAPI100の実行要求を開発支援サーバ10に送信する。そして、処理がステップSP44の処理に移行する。
(Step SP42)
The maintenance management terminal 14 transmits an API 100 execution request to the development support server 10 by accessing a URL including the input address in response to the input confirmation operation by the maintenance manager. And a process transfers to the process of step SP44.

(ステップSP44)
開発支援サーバ10は、保守管理端末14から実行要求を受信する。これに応答して、開発支援サーバ10の実行手段48は、受信した実行要求に基づいてAPI100を実行する。これにより、実行手段48は、スイッチ102の遠隔制御を開始し、設定変更等の各種制御を指示するための制御信号を実行要求に含まれるアドレスが示すスイッチ102に送信する。なお、実行手段48は、実行要求に複数のアドレスが含まれる場合には、複数のアドレスそれぞれが示す各スイッチ102に制御信号を送信する。そして、処理がステップSP46の処理に移行する。
(Step SP44)
The development support server 10 receives an execution request from the maintenance management terminal 14. In response to this, the execution means 48 of the development support server 10 executes the API 100 based on the received execution request. Thereby, the execution means 48 starts remote control of the switch 102, and transmits a control signal for instructing various controls such as setting change to the switch 102 indicated by the address included in the execution request. When the execution request includes a plurality of addresses, the execution means 48 transmits a control signal to each switch 102 indicated by each of the plurality of addresses. And a process transfers to the process of step SP46.

(ステップSP46)
スイッチ102は、開発支援サーバ10から制御信号を受信する。これに応答して、スイッチ102は、受信した制御信号に基づき、スイッチ102の構成要素に対して各種制御を実行する。その後、スイッチ102は、制御結果を開発支援サーバ10に送信する。そして、処理がステップSP48の処理に移行する。
(Step SP46)
The switch 102 receives a control signal from the development support server 10. In response to this, the switch 102 executes various controls on the components of the switch 102 based on the received control signal. Thereafter, the switch 102 transmits the control result to the development support server 10. And a process transfers to the process of step SP48.

(ステップSP48)
開発支援サーバ10は、スイッチ102から制御結果を受信する。これに応答して、開発支援サーバ10は、実行要求元の保守管理端末14に制御結果を転送する。そして、処理がステップSP50の処理に移行する。
(Step SP48)
The development support server 10 receives the control result from the switch 102. In response to this, the development support server 10 transfers the control result to the maintenance management terminal 14 that is the execution request source. And a process transfers to the process of step SP50.

(ステップSP50)
保守管理端末14は、開発支援サーバ10から制御結果を受信する。これに応答して、保守管理端末14は、制御結果を表示する。
(Step SP50)
The maintenance management terminal 14 receives the control result from the development support server 10. In response to this, the maintenance management terminal 14 displays the control result.

以上により、保守管理者によるスイッチ102の保守管理が完了する。   Thus, the maintenance management of the switch 102 by the maintenance manager is completed.

本実施形態によれば、複数のプログラムモジュールに対応するオブジェクト112Aが選択されるようにしていることで、APIの開発者が複数のプログラムモジュールの中から遠隔制御の内容や制御対象となる電子機器の構成に合わせてオブジェクト112Aを複数選択操作することができる。そして、選択操作の後は、作成手段44が、その選択操作情報が示す各オブジェクト112Aのプログラムモジュールを組み合わせてAPI100を作成することになる。したがって、開発者は、オブジェクト112Aの選択操作(だけ)でAPI100を作成することができるので、一からAPI100を作成する手間を省き、もって開発者に掛かる負担を低減することができる。   According to the present embodiment, the object 112A corresponding to a plurality of program modules is selected, so that an API developer can perform remote control contents and electronic devices to be controlled from among the plurality of program modules. A plurality of objects 112A can be selected and operated in accordance with the configuration. Then, after the selection operation, the creation unit 44 creates the API 100 by combining the program modules of the respective objects 112A indicated by the selection operation information. Therefore, since the developer can create the API 100 by (only) the selection operation of the object 112A, it is possible to reduce the burden on the developer by omitting the trouble of creating the API 100 from scratch.

また、開発支援サーバ10が、記憶手段40に記憶されているAPI100を一覧表示するためのページデータを開発者端末12に出力(送信)する出力手段46を備える。これにより、開発者は、出力先となる開発者端末12においてページデータに基づき一覧リスト104Aを含む管理サイト104を表示・閲覧することで、API100の管理を効率的に行うことができる。   Further, the development support server 10 includes output means 46 that outputs (transmits) page data for displaying a list of APIs 100 stored in the storage means 40 to the developer terminal 12. Thus, the developer can efficiently manage the API 100 by displaying and browsing the management site 104 including the list 104A based on the page data on the developer terminal 12 as the output destination.

また、出力手段46は、配置領域112を含むページデータを出力し、作成手段44は、配置領域112に配置された複数のオブジェクト112A及び当該複数のオブジェクト112Aにおける互いの配置関係に基づいてAPI100を作成する。これにより、開発者は、オブジェクト112Aを配置領域112に配置するという、視覚的で分かりやすく、且つ、簡単な操作でAPI100を作成することができる。   Further, the output means 46 outputs page data including the placement area 112, and the creation means 44 outputs the API 100 based on the plurality of objects 112A placed in the placement area 112 and the mutual placement relation of the plurality of objects 112A. create. As a result, the developer can create the API 100 with a simple, visual and easy operation of placing the object 112A in the placement area 112.

また、開発支援サーバ10が、保守管理端末14からAPI100の実行要求を受信した場合に、API100を実行してスイッチ102を遠隔制御する実行手段48を更に備える。これにより、API100を保守管理端末14で実行する場合に比べて、保守管理端末14に掛かる処理負担を低減することができる。   In addition, when the development support server 10 receives an API 100 execution request from the maintenance management terminal 14, the development support server 10 further includes an execution unit 48 that executes the API 100 to remotely control the switch 102. Thereby, compared with the case where API100 is performed with the maintenance management terminal 14, the processing burden concerning the maintenance management terminal 14 can be reduced.

また、本実施形態では、制御対象(保守管理対象)の電子機器が、ネットワークNT間の接続を行うネットワークデバイス(スイッチ102等)である。ここで、ネットワークデバイスは遠隔地に点在している場合があるので、本実施形態のようにネットワークデバイスに対して遠隔制御をすることで保守管理の効率性が高くなる。   In the present embodiment, the electronic device to be controlled (maintenance management target) is a network device (such as the switch 102) that performs connection between the networks NT. Here, since there are cases where network devices are scattered in remote locations, the efficiency of maintenance management is increased by remotely controlling the network devices as in this embodiment.

以上、具体例を参照しつつ本発明の実施の形態について説明した。しかし、本発明はこれらの具体例に限定されるものではない。すなわち、これら具体例に、当業者が適宜設計変更を加えたものも、本発明の特徴を備えている限り、本発明の範囲に包含される。前述した各具体例が備える各要素およびその配置、条件、形状などは、例示したものに限定されるわけではなく適宜変更することができる。   The embodiments of the present invention have been described above with reference to specific examples. However, the present invention is not limited to these specific examples. In other words, those specific examples that have been appropriately modified by those skilled in the art are also included in the scope of the present invention as long as they have the characteristics of the present invention. Each element included in each of the specific examples described above and their arrangement, conditions, shape, and the like are not limited to those illustrated, and can be changed as appropriate.

例えば、API100は保守管理者の操作に応じて実行される場合を説明したが、所定のタイミングで自動的に実行されてもよい。また、API100の実行手段48は、開発支援サーバ10に設ける場合を説明したが、保守管理端末14や他の端末装置に設けてもよい。すなわち、API100が保守管理端末14や他の端末装置に保存されて実行されてもよい。   For example, although the API 100 has been described as being executed according to the operation of the maintenance manager, it may be executed automatically at a predetermined timing. Moreover, although the execution means 48 of API100 demonstrated the case where it provided in the development assistance server 10, you may provide in the maintenance management terminal 14 or another terminal device. That is, the API 100 may be stored in the maintenance management terminal 14 or another terminal device and executed.

また、図8に示したツールサイト110は一例であり、例えばオブジェクトパレット114がなく、代わりに、プログラムモジュール自体を選択するパレット等が設けられてもよい。   Further, the tool site 110 shown in FIG. 8 is an example. For example, the object palette 114 may not be provided, and a palette for selecting the program module itself may be provided instead.

10…開発支援サーバ(情報処理装置)
40…記憶手段
44…作成手段(選択手段)
46…出力手段
48…実行手段
102 スイッチ(電子機器)
10 ... Development support server (information processing device)
40 ... Storage means 44 ... Creation means (selection means)
46... Output means 48... Execution means 102 Switch (electronic equipment)

Claims (6)

複数のプログラムモジュールを選択させる選択手段と、
選択されたプログラムモジュールを組み合わせてネットワークに接続される電子機器を遠隔制御するためのソフトウェアプログラムを作成して保存する作成手段と、
を備える情報処理装置。
Selection means for selecting a plurality of program modules;
Creating means for creating and storing a software program for remotely controlling an electronic device connected to a network by combining selected program modules;
An information processing apparatus comprising:
保存されているソフトウェアプログラムを一覧表示するための表示データを出力する出力手段を更に備える、
請求項1に記載の情報処理装置。
Output means for outputting display data for displaying a list of stored software programs;
The information processing apparatus according to claim 1.
前記出力手段は、前記複数のプログラムモジュールのうち一つのプログラムモジュールに対応したオブジェクトを複数配置するための配置領域を含む表示データを出力し、
前記作成手段は、前記配置領域に配置された複数のオブジェクト及び前記複数のオブジェクトにおける互いの配置関係に基づいて前記ソフトウェアプログラムを作成する、
請求項2に記載の情報処理装置。
The output means outputs display data including an arrangement area for arranging a plurality of objects corresponding to one program module among the plurality of program modules;
The creation means creates the software program based on a plurality of objects arranged in the arrangement area and a mutual arrangement relationship in the plurality of objects.
The information processing apparatus according to claim 2.
前記ネットワークを介して前記電子機器及び端末装置と通信可能であって、前記端末装置から前記ソフトウェアプログラムの実行要求を受信した場合に、前記ソフトウェアプログラムを実行して前記電子機器を遠隔制御する実行手段を更に備える、
請求項1乃至3の何れか1項に記載の情報処理装置。
Execution means capable of communicating with the electronic device and the terminal device via the network and executing the software program to remotely control the electronic device when a request to execute the software program is received from the terminal device Further comprising
The information processing apparatus according to any one of claims 1 to 3.
前記電子機器は、ネットワーク間の接続を行うネットワークデバイスである、
請求項1乃至4の何れか1項に記載の情報処理装置。
The electronic device is a network device for connecting between networks.
The information processing apparatus according to any one of claims 1 to 4.
コンピュータに、
複数のプログラムモジュールをユーザに選択させる機能と、
選択されたプログラムモジュールを組み合わせてネットワークに接続された電子機器を遠隔制御するためのソフトウェアプログラムを作成して保存する機能と、
を実現させるプログラム。
On the computer,
A function that allows a user to select a plurality of program modules;
A function for creating and storing a software program for remotely controlling an electronic device connected to a network by combining selected program modules;
A program that realizes
JP2016136023A 2016-07-08 2016-07-08 Information processing apparatus and program Active JP6608770B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016136023A JP6608770B2 (en) 2016-07-08 2016-07-08 Information processing apparatus and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016136023A JP6608770B2 (en) 2016-07-08 2016-07-08 Information processing apparatus and program

Publications (2)

Publication Number Publication Date
JP2018005824A true JP2018005824A (en) 2018-01-11
JP6608770B2 JP6608770B2 (en) 2019-11-20

Family

ID=60949509

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016136023A Active JP6608770B2 (en) 2016-07-08 2016-07-08 Information processing apparatus and program

Country Status (1)

Country Link
JP (1) JP6608770B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020009384A (en) * 2018-07-12 2020-01-16 株式会社Arblet Data management server, data management method, and data management program
JP2020021374A (en) * 2018-08-02 2020-02-06 日本電信電話株式会社 Api adapter generating apparatus, api adapter generating method, and api adapter generating program
JP2020123130A (en) * 2019-01-30 2020-08-13 Ckd株式会社 Image processing programming device and image processing programming method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000047963A (en) * 1998-05-29 2000-02-18 Nippon Telegr & Teleph Corp <Ntt> Network managing system
JP2013171322A (en) * 2012-02-17 2013-09-02 Toshiba Corp Plant operation support device, plant operation support program and plant operation support method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000047963A (en) * 1998-05-29 2000-02-18 Nippon Telegr & Teleph Corp <Ntt> Network managing system
JP2013171322A (en) * 2012-02-17 2013-09-02 Toshiba Corp Plant operation support device, plant operation support program and plant operation support method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020009384A (en) * 2018-07-12 2020-01-16 株式会社Arblet Data management server, data management method, and data management program
JP2020021374A (en) * 2018-08-02 2020-02-06 日本電信電話株式会社 Api adapter generating apparatus, api adapter generating method, and api adapter generating program
WO2020026778A1 (en) * 2018-08-02 2020-02-06 日本電信電話株式会社 Api adapter creation device, api adapter creation method, and api adapter creation program
JP2020123130A (en) * 2019-01-30 2020-08-13 Ckd株式会社 Image processing programming device and image processing programming method

Also Published As

Publication number Publication date
JP6608770B2 (en) 2019-11-20

Similar Documents

Publication Publication Date Title
CN111027921B (en) Service processing method and device, electronic equipment and storage medium
US20210034336A1 (en) Executing a process-based software application in a first computing environment and a second computing environment
TWI641994B (en) Method, device and non-transitory machine readable medium for messaging application interacting with one or more extension applications
JP5489807B2 (en) Information processing apparatus, form data creation method, and computer program
US10402483B2 (en) Screenshot processing device and method for same
WO2019128392A1 (en) Method and apparatus for extracting service field, and electronic device and storage medium
TW201743584A (en) Message extension app store
JP6608770B2 (en) Information processing apparatus and program
JP2019121285A (en) Configuration change management device, configuration change management method, and program
WO2015145564A1 (en) Information processing device, information processing method, program, and recording medium
WO2017161901A1 (en) Method and device for marking event on electronic calendar
JP6711235B2 (en) Information processing system, information processing device, program, and questionnaire operation method
CN112433728A (en) Website construction method and device, electronic equipment and storage medium
JP5975113B2 (en) Information processing apparatus, work environment cooperation method, and work environment cooperation program
KR20180007483A (en) A dynamic ui distributing system using terminal native ui and a method thereof
JP2013131107A (en) Information process system, information processing unit, information processing method, and computer program
JP2007122691A (en) Information processor, information processing method and program
JP7039903B2 (en) Information processing system, information processing device, program and screen sharing terminal control method
CN113094772A (en) File processing method and device and storage medium
JP2021125046A (en) File management apparatus and file management program
US20170316108A1 (en) Data processsing system, data processing device, and program for editing webpage
JP5403445B2 (en) Virtual machine management apparatus, virtual machine management method, and program
US20140245288A1 (en) Apparatus and method for manufacturing web widget
JP2013164861A (en) Online system, program creation device and screen control program creation device
JP2017126231A (en) Document generation system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160728

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20170612

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20170615

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20170804

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180105

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180213

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20180718

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180910

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20180918

A912 Re-examination (zenchi) completed and case transferred to appeal board

Free format text: JAPANESE INTERMEDIATE CODE: A912

Effective date: 20181005

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190619

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20191024

R150 Certificate of patent or registration of utility model

Ref document number: 6608770

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250