JP3596975B2 - Platform system - Google Patents

Platform system Download PDF

Info

Publication number
JP3596975B2
JP3596975B2 JP6291296A JP6291296A JP3596975B2 JP 3596975 B2 JP3596975 B2 JP 3596975B2 JP 6291296 A JP6291296 A JP 6291296A JP 6291296 A JP6291296 A JP 6291296A JP 3596975 B2 JP3596975 B2 JP 3596975B2
Authority
JP
Japan
Prior art keywords
task
module
application program
task module
accessor
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
JP6291296A
Other languages
Japanese (ja)
Other versions
JPH09258989A (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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP6291296A priority Critical patent/JP3596975B2/en
Publication of JPH09258989A publication Critical patent/JPH09258989A/en
Application granted granted Critical
Publication of JP3596975B2 publication Critical patent/JP3596975B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Exchange Systems With Centralized Control (AREA)
  • Telephonic Communication Services (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、通信分野、事務分野などで使用される情報通信ネットワークの管理、運用などにおいてデータベース群やアプリケーションプログラム群、タスクモジュール群とのデータ流通や、各種複数のシステム間のデータ流通に使用されるプラットフォームに関する。
【0002】
【従来の技術】
図9はアプリケーションプログラムAP ,AP がそれぞれデータ群D,Dを蓄積しているデータベースDB ,DB をそれぞれ使用して一連の仕事を行うことを示しているが、同図に示すように、データベースDB,DBと、該データベースDB,DBを用いて一連の仕事を行うアプリケーションプログラムAP,APとはデータ転送の形式や制御に関して、そのシステム内でしか利用できない形式であった。
【0003】
このため、データベースのデータの流通が困難であったり、データベースを変更すると、アプリケーションプログラムも変更する必要があった。すなわち、アプリケーションプログラムAP でデータベースDB のデータ群DとデータベースDB のデータ群Dの両方を使用して一連の仕事を行うことができず、アプリケーションプログラムまたはシステムを新規に作成する必要があった。
【0004】
また、図10に示すように、線路業務における特定の作業や測定を実行する装置と、これを動作させるプログラムによって構成されるタスクモジュールと呼ばれる個別システムにおいても、データ転送の形式や制御に関して、そのシステム内でしか利用できない形式であった。このため、タスクモジュールをM,Mと変更すると、アプリケーションプログラムもAP,APと変更する必要があった。さらに、複数のタスクモジュールと複数のデータベースを使用するアプリケーションプログラムの場合の変更は非常に複雑である。
【0005】
このような問題を解消する手段として、図11に示すように、アプリケーションプログラムAP〜APとデータベースDB,DB、アプリケーションプログラムAP〜APとタスクモジュールM,Mをデータ転送の形式や制御に関して分離し、アプリケーションプログラムAP〜APやデータベースDB,DB、タスクモジュールM,M毎に共通のインタフェ−ス機能(アプリケーションプログラムAP〜APに対してはAPインタフェーサ1、データベースDB,DBに対してはDBインタフェーサ2、タスクモジュールM,Mに対してはMインタフェーサ5)を有するプラットフォームPFを構成することで、データの流通を図るとともに、データベースDB,DBやタスクモジュールM,Mの変更がアプリケーションプログラムAP〜APへ及ぼす影響を軽減することが可能である。ただし、インタフェース機能のみを有する構成では、複数のアプリケーションプログラムからの業務処理依頼に対して、緊急性の高い業務が有限なリソースであるタスクモジュールを占有したり、逆に緊急性の低い業務がタスクモジュールを占有したりする。緊急性の低い業務がタスクモジュールを占有すると、この業務に対する処理が終了するまで、緊急性の高い業務が待ち状態となり不都合が生じる。このような状態を避けるため、アクセッサ6は業務間の優先度を管理制御する。オペレータはあらかじめ業務毎に優先度を設定する。そして、優先度の低い業務がタスクモジュールを占有しているときに、優先度の高い業務が発生したら、優先度の低い業務を一時中断して、優先度の高い業務がタスクモジュールを利用できるように接続の制御を実行する。最後に、優先度の高い業務が処理を終えたら、一時中断していた優先度の低い業務を再開させる操作を実行する。このような業務別の優先度管理制御をアクセッサ6と呼ぶ優先度管理制御機能が実行する。
【0006】
このように、プラットフォームは複数のデータベースやタスクモジュールとアプリケーションプログラムを接続するためのソフトウエアであり、例えば、電子情報通信学会誌Vol. E76−B, No.4, April 1993, pp.391−401のN. Kashima et. al.“Optical cable network operataion in subscriber loops”で議論されている。
【0007】
加入者系オペーションシステムのアプリケーションプログラム構築技術では、故障復旧業務のような線路業務フローを、運用するタスクモジュールを単位として、素業務と呼ぶ業務をさらに細分化した、タスクモジュールを指定するためのひとまとまりの仕事に分解する。そして、この様々な素業務の組み替えによって、図12に示す故障復旧業務のようなアプリケーションプログラムを自由に構築できる。図12に示す故障復旧業務は、前述した素業務に細分化される。そして、この素業務1つ1つがタスクモジュールの実行する仕事に相当する。例えば、判定やパルス試験の素業務はAモジュールというタスクモジュールを用いて実行され、最適ルート/切替の素業務はBモジュールというタスクモジュールによって実行される。このような素業務を自由に組み合わせることによって、図12に示すような故障復旧業務のような業務フローが構築できる。
【0008】
【発明が解決しようとする課題】
しかしながら図13に示すように、例えば、試験監視モジュール(この試験監視モジュールとは、光通信分野における回線である光ファイバを数万本単位で収容し、この光ファイバの故障点を探索する破断点検出作業や、その破断点における損失測定作業を行う装置と、この装置を動作させるプログラムを具備した測定システムを表す)の場合、1台の試験監視モジュールM11,M12,M13内に収容可能な心線の数が数万本に限られるため、大規模加入者地域ではこのような試験監視モジュールが数台必要となる。同様に、加入者系における他のタスクモジュールや今後構築されるタスクモジュールについても、1つのタスクモジュールに収容可能な心線の数には限界があるので、同一の処理を実行するタスクモジュールでありながら、異なる心線番号を収容するタスクモジュールが多数存在することになる(以降ではこのようなタスクモジュールを多重したタスクモジュールと呼ぶ)。図14では、図12に示した故障復旧業務の一部を上方に示し、それに対応するタスクモジュールを下方に示している。例えば、判定/故障距離測定という素業務は試験監視モジュールというタスクモジュールによって実行されることを示している。ただし、電話番号入力という素業務に対しては、オペレータが計算機に投入する作業のみであるから対応するタスクモジュールが存在しない。そして、故障復旧業務は左方より開始され矢印の向きに処理が実行される。従来のプラットフォームシステムでは、同一の処理を実行するタスクモジュールでありながら、図14に示す試験監視モジュールM11,M12,M13のように、多重したタスクモジュールが存在する場合、適切なタスクモジュールを選択する配慮がなされておらず、単一のタスクモジュールに対してのみ業務処理依頼の接続が行われる構成であった。このため、不良心線を図14に示す共通データベースDBによって特定できても、その心線がどの試験監視モジュールに収容されているかということと、収容先の試験監視モジュールへの処理依頼が実現不可能な構成である。アプリケーションプログラム構築技術では、例えば故障復旧業務を行う場合には、図13に示す素業務のフローが構築できる。ユーザから故障苦情を受けたオペレータは故障復旧のアプリケーションプログラムを起動させる。まず、対象となる電話番号を入力して、その電話番号情報を元に共通データベースDBから心線情報を検索する。次に、試験監視モジュールで該当する光ファイバの破断点検出を行う。大規模加入者地域では、収容する加入者数が非常に多いので、加入者数に比例して試験監視モジュールなどのタスクモジュールが多重して必要となる。このような試験監視モジュールが複数存在すると、検索した心線がどの試験監視モジュールに収容されているのかを特定できない。つまり、アプリケーションプログラム構築技術においても、多重タスクモジュールが存在すると、素業務に対するタスクモジュールを特定できないので不都合が生じる。
【0009】
また、緊急性の低い定期試験業務のような業務が、使用頻度が比較的に高い試験監視モジュールを占有しているときに、故障復旧業務のような緊急性の高い業務が発生した場合には、緊急性の低い業務の処理が終了するまで、緊急を有する業務を待ち状態にさせてしまう可能性がある。従来のプラットフォームでは、このような状況を回避するために業務毎に優先度を決定して、プラットフォーム内の優先度制御機能であるアクセッサによって緊急性の高い業務を該当するタスクモジュールへ優先的に接続して、この問題に対処していた。しかし、上記のように多重したタスクモジュールが存在する場合では、従来のプラットフォームの優先度管理制御機能部であるアクセッサでは、アプリケーションプログラムの業務フローにおいて、どのタスクモジュールを使用するのかについては特定できるが、どの多重タスクモジュールを使用するのかまでをあらかじめ特定できないので、優先度制御機能が効果的に実行できない。
【0010】
また、このような従来のプラットフォームはオブジェクト指向言語の一つであるC++を用いて構成され、その設計においては J. Rumbaugh et al.,“Object−Oriented Modeling and Design ”,Prentice Hall, Inc., 1991 のオブジェクト指向モデリング手法(以下OMT法と略称)を用いている。この手法によって、各インタフェース機能や優先度管理制御機能はオブジェクトとして設計され、これらオブジェクトの結合体としてプラットフォームが動作する構成である。しかしながら、例えば、線路業務を実行する際に、アプリケーションプログラムがタスクモジュールのみ利用してデータベースを用いない業務であれば、構成としてDBインタフェーサが不要である。同様に、従来のプラットフォームでは、複数業務の優先管理制御機能としてアクセッサを具備しているが、業務が複数存在せず、単一の業務のみ発生する場合には、優先度管理制御を実行する必要がなく、接続に関与するインタフェーサのみ具備すれば、プラットフォームの構成として十分である。このように従来のプラットフォームの構成は、固定された情報処理システムとして構築され、必ずしも使用環境に適さないことがある。
【0011】
また、加入者系における光化の展開は、現時点の初期の段階から成長期、成熟期を経て進展するものと思われる。したがって、加入者系オペレーションシステムの導入期においては、タスクモジュールの種類が豊富でないことや、光ファイバとメタリックケーブルの混在する時期でもあり、複雑な機能を有するよりも単純な機能のみを有し、基本的な動作を実行するオペレーションシステムの方が適している。そして、将来的には、線路網形態が変化したり、光技術の進歩によって多種多様なタスクモジュールの出現が予想される。また、社会の要求に適合するためにオペレーションシステム自体も徐々に進化して、新たな機能が必要となる。このような時期において初めて、拡張性と機能性に富んだオペレーションシステムが要求される。
【0012】
本発明の目的は、同一処理を実行するタスクモジュールが多重して存在する場合でも、多重タスクモジュール群から適切なタスクモジュールを選定して、該当する多重タスクモジュールへのアプリケーションプログラムの接続を実行し、さらに、発生した業務毎の優先度から判断して、効率的な接続を行う優先度管理制御を実行するプラットフォーム(これを多重タスクモジュール接続プラットフォームと呼ぶ)を有するプラットフォームシステムを提供することにある。
【0014】
【課題を解決するための手段】
本発明のプラットフォームシステムは、データベース群と、対象毎に制御および/または管理の異なるタスクモジュールである多重タスクモジュール群と、前記データベース群と前記多重タスクモジュール群を用いて一連の仕事を行うアプリケーションプログラム群と、これらデータベース群、多重タスクモジュール群、アプリケーションプログラム群の結合部であるプラットフォームを含むプラットフォームシステムにおいて、多重タスクモジュール群の多重タスクモジュールの中から該当するタスクモジュールを検索し、該タスクモジュールの接続を制御するタスクモジュールマネージャと、タスクモジュールマネージャが該当するタスクモジュールを検索する時に利用される、各タスクモジュールの特性を示す情報を蓄積する専用データベースと、緊急性の高いアプリケーションプログラムを優先的にタスクモジュールへ接続切替する優先度管理制御を実行するタスクモジュールアクセッサを前記プラットフォームが有する。
【0015】
本発明は、試験監視モジュールなどの個別のタスクモジュール毎にタスクモジュールマネージャとタスクモジュールアクセッサを構築し、さらに専用データベースを設ける。このタスクモジュールマネージャは、処理を実行するのに適切な多重タスクモジュールを選定し、その多重タスクモジュールへの接続を管理する。タスクモジュールマネージャが多重タスクモジュールを選定するときの情報は専用データベースから入手する。専用データーベースは、タスクモジュールマネージャが適切な多重タスクモジュールを選定するときに必要とする情報を蓄積している。例えば、試験監視モジュールの場合、対象とする光ファイバの心線番号から、これを収容している試験監視モジュールが、どの試験監視モジュールであるかという情報を蓄積している。そして、タスクモジュールアクセッサによって、従来のプラットフォームにおけるアクセッサが実行するのと同様に多重タスクモジュールに関する優先度管理制御を実行する。例えば、優先度の低い業務が多重タスクモジュールを占有しているときに優先度の高い業務が発生した場合に、優先度の低い業務を一時中断させて、優先度の高い業務を先に実行させる。そして、優先度の高い業務の処理が終了したら、一時中断していた優先度の低い業務を再開させるという一連の操作をタスクモジュールアクセッサは実行する。タスクモジュールが多重した場合には適切なタスクモジュールを選定することと、タスクモジュールにおいて緊急の業務が発生した場合に優先度の高い業務を優先的に実行させるための優先度制御機能を併せもつことを目的とした多重タスクモジュール群への接続を行う。
【0018】
また、例えば、光ファイバの破断点検出や損失測定を行う試験監視モジュールの場合、1台の試験監視モジュール内に収容可能な心線の数が数万本に限られるため、大規模加入者地域ではこのような試験監視モジュールが数台必要となる。このような多重タスクモジュールが存在するときに、多重タスクモジュールの接続管理制御を実行するタスクモジュールマネージャと優先度管理制御を実行するタスクモジュールアクセッサが必要となるが、これらは多重タスクモジュールが新規に登録される度にタスクモジュールマネージャとタスクモジュールアクセッサの上位クラスから自動的に発生して、多重タスクモジュールに対して固有のタスクモジュールマネージャとタスクモジュールアクセッサとなる。
【0019】
【発明の実施の形態】
次に、本発明の実施の形態について図面を参照して説明する。
【0020】
図1は、本発明の一実施形態のプラットフォームシステムの構成図である。
【0021】
本実施形態のプラットフォームシステムはアプリケーションプログラムAP〜APとタスクモジュールM,M12,M13とデータベースDB ,DBとプラットフォームPFで構成されている。プラットフォームPFは、アプリケーションプログラムAP ,AP ,AP ,AP とのインタフェ−スであるAPインタフェーサ1と、専用データベースDB ,データベースDB とのインタフェ−スであるDBインタフェーサ2と、多重したタスクモジュールである試験監視モジュールや切替運用モジュールであるタスクモジュールM11,M12,M13とのインタフェースであるMインタフェーサ5と、タスクモジュールM11,M12,M13に対してアプリケーションプログラムAP 〜AP との接続管理を実行するM マネージャ4と、緊急性の高いアプリケーションプログラムを優先的にタスクモジュールへ接続切替する優先度切替制御を実行するM アクセッサ3と、アクセッサ6で構成されている。
【0022】
専用データベースDB は、検索した心線番号を収容している多重タスクモジュールの情報を蓄積している。そして、M マネージャ4はこの専用データベースDB を用いて、多重タスクモジュールM11,M12,M13の中から該当するタスクモジュールを検索し、そのタスクモジュールへの接続を制御する。M アクセッサ3は、多重タスクモジュールに関する使用権の優先度管理制御を実行する。タスクマネージャ2およびタスクアクセッサ1は、多重タスクモジュールM11,M12,M13で処理する業務の優先度や個々の多重タスクモジュールM11,M12,M13での最大同時処理可能数などの情報を把握している。アクセッサ6はM アクセッサ3と同様に線路業務の優先度制御を行う。ただし、このアクセッサ6は単一で存在するタスクモジュールに対して動作し、特定のタスクモジュールが多重して存在する場合には、その多重タスクモジュールに対して動作しない。もし、すべてのタスクモジュールが多重して存在する場合には、オブジェクトツールプラットフォームのエディタ機能によって、このアクセッサ6を除去することが可能である。データベースDBは線路業務を実行するためのデータベースである。具体例としては、図12における電話番号/心線番号検索という作業を実行する。ここでは、1つのデータベースしか図示されていないが、実際には図12におけるデータ更新や心線不良履歴追加などのための種々のデータベースが存在する。
【0023】
図2は試験監視モジュールと切替運用モジュールがそれぞれ多重して存在し、情報収集モジュールが単一で存在する場合のMマネージャA ,AとMアクセッサB,B、多重した各タスクモジュールM11,M12,M21,Mおよび情報収集モジュールMの接続に関する構成図を示す。
【0024】
図3は、上記の動作を行うアクセス手順の例を示す。ここでは、図12に示した故障復旧業務を例として、簡単のため業務開始から試験監視モジュールの測定が終了するまでの部分のみを示す。(1)アプリケーションプログラムAPは故障苦情のあった電話番号を元に、データベースDBから心線番号を検索する。(2)データベースDB は依頼のあった電話番号の心線番号を検索し、検索結果を送信する。(3)アプリケーションプログラムAPは多重試験監視モジュールへ故障の判定と故障距離の測定を依頼するが、ここで試験監視モジュールは多重タスクモジュールであるから、アプリケーションプログラムAPは実際に多重タスクモジュールが処理をする前に適切な多重タスクモジュールにアプリケーションプログラムAPが接続できるように試験監視MマネージャA へ依頼する。(4)試験監視MマネージャA は専用データベースDB にアクセスして、心線番号を収容する多重タスクモジュールの情報の検索を依頼する。(5)専用データベースDB は依頼された検索結果を試験監視MマネージャAへ送信する。(6)試験監視MマネージャA は得られた情報から適切な多重タスクモジュールへ処理を依頼するが、その前に優先度管理制御を実行する試験監視MアクセッサB へアプリケーションプログラムAPを接続する。(7)試験監視MアクセッサB では優先度制御を実行して、適切な優先度制御を実行後に多重タスクモジュール(ここでは例として多重試験監視モジュールM11とする)に処理を依頼する。(8)多重試験監視モジュールM11は故障の判定と故障距離の測定を終了したら、その結果を試験監視MアクセッサBへ送信する。(9)試験監視MアクセッサBは、処理結果をアプリケーションプログラムAPへ送信する。
【0025】
図4は多重タスクモジュールが存在し、ある多重タスクモジュールにおいて優先度制御が要求される場合のMアクセッサの動作に関するアクセス手順の例を示す図である。ある多重タスクモジュールへのアプリケーションプログラムからの処理依頼数が、その多重タスクモジュールの最大同時処理可能数を越えてしまった場合、多重タスクモジュールでのいずれかの処理が終了するまで、最大同時処理可能数を越えて接続してきたアプリケーションプログラムからの処理依頼は実行されず、待ち状態に陥ってしまう。例えば、多重タスクモジュールの最大同時処理可能数が1として、この多重タスクモジュールを定期試験業務のような重要度の低い業務が占有しているときに、故障復旧業務のような緊急を要する業務が発生して、この多重タスクモジュールを使用するときには、現在実行されている定期試験業務が終了するまで、故障復旧業務に関する処理は開始されない。このような事態を回避するために、あらかじめ業務毎に優先度をつけて、優先度が低く中断可能な業務が多重タスクモジュールを占有しているときに、優先度の高い業務が接続してきた場合に、優先度の低い業務を一時中断させて、優先度の高い業務が先に多重タスクモジュールを使用できる優先度制御をMアクセッサが行う。優先度の高い業務が多重タスクモジュールの使用を終了したら、Mアクセッサは一時中断している優先度の低い業務を再開させる。優先度制御時の、一時中断した業務のデータはMアクセッサで管理する。
【0026】
図4において、アプリケーションプログラムAP とアプリケーションプログラムAP の優先度においてはアプリケーションプログラムAP の方が優先度が高いものとする。
【0027】
(1)多重タスクモジュールM11を用いるアプリケーションプログラムAP が発生して、試験監視MマネージャAへアプリケーションプログラムAPを接続する。図3において、適切な多重タスクモジュールを選択する一連の処理を明記したので、ここではその処理の説明を省略する。(2)試験監視MマネージャAは試験監視MアクセッサBに優先度制御のためにアプリケーションプログラムAPを接続する。(3)試験監視MアクセッサBは優先度を考慮して多重試験監視モジュールM11へアプリケーションプログラムAP を接続する。ただし、ここでは、アプリケーションプログラムAP よりも前に処理依頼されているアプリケーションプログラムがないので、優先度制御は実行されずに多重試験監視モジュールM11にアプリケーションプログラムAPを接続する。(4)アプリケーションプログラムAP が多重試験監視モジュールM11に接続された後にアプリケーションプログラムAP より優先度の高いアプリケーションプログラムAP が発生して、試験監視マネージャAにアプリケーションプログラムAPを接続する。図3において、適切な多重タスクモジュールを選択する一連の処理を明記したので、ここでもその処理の説明を省略する。(5)試験監視MマネージャAは試験監視MアクセッサBに優先度制御のためにアプリケーションプログラムAPを接続する。(6)試験監視MアクッセサBはアプリケーションプログラムAP とアプリケーションプログラムAP の優先度を比較するが、この場合アプリケーションプログラムAP の方が優先度が高いので、アプリケーションプログラムAP の処理実行を中断するように命令する。(7)多重試験監視モジュールM11はアプリケーションプログラムAP を中断したことを示す信号と一時中断データを試験監視MアクセッサBへ送信する。(8)試験監視MアクセッサBはアプリケーションプログラムAP の処理を多重試験監視モジュールM11へ依頼する。(9)多重試験監視モジュールM11はアプリケーションプログラムAP の処理が終了したら、その結果を試験監視MアクセッサBへ送信する。(10)試験監視MアクセッサBは処理結果をアプリケーションプログラムAP へ送信する。(11)試験監視MアクセッサBは一時中断していたアプリケーションプログラムAPを再開する信号とその中断データを多重試験監視ジュールM11へ送信する。(12)多重試験監視ジュールM11はアプリケーションプログラムAP の処理が終了したら、その結果を試験監視MアクセッサBへ送信する。(13)試験監視MアクセッサBは処理結果をアプリケーションプログラムAP へ送信する。
【0028】
図5は本発明におけるオペレーションシステムの設計例を示している。この設計には前記OMT法を用いている。
【0029】
この設計には、実世界の抽象概念をオブジェクトとして捉え、これらオブジェクトのモデル化とオブジェクト間の関連を記述するのに有効な、前記OMT記法をによる3つのモデルのうちのオブジェクトモデルを用いて記述している。このオブジェクトモデルは、システム内のオブジェクトとそれらの関係を記述するのに有効な手法である。図4における線路オペレーションスシテムは、各地域の保守センターから一般ユーザまでの設備や装置に対する管理や保守、制御を実行するシステムであり、交換系や伝送系などのような他のオペレーションシステムと統合された統合オペレーションシステムの一要素である。OMT記法では、この統合オペレーションシステムをスーパークラスとし、線路オペレーションシステムや他オペレーションシステムをサブクラスとする。サブクラスはスーパークラスの特性を継承するという特徴をもつ。このような継承の関係を示す記法がスーパークラスとサブクラスをつなぐ三角形である。また、線路業務における特定の作業や測定を実行する装置とこれを動作させるプログラムによって構成されるタスクモジュールやデータベース、そしてこれらタスクモジュールやデータベースを用いて一連の仕事を行うアプリケーションプログラム、共通のインタフェ−ス機能を具備して、これらのアプリケーションプログラムやタスクモジュール、データベースの制御を実行するプラットフォームが、線路オペレーションシステムの要素となる。このように線路オペレーションシステムの構成要素を階層レベルに分けて関連づけることをOMT記法では集約と呼び、菱形で記述する。図5における黒丸は、該当するオブジェクトが複数存在することを記述する。各オブジェクト間の関係をOMT記法では関連と呼び、線分によって結合される。
【0030】
保守オペレータはエディタを操作してPF(プラットフォーム)を編集する。また、オペレータはアプリケーションプログラムAPを操作することによって、線路業務を実行する。PFは他オペレーションシステムとの接続を管理するシステムマネージャと、線路業務の優先度制御を実行するアクセッサ、アプリケーションプログラムAPやタスクモジュールMに対してデータ転送や制御命令のインタフェースを司るインタフェーサを保持する。これらシステムマネージャやアクセッサ、インタフェーサはPFの構成要素であり、PFと集約の関係にある。インタフェーサはさらにAPインタフェーサ、Mインタフェーサ、DBインタフェーサ、システムインタフェーサに分類される。これら各インタフェーサは、その上位クラスであるインタフェーサの特性を継承する。アプリケーションプログラムAP、タスクモジュールM、データベースDBはそれぞれAPインタフェーサ、Mインタフェーサ、DBインタフェーサへ接続される。特にMインタフェーサには、多重したタスクモジュールが存在するような場合に、適切なタスクモジュールに接続し、かつ優先度制御を実行するためにMマネージャとMアクセッサが必要である。そのために、Mインタフェーサはタスクモジュールとのインタフェースを実行する作業の他に、上記の作業を実行するためのMマネージャとMアクセッサを保持する。Mマネージャは多重するタスクモジュールの中から適切なタスクモジュールを選択するために、専用データベースへアクセスし、情報を検索する。アクセッサはAPインタフェーサを通じてアプリケーションプログラムAPの優先度を管理し、この優先度に応じてタスクモジュールとデータベースを優先度制御する。
【0031】
図6は本発明におけるプラットフォーム作成エディタの構成例を示す。プラットフォームの各機能(アクセッサ、APインタフェーサ、Mインタフェーサ、DBインタフェーサ、システムマネージャ、他システムインタフェーサなど)をあらかじめオブジェクト化して、これれらをリポジトリに保管する。ここまでの操作はプラットフォームシステムの提供者である、ソフトウェアの開発者が行う。ユーザはリポジトリの中から必要な機能のみを選択して、最後に決定ボタンを押下することによって使用環境に応じたプラットフォームを作成することができる。
【0032】
図7は本発明におけるプラットフォーム編集機能での新規タスクモジュールの登録例を示す。多重タスクモジュールが存在する場合は、適切なタスクモジュールを選択して接続を実行するMマネージャと多重タスクモジュールにおける優先度管理制御を実行するMアクセッサが必要である。多重タスクモジュールが存在する場合、画面の操作を実行することによって、プラットフォーム編集機能は当該の機能を自動的に生成する。
【0033】
図8は、最も基本的なプラットフォームの構成図である。このプラットフォームの保持する機能はAPインタフェーサとM(タスクモジュール)(あるいはデータベース)インタフェーサのみである。線路業務であるアプリケーションプログラムAPは単一のタスクモジュールM(あるいはデータベース)による処理のみを要求する。発生する業務が一つだけなので、優先度制御を実行する必要がなく、したがって、アクセッサは不要である。このようなプラットフォームの構成は動作するタスクモジュールがただ一つしか存在せず、発生する線路業務もただ一つしか存在しない場合に有効である。この基本的なプラットフォームもユーザが編集機能を操作することによって作成することができる。
【0034】
もちろん、図1に示したようなプラットフォームも上記のような編集機能をユーザが操作することによって作成することができる。
【0035】
【発明の効果】
以上説明したように、本発明は、以下に示すような効果がある。
多重するタスクモジュール群への業務処理に関して、Mマネージャが適切な多重タスクモジュールを専用データベースから検索することによって、多重タスクモジュール群の中から該当するタスクモジュールを特定して、そのタスクモジュールへ接続することができ、多重するタスクモジュールに対してMアクセッサが優先制御を実行することによって、緊急度に応じた多重タスクモジュールへの接続が可能である。
【0036】
この特徴により、従来は単一のタスクモジュールに対してのみ、アプリケーションプログラムから業務処理依頼のための接続が可能であったが、多重タスクモジュールのシステム構成においても、多重するタスクモジュールの中から適切なタスクモジュールを選定して、さらに業務別の優先度制御までを実行できるので、多重タスクモジュールが多数存在することが予想される大規模加入者地域においても加入者系オペレーションシステムが効率的に利用できる。
【図面の簡単な説明】
【図1】本発明の一実施形態のプラットフォームシステムの構成図である。
【図2】M マネージャ4とM アクセッサ3とタスクモジュールの具体例を示す図である。
【図3】図1のプラットフォームシステムの動作例を示すシーケンス図である。
【図4】図1のプラットフォームシステムの他の動作例を示すシーケンス図である。
【図5】本発明におけるオペレーションシステムの設計例を示す図である。
【図6】本発明におけるプラットフォーム作成エディタの構成例を示す図である。
【図7】本発明におけるプラットフォーム編集機能での新規タスクモジュールの登録例を示す図である。
【図8】最も基本的なプラットフォームの構成図である。
【図9】アプリケーションプログラムがデータベースを使用して一連の仕事を行う従来例を示す図である。
【図10】アプリケーションプログラムがデータベースを使用して一連の仕事を行う他の従来例を示す図である。
【図11】プラットフォームシステムの従来例の構成図である。
【図12】故障復旧業務の流れを示す図である。
【図13】試験監視モジュールが収容する光ファイバの心線番号を示す図である。
【図14】故障復旧業務と対応するタスクモジュールを示す図である。
【符号の説明】
AP ,AP ,AP ,AP アプリケーションプログラム
,M,M,M11,M12,M21,M22,M23 タスクモジュール
DB 専用データベース
DB データベース
PF プラットフォーム
試験監視Mマネージャ
切替運用Mマネージャ
試験監視Mアクセッサ
切替運用Mアクセッサ
1 APインタフェーサ
2 DBインタフェーサ
3 M アクセッサ
試験監視Mアクセッサ
切替運用Mアクセッサ
4 M マネージャ
試験監視Mマネージャ
切替用Mマネージャ
5 Mインタフェーサ
6 アクセッサ
[0001]
TECHNICAL FIELD OF THE INVENTION
INDUSTRIAL APPLICABILITY The present invention is used for data distribution with databases, application programs, task modules, and data distribution between various systems in the management and operation of information and communication networks used in the communication field, the office field, and the like. Platform.
[0002]
[Prior art]
FIG. 9 shows an application program AP. 1 , AP 2 Is the data group D 1 , D 2 Database that stores data A , DB B Are used to perform a series of tasks, but as shown in FIG. A , DB B And the database DB A , DB B Application program AP that performs a series of tasks using a program 1 , AP 2 Is a format that can be used only in the system with regard to the format and control of data transfer.
[0003]
For this reason, when distribution of data in the database is difficult or when the database is changed, the application program also needs to be changed. That is, the application program AP 1 Database DB A Data group D 1 And database DB B Data group D 2 A series of tasks could not be performed using both, and a new application program or system had to be created.
[0004]
Further, as shown in FIG. 10, in an individual system called a task module constituted by a device for executing a specific operation or measurement in the track operation and a program for operating the same, the format and control of data transfer are The format was only available in the system. Therefore, the task module is 2 , M 3 Change the application program to AP 2 , AP 3 And had to be changed. Furthermore, the change in the case of an application program using a plurality of task modules and a plurality of databases is very complicated.
[0005]
As a means for solving such a problem, as shown in FIG. 1 ~ AP 4 And database DB 1 , DB 2 , Application program AP 1 ~ AP 4 And task module M 1 , M 2 Application program AP 1 ~ AP 4 And database DB 1 , DB 2 , Task module M 1 , M 2 Interface function (application program AP 1 ~ AP 4 For AP interfacer 1, database DB 1 , DB 2 For DB interface 2 and task module M 1 , M 2 , A platform PF having an M interfacer 5) is configured to distribute data and to create a database DB. 1 , DB 2 And task module M 1 , M 2 Change of application program AP 1 ~ AP 4 Can be reduced. However, in a configuration having only the interface function, in response to a business processing request from a plurality of application programs, a task with high urgency occupies a task module that is a finite resource, Or occupy a module. If the task with low urgency occupies the task module, the task with high urgency will be in a waiting state until the processing for this task is completed, causing inconvenience. In order to avoid such a state, the accessor 6 manages and controls the priority between tasks. The operator sets priorities for each task in advance. If a high-priority task occurs while a low-priority task occupies the task module, the low-priority task is suspended so that the high-priority task can use the task module. Executes connection control. Finally, when the high-priority business has completed the processing, an operation for restarting the temporarily interrupted low-priority business is performed. Such a priority management control for each job is executed by a priority management control function called an accessor 6.
[0006]
As described above, the platform is software for connecting an application program with a plurality of databases and task modules. For example, the platform is described in the IEICE Vol. E76-B, no. 4, April 1993, pp. 139-143. 391-401. Kashima et. al. Discussed in “Optical cable network operation in subscriber loops”.
[0007]
Subscriber operation Les In the application program construction technology of the application system, a line task flow such as a fault recovery task is divided into a set of task modules to be operated as a unit, and a set of tasks for specifying task modules is further subdivided. Break down to work. Then, by rearranging the various basic tasks, an application program such as the failure recovery task shown in FIG. 12 can be freely constructed. The failure recovery operation shown in FIG. 12 is subdivided into the above-described elementary operations. Each of the elementary tasks corresponds to a task executed by the task module. For example, the elementary tasks of the determination and the pulse test are executed by using a task module called an A module, and the elementary tasks of the optimal route / switching are executed by a task module called a B module. By freely combining such elementary tasks, a task flow such as a failure recovery task as shown in FIG. 12 can be constructed.
[0008]
[Problems to be solved by the invention]
However, as shown in FIG. 13, for example, a test monitoring module (this test monitoring module accommodates tens of thousands of optical fibers, which are lines in the optical communication field, and performs a break inspection for searching for a fault point of the optical fiber) And a measuring system having a program for operating the device and a device for performing the loss measuring operation at the break point). 11 , M 12 , M Thirteen In a large subscriber area, several such test monitoring modules are required because the number of cores that can be accommodated in the inside is limited to tens of thousands. Similarly, other task modules in the subscriber system and task modules to be constructed in the future are limited to the number of cores that can be accommodated in one task module, and therefore are task modules that execute the same processing. However, there will be many task modules accommodating different core numbers (hereinafter, such task modules are referred to as multiplexed task modules). In FIG. 14, a part of the failure recovery work shown in FIG. 12 is shown above, and the corresponding task module is shown below. For example, it indicates that the elementary work of determination / fault distance measurement is executed by a task module called a test monitoring module. However, there is no corresponding task module for the basic task of inputting a telephone number, since the task is only input to the computer by the operator. Then, the failure recovery operation is started from the left and the processing is executed in the direction of the arrow. In the conventional platform system, the task monitoring module M shown in FIG. 11 , M 12 , M Thirteen However, when multiple task modules exist, no consideration is given to selecting an appropriate task module, and only a single task module is connected to a task processing request. For this reason, the defective cores are stored in the common database DB shown in FIG. O Even if it can be specified, the test monitoring module in which the core is accommodated and the processing request to the test monitoring module of the accommodation destination cannot be realized. In the application program construction technology, for example, when performing a failure recovery operation, a basic operation flow shown in FIG. 13 can be established. The operator who has received a complaint from the user activates a failure recovery application program. First, input a target telephone number and use the common database DB based on the telephone number information. O To search for core information. Next, the break point of the corresponding optical fiber is detected by the test monitoring module. In a large-scale subscriber area, since the number of subscribers accommodated is very large, task modules such as test monitoring modules are required to be multiplexed in proportion to the number of subscribers. If there are a plurality of such test monitoring modules, it is not possible to specify which test monitoring module contains the searched core. That is, even in the application program construction technology, if a multi-task module exists, a task module for an elementary task cannot be specified, which causes a problem.
[0009]
Also, if a task such as a periodic test task with low urgency occupies a test monitoring module that is used relatively frequently, and a task with high urgency such as a fault recovery task occurs, However, there is a possibility that the urgent business may be put in a waiting state until the processing of the business with low urgency is completed. In the conventional platform, to avoid such a situation, priorities are determined for each task, and highly urgent tasks are preferentially connected to the corresponding task module by the accessor, a priority control function within the platform. And was addressing this problem. However, when the multiplexed task modules exist as described above, the accessor, which is the priority management control function unit of the conventional platform, can specify which task module is used in the business flow of the application program. Since it is not possible to specify in advance which multitask module is to be used, the priority control function cannot be executed effectively.
[0010]
Such a conventional platform is configured using C ++, which is one of the object-oriented languages. Rumbaugh et al. , "Object-Oriented Modeling and Design", Prentice Hall, Inc. , 1991 (hereinafter abbreviated as OMT method). With this method, each interface function and priority management control function are designed as objects, and the platform operates as a combination of these objects. However, for example, when the line program is executed, if the application program uses only the task module and does not use the database, the DB interface is unnecessary as a configuration. Similarly, the conventional platform has an accessor as a priority management control function for a plurality of services. However, when there is no plurality of services and only a single task occurs, the priority management control needs to be performed. If there is no interface and only interfacers involved in the connection are provided, it is sufficient as a platform configuration. As described above, the configuration of the conventional platform is constructed as a fixed information processing system, and may not always be suitable for the use environment.
[0011]
In addition, the deployment of optical technology in the subscriber system is expected to progress from the initial stage at the present time through the growth period and the maturity period. Therefore, in the introduction period of the subscriber-related operation system, there are not many types of task modules, and it is also a period when optical fibers and metallic cables are mixed, and it has only simple functions rather than complicated functions, An operation system that performs basic operations is more suitable. In the future, it is expected that a variety of task modules will appear due to changes in the track network form and advances in optical technology. Also, the operation system itself gradually evolves to meet the needs of society, and new functions are required. For the first time in such a period, a scalable and highly functional operation system is required.
[0012]
An object of the present invention is to select an appropriate task module from a group of multiple task modules and execute connection of an application program to the corresponding multiple task module even when multiple task modules that execute the same processing exist. It is still another object of the present invention to provide a platform system having a platform (referred to as a multi-task module connection platform) for executing priority management control for efficient connection, judging from the priority of each task that has occurred. .
[0014]
[Means for Solving the Problems]
The platform system of the present invention includes a database group, a multi-task module group that is a task module having different control and / or management for each object, and an application program that performs a series of tasks using the database group and the multi-task module group. Group, and a database, a multitask module group, and a platform system including a platform which is a connection part of the application program group, the multitask School A task module manager that searches for a corresponding task module from among modules and controls connection of the task module, and information indicating characteristics of each task module used when the task module manager searches for the corresponding task module. The platform has a dedicated database for accumulation and a task module accessor for executing priority management control for switching connection of a highly urgent application program to the task module preferentially.
[0015]
According to the present invention, a task module manager and a task module accessor are constructed for each individual task module such as a test monitoring module, and a dedicated database is provided. The task module manager selects an appropriate multi-task module to execute the process, and manages the connection to the multi-task module. Information when the task module manager selects a multitask module is obtained from a dedicated database. The dedicated database stores information necessary for the task module manager to select an appropriate multitask module. For example, in the case of a test monitoring module, information indicating which test monitoring module is the test monitoring module that houses the optical fiber is stored from the core number of the target optical fiber. Then, the task module accessor executes the priority management control for the multitask module in the same manner as the accessor in the conventional platform executes. For example, when a high-priority task occurs while a low-priority task occupies the multitask module, the low-priority task is temporarily suspended, and the high-priority task is executed first. . Then, when the processing of the high-priority business is completed, the task module accessor executes a series of operations of resuming the low-priority business that has been temporarily suspended. When task modules are multiplexed, select an appropriate task module, and also have a priority control function to prioritize execution of high-priority tasks when an urgent task occurs in the task module Is connected to the multitask module group for the purpose.
[0018]
Further, for example, in the case of a test monitoring module for detecting a break point of an optical fiber or measuring a loss, the number of cores that can be accommodated in one test monitoring module is limited to tens of thousands, so that a large-scale subscriber area Then, several such test monitoring modules are required. When such a multi-task module exists, a task module manager that executes the connection management control of the multi-task module and a task module accessor that executes the priority management control are required. Every time it is registered, it is automatically generated from the upper class of the task module manager and the task module accessor, and becomes a task module manager and a task module accessor unique to the multiple task module.
[0019]
BEST MODE FOR CARRYING OUT THE INVENTION
Next, embodiments of the present invention will be described with reference to the drawings.
[0020]
FIG. 1 is a configuration diagram of a platform system according to an embodiment of the present invention.
[0021]
The platform system of this embodiment is an application program AP 1 ~ AP 4 And task module M 1 , M 12 , M Thirteen And database DB O , DB 1 And a platform PF. Platform PF is an application program AP 1 , AP 2 , AP 3 , AP 4 Interface 1 which is an interface with the server and a dedicated database DB 0 , Database DB 1 DB interface 2 which is an interface with the server, and a task monitoring module which is a multiplexed task module and a task module M which is a switching operation module 11 , M 12 , M Thirteen Interface 5 which is an interface with the task module M 11 , M 12 , M Thirteen Application program AP 1 ~ AP 4 M that performs connection management with 1 Manager 4 and M for executing priority switching control for preferentially switching connection of a highly urgent application program to a task module 1 An accessor 3 and an accessor 6 are provided.
[0022]
Dedicated database DB 0 Accumulates information of the multitask module containing the searched core number. And M 1 Manager 4 is this dedicated database DB 0 Using the multitask module M 11 , M 12 , M Thirteen Search for a corresponding task module from the list, and control the connection to the task module. M 1 The accessor 3 executes priority management control of the usage right for the multitask module. The task manager 2 and the task accessor 1 form a multi-task module M 11 , M 12 , M Thirteen Priority of the business to be processed by the multitask module M 11 , M 12 , M Thirteen Knows the maximum number of simultaneous processes that can be performed on Accessor 6 is M 1 Similar to the accessor 3, the priority control of the line service is performed. However, the accessor 6 operates on a single existing task module, and does not operate on a multiple task module when a specific task module is multiplexed. If all task modules exist in a multiplex manner, the accessor 6 can be removed by the editor function of the object tool platform. Database DB 1 Is a database for executing track operations. As a specific example, an operation of searching for a telephone number / core number in FIG. 12 is executed. Although only one database is shown here, there are actually various databases for updating data and adding a history of defective cores in FIG.
[0023]
FIG. 2 shows an M manager A in a case where a test monitoring module and a switching operation module are multiplexed and a single information collection module is present. 1 , A 2 And M accessor B 1 , B 2 , Each multiplexed task module M 11 , M 12 , M 21 , M 2 And information collection module M 3 FIG.
[0024]
FIG. 3 shows an example of an access procedure for performing the above operation. Here, for the sake of simplicity, only the part from the start of the operation to the end of the measurement of the test monitoring module is shown as an example of the failure recovery operation shown in FIG. (1) The application program AP uses a database DB based on the telephone number of the complaint. 1 To search for the core number. (2) Database DB 1 Searches for the core number of the requested telephone number and transmits the search result. (3) The application program AP requests the multi-test monitoring module to judge a failure and measure a fault distance. Here, since the test monitoring module is a multi-task module, the application program AP actually performs processing by the multi-task module. Test monitoring M manager A so that application program AP can connect to the appropriate multitask module before 1 To request. (4) Test monitoring M manager A 1 Is a dedicated database DB 0 To request information of the multitask module accommodating the core number. (5) Dedicated database DB 0 Sends the requested search result to the test monitoring M manager A 1 Send to (6) Test monitoring M manager A 1 Requests the appropriate multitask module for processing from the obtained information, but before that, executes the test monitoring M accessor B which executes the priority management control 1 To the application program AP. (7) Test monitoring M accessor B 1 Then, after executing the priority control and executing the appropriate priority control, the multitask module (here, as an example, the multitest monitoring module M 11 ) Is requested. (8) Multiple test monitoring module M 11 After completing the failure determination and the measurement of the failure distance, the test monitoring M accessor B 1 Send to (9) Test monitoring M accessor B 1 Transmits the processing result to the application program AP.
[0025]
FIG. 4 is a diagram showing an example of an access procedure relating to the operation of the M accessor when a multitask module is present and priority control is requested in a certain multitask module. If the number of processing requests from an application program to a multitask module exceeds the maximum simultaneous processing number of the multitask module, the maximum simultaneous processing is possible until one of the processes in the multitask module ends A processing request from an application program connected in excess of the number is not executed, and the application program falls into a waiting state. For example, assuming that the maximum number of simultaneous processes that can be performed by a multitask module is one, when the multitask module is occupied by a less important task such as a periodic test task, an urgent task such as a failure recovery task is performed. When this occurs, when this multitask module is used, the processing related to the failure recovery work is not started until the currently executed periodic test work ends. In order to avoid such a situation, priorities are assigned in advance for each task, and when a task with a low priority and interruptible tasks occupies the multitask module, a task with a high priority is connected Then, the M accessor temporarily suspends low-priority tasks, and performs priority control so that high-priority tasks can use the multitask module first. When the high-priority task has finished using the multitask module, the M accessor resumes the temporarily suspended low-priority task. At the time of priority control, the data of the temporarily suspended business is managed by the M accessor.
[0026]
In FIG. 4, the application program AP 1 And application program AP 2 Priority of application program AP 2 Shall have higher priority.
[0027]
(1) Multitask module M 11 Application program AP using 1 Occurs and the test monitoring M manager A 1 Application program AP 1 Connect. In FIG. 3, since a series of processes for selecting an appropriate multitask module is specified, the description of the processes is omitted here. (2) Test monitoring M manager A 1 Is test monitor M accessor B 1 Application program AP for priority control 1 Connect. (3) Test monitoring M accessor B 1 Is a multiple test monitoring module M in consideration of priority. 11 Application program AP 1 Connect. However, here, the application program AP 1 Prior to the execution, no priority control is executed and the multiple test monitoring module M is not executed. 11 Application program AP 1 Connect. (4) Application program AP 1 Is the multiple test monitoring module M 11 Application program AP after being connected to 1 Higher priority application program AP 2 Occurs, and the test monitoring manager A 1 Application program AP 2 Connect. In FIG. 3, a series of processes for selecting an appropriate multitask module is specified, and the description of the processes will be omitted here. (5) Test monitoring M manager A 1 Is test monitor M accessor B 1 Application program AP for priority control 1 Connect. (6) Test monitor M accessor B 1 Is the application program AP 1 And application program AP 2 Are compared, and in this case, the application program AP 2 Has a higher priority, so the application program AP 1 Command to interrupt the execution of the process. (7) Multiple test monitoring module M 11 Is the application program AP 1 Test access M accessor B 1 Send to (8) Test monitoring M accessor B 1 Is the application program AP 2 Test monitoring module M 11 To request. (9) Multiple test monitoring module M 11 Is the application program AP 2 Is completed, the result is transmitted to the test monitor M accessor B 1 Send to (10) Test monitoring M accessor B 1 Is the application program AP 2 Send to (11) Test monitoring M accessor B 1 Is the application program AP that was suspended 1 Multiplex test monitoring module M 11 Send to (12) Multiple test monitoring joule M 11 Is the application program AP 1 Is completed, the result is transmitted to the test monitor M accessor B 1 Send to (13) Test monitoring M accessor B 1 Is the application program AP 1 Send to
[0028]
FIG. 5 shows a design example of an operation system according to the present invention. The OMT method is used for this design.
[0029]
In this design, an abstract concept of the real world is considered as an object, and the object model is described using an object model of the three models based on the OMT notation, which is effective for modeling these objects and describing relationships between the objects. are doing. This object model is an effective method for describing objects in the system and their relationships. The track operation system in FIG. 4 is a system for performing management, maintenance, and control of facilities and equipment from maintenance centers in each region to general users, and is integrated with other operation systems such as switching systems and transmission systems. Of the integrated operation system. In the OMT notation, this integrated operation system is a super class, and the track operation system and other operation systems are sub classes. Subclasses have the characteristic of inheriting the properties of superclasses. A notation showing such an inheritance relationship is a triangle connecting a superclass and a subclass. Also, a task module and a database constituted by a device for executing a specific work or measurement in a track operation and a program for operating the same, an application program for performing a series of tasks using the task module or the database, a common interface A platform that has control functions and controls these application programs, task modules, and databases is an element of the track operation system. In the OMT notation, associating the components of the track operation system at the hierarchical level in this manner is called aggregation and is described by a diamond. A black circle in FIG. 5 describes that there are a plurality of corresponding objects. The relationship between the objects is called a relationship in the OMT notation, and is connected by a line segment.
[0030]
The maintenance operator operates the editor to edit the PF (platform). Further, the operator executes the line work by operating the application program AP. The PF holds a system manager that manages connection with other operation systems, an accessor that executes priority control of track operations, and an interfaceer that controls data transfer and an interface of a control command to the application program AP and the task module M. . These system managers, accessors, and interfacers are constituent elements of the PF, and are in an aggregated relationship with the PF. Interfacers are further classified into AP interfacer, M interfacer, DB interfacer, and system interfacer. Each of these interfacers inherits the characteristics of its higher class interfacer. The application program AP, the task module M, and the database DB are connected to an AP interfacer, an M interfacer, and a DB interfacer, respectively. In particular, when there are multiple task modules, the M interface requires an M manager and an M accessor to connect to an appropriate task module and execute priority control. For this purpose, the M interfacer has an M manager and an M accessor for executing the above-mentioned operations, in addition to the operation of executing the interface with the task module. The M manager accesses a dedicated database and retrieves information to select an appropriate task module from the multiplexed task modules. The accessor manages the priority of the application program AP through the AP interface, and controls the priority of the task module and the database according to the priority.
[0031]
FIG. 6 shows a configuration example of the platform creation editor in the present invention. Each function of the platform (accessor, AP interfacer, M interfacer, DB interfacer, system manager, other system interfacer, etc.) is made into an object in advance, and these are stored in the repository. The operations up to this point are performed by a software developer who is a provider of the platform system. The user can create a platform according to the usage environment by selecting only necessary functions from the repository and finally pressing the decision button.
[0032]
FIG. 7 shows an example of registration of a new task module by the platform editing function according to the present invention. When a multitask module exists, an M manager that selects an appropriate task module to execute connection and an M accessor that executes priority management control in the multitask module are required. When a multitask module exists, the platform editing function automatically generates the function by performing the operation on the screen.
[0033]
FIG. 8 is a configuration diagram of the most basic platform. The functions of this platform are only the AP interfacer and the M (task module) (or database) interfacer. The application program AP, which is a railway business, requires only processing by a single task module M (or database). Since only one task is generated, there is no need to execute priority control, and therefore no accessor is required. Such a configuration of the platform is effective when there is only one task module to be operated and only one track job to be generated. This basic platform can also be created by the user operating the editing function.
[0034]
Of course, the platform as shown in FIG. 1 can also be created by the user operating the editing function as described above.
[0035]
【The invention's effect】
As described above, the present invention has the following effects.
With regard to the business processing for the task modules to be multiplexed, the M manager searches the appropriate database for an appropriate multi-task module, specifies the corresponding task module from the multi-task module group, and connects to the task module. The priority can be controlled by the M accessor for the multiplexed task modules, whereby connection to the multiplexed task modules according to the urgency is possible.
[0036]
With this feature, connection for business processing request from application program was possible only to a single task module in the past. However, even in the system configuration of multiple task modules, appropriate Task modules can be selected, and even the priority control for each task can be executed. Therefore, the subscriber operation system can be used efficiently even in a large-scale subscriber area where multiple task modules are expected to exist. it can.
[Brief description of the drawings]
FIG. 1 is a configuration diagram of a platform system according to an embodiment of the present invention.
FIG. 2 1 Manager 4 and M 1 FIG. 3 is a diagram illustrating a specific example of an accessor 3 and a task module.
FIG. 3 is a sequence diagram showing an operation example of the platform system of FIG. 1;
FIG. 4 is a sequence diagram showing another operation example of the platform system of FIG. 1;
FIG. 5 is a diagram showing a design example of an operation system according to the present invention.
FIG. 6 is a diagram showing a configuration example of a platform creation editor according to the present invention.
FIG. 7 is a diagram showing an example of registration of a new task module in the platform editing function according to the present invention.
FIG. 8 is a configuration diagram of the most basic platform.
FIG. 9 is a diagram showing a conventional example in which an application program performs a series of tasks using a database.
FIG. 10 is a diagram showing another conventional example in which an application program performs a series of tasks using a database.
FIG. 11 is a configuration diagram of a conventional example of a platform system.
FIG. 12 is a diagram showing a flow of a failure recovery operation.
FIG. 13 is a diagram showing core numbers of optical fibers accommodated in the test monitoring module.
FIG. 14 is a diagram illustrating a task module corresponding to a failure recovery operation.
[Explanation of symbols]
AP 1 , AP 2 , AP 3 , AP 4 Application program
M 1 , M 2 , M 3 , M 11 , M 12 , M 21 , M 22 , M 23 Task module
DB 0 Dedicated database
DB 1 Database
PF platform
A 1 Test Monitoring M Manager
A 2 Switching operation M manager
B 1 Test monitoring M accessor
B 2 Switching operation M accessor
1 AP interfacer
2 DB interfacer
3 M 1 Accessor
3 1 Test monitoring M accessor
3 2 Switching operation M accessor
4 M 1 manager
4 1 Test Monitoring M Manager
4 2 Switching M manager
5M interfacer
6 accessors

Claims (1)

データベース群と、対象毎に制御および/または管理の異なるタスクモジュールである多重タスクモジュール群と、前記データベース群と前記タスクモジュール群を用いて一連の仕事を行うアプリケーションプログラム群と、これらデータベース群、多重タスクモジュール群、アプリケーションプログラム群の結合部であるプラットフォームを含むプラットフォームシステムにおいて、
前記多重タスクモジュール群の多重タスクモジュールの中から該当するタスクモジュールを検索し、該タスクモジュールへの接続を制御するタスクモジュールマネージャと、前記タスクモジュールマネージャが該当するタスクモジュールを検索する時に利用される各タスクモジュールの特性を示す情報を蓄積する専用データベースと、緊急性の高いアプリケーションプログラムを優先的にタスクモジュールへ接続切替する優先度管理制御を実行するタスクモジュールアクセッサを前記プラットフォームが有することを特徴とするプラットフォームシステム。
A database group, a multi-task module group that is a task module having different control and / or management for each object, an application program group that performs a series of tasks using the database group and the task module group, In a platform system including a platform that is a connection part of a task module group and an application program group,
The find the appropriate task module from the multi-tasking module group multiple tasks module, a task module manager for controlling a connection to the task module, is used when searching the task module in which the task module manager corresponds The platform has a dedicated database for storing information indicating the characteristics of each task module to be executed, and a task module accessor for executing priority management control for switching connection of a highly urgent application program to the task module preferentially. And platform system.
JP6291296A 1996-03-19 1996-03-19 Platform system Expired - Fee Related JP3596975B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6291296A JP3596975B2 (en) 1996-03-19 1996-03-19 Platform system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6291296A JP3596975B2 (en) 1996-03-19 1996-03-19 Platform system

Publications (2)

Publication Number Publication Date
JPH09258989A JPH09258989A (en) 1997-10-03
JP3596975B2 true JP3596975B2 (en) 2004-12-02

Family

ID=13213950

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6291296A Expired - Fee Related JP3596975B2 (en) 1996-03-19 1996-03-19 Platform system

Country Status (1)

Country Link
JP (1) JP3596975B2 (en)

Also Published As

Publication number Publication date
JPH09258989A (en) 1997-10-03

Similar Documents

Publication Publication Date Title
US7672863B2 (en) System and method for load balancing based on service level objectives and information on the contents of start and finish processes of business services
US7475126B2 (en) Method and apparatus for system lineup and testing
CA2296061C (en) Software system generation
CN112269640B (en) Method for realizing life cycle management of container cloud component
US7316000B2 (en) Interactive agent for a topological multi-tier business application composer
US6490255B1 (en) Network management system
US20040139176A1 (en) Systems and methods for improving service delivery
US20050228855A1 (en) Acquisition system for distributed computing resources
JP2000078625A (en) Method for operation processing new network configuration database from original database
AU8456598A (en) Visualisation in a modular software system
CN101834750A (en) Method for monitoring communication service
US20060120353A1 (en) Systems and methods for VolP service delivery
CN117421108B (en) Resource scheduling method
Benford Requirements of Activity Management.
JP3596975B2 (en) Platform system
JP2000048026A (en) Method for retrieving data inside database
JP3712984B2 (en) Work progress control device and method, work progress control program, and recording medium recording the program
US20020042810A1 (en) Mobile objects, method for controlling mobile objects, method and apparatus for generating mobile object group and memory for storing program for generating mobile object group
US20030041311A1 (en) Topological multi-tier business application composer
CN115617487A (en) Container rescheduling method, device, equipment and storage medium
CN115361063A (en) Intelligent optical fiber distribution management method and system
CN114125597A (en) Optical fiber scheduling method and device
US20050076343A1 (en) Persistent storage of network management data using object references
JPH09160847A (en) Client server-type distribution processing system
JPH05314040A (en) Tracing system

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20031222

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20031222

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20031222

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040526

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040715

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: 20040825

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20040907

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: 20070917

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20080917

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20080917

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20090917

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20090917

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20100917

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20100917

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20110917

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees