KR100663576B1 - Method and Apparatus for centralized code management using distributed object in multi system - Google Patents

Method and Apparatus for centralized code management using distributed object in multi system Download PDF

Info

Publication number
KR100663576B1
KR100663576B1 KR1019990054401A KR19990054401A KR100663576B1 KR 100663576 B1 KR100663576 B1 KR 100663576B1 KR 1019990054401 A KR1019990054401 A KR 1019990054401A KR 19990054401 A KR19990054401 A KR 19990054401A KR 100663576 B1 KR100663576 B1 KR 100663576B1
Authority
KR
South Korea
Prior art keywords
code
processor
change
code change
change server
Prior art date
Application number
KR1019990054401A
Other languages
Korean (ko)
Other versions
KR20010053860A (en
Inventor
전병상
박순향
Original Assignee
주식회사 케이티
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 주식회사 케이티 filed Critical 주식회사 케이티
Priority to KR1019990054401A priority Critical patent/KR100663576B1/en
Publication of KR20010053860A publication Critical patent/KR20010053860A/en
Application granted granted Critical
Publication of KR100663576B1 publication Critical patent/KR100663576B1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/04Network management architectures or arrangements
    • H04L41/042Network management architectures or arrangements comprising distributed management centres cooperatively managing the network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/02Standardisation; Integration
    • H04L41/024Standardisation; Integration using relational databases for representation of network management data, e.g. managing via structured query language [SQL]

Abstract

본 발명은 다수의 시스템에서 관리중인 공통코드를 분산 객체를 이용한 중앙집중형 코드관리 방법 및 장치에 관한 것으로, 변경할 코드를 입력하면 자동으로 코드변경 클라이언트처리기를 호출하고, 이 코드변경 클라이언트처리기는 자동으로 코드변경 서버 처리기를 호출하고, 이 호출된 코드변경 서버처리기는 자동으로 각 시스템에서 사용하는 코드를 변경할 수 있도록 함으로서 각 시스템 운용자의 오류를 방지하고, 각 시스템의 코드변경 서버처리기가 각각의 시스템에서 코드를 변경함으로서 코드변경이 실시간으로 처리할 수 있는 효과가 있다.The present invention relates to a centralized code management method and apparatus using distributed objects for common codes managed in a plurality of systems. When a code to be changed is entered, a code change client processor is automatically called. By calling the code change server handler, the called code change server handler automatically changes the code used by each system to prevent errors of each system operator, and the code change server handler of each system By changing the code in the code, the code change can be processed in real time.

Description

다수의 시스템에서 관리중인 공통코드를 분산 객체를 이용한 중앙집중형 코드관리 방법 및 장치{Method and Apparatus for centralized code management using distributed object in multi system}Method and apparatus for centralized code management using distributed object for common code managed by multiple systems {Method and Apparatus for centralized code management using distributed object in multi system}

도 1은 종래 시스템의 코드관리 전체 구성도,1 is an overall configuration diagram of the code management of the conventional system,

도 2는 종래 시스템에서의 코드관리를 설명하기 위한 플로우챠트.2 is a flowchart for explaining code management in a conventional system.

도 3은 본 발명이 적용되는 중앙코드관리 시스템의 전체구성도.3 is an overall configuration diagram of a central code management system to which the present invention is applied.

도 4는 본 발명에 따른 중앙코드관리 시스템의 코드관리 처리기의 처리를 설명하기 위한 플로우챠트.4 is a flowchart for explaining the processing of the code management processor of the central code management system according to the present invention;

도 5는 본 발명에 따른 중앙코드관리 시스템의 코드변경 클라이언트 처리기의 처리를 설명하기 위한 플로우챠트.5 is a flowchart for explaining the processing of the code change client processor of the central code management system according to the present invention;

도 6은 본 발명에 따른 코드를 사용하는 시스템의 코드변경 서버 처리기의 처리를 설명하기 위한 플로우챠트. 6 is a flowchart for explaining the processing of the code change server processor in the system using the code according to the present invention;

< 도면의 주요부분에 대한 부호의 설명 >            <Description of Symbols for Major Parts of Drawings>

311 : 중앙코드관리 시스템 312 : 코드관리 처리기311: central code management system 312: code management processor

313 : 코드변경 클라이언트 처리기 314 : 코드관리 데이터베이스313 code change client handler 314 code management database

321 : 제 1시스템 322 : 제 1코드변경 서버처리기321: first system 322: first code change server processor

323 : 제 1연동처리기 324 : 제 1데이터베이스323: first interlocking processor 324: first database

33 : 근거리 통신망 331 : 제 2시스템33: local area network 331: second system

332 : 제 2코드변경 서버처리기 333 : 제 2연동 처리기332: second code change server processor 333: second interlocking processor

334 : 제2 데이터베이스 341 : 제 3시스템334: Second Database 341: Third System

342 : 제 3코드변경 서버처리기 343 : 제 3연동처리기 342: third code change server processor 343: third interlocking processor

344 : 제 3데이터베이스344: third database

본 발명은 다수의 시스템에서 관리중인 공통코드를 분산 객체를 이용한 중앙집중형 코드관리 방법 및 장치에 관한 것이다.The present invention relates to a centralized code management method and apparatus using distributed objects for common codes managed in a plurality of systems.

일반적으로 서비스 및 사용자의 증가로 각 서비스별로 독립적인 시스템을 구축하는 경우가 많으며, 시스템 구축시 데이터의 분류 및 정보처리시 효율성을 증대하기 위하여 코드의 사용은 보편화되어 있으며, 따라서 각 시스템 간 연동시 코드의 일치가 필요하다. In general, independent systems are often built for each service due to the increase of services and users, and codes are generally used to increase efficiency in classifying and processing data when constructing systems. The code needs to match.

여기서 도 1에 도시된 바와같이 종래 시스템의 코드관리 및 그 연동구조에 따른 구성은 제 1시스템(111), 제 2시스템(131) 및 제 3시스템(141)를 포함하여 구성되고, 상기의 시스템(111,131,141)간은 근거리 통신망인 LAN(12)으로 접속된다.Here, as shown in FIG. 1, the configuration according to the code management of the conventional system and its interworking structure includes the first system 111, the second system 131, and the third system 141. The 111, 131, and 141 are connected to the LAN 12, which is a local area network.

또한, 상기 제 1시스템(111)은 제 1코드관리 처리기(112), 제 1데이터베이스(113) 및 제 1연동처리기(114)를 포함한다. 상기 제 2시스템(131)은 제 2코드관리 처리기(132), 제 2데이터베이스(133) 및 제 2연동처리기(134)를 포함 한다. 상기 제 3시스템(141)은 제 3코드관리처리기(142), 제 3데이터베이스(143) 및 제 3연동처리기(144)를 포함한다.The first system 111 also includes a first code management processor 112, a first database 113, and a first interlocking processor 114. The second system 131 includes a second code management processor 132, a second database 133, and a second interlocking processor 134. The third system 141 includes a third code management processor 142, a third database 143, and a third interlocking processor 144.

상기 각 코드관리처리기(112,132,142)는 시스템에서 코드내역을 입력,수정,삭제 및 조회한다. 각 데이터베이스(113,133,143)는 각 시스템에서 코드 내역 및 서비스 내역을 저장한다. 그리고 각 연동처리기(114,134,144)는 각 시스템간 연동을 수행한다.Each of the code management processors 112, 132, and 142 inputs, modifies, deletes, and inquires code details in the system. Each database 113, 133, 143 stores code details and service details in each system. Each interworking processor 114, 134, 144 performs interworking between the systems.

한편, 상기와 같은 종래 시스템을 통해 코드관리의 과정을 도 2를 참조로 하여 살펴보면 다음과 같다.On the other hand, the process of code management through the conventional system as described above with reference to Figure 2 as follows.

현재의 시스템에서 사용코드의 변경이 발생할 경우에, 사용자 또는 관리자는 코드의 변경내역을 전화나 팩스로 각 시스템 담당자에게 연락을 한다(S21,S22). 이때 각 시스템(111,131,141)의 담당자는 각 코드관리처리기(112,132,142)를 이용하여 변경된 내역을 각각의 시스템으로 입력한다(S23).When a change of the use code occurs in the current system, the user or administrator contacts each system person by phone or fax for the change of the code (S21, S22). At this time, the person in charge of each system (111, 131, 141) inputs the changed details to each system using the code management processor (112, 132, 142) (S23).

그러나 종래의 코드관리 방법은 각 시스템별로 독립적인 코드관리 기능으로 사람이 직접 각각의 시스템에 입력함으로써 신속한 코드변경이 이루어지지 않고, 코드변경시 오류가 발생할 소지가 있다. 즉, 코드정정에 따른 입력시 전화나 팩스등의 통신매체를 통해 일일이 각 시스템 담당자에게 연락을 취하는 동작이 선행되어야 하며, 자료입력시 수작업에 의한 오류가 발생할 수 있어 신속한 시스템의 변경지연은 물론 시스템의 신뢰성도 저하되는 문제점이 있었다.However, the conventional code management method is an independent code management function for each system, so that a person can directly input the data into each system, and thus, a quick code change is not made and an error may occur when the code is changed. That is, the operation of contacting the person in charge of each system should be preceded through the communication media such as telephone or fax when inputting the code correction, and the error may be caused by manual operation when inputting data. There was also a problem in that the reliability of the.

본 발명은 상기에 기술한 바와같은 문제점을 해결하기 위해 안출된 것으로, 중앙관리시스템에서 변경할 코드를 입력하면 자동으로 코드변경 클라이언트처리기를 호출하고, 이 코드변경 클라이언트처리기는 자동으로 코드변경 서버 처리기를 호출하고, 이 호출된 코드변경 서버 처리기는 자동으로 각 시스템에서 사용하는 코드를 변경할 수 있도록 한 다수의 시스템에서 관리중인 공통코드를 분산 객체를 이용한 중앙집중형 코드관리 방법 및 장치를 제공함에 그 목적이 있다.The present invention has been made to solve the problems described above, and when the code to be changed in the central management system, the code change client processor is automatically called, and this code change client handler automatically This code change server processor provides a centralized code management method and apparatus using distributed objects for common codes managed in multiple systems so that the code used in each system can be changed automatically. There is this.

상기와 같은 목적을 달성하기 위한 본 발명은 다수의 시스템에서 관리중인 공통코드를 관리하는 방법은, 다수의 시스템에서 관리중인 공통코드를 관리하는 방법에 있어서, a) 변경된 내역을 입력받아 코드 데이터베이스를 변경 및 저장하고 코드변경 클라이언트 처리기를 호출하는 단계; b) 상기 변경된 코드를 사용하는 시스템의 코드변경 서버처리기를 호출하는 단계; c) 상기 코드변경 서버처리기로부터 호출이 있으면 통보된 변경완료 정보를 저장하는 단계; 및 d) 상기 코드변경 서버처리기로부터 호출이 없으면 상기 코드변경 서버처리기를 호출하여 변경 요청하는 단계를 구비하는 것을 특징으로 한다.The present invention for achieving the above object is a method for managing a common code managed in a plurality of systems, in a method for managing a common code managed in a plurality of systems, a) receiving the changed details to the code database Modifying and saving and invoking the code change client handler; b) calling a code change server handler of a system using the changed code; c) storing change completion information notified of a call from the code change server processor; And d) requesting a change by calling the code change server processor when there is no call from the code change server processor.

