CN1277372C - Network element inside real-time data synchronizing method - Google Patents

Network element inside real-time data synchronizing method Download PDF

Info

Publication number
CN1277372C
CN1277372C CN 02154461 CN02154461A CN1277372C CN 1277372 C CN1277372 C CN 1277372C CN 02154461 CN02154461 CN 02154461 CN 02154461 A CN02154461 A CN 02154461A CN 1277372 C CN1277372 C CN 1277372C
Authority
CN
China
Prior art keywords
network element
data
synchronous
real time
time data
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
CN 02154461
Other languages
Chinese (zh)
Other versions
CN1509000A (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.)
Huawei Technologies Co Ltd
Original Assignee
Huawei Technologies Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Priority to CN 02154461 priority Critical patent/CN1277372C/en
Publication of CN1509000A publication Critical patent/CN1509000A/en
Application granted granted Critical
Publication of CN1277372C publication Critical patent/CN1277372C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The present invention relates to a synchronizing method of internal network element real-time data, which comprises the following steps: a publisher creates an event object which is registered to a subscription/notification management system; a subscriber provides self-cared data through a subscription interface so as to establish a subscription relationship with the event; when network element data is modified, the publisher publishes data; modification notification is synchronously sent to the subscriber. The present invention can be conveniently applied to the synchronization of network element internal data by encapsulating the data into assembly for reuse, which enables modification to be informed to an alarm module in time after network element configuration data is modified. After configuration is modified, the alarm module can be correspondingly modified, and users can not feel the internal variation.

Description

