CN102882697A - Message receiving method of multi-client end of network management system based on callback system - Google Patents

Message receiving method of multi-client end of network management system based on callback system Download PDF

Info

Publication number
CN102882697A
CN102882697A CN2011101957971A CN201110195797A CN102882697A CN 102882697 A CN102882697 A CN 102882697A CN 2011101957971 A CN2011101957971 A CN 2011101957971A CN 201110195797 A CN201110195797 A CN 201110195797A CN 102882697 A CN102882697 A CN 102882697A
Authority
CN
China
Prior art keywords
message
service end
client
user subject
network management
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
CN2011101957971A
Other languages
Chinese (zh)
Other versions
CN102882697B (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.)
Beijing Jiaxun Feihong Electrical Co Ltd
Original Assignee
Beijing Jiaxun Feihong Electrical 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 Beijing Jiaxun Feihong Electrical Co Ltd filed Critical Beijing Jiaxun Feihong Electrical Co Ltd
Priority to CN201110195797.1A priority Critical patent/CN102882697B/en
Publication of CN102882697A publication Critical patent/CN102882697A/en
Application granted granted Critical
Publication of CN102882697B publication Critical patent/CN102882697B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses a message receiving method of a multi-client end of a network management system based on a callback system, which comprises steps of client entity registration and service end message sending. The message receiving method has the benefits that: 1), because a client end is not required for reading server data, the influences of occupation and performance of database resources at a server end is greatly lowered, and the function of rapidly and accurately acquiring the message is realized; 2), the development complexity at the client end is decreased; 3), the message generated at the service end can be rapidly reflected to each client end so as to minimize the delay, and the normal operation of maintaining the client is also not influenced.

Description

A kind of message receival method of the network management system multi-client based on callback mechanism
Technical field
The invention belongs to the network apparatus management system technical field, particularly a kind of message receival method of the network management system multi-client based on callback mechanism.
Background technology
Network management system is the abbreviation of network apparatus management system, is mainly used in whole network system is carried out data configuration, monitoring, maintenance and test.Can be sub server end and client, server end will support a plurality of clients to access simultaneously, and equipment is managed operation.
When server side to monitor has the message such as data configuration message, alarm, trigger event to the equipment, need in time transmit the message to each client, so that each operation user can understand device configuration information timely, equipment state, alarm status etc., and carry out necessary processing according to equipment state, to guarantee the normal operation of equipment.
At present, based on C/S (Client/Server client/server) structure multi-client network management system when the message of reception server end, most of method that adopts is: increase a time control in client, regularly send query messages by the user end to server end, obtain the message that service end produces.
Existing multi-client network management system initiates to obtain operation by client, is therefore having in real time certain limitation for the message that produces, and client can not be obtained the message that service end produces timely; Simultaneously, for the network management system of multi-client, server must be kept at service end with each message, so that each client query is used, has so just increased the resource occupation of service end.If client is too much, each client regularly reads the database of server end, will affect like this maintenance customer and carry out other configuration operation, also can greatly affect the speed of service of system.
Summary of the invention
The present invention is directed to the message receival method that defects discloses a kind of network management system multi-client based on callback mechanism.
It is divided into two parts: user subject registration and service end message send.
The flow process of user subject registration is as follows:
1) based on callback mechanism, the client definition call back function at Network Management Equipment namely increases a message sink service, when the user passes through accessing server by customer end, starts this service;
2) client is registered to service end with call back function simultaneously, and registration rule is service end checking logon information, if the result is incorrect, the user need to pass through accessing server by customer end again; If the result is correct, service end generates a user subject object according to call back function, and with this object registration in the user subject formation of service end.
The flow process that service end message sends is as follows:
1) when Network Management Equipment has message to occur, trigger callback mechanism, service end can be inquired the user subject formation in turn, obtains the call back function of user subject object;
2) service end sends a message to client by call back function, and judges whether to continue to send message;
3) if judged result is yes, service end can be inquired the user subject formation again in turn, obtains the user subject object, if the determination result is NO, then finishes service end message transmission flow.
Beneficial effect of the present invention is: the present invention is applied to network management system, be improved, be in particular in: 1) owing to do not need client that server data is read, the database resource that also greatly reduces server end takies and performance impact, realized not only fast but also accurately message obtain function; 2) the exploitation complexity of minimizing client; The message that 3) service end is produced is reflected to each client fast, and delay is reduced to a minimum, and does not affect again maintenance customer's normal running simultaneously.
Description of drawings
Fig. 1, user subject register flow path figure;
Fig. 2, service end message transmission flow figure.
Embodiment
The present invention is further described below in conjunction with accompanying drawing.
The present invention is divided into two parts: user subject registration and service end message send.
As shown in Figure 1, the flow process of user subject registration is as follows:
1) based on callback mechanism, the client definition call back function at Network Management Equipment namely increases a message sink service, when the user passes through accessing server by customer end, starts this service;
2) client is registered to service end with call back function simultaneously, and registration rule is service end checking logon information, if the result is incorrect, the user need to pass through accessing server by customer end again; If the result is correct, service end generates a user subject object according to call back function, and with this object registration in the user subject formation of service end.
As shown in Figure 2, the flow process of service end message transmission is as follows:
1) when Network Management Equipment has message to occur, trigger callback mechanism, service end can be inquired the user subject formation in turn, obtains the call back function of user subject object;
2) service end sends a message to client by call back function, and judges whether to continue to send message;
3) if judged result is yes, service end can be inquired the user subject formation again in turn, obtains the user subject object, if the determination result is NO, then finishes service end message transmission flow.