그리고 상기 (a)단계는 입력된 코드 변경사항을 코드관리 데이터베이스에 저장하는 단계; 및 코드변경 클라이언트 처리기를 호출하는 단계로 이루어지고, 상기 (b)단계는 코드관리 처리기의 호출시 코드변경 서버 처리기를 호출하여 변경 요청을 하는 단계; 상기 코드변경 서버 처리기로부터 변경된 코드에 대한 처리 결과 응답이 없는 경우 코드변경 서버 처리기를 호출하여 변경 요청하는 단계; 및 상기 코드변경 서버 처리기로부터 변경된 코드에 대한 처리결과 응답 호출이 있을 경우 변 경완료 정보를 저장하는 단계로 이루어진 것을 특징으로 한다.And (a) storing the input code changes in a code management database; And invoking a code change client processor, wherein step (b) includes calling a code change server processor to request a change when the code management processor is invoked; Requesting a change by calling a code change server processor when there is no response result response to the code changed from the code change server processor; And storing the change completion information when there is a processing result response call for the changed code from the code change server processor.

이하 첨부된 도면을 참조하여 본 발명의 실시예를 상세히 설명하면 다음과 같다.Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings.

도 3은 본 발명이 적용되는 전체 구성도로서 그 구성은 크게 중앙코드관리시스템(311),제 1시스템(321),제 2시스템(331) 및 제 3시스템(341)를 포함하여 이루어진다. 그리고 상기 중앙코드관리 시스템(311)은 코드관리 처리기(312), 코드변경 클라이언트 처리기(313) 및 코드관리 데이터베이스(314)를 포함한다.FIG. 3 is an overall configuration diagram to which the present invention is applied, and its configuration generally includes a central code management system 311, a first system 321, a second system 331, and a third system 341. The central code management system 311 includes a code management processor 312, a code change client processor 313, and a code management database 314.

