CN101795210A - Method for processing communication network failure - Google Patents
Method for processing communication network failure Download PDFInfo
- Publication number
- CN101795210A CN101795210A CN201010011337A CN201010011337A CN101795210A CN 101795210 A CN101795210 A CN 101795210A CN 201010011337 A CN201010011337 A CN 201010011337A CN 201010011337 A CN201010011337 A CN 201010011337A CN 101795210 A CN101795210 A CN 101795210A
- Authority
- CN
- China
- Prior art keywords
- communication network
- alarm
- processing
- language
- network failure
- 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.)
- Pending
Links
- 238000000034 method Methods 0.000 title claims abstract description 52
- 238000004891 communication Methods 0.000 title claims abstract description 23
- 230000008569 process Effects 0.000 claims abstract description 33
- 238000011161 development Methods 0.000 abstract description 2
- 230000000694 effects Effects 0.000 description 10
- 238000004458 analytical method Methods 0.000 description 6
- 238000013024 troubleshooting Methods 0.000 description 4
- 239000012467 final product Substances 0.000 description 3
- 238000007726 management method Methods 0.000 description 3
- 238000005516 engineering process Methods 0.000 description 2
- 230000006870 function Effects 0.000 description 2
- 239000012141 concentrate Substances 0.000 description 1
- 238000010924 continuous production Methods 0.000 description 1
- 238000002425 crystallisation Methods 0.000 description 1
- 230000008025 crystallization Effects 0.000 description 1
- 230000009977 dual effect Effects 0.000 description 1
- 238000005538 encapsulation Methods 0.000 description 1
- 238000005194 fractionation Methods 0.000 description 1
- 238000011165 process development Methods 0.000 description 1
- 238000003672 processing method Methods 0.000 description 1
- 230000004043 responsiveness Effects 0.000 description 1
Landscapes
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
The invention relates to the field of processing failure in communication network failure management, and in particular provides a method for processing communication network failure. The method comprises the following steps of: expressing service logic with approximately natural abstract syntaxes by using a pseudo language; writing service logic by using the syntaxes; forming a service model; and forming a new practical executable software service system by using a pseudo language engine. According to the method for processing the communication network failure, customization of a new process and reconstruction of the original process are quickly realized under the condition that a code level is not involved; aiming at specific service development, developers can customize more atomic operation of the service for supporting new sentence types or vocabulary; and the service logic reconstruction time is shortened by the method on the premise of not changing the code level, so responsibility of new demand of a user is improved.
Description
Technical field
The present invention relates to the troubleshooting field in the communication network management fault management, a kind of method of handling communication network failure specifically is provided.
Background technology
In the communication failure management domain, general alarming processing program is all handled by hard coded, as the user, can't understand the content of these hard codeds, also just can't go to change fast dynamically these flow processs after handling process changes; And as the developer, also can be used as the secret content of manufacturer to this part and protected; This also just gives between actual user and the developer and has set up a wide gap, and across this wide gap just must be linking up repeatedly and revising between actual user representative and the developer's representative, the continuous process of checking with changing, this process is suitable very long complicated in other words.
Pseudo-programming language is meant write in order to explain programmed algorithm a kind of both as a kind of descriptive language of program language as natural language, can not be explained or compile successful.Pseudo-language is easily understood with it and is applied in computer teaching or the study course more.
Pseudo-language is incorporated in the field of telecommunications troubleshooting, mainly is to have changed the mode that function just is provided to the user in the past, and is open to the user the acquisition process logic of fault warning by the expression of pseudo-language, carries out the adjustment of service logic at any time for the user.This part all was the black box operation for the user in the past, to the user is sightless, but these certain customers are only professional expert, if can develop this part, and reduce the complexity of reading, when changing for business so, this change just can be initiated by the user, gives full play to the availability that the familiar advantage of customer service improves software; For system the atomic operation that can not provide, can submit new technological process (pseudo-language is write) to by the user by the opening of pseudo-language, the developer is according to the atomic operation in the flow process development process, and the inconvenience of having avoided ambiguity in the exchange and conmmunication or ambiguity to bring is supported fast.At present this pseudo-language is mainly used on the language engine that java is a basic environment, and pseudo-language itself is irrelevant with programming language, more as the language of a description flow process.
This pseudo-language relates generally to the expression of troubleshooting process, the description of the expression of the business rule of fault association process, business from telecommunications fault warning processing, change and mostly concentrate on this two aspects, by the encapsulation of this two aspect and opening, can carry out describing accurately and supporting fast to variation.
Summary of the invention
A kind of method of handling communication network failure of the present invention, be at above problem, a kind of pseudo-language is provided, set up certain semanteme and grammer, and the service logic of utilizing pseudo-language to carry out troubleshooting is represented, actual executable computer language code utilize basic programming language to make up the running environment of the semanteme and the grammer of pseudo-language, so that can be discerned and carry out.
The technical solution adopted for the present invention to solve the technical problems is:
A kind of method of handling communication network failure may further comprise the steps:
A, the processing mode of the warning information in the communication network is analyzed, split after distinguishing its type;
B, the definition rule of the warning information after splitting by pseudo-language defined;
C, according to the type of distinguishing to the definition after alarming processing merge, form last service logic model.
The warning information type comprises the processing of general character or independently handles.
A kind of method of handling communication network failure of the present invention, it has following requirement:
1) basic conception
Grammer in the pseudo-language here is very simple, only needs several simple sentence formulas to get final product, and remembers the variant content in these formulas, carries out a formula and applies mechanically, and can carry out the flexible Application of language.For the transactional language of routine, its grammatical and semantic should comprise following several contents:
The morphology item | Brief introduction |
Predefined key | Various variablees are defined, can run through whole flow process all the time |
Movable | Being a certain independent event, can being assignment once, also can be that a quick-reading flow sheets is handled |
Parameter | Input parameter is used for local variable and uses, but also assignment is carried out overall situation use in context |
Circulation control | Mainly comprise and returning, continue, have this execution result simultaneously |
Anticipation | |
Scope definition | To the division of module, help the control circulation |
Predefined key
The needed variable of the main whole flow process of definition.Point out the various attributes of variable simultaneously, as types of variables, name variable, affiliated classification, default value etc.
Activity is divided into simple activities and complicated movable, and the function that can realize by basic syntax in program language is called simple activities; It is complicated movable that the activity of being made up of or multinomial simple activities is called.Simple activities comprises that mainly IF judges assignment, switch branch etc.Complicated activity is represented with loading command without exception.
This flow process desired parameters can define as the case may be for zero or a plurality of.
Circulation is divided into direct circulation and control circulation, and directly how directly circulation ignores the circulation of this execution result; The control circulation then judges how to circulate according to the relevant return value of this execution.
A certain operation flow or branch are defined, so that make service logic more clear, as processing for fault warning, can be with the handling process of activity alarm, the handling process of affirmation alarm and the handling process of cleared alarm are divided into 3 main operation flows and handle.
2) morphology definition
According to the definition of each conception of species, as follows to the morphology specific definition of pseudo-language:
For example: for the value that will change some attributes, just need be applied to the sentence formula of assignment, as follows:
<AssignValue name=" [variable] "〉[value]</AssignValue 〉
Specific to some concrete examples, suppose that we will give variable xxx assignment is 1, grammer is as follows so:
<AssignValue?name=″xxx″>1</AssignValue>
For another example, for alarming processing, need take different processing to alarm according to its alarm status (alarm and cleared alarm are confirmed in movable alarm), the switch branch grammer that so then can apply mechanically us is defined as follows:
<Switch condition=" alarm status " 〉
<Case value=" movable alarm " dochain=" movable alarm processing "/〉
<Case value=" affirmation alarm " dochain=" affirmation alarm processing "/〉
<Case value=" cleared alarm " dochain=" cleared alarm flow process "/〉
</Switch>
More than be single sentence formula, and a sentence group or perhaps article have then been formed in the expression of the delegation of delegation of a plurality of formulas, for the pseudo-language engine be exactly in accordance with the order from top to bottom line by line to the execution that makes an explanation of these formulas; For the end user, only need remember that simple several formulas just can carry out the reconstruct of flow process.
A kind of method of handling communication network failure of the present invention, it is compared with the network failure processing method under the prior art, has the following advantages:
1, for operation flow, no matter be developer or end user, all be transparent, after the introducing of pseudo-language, the end user can come to carry out fast voluntarily the reconstruct of operation flow by the stronger pseudo-language of these readability.
2, for the code protection aspect, pseudo-language has well shielded final executable code, and what the user was given in opening is the stronger logic of language of read-only property, but not therefore code logic also can play good protection for developer's wisdom crystallization.
3, for both sides' communication, it is just enough that the end user only need consider how to utilize pseudo-language to carry out in the reconstruct of service logic; The developer then is the business that need understand the user, represents professional atom component to get final product at the new language atom morpheme of demand exploitation in needs, has fully realized the performance of both sides' advantages.
Adopt a kind of method of handling communication network failure of the present invention, it utilizes pseudo-language and pseudo-language engine, can allow the business personnel by the irrelevant pseudo-language custom service logic of technology, focus focuses on the Business Processing aspect more, and the developer only pays close attention to the atomic operation of Business Processing.Engine can be translated service logic of representing with pseudo-language and actual executable computer code automatically and carry out.By this invention, actual operation flow is transparent for business personnel or end user, and these personnel can realize the customization of new technological process and the reconstruct of original flow process fast under the situation that does not relate to the code aspect; The developer then gets final product in order to support new sentence formula or vocabulary at the concrete more professional atomic operation of business development customization; In this way, or else carry out putting before changing of code aspect, shorten service logic reconstruction time, improved the responsiveness of user's new demand.
Description of drawings
The present invention is further described below in conjunction with drawings and Examples.
Fig. 1 is the flow chart of the specific embodiment of a kind of method of handling communication network failure of the present invention.
Embodiment
Below in conjunction with the drawings and specific embodiments a kind of method of handling communication network failure of the present invention is further described.
As shown in Figure 1, a kind of method such as following steps of handling communication network failure of the present invention are implemented.
The first step: analysis process figure, the professional fractionation.
We can see from above-mentioned flow chart, the processing of existing general character in the alarming processing, and as warning analysis, foreground displaying etc. is mail in alarm, also has independently and handles, as giving acknowledging time with the alarm time assignment.Simultaneously, existing simple processing as assignment, also has complex process, puts in storage as alarm etc.All flow processs cannot treat different things as the same, and need take the circumstances into consideration to split according to actual conditions.
Second step:, carry out atomic operation and split according to flow chart
We split atomic operation one by one according to the described flow chart of Fig. 1.
From flow chart as can be known, specifically activity relates generally to warning analysis, and alarm status is judged, the alarm warehouse-in, and the acknowledging time assignment, the warning content heavy duty, alarm clearance, 7 contents of foreground displaying are mail in alarm.According to the principle of atom, can be content-defined as follows to 7:
The non-simple program language of warning analysis warning analysis can be realized, so locate to be embodied as with order (Command) mode
<Command name=" warning analysis " className=" com.inspur.alarm.parseAlarm "/〉
Alarm status is judged
For judging statement, system provides IF to judge and switch circulation dual mode, according to routine, for whether or true and false judgement judge with IF, realize with the switch flowing mode for many-valued judgement, so locate with the realization of switch flowing mode
<Switch condition=" alarm status " 〉
<Case value=" movable alarm " dochain=" movable alarm processing "/〉
<Case value=" affirmation alarm " dochain=" affirmation alarm processing "/〉
<Case value=" cleared alarm " dochain=" cleared alarm flow process "/〉
</Switch>
The alarm warehouse-in
The alarm warehouse-in, non-simple statement can realize, realize with command mode
<Command name=" alarm warehouse-in " className=" com.inspur.alarm.insertDB "/〉
The acknowledging time assignment
For simple assignment, operations such as print log can be realized by the predefined statement of pseudo-language
<AssignValue name=" acknowledged alarm time "〉the alarm time of origin</AssignValue 〉
The warning content heavy duty
Command mode realizes
<Command name=" warning content heavy duty " className=" com.inspur.alarm.reloadAl "/〉
Alarm clearance
Command mode realizes
<Command name=" alarm clearance " className=" com.inspur.alarm.clearAl "/〉
The foreground is mail in alarm
Command mode realizes
<Command name=" foreground is mail in alarm " className=" com.inspur.alarm.sendAl "/〉
The 3rd step: merge.
Merging work is the final step work of pseudo-language work, but to take the circumstances into consideration to merge with reference to basic flow sheet equally, with regard to above-mentioned flow process,, confirm that alarming processing and cleared alarm are handled and be divided into 3 operation flows and handle and to make flow process more clear the activity alarming processing.The merging so now these 3 contents that flow process contained are gone ahead of the rest
Movable alarm processing
<Chain name=" movable alarm processing " 〉
<Command name=" alarm warehouse-in " className=" com.inspur.alarm.insertDB "/〉
</Chain>
Confirm alarm processing
<Ch á in name=" confirms alarm processing " 〉
<AssignValue name=" acknowledged alarm time "〉the alarm time of origin</AssignValue 〉
</Chain>
The cleared alarm flow process
<Chain name=" cleared alarm flow process " 〉
<Command name=" warning content heavy duty " className=" com.inspur.alarm.reloadAl "/〉
<Command name=" foreground is mail in alarm " className=" com.inspur.alarm.sendAl "/〉
</Chain>
At last, after all flow processs are merged from the bottom to top one by one, generate pseudo-language.
In sum, based on the framework of procedural model and regulation engine, flow process that can the flexible configuration business is to be fit to the demand of user's needs with continuous variation.Certainly, above simple example just, more than this complexity, but its core all is the definition and the merging of atomic operation in the practice.
Above-described embodiment, the present invention embodiment a kind of more preferably just, the common variation that those skilled in the art carries out in the technical solution of the present invention scope and replacing all should be included in protection scope of the present invention.
Claims (4)
1. method of handling communication network failure may further comprise the steps:
A, the processing mode of the warning information in the communication network is analyzed, split after distinguishing its type;
B, the definition rule of the warning information after splitting by pseudo-language defined;
C, according to the type of distinguishing to the definition after alarming processing merge, form last service logic model.
2. a kind of method of handling communication network failure according to claim 1 is characterized in that, described warning information type comprises the processing of general character or independently handles.
3. a kind of method of handling communication network failure according to claim 1 is characterized in that, described warning information type comprises simple processing or complicated processing.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201010011337A CN101795210A (en) | 2010-01-11 | 2010-01-11 | Method for processing communication network failure |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201010011337A CN101795210A (en) | 2010-01-11 | 2010-01-11 | Method for processing communication network failure |
Publications (1)
Publication Number | Publication Date |
---|---|
CN101795210A true CN101795210A (en) | 2010-08-04 |
Family
ID=42587642
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201010011337A Pending CN101795210A (en) | 2010-01-11 | 2010-01-11 | Method for processing communication network failure |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN101795210A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106569786A (en) * | 2015-10-10 | 2017-04-19 | 阿里巴巴集团控股有限公司 | Development method of service application and system |
CN109902283A (en) * | 2018-05-03 | 2019-06-18 | 华为技术有限公司 | A kind of information output method and device |
-
2010
- 2010-01-11 CN CN201010011337A patent/CN101795210A/en active Pending
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106569786A (en) * | 2015-10-10 | 2017-04-19 | 阿里巴巴集团控股有限公司 | Development method of service application and system |
CN109902283A (en) * | 2018-05-03 | 2019-06-18 | 华为技术有限公司 | A kind of information output method and device |
CN109902283B (en) * | 2018-05-03 | 2023-06-06 | 华为技术有限公司 | Information output method and device |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Busch et al. | Just tell me: Prompt engineering in business process management | |
US8543913B2 (en) | Identifying and using textual widgets | |
Smajevic et al. | From conceptual models to knowledge graphs: a generic model transformation platform | |
Kamburjan | Behavioral program logic | |
Alférez et al. | Multi-view composition language for software product line requirements | |
Bousdekis et al. | Human-AI collaboration in quality control with augmented manufacturing analytics | |
Panetto et al. | A unified enterprise modelling language for enhanced interoperability of enterprise models | |
da Silva Teixeira et al. | PoN-S: a systematic approach for applying the physics of notation (PoN) | |
Avdeenko et al. | The ontology-based approach to support the requirements engineering process | |
Sharma et al. | Extracting high-level functional design from software requirements | |
CN101795210A (en) | Method for processing communication network failure | |
CN108600181A (en) | A kind of parsing configuration method for supporting polymorphic type communication protocol | |
Wang et al. | Component‐Based Formal Modeling of PLC Systems | |
CN101329625A (en) | Expert system developing platform | |
CN114968812A (en) | Code quality detection method based on kubernets | |
Vidoni et al. | Towards a taxonomy of Roxygen documentation in R packages | |
Napolitano et al. | Bioinformatic pipelines in Python with Leaf | |
Koivu | Technology agnostic design systems | |
de Almeida Pereira et al. | An MDA approach for the specification of relay-based diagrams | |
Millham | Evolution of batch-oriented COBOL systems into object-oriented systems through unified modelling language. | |
Ackermann et al. | Natural language generation for declarative process models | |
Laird | Game semantics for bounded polymorphism | |
Benerecetti et al. | Expressing structural temporal properties of safety critical hierarchical systems | |
Azevedo et al. | BPMN Model and Text Instructions Automatic Synchronization. | |
Romero et al. | Action templates and causalities in the ODP computational viewpoint |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C02 | Deemed withdrawal of patent application after publication (patent law 2001) | ||
WD01 | Invention patent application deemed withdrawn after publication |
Application publication date: 20100804 |