Claims (1)

1. the message receival method based on the network management system multi-client of callback mechanism is characterized in that, it is divided into two parts: user subject registration and service end message send;
Wherein, the flow process of user subject registration is as follows:
1) based on callback mechanism, the client definition call back function at Network Management Equipment namely increases a message sink service, when the user passes through accessing server by customer end, starts this service;
2) client is registered to service end with call back function simultaneously, and registration rule is service end checking logon information, if the result is incorrect, the user need to pass through accessing server by customer end again; If the result is correct, service end generates a user subject object according to call back function, and with this object registration in the user subject formation of service end;
The flow process that service end message sends is as follows:
1) when Network Management Equipment has message to occur, trigger callback mechanism, service end can be inquired the user subject formation in turn, obtains the call back function of user subject object;
2) service end sends a message to client by call back function, and judges whether to continue to send message;
3) if judged result is yes, service end can be inquired the user subject formation again in turn, obtains the user subject object, if the determination result is NO, then finishes service end message transmission flow.
CN201110195797.1A 2011-07-13 2011-07-13 A kind of message receival method of the network management system multi-client based on callback mechanism Expired - Fee Related CN102882697B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110195797.1A CN102882697B (en) 2011-07-13 2011-07-13 A kind of message receival method of the network management system multi-client based on callback mechanism

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110195797.1A CN102882697B (en) 2011-07-13 2011-07-13 A kind of message receival method of the network management system multi-client based on callback mechanism

Publications (2)

Publication Number Publication Date
CN102882697A true CN102882697A (en) 2013-01-16
CN102882697B CN102882697B (en) 2015-08-26

Family

ID=47483852

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110195797.1A Expired - Fee Related CN102882697B (en) 2011-07-13 2011-07-13 A kind of message receival method of the network management system multi-client based on callback mechanism

Country Status (1)