상기 제 1시스템(321)은 제 1코드변경 서버처리기(322), 제 1연동 처리기(323) 및 제 1데이터베이스(324)로 이루어진다. 상기 제 2시스템(331)은 제 2코드변경 서버 처리기(332), 제 2연동처리기(333) 및 제 2데이터베이스(334)로 이루어진다. 상기 제 3시스템(341)은 제 3코드변경 서버처리기(342), 제 3연동처리기(343) 및 제 3데이터베이스(344)로 이루어진다.The first system 321 includes a first code change server processor 322, a first interlocking processor 323, and a first database 324. The second system 331 includes a second code change server processor 332, a second interlocking processor 333, and a second database 334. The third system 341 includes a third code change server processor 342, a third interlocking processor 343, and a third database 344.

그리고 상기 각 시스템(311,321,331,341)은 근거리 통신망인 LAN(33)에 의해 통신 접속된다. Each of the systems 311, 321, 331, and 341 is connected by a local area network (LAN) 33.

중앙코드관리 시스템(311)에 구성되는 상기 코드관리 처리기(312)는 코드 관리에 의한 변경사항을 입력하기 위한 것으로, 코드관리 데이터 베이스(314)에 기 저장된 데이터를 변경하고, 코드변경 클라이언트처리기(313)를 호출한다.The code management processor 312 configured in the central code management system 311 is for inputting changes by code management. The code management processor 312 changes data previously stored in the code management database 314, and changes the code change client processor ( 313).