A kind of method for synchronous of network element internal real time data
Technical field
The present invention relates to a kind of real time data method for synchronous.
Background technology
In the software systems of telecommunication apparatus, because the complexity of itself, often form by a plurality of subsystems, each subsystem is paid close attention to different functional requirements, but is not separate between them, when certain part changes, have influence on the data of other subsystem possibly, if do not notify affected part timely, will cause the inconsistent of data, this situation is difficult to recover sometimes.For example the user partly changes each data of sub-district in network element configuration, and it is inaccurate that the result will cause business module such as performance to show.
The method of network element internal data sync employing now generally all is the variation that a module regularly removes to inquire about another module data, initiatively upgrades, and so not only overhead is very big, and untimely renewal data conditions may take place.
Encapsulate effectively head it off of a kind of general data synchronization technology, and can make full use of characteristics such as the transaction of COM+System (COM, Component Object Model The Component Object Model) and load balance, make application program more healthy and stronger.
Summary of the invention
Technical problem to be solved by this invention is can give the module of being concerned about this variation timely synchronously when solving the network element internal data and changing.
For addressing the above problem, the invention provides a kind of method for synchronous of network element internal real time data, comprise the following steps: that a. publisher creates event object, and this object is registered to subscribing; B. the subscriber provides the data that oneself is concerned about in subscribing, with the event establishment subscribing relationship; C. the publisher carries out the data issue when it produces data modification; D. subscribing triggers amendment advice, and the amendment advice synchronized transmission is arrived the subscriber.
Described network element internal real time data method for synchronous, wherein said subscribing comprise that one preserves the database of subscription information, and the publisher is registered to event object and is used to trigger amendment advice in this database.
Described network element internal real time data method for synchronous, wherein said step b also comprise by character string identification, and the interface pointer of processing notification data and the step of the ID of the event object of correspondence are provided.
Described network element internal real time data method for synchronous, wherein said step c also comprise according to network element is concerned about that the difference of the part of configuration triggers the step of different event objects.
Described network element internal real time data method for synchronous, wherein said steps d also comprise by subscribing amendment advice are sent the step that subscriber's notifier processes interface is handled.
Described network element internal real time data method for synchronous, wherein said steps d also comprise the subscriber notified after new data more, to realize the step of data sync.
As mentioned above, compared with prior art the present invention has following advantage:
By being packaged into component reuse, can be applied to the network element internal data sync easily, element configuration data is revised after, in time notify alarm module, after the configuration platform is revised, alarm subsystem is in time changed accordingly, make the variation of the imperceptible this inherence of user.
Description of drawings
Fig. 1 is the synchronous handling process schematic diagram of webmaster of the present invention and network element data.
Embodiment
Be described in detail as follows with regard to the preferred embodiments of the present invention below in conjunction with accompanying drawing.
The COM+Event know-why is introduced
(COM+Events is the Event Service that Microsoft provides in the COM technology to COM+Events, realized the subscription and the notification triggers of incident under distributed environment) subscription/publication that can realization event, it is a loosely coupled event (LCE:Loose Couple Event loosely coupled event, the subscriber of self-explanatory characters' part and recipient can exist simultaneously, loose incidence relation) system, system can preserve a plurality of publishers' event information, the subscriber inquires about own interested event object and subscribes to, when incident takes place, system looks is notified by the method for calling the subscriber this interested subscriber.
What COM+Events permission publisher separated with the subscriber develops, issues and carry out, and subscriber and publisher are by COM+Events opening relationships, and when the subscriber subscribed to incident, the publisher did not need to be in active state.
The realization principle of network element data Synchronization Component just is being based on above-mentioned COM+ know-why, by subscription to the interested subscriber of some configuration data of network element, after revising, calls configuration data the data that the com interface issue is modified then, so that in time notify the variation of subscriber's data.
The COM of network element internal real time data realizes:
General network element is by configuration, alarm, performance, functional modules such as maintenance are formed, and the data of network element also are made of these aspects basically, not again mutually independently each other simultaneously, certain influence is arranged each other, particularly the modification of configuration data has influence on the information that is shown to the user possibly, for example: the title that comprises the equipment of forming network element in the configuration data, after this part data is revised, with the correctness that has influence in the alarm that is shown to the user about device name, synchronization notice is to the part of being concerned about these configurations when just needing network element configuration take place to revise in this case, guarantees the consistency of data and refreshes in real time.
The subscription/publication service of COM+ has just in time solved this problem for us, the part of being concerned about configuration variation is the subscriber, and the part of generation configuration modification is as publisher (informant), by subscribing to both are connected, COM+Event is in charge of subscriber and the interactional relation of publisher, the alarm demonstration can be used as the subscriber in the top example, tell the configuration section configuration that it is concerned about, configuration section is as the publisher of notice, after revising, the data that alarm is concerned about notify timely, implementation procedure is seen Fig. 1, and the specific implementation process is as follows:
(1) during system start-up, publisher's (being network element configuration among the embodiment) at first can create event object (be used for being configured synchronous), and (CataLog is the meaning in storehouse by subscribing this object to be registered to COM+Catalog, refer to preserve the database of subscription information here) the storehouse in, this assembly is used to trigger amendment advice, and notifies the subscriber (being network element alarming among the embodiment).
(2) notice is subscribed to, subscriber's (being network element alarming among the embodiment) at first provides the data of oneself being concerned about (for example configuration) by subscribing interface, pass through character string identification, the interface pointer of processing notification data and the ID of the event object of correspondence are provided then, so just between incident and subscriber, have set up subscribing relationship.
The data of subscribing to need be harmonious with the data publisher, and for example network element alarming provides the data table name that oneself is concerned about, network element configuration will be carried out Refresh Data by the notice network element alarming when this table takes place to revise.
The interface of handling notification data must be embodied as com interface, and the COM+Event system preserves the interface ID that realizes.
(3) notice issue
Publisher's (being network element configuration among the embodiment) carries out the data issue when having network element data to revise, the difference of being concerned about the part of configuration according to network element triggers different event objects, by the tie between incident and the subscriber notifier processes interface that amendment advice sends to the subscriber is handled.
Subscribing among Fig. 1 realizes by the COM+Event of Microsoft, and this paper has encapsulated subscription, notice issuing interface and mutual with the Event system, for user's use of wanting to realize network element internal each several part data sync.
In sum, the present invention describes the preferred embodiments of the present invention in conjunction with the accompanying drawings in detail, however description of the invention, describe in detail and above-mentioned accompanying drawing be not be used for limiting of the present invention.To those skilled in the art, can carry out various corresponding modification and can not exceed the spirit and scope of the present invention under instruction of the present invention, therefore this variation should be included within claim of the present invention and the equivalent scope thereof.

Claims (9)

1. the method for synchronous of a network element internal real time data comprises the following steps:
A. the publisher creates event object, and this object is registered to subscribing;
B. the subscriber provides in subscribing oneself needs the data event of subscription, sets up subscribing relationship with data event;
C. the publisher carries out the data issue when it produces data modification;
D. subscribing triggers amendment advice, and the amendment advice synchronized transmission is arrived the subscriber.
2. network element internal real time data method for synchronous as claimed in claim 1 is characterized in that described subscribing comprises that one preserves the database of subscription information, and the publisher is registered to event object and is used to trigger amendment advice in this database.
3. network element internal real time data method for synchronous as claimed in claim 1 is characterized in that described step b also comprises by character string identification, and the interface pointer of processing notification data and the step of the ID of the event object of correspondence are provided.
4. network element internal real time data method for synchronous as claimed in claim 1 is characterized in that described step c also comprises the step that triggers different event objects according to the difference of subscriber's needs events subscribed.
5. network element internal real time data method for synchronous as claimed in claim 1 is characterized in that described steps d also comprises by subscribing amendment advice is sent to the step that subscriber's notifier processes interface is handled.
6. network element internal real time data method for synchronous as claimed in claim 1, it is characterized in that described steps d also comprise the subscriber notified after new data more, to realize the step of data sync.
7. as the described network element internal real time data of arbitrary claim method for synchronous among the claim 1-6, it is characterized in that described subscriber is the network element alarming module.
8. as the described network element internal real time data of arbitrary claim method for synchronous among the claim 1-6, it is characterized in that described publisher is the network element configuration module.
9. network element internal real time data method for synchronous as claimed in claim 5 is characterized in that described notifier processes interface is the interface of The Component Object Model system.
CN 02154461 2002-12-15 2002-12-15 Network element inside real-time data synchronizing method Expired - Fee Related CN1277372C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 02154461 CN1277372C (en) 2002-12-15 2002-12-15 Network element inside real-time data synchronizing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 02154461 CN1277372C (en) 2002-12-15 2002-12-15 Network element inside real-time data synchronizing method

Publications (2)

Publication Number Publication Date
CN1509000A CN1509000A (en) 2004-06-30
CN1277372C true CN1277372C (en) 2006-09-27

Family

ID=34235501

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 02154461 Expired - Fee Related CN1277372C (en) 2002-12-15 2002-12-15 Network element inside real-time data synchronizing method

Country Status (1)

Country Link
CN (1) CN1277372C (en)

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1901550B (en) * 2005-07-22 2011-08-10 华为技术有限公司 Subscribing method based on conversation start protocol and its system and device
CN1992632B (en) * 2005-12-28 2010-05-12 大唐软件技术股份有限公司 Communication network warning method and warning system
CN100531055C (en) 2006-04-10 2009-08-19 华为技术有限公司 Data synchronous system and its method
CN100442721C (en) * 2006-10-12 2008-12-10 华为技术有限公司 A method and system for reuse of OCL-based configuration
CN101110822B (en) * 2007-07-06 2011-11-02 华为技术有限公司 Event notice sending method, system and equipment based on network configuration protocol
CN102291416B (en) * 2011-09-14 2015-09-30 成都软智科技有限公司 A kind of method and system of client and server bi-directional synchronization
CN103136343A (en) * 2013-02-05 2013-06-05 中国科学院上海微系统与信息技术研究所 Shared resource real-time interaction method
CN103279702A (en) * 2013-06-19 2013-09-04 国家电网公司 Method for monitoring full-substation model file version during debugging of intelligent substation
CN105493444B (en) * 2013-12-31 2019-08-27 华为技术有限公司 A kind of network function virtualization NFV fault management device, device and method
CN104885407A (en) 2013-12-31 2015-09-02 华为技术有限公司 Network function virtualisation NFV fault management apparatus, device, and method
CN108712461B (en) * 2018-04-04 2021-03-23 烽火通信科技股份有限公司 System and method for realizing data collection service
CN109032747B (en) * 2018-08-10 2021-10-15 江苏奇异点网络有限公司 Data updating method and device
CN110971421B (en) * 2018-09-30 2021-06-01 华为技术有限公司 Subscription updating method, device and system
CN109936500A (en) * 2019-02-28 2019-06-25 深圳市元征科技股份有限公司 A kind of data interactive method, data interaction device and electronic equipment
CN111770009B (en) * 2020-06-29 2022-05-20 深圳市金蝶天燕云计算股份有限公司 Data transmission method and related equipment

Also Published As

Publication number Publication date
CN1509000A (en) 2004-06-30

Similar Documents

Publication Publication Date Title
CN1277372C (en) Network element inside real-time data synchronizing method
Coulson et al. Extensions to ANSA for multimedia computing
EP0756804B1 (en) Service creation apparatus for a communications network
CN102650952A (en) Modeling tool order calling method and system based on MVC framework
CN110888725A (en) Task management method and device, readable storage medium and electronic equipment
JPH08263309A (en) Method and apparatus for notification of event between software application program objects
CN109343500A (en) A kind of centralization shows monitoring nodes management system and method
AU2001281598A1 (en) A network component management system
CN110691131A (en) Micro-service framework system based on intelligent mobile terminal
CN110083627A (en) Data processing method, system, computer equipment and storage medium
CN106961359A (en) A kind of automatic deployment and monitoring method and device of Solr services
CN103678488B (en) Distributed mass dynamic task engine and method for processing data with same
US20130179400A1 (en) Intelligent data publishing framework for common data updates in large scale networks of heterogeneous computer systems
CN111737275A (en) Database update event processing method and device and computer readable storage medium
CN115525406A (en) Distributed asynchronous task scheduling system
CN110618820A (en) Power dispatching system
CN104217314B (en) Routing iinformation grasping means and device
US6912718B1 (en) Event notification channel between supplier and consumer objects in object oriented programming system with proxy consumer objects to maintain uninterrupted event transmission during consumer object off line maintenance
CN108062245A (en) A kind of application timed task system for unified management and method
US7007280B1 (en) Schema driven management of a component-based application
CN114756227A (en) Resource release processing method and device
US6381653B1 (en) Managing accidental death of an object during communication between objects distributed in a COM environment
CN115185673A (en) Distributed timed task scheduling method, system, storage medium and program product
CN111611523B (en) Resource management system, resource management method, device and storage medium
CN114356533A (en) Micro-service non-perception publishing system and method, electronic equipment and storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20060927

Termination date: 20191215

CF01 Termination of patent right due to non-payment of annual fee