Country Link
CN (1) CN102882697B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017028399A1 (en) * 2015-08-18 2017-02-23 北京百度网讯科技有限公司 Communication data transmission method and system
CN109981538A (en) * 2017-12-28 2019-07-05 深圳市优必选科技有限公司 The register method and system of subscription event, the processing method and system for subscribing to event
CN114827118A (en) * 2022-04-18 2022-07-29 恩平市帝赛斯音响器材厂 Internet-based network power supply remote management system

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6055639A (en) * 1997-10-10 2000-04-25 Unisys Corporation Synchronous message control system in a Kerberos domain
US20010047406A1 (en) * 2000-04-13 2001-11-29 Netilla Networks Inc. Apparatus and accompanying methods for providing, through a centralized server site, an integrated virtual office environment, remotely accessible via a network-connected web browser, with remote network monitoring and management capabilities
CN1453956A (en) * 2002-04-25 2003-11-05 艾利森电话股份有限公司 Method and structure of telecommunication network
CN1543251A (en) * 2003-05-02 2004-11-03 ��˹��ŵ�� Device management
CN1976325A (en) * 2006-12-13 2007-06-06 Ut斯达康通讯有限公司 Network system capable of realizing immediate message communication and communicating method
CN1997033A (en) * 2006-12-28 2007-07-11 华中科技大学 A protocol for network storage and its system
CN101056194A (en) * 2006-06-30 2007-10-17 华为技术有限公司 A SNMP message transfer method and device
CN101184082A (en) * 2006-11-17 2008-05-21 华为技术有限公司 Cluster user login method, state updating method, processing equipment, IMS network entity and communication system
CN101196813A (en) * 2007-12-26 2008-06-11 上海科泰世纪科技有限公司 Method for implementing event call-back based on component interface in computer software system

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6055639A (en) * 1997-10-10 2000-04-25 Unisys Corporation Synchronous message control system in a Kerberos domain
US20010047406A1 (en) * 2000-04-13 2001-11-29 Netilla Networks Inc. Apparatus and accompanying methods for providing, through a centralized server site, an integrated virtual office environment, remotely accessible via a network-connected web browser, with remote network monitoring and management capabilities
CN1453956A (en) * 2002-04-25 2003-11-05 艾利森电话股份有限公司 Method and structure of telecommunication network
CN1543251A (en) * 2003-05-02 2004-11-03 ��˹��ŵ�� Device management
CN101056194A (en) * 2006-06-30 2007-10-17 华为技术有限公司 A SNMP message transfer method and device
CN101184082A (en) * 2006-11-17 2008-05-21 华为技术有限公司 Cluster user login method, state updating method, processing equipment, IMS network entity and communication system
CN1976325A (en) * 2006-12-13 2007-06-06 Ut斯达康通讯有限公司 Network system capable of realizing immediate message communication and communicating method
CN1997033A (en) * 2006-12-28 2007-07-11 华中科技大学 A protocol for network storage and its system
CN101196813A (en) * 2007-12-26 2008-06-11 上海科泰世纪科技有限公司 Method for implementing event call-back based on component interface in computer software system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
翁剑锋: "《基于分布式管理构架的应用型网管系统的设计与研究》", 《航空电子技术》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017028399A1 (en) * 2015-08-18 2017-02-23 北京百度网讯科技有限公司 Communication data transmission method and system
US10609125B2 (en) 2015-08-18 2020-03-31 Beijing Baidu Netcom Science And Technology Co., Ltd. Method and system for transmitting communication data
CN109981538A (en) * 2017-12-28 2019-07-05 深圳市优必选科技有限公司 The register method and system of subscription event, the processing method and system for subscribing to event
CN114827118A (en) * 2022-04-18 2022-07-29 恩平市帝赛斯音响器材厂 Internet-based network power supply remote management system

Also Published As

Publication number Publication date
CN102882697B (en) 2015-08-26

Similar Documents

Publication Publication Date Title
US20220272170A1 (en) Methods and apparatus to share online media impressions data
EP2962440B1 (en) Real-time communications using a restlike api
CN104113519A (en) Network attack detection method and device thereof
US10963458B2 (en) Federated chatbots
CN108540533B (en) Request answering method and device
CN111124819A (en) Method and device for monitoring full link
CN113225339B (en) Network security monitoring method and device, computer equipment and storage medium
WO2014152076A1 (en) Retry and snapshot enabled cross-platform synchronized communication queue
US10057155B2 (en) Method and apparatus for determining automatic scanning action
WO2017054307A1 (en) Recognition method and apparatus for user information
KR102069751B1 (en) Method, apparatus and system for processing response messages
CN102882697A (en) Message receiving method of multi-client end of network management system based on callback system
CN105635044A (en) Information synchronization method and device
CN105530137B (en) Data on flows analysis method and data on flows analysis system
US20170318439A1 (en) Message delivery reliability
CN105741172B (en) Transaction message generation method and device, and transaction equipment component monitoring method and system
EP3794453B1 (en) Extensible, secure and efficient monitoring & diagnostic pipeline for hybrid cloud architecture
CN107566187B (en) SLA violation monitoring method, device and system
CN102201932A (en) Centralized service outage communication
CN106330493B (en) Network element signaling ordering method and device and network management system
CN110852537A (en) Service quality detection method and device
CN109660808B (en) Video encoder based on big data storage and corresponding terminal
US11902084B2 (en) System, method, and computer program product for detecting an anomaly in network activity
US20220368709A1 (en) Detecting data exfiltration and compromised user accounts in a computing network
CN117496411A (en) Method, device, equipment and readable storage medium for target detection

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

Termination date: 20200713

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