상기 코드변경 클라이언트처리기(313)는 상기 코드관리 데이터베이스(314)에 변경 저장된 코드를 사용하는 각 시스템(321,331,341)의 각 코드변경 서버처리기(322,332,342)를 호출하여 코드변경을 요구한다. 그리고 각 시스템(321,331,341)의 코드변경 서버처리기(322,332,342)는 코드변경 클라이언트처리기(313)로부터 호출이 있는지를 확인하고 코드의 변경 유무를 점검한다.The code change client processor 313 calls a code change server processor 322, 332, 342 of each system 321, 331, 341 using the code stored in the code management database 314 to request a code change. The code change server processors 322, 332, and 342 of the systems 321, 331, and 341 check whether there is a call from the code change client processor 313, and check whether there is a code change.

한편, 상기와 같은 구성으로 이루어진 중앙집중형 코드관리 방법을 살펴보면 다음과 같다.On the other hand, look at the centralized code management method consisting of the above configuration as follows.

도 4는 본 발명에 따른 중앙코드관리 시스템의 코드관리 처리기의 처리 흐름도로서 먼저, 코드의 변경 사항이 발생하면(S41), 사용자는 중앙코드 관리시스템(311)의 코드관리 처리기(312)를 이용하여 변경사항을 입력한다(S42). 그러면 중앙코드 관리시스템(311)의 코드관리 처리기(312)는 코드관리 데이터베이스(314)에 기 저장된 데이터를 현재 입력된 데이터로 변경한다(S43). 그 후 중앙코드 관리시스템(311)는 코드변경 클라이언트처리기(313)를 호출한다. 4 is a flow chart of a code management processor of the central code management system according to the present invention. First, when a code change occurs (S41), a user uses the code management processor 312 of the central code management system 311. To input the changes (S42). Then, the code management processor 312 of the central code management system 311 changes the data previously stored in the code management database 314 to the currently input data (S43). The central code management system 311 then calls the code change client processor 313.

