摘要
为了解决软交换系统提供的电信业务之间的依赖、冲突和相互调用的交互关系,提出了一种处理算法,通过创建3个函数矩阵:依赖关系处理函数矩阵、冲突关系处理函数矩阵、业务间相互调用关系处理函数矩阵,在接收到上报的业务触发消息时进行业务间的依赖和冲突关系的检测处理,在当前业务逻辑实例执行完毕时进行业务间相互调用关系的检测处理。该算法简单、高效、通用性强,提高了开发效率。
An algorithm is presented for solving the problem of processing interactive relations of dependence, conflict and interinvoking between different telecom services provided by the softswitch system. Three functional matrixes are created by the algorithm, respectively for processing dependence relation, conflict relations, and inter-invoking relations between services. When the reported service trickle messages are received, the dependence and conflict relations between services are detected and executed; when the current service logic instance is completed, the inter-invoking relations between services are detected and executed. The algorithm is simple, efficient and adaptable, and can highly improve development efficiency.
出处
《计算机与网络》
2010年第9期45-48,共4页
Computer & Network
关键词
业务间交互关系
业务依赖
业务冲突业务相互调用
业务协作业务交互关系处理算法
interactive relations between services
service dependence
service conflict
service inter-invoking
service collaboration
algorithm for processing service interactive relations