도 5는 본 발명에 따른 중앙코드 관리시스템의 코드변경 클라이언트 처리기의 처리 흐름도로서 먼저 타 처리기로부터 호출이 있는가를 판단한다(S51). 그러면 상기 S51단계에서 판단한 결과 각 코드변경 서버처리기(322,332,342)로부터 호출이 있는 경우에는 코드변경 서버처리기(322,332,342)로부터 통보된 변경완료 정보를 코드관리 데이터베이스(314)에 저장한다(S52).5 is a flow chart of a code change client processor of the central code management system according to the present invention. First, it is determined whether there is a call from another processor (S51). Then, as a result of the determination in step S51, if there is a call from each code change server processor 322,332,342, the change completion information notified from the code change server processor 322,332,342 is stored in the code management database 314 (S52).

그리고 상기 S51단계에서 판단한 결과 코드관리 처리기(312)로부터 호출될 경우 코드변경 클라이언트처리기(313)는 변경된 코드를 사용하는 시스템의 코드변경 서버처리기(322,332,342)를 각각 호출하여 코드 변경을 요구한다(S55). When it is determined in step S51 that it is called from the code management processor 312, the code change client processor 313 calls the code change server processors 322, 332 and 342 of the system using the changed code, respectively, and requests a code change (S55). ).

한편, 상기 S51단계에서 판단한 결과 타 처리기로부터의 호출이 없는 경우에 는 코드변경 서버처리기(322,332,342)로부터 변경된 코드에 대한 처리결과 확인 응답이 없는 코드변경이 있는지를 판단한다.(S53,S54). 이때 이 S54단계에서 판단한 결과 응답이 없는 코드변경이 없는 경우에는 S51단계로 복귀하여 타 처리기로부터 호출이 있는가를 판단한다.On the other hand, if there is no call from another processor as a result of the determination in step S51, it is determined whether there is a code change without a response result acknowledgment for the changed code from the code change server processor (322, 332, 342) (S53, S54). In this case, if there is no code change with no response as a result of the determination in step S54, the process returns to step S51 to determine whether there is a call from another processor.

그리고 상기 S54단계에서 판단한 결과 응답이 없는 코드변경이 있는 경우에는 코드변경 클라이언트처리기(313)는 변경된코드를 사용하는 각 시스템의 코드변경 서버처리기(322,332,342)를 호출하여 코드변경을 요구하고(S55), 상기 S51단계로 복귀하여 타 처리기로부터 호출이 있는가를 판단한다. If there is a code change with no response as determined in step S54, the code change client processor 313 calls the code change server processors 322, 332 and 342 of each system using the changed code to request a code change (S55). In step S51, it is determined whether there is a call from another processor.

도 6은 본 발명에 따른 코드를 사용하는 시스템의 코드변경 서버처리기의 처리방법으로 먼저 중앙코드 관리시스템(311)의 코드변경 클라이언트처리기(313)로부터 호출이 있는지를 판단한다(S61). 이때 이 S61단계에서 판단한 결과 코드변경 클라이언트 처리기(313)로부터 호출이 없을 경우에는 계속해서 코드변경 클라이언트처리기(313)로부터 호출이 있는지를 확인하여 루프를 반복 수행한다 6 is a method of processing a code change server processor of a system using a code according to the present invention. First, it is determined whether there is a call from the code change client processor 313 of the central code management system 311 (S61). In this case, when there is no call from the code change client processor 313 as a result of the determination in step S61, the loop is repeatedly checked by checking whether there is a call from the code change client processor 313.

그리고 상기 S61단계에서 판단한 결과 코드변경 클라이언트처리기(313)로부터 호출이 있을 경우에는 코드변경 서버처리기(322,332,342)는 코드가 변경되었는지를 점검하고(S62), 코드가 변경되었는지를 판단하게 된다(S63). 이때 이 S63단계에서 판단한 결과 코드가 변경될 경우 상기 각 코드변경 서버처리기(322,332,342)는 코드변경 클라이언트처리기(313)에 변경이 완료되었음을 통보하고(S65), 루프를 복귀하여 재차 중앙코드관리시스템(311)의 코드변경 클라이언트처리기(313)로부터 호출이 있는지를 확인한다(S61). When there is a call from the code change client processor 313 as a result of the determination in step S61, the code change server processors 322, 332 and 342 check whether the code has been changed (S62), and determine whether the code has been changed (S63). . At this time, if the code is changed as a result of the determination in step S63, each code change server processor (322,332,342) notifies the code change client processor 313 that the change is completed (S65), and returns to the loop again to the central code management system ( The code change client processor 313 of 311 checks whether there is a call (S61).

한편, 상기 S63단계에서 판단한 결과 코드가 변경되지 않을 경우에는 각 코드변경서버처리기(322,332,342)는 변경 요청된 코드를 변경한 후(S64), 각 코드변경서버 처리기(322,332,342)는 코드변경 클라이언트처리기(313)에 변경완료를 통보하고(S65), 상기 중앙코드 관리시스템(311)의 코드변경 클라이언트처리기(313)로부터 호출이 있는지를 확인한다.On the other hand, if the code does not change as a result of the determination in step S63 after each code change server processor (322,332,342) changes the requested code (S64), each code change server processor (322,332,342) is a code change client processor ( 313 notifies the completion of the change (S65), and checks whether there is a call from the code change client processor 313 of the central code management system 311.

이상에서 상세히 설명한 바와 같이 본 발명은 중앙코드관리 시스템에서 코드관리가 수행됨으로써, 각 시스템 운용자의 오류를 방지하고, 코드변경시 중앙코드관리시스템에서 변경된 코드를 사용하는 각 시스템에 코드변경을 요청하고, 각 시스템의 코드변경 서버처리기가 각각의 시스템에서 코드를 변경함으로서 코드변경이 실시간으로 처리할 수 있는 효과가 있다.As described in detail above, the present invention prevents an error of each system operator by performing code management in a central code management system, and requests a code change to each system using a changed code in a central code management system when a code is changed. In addition, the code change server processor of each system changes the code in each system, so that the code change can be processed in real time.

아울러 본 발명의 바람직한 실시예들은 예시의 목적을 위해 개시된 것이며, 당업자라면 본 발명의 사상과 범위안에서 다양한 수정, 변경, 부가등이 가능할 것이며, 이러한 수정 변경 등은 이하의 특허 청구의 범위에 속하는 것으로 보아야 할 것이다. In addition, preferred embodiments of the present invention are disclosed for the purpose of illustration, those skilled in the art will be able to various modifications, changes, additions, etc. within the spirit and scope of the present invention, such modifications and modifications belong to the following claims You will have to look.

Claims (7)

다수의 시스템에서 관리중인 공통코드를 관리하는 방법에 있어서,In a method of managing common code managed by multiple systems, a) 변경된 내역을 입력받아 코드 데이터베이스를 변경 및 저장하고 코드변경 클라이언트 처리기를 호출하는 단계; a) modifying and storing a code database by receiving the changed details and calling a code change client handler; b) 상기 변경된 코드를 사용하는 시스템의 코드변경 서버처리기를 호출하는 단계;b) calling a code change server handler of a system using the changed code; c) 상기 코드변경 서버처리기로부터 호출이 있으면 통보된 변경완료 정보를 저장하는 단계; 및c) storing change completion information notified of a call from the code change server processor; And d) 상기 코드변경 서버처리기로부터 호출이 없으면 상기 코드변경 서버처리기를 호출하여 변경 요청하는 단계를 구비하는 것을 특징으로 하는 다수의 시스템에서 관리중인 공통코드를 분산 객체를 이용한 중앙집중형 코드관리 방법.and d) requesting a change by calling the code change server processor if there is no call from the code change server processor. 제 1 항에 있어서, The method of claim 1, 상기 코드변경 서버처리기가 코드변경 클라이언트 처리기로부터 호출이 있을 경우 코드가 변경되었는지를 확인하여 미 변경시는 코드내용을 변경하고 변경완료 정보를 통신망을 통해 상기 코드변경 클라이언트처리기로 전송하는 단계를 더 포함하는 것을 특징으로 하는 다수의 시스템에서 관리중인 공통코드를 분산 객체를 이용한 중앙집중형 코드관리 방법.The code change server processor checks whether the code is changed when there is a call from the code change client processor, and if it is not changed, changes the code content and transmits the change completion information to the code change client processor through the communication network. Centralized code management method using a distributed object to the common code managed in a plurality of systems characterized in that the. 제 1 항에 있어서, The method of claim 1, 상기 (a)단계는 입력된 코드 변경사항을 코드관리 데이터베이스에 저장하는 단계; 및 Step (a) is a step of storing the input code changes in the code management database; And 코드변경 클라이언트처리기를 호출하는 단계로 이루어진 것을 특징으로 하는 다수의 시스템에서 관리중인 공통코드를 분산 객체를 이용한 중앙집중형 코드관리 방법.A centralized code management method using distributed objects for common codes managed in a plurality of systems, characterized by invoking a code change client processor. 제 1 항에 있어서, The method of claim 1, 상기 (b)단계는 코드관리 처리기의 호출시 코드변경 서버 처리기를 호출하여 변경 요청을 하는 단계; Step (b) includes a step of calling a code change server processor when the code management processor calls; 상기 코드변경 서버처리기로부터 변경된 코드에 대한 처리 결과 응답이 없는 경우 코드변경 서버 처리기를 호출하여 변경 요청하는 단계; 및 Requesting a change by calling a code change server processor when there is no response result of processing the code changed from the code change server processor; And 상기 코드변경 서버 처리기로부터 변경된 코드에 대한 처리결과 응답 호출이 있을 경우 변경완료 정보를 저장하는 단계로 이루어진 것을 특징으로 하는 다수의 시스템에서 관리중인 공통코드를 분산 객체를 이용한 중앙집중형 코드관리 방법.And centralized code management using distributed objects for common codes being managed by a plurality of systems, when the processing result response call for the changed code is received from the code change server processor. 삭제delete 다수의 시스템에서 관리중인 공통코드를 관리하는 장치에 있어서, In the device for managing the common code managed by a number of systems, 상기 각 시스템에 구비되어 상기 공통코드를 관리하는 코드변경 서버처리기;A code change server processor provided in each system to manage the common code; 상기 코드변경 서버처리기들과 통신만을 통해 연결되어, 상기 코드변경 서버처리기와 연동하여 상기 코드변경 서버처리기를 통해 상기 각 시스템에서 관리되는 공통코드를 관리하는 중앙코드 관리시스템을 구비하고;A central code management system connected to the code change server processors only to communicate with the code change server processor to manage common codes managed in the respective systems through the code change server processors; 상기 중앙코드 관리시스템은The central code management system 코드가 저장되는 코드 데이터베이스;A code database in which codes are stored; 변경된 내역을 입력받아 상기 코드 데이터베이스를 변경 및 저장하는 코드관리 처리기;A code management processor that receives the changed details and changes and stores the code database; 상기 코드관리 처리기에 의해 호출되어 변경된 코드를 사용하는 시스템의 코드변경 서버처리기측으로 코드 변경을 요청하고, 상기 코드변경 서버처리기로부터 코드 변경 완료 정보가 전송되면 상기 코드 데이터베이스에 변경 완료 정보를 기록하는 코드변경 클라이언트 처리기를 구비하는 것을 특징으로 하는 다수의 시스템에서 관리중인 공통코드를 분산 객체를 이용한 중앙집중형 코드관리 장치.A code for requesting a code change to the code change server processor side of the system using the changed code called by the code management processor, and recording code change completion information in the code database when code change completion information is transmitted from the code change server processor. A centralized code management apparatus using distributed objects for common codes managed by a plurality of systems, comprising a change client processor. 삭제delete
KR1019990054401A 1999-12-02 1999-12-02 Method and Apparatus for centralized code management using distributed object in multi system KR100663576B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019990054401A KR100663576B1 (en) 1999-12-02 1999-12-02 Method and Apparatus for centralized code management using distributed object in multi system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019990054401A KR100663576B1 (en) 1999-12-02 1999-12-02 Method and Apparatus for centralized code management using distributed object in multi system

Publications (2)

Publication Number Publication Date
KR20010053860A KR20010053860A (en) 2001-07-02
KR100663576B1 true KR100663576B1 (en) 2007-01-02

Family

ID=19623141

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019990054401A KR100663576B1 (en) 1999-12-02 1999-12-02 Method and Apparatus for centralized code management using distributed object in multi system

Country Status (1)

Country Link
KR (1) KR100663576B1 (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100209479B1 (en) * 1994-09-16 1999-07-15 가네꼬 히사시 Distributed software development management system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100209479B1 (en) * 1994-09-16 1999-07-15 가네꼬 히사시 Distributed software development management system

Also Published As

Publication number Publication date
KR20010053860A (en) 2001-07-02

Similar Documents

Publication Publication Date Title
US6775660B2 (en) User-oriented method and system for database query
US7477907B2 (en) Universal call control systems and methods
US5528677A (en) System for providing communications services in a telecommunications network
US7006603B2 (en) Systems, methods and computer program products for automatically pushing a status change message as a result of repair services that are performed on a public switched telephone network (PSTN)
KR100690290B1 (en) Keeping persistency while switching between modalities
US20020059404A1 (en) Organizing and combining a hierarchy of configuration parameters to produce an entity profile for an entity associated with a communications network
US6499059B1 (en) Method of controlling a network element using a service profile and apparatus of the same
US20070036315A1 (en) Platform for rapid development of telecommunication services
CN108512903B (en) Abnormal information processing method and device, storage medium and API gateway
US6847639B2 (en) Managing feature interaction among a plurality of independent feature servers in telecommunications servers
CA2216762C (en) Methods for automatic service provisioning for telecommunications
EP0398649B1 (en) Remote interrupt processing
US20010008555A1 (en) System and method for inputting a web-page input data into a web page by employing a wire/wireless telephone
JP3813873B2 (en) Call processing system with resources on multiple platforms
KR100663576B1 (en) Method and Apparatus for centralized code management using distributed object in multi system
JPH07212746A (en) Network system allowing picture communication
CN113535439B (en) Service request processing method, device, equipment and storage medium
KR100308903B1 (en) Exchange management function system using ooad and method for the exchange resourses installation
CN1332531C (en) A method for dynamically adjusting system service performance on service management point
US7356038B2 (en) Systems and method for a communications broker
JP2820942B2 (en) Communication protocol processing method
NO332172B1 (en) Method, system and device for establishing communication between communication networks
KR100489169B1 (en) Credit status checking system for transaction processing system and checking method therefor
KR100608905B1 (en) Method and device for provisioning x.25 service of hinet-p network in corba-based integrated network management system
KR100626305B1 (en) Method for registering information of authority in relation to call service and switching system using the method

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20091208

Year of fee payment: 4

LAPS Lapse due to unpaid annual fee