KR20000025701A - Method of providing application program interface using object-oriented technique - Google Patents

Method of providing application program interface using object-oriented technique Download PDF

Info

Publication number
KR20000025701A
KR20000025701A KR1019980042865A KR19980042865A KR20000025701A KR 20000025701 A KR20000025701 A KR 20000025701A KR 1019980042865 A KR1019980042865 A KR 1019980042865A KR 19980042865 A KR19980042865 A KR 19980042865A KR 20000025701 A KR20000025701 A KR 20000025701A
Authority
KR
South Korea
Prior art keywords
application program
program interface
communication
module
snmp
Prior art date
Application number
KR1019980042865A
Other languages
Korean (ko)
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 KR1019980042865A priority Critical patent/KR20000025701A/en
Publication of KR20000025701A publication Critical patent/KR20000025701A/en

Links

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/02Standardisation; Integration
    • H04L41/0233Object-oriented techniques, for representation of network management data, e.g. common object request broker architecture [CORBA]
    • 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/0213Standardised network management protocols, e.g. simple network management protocol [SNMP]
    • 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/20Network management software packages
    • 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/22Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks comprising specially adapted graphical user interfaces [GUI]

Abstract

PURPOSE: A method is to provide an application program interface which reduces time for developing programs of network management system and is suitable for developing program of graphic user interface supporting an object-oriented language. CONSTITUTION: A method comprises the steps of: encapsulating each application program interface being executed at a network management system; in a module of the network management system, requesting to communicate with a network element, receiving the request for communication at an SNMP(Simple Network Management Protocol) application program interface routine and driving a corresponding communication module; and transferring the communication module corresponding to the request to the network element.

Description

객체지향 기법을 이용한 응용 프로그램 인터페이스 제공 방법Application Program Interface Method Using Object-Oriented Technique

본 발명은 객체지향 기법을 이용한 응용 프로그램 인터페이스 제공 방법에 관한 것이다. 특히, 캡슐화(Encapsulation)를 사용하여 단순 네트웍 관리 프로토콜(Simple Network Management Protocol : 이하 SNMP라 칭한다) 응용 프로그램 인터페이스(Application Programming Interface : API)를 사용하는 네트웍 관리 시스템 모듈에 응용 프로그램 인터페이스의 호출을 최소화시킴으로서 코딩 에러(Coding Error)를 줄일 수 있는 방법에 관한 것이다.The present invention relates to a method for providing an application program interface using an object-oriented technique. In particular, encapsulation is used to minimize the invocation of application program interfaces to network management system modules that use the Simple Network Management Protocol (SNMP) Application Programming Interface (API). The present invention relates to a method for reducing coding errors.

종래의 네트웍 관리 시스템(Network Management System : NMS) 프로그램을 개발시 SNMP 통신 모듈에 사용되는 응용 프로그램 인터페이스들은 개발자들에게 다양한 응용 프로그램 인터페이스들을 제공한다. 이러한 응용 프로그램 인터페이스들은 개발자들에게 SNMP의 다양한 기능을 사용하게 할 수 있는 반면 응용 프로그램 인터페이스를 익히는데 걸리는 시간이 길고 네트웍 관리 시스템 프로그램이 독립된 통신 모듈들의 집합체라는 점을 고려할 때 SNMP 응용 프로그램 인터페이스를 사용한 루틴의 중복 코딩을 초래하게 되어 개발에 많은 시간을 소요하게 된다.Application program interfaces used in the SNMP communication module in developing a conventional network management system (NMS) program provide developers with various application program interfaces. While these application interfaces can allow developers to use the various features of SNMP, they can take a long time to learn the application interface and take into account that the SNMP is a collection of independent communication modules. This leads to redundant coding of routines, which takes a lot of time to develop.

네트웍 관리 시스템 프로그램의 기능은 크게 구성 관리, 장애 관리, 성능 관리, 보안 관리 등으로 나눌 수 있다. 각 기능은 독립된 모듈로 동작하며 자체 SNMP 통신 모듈을 가지고 있다. 해당 모듈에 SNMP 통신 루틴을 구현하기 위하여 SNMP 응용 프로그램 인터페이스를 사용하게 된다. 상용으로 판매되는 라이브러리(Library)들은 SNMP 기능을 만족시키기 위해서 각 기능을 세분화시킨 응용 프로그램 인터페이스를 제공한다.The functions of the network management system program can be largely divided into configuration management, fault management, performance management, and security management. Each function operates as a separate module and has its own SNMP communication module. The SNMP application program interface is used to implement SNMP communication routines in the module. Commercially available libraries provide an application program interface that is subdivided into functions to satisfy SNMP functions.

상기와 같은 응용 프로그램 인터페이스들을 이용하여 네트웍 관리 시스템 각 모듈을 구현하면 많은 중복 코드가 만들어지고 네트웍 관리 시스템 프로그램은 대부분 그래픽 사용자 인터페이스(Graphic User Interface : GUI)를 사용자에게 제공하는데, 종래의 SNMP 응용 프로그램 인터페이스는 대부분 C 언어로 구현되어 있어서 객체 지향 언어인 C++만 지원하는 그래픽 사용자 인터페이스 개발 프로그램을 사용하는 경우 일률적인 프로그래밍 기법에 큰 장애가 되는 문제점이 있었다.When each module of the network management system is implemented using the above application program interfaces, a lot of redundant codes are generated, and most network management system programs provide a user with a graphical user interface (GUI). Most of the interfaces are implemented in the C language, so when using a graphical user interface development program that supports only C ++, which is an object-oriented language, there is a problem that uniform programming techniques become a big obstacle.

본 발명은 상기된 바와 같은 문제점을 해결하기 위한 것으로, SNMP 통신 루틴에 사용되는 속성과 행위를 분류하여 네트웍 관리 시스템 프로그램 개발자들에게 캡슐화된 응용 프로그램 인터페이스를 제공함으로서 개발시간을 단축하고 객체 지향 언어인 C++만을 지원하는 그래픽 사용자 인터페이스 개발 프로그램에 맞는 SNMP 응용 프로그램 인터페이스를 제공하는 방법의 제공을 목적으로 한다.The present invention is to solve the problems as described above, by reducing the development time and object-oriented language by classifying the attributes and behaviors used in the SNMP communication routines to provide encapsulated application program interface to network management system program developers The purpose is to provide a method for providing an SNMP application program interface for a graphical user interface development program that supports only C ++.

본 발명의 다른 목적과 장점은 아래의 발명의 상세한 설명을 읽고 아래의 도면을 참조하면 보다 명백해질 것이다.Other objects and advantages of the present invention will become more apparent from the following detailed description of the invention and the accompanying drawings.

도 1 은 종래의 네트웍 관리 시스템과 네트웍 장비의 통신 구조를 나타낸 구성도이다.1 is a block diagram showing a communication structure of a conventional network management system and network equipment.

도 2 는 본 발명의 실시예에 의한 캡슐화된 SNMP 응용 프로그램 인터페이스를 사용한 SNMP 통신 구조를 나타낸 구성도이다.2 is a block diagram illustrating an SNMP communication structure using an encapsulated SNMP application program interface according to an embodiment of the present invention.

도 3 은 본 발명의 실시예에 의한 캡슐화된 SNMP 응용 프로그램 인터페이스의 구성을 나타낸 도면이다.3 is a diagram illustrating a configuration of an encapsulated SNMP application program interface according to an embodiment of the present invention.

도 4 는 본 발명의 실시예에 의한 캡슐화된 응용 프로그램 인터페이스를 제공하는 절차를 나타낸 흐름도이다.4 is a flowchart illustrating a procedure for providing an encapsulated application program interface according to an embodiment of the present invention.

도 5 는 본 발명의 실시예에 의한 종래의 SNMP 응용 프로그램 인터페이스와 캡슐화된 응용 프로그램 인터페이스를 비교한 도표이다.5 is a diagram comparing a conventional SNMP application program interface and an encapsulated application program interface according to an embodiment of the present invention.

<도면의 주요부분에 대한 부호의 설명><Description of the symbols for the main parts of the drawings>

101 : 네트웍 관리 시스템의 모듈101: module of network management system

103 : SNMP 응용 프로그램 인터페이스 모듈103: SNMP application program module

105 : 네트웍 장비105: network equipment

201 : 캡슐화된 SNMP 응용 프로그램 인터페이스 모듈201: Encapsulated SNMP Application Program Interface Module

상기와 같은 목적을 달성하기 위한 본 발명에 있어서, 객체지향 기법을 이용한 응용 프로그램 인터페이스 제공 방법의 바람직한 실시예는 네트웍 관리 시스템에서 구동되는 응용 프로그램 인터페이스를 각각 캡슐화하는 단계, 네트웍 관리 시스템의 모듈이 네트웍 장비로 통신을 요구하는 단계, 상기의 통신 요구가 SNMP 응용 프로그램 인터페이스 루틴에 수신되어 해당하는 통신 캡슐을 구동시키는 단계, 및 상기 요구에 해당하는 통신 캡슐을 네트웍 장비에게 전달하는 단계를 구비한다.In the present invention for achieving the above object, a preferred embodiment of the method for providing an application program interface using the object-oriented technique is to encapsulate each application program interface running in the network management system, the module of the network management system network Requesting communication with the equipment, receiving the communication request in an SNMP application program routine to drive a corresponding communication capsule, and delivering the communication capsule corresponding to the request to the network equipment.

본 발명은 상기 캡슐화는 속성 및 행위별로 모듈화되며, 상기 캡슐화된 응용 프로그램 인터페이스는 객체 지향 언어를 지원한다.In the present invention, the encapsulation is modularized by attributes and behaviors, and the encapsulated application program interface supports an object-oriented language.

또한 본 발명은 상기 캡슐화된 응용 프로그램 인터페이스는 관리 대상을 설정하는 생성자 모듈, 프로토콜 데이터 단위를 처리하는 프로토콜 데이터 단위 처리 모듈, 응답에 대한 처리를 수행하는 함수를 등록하는 응답 처리 모듈, 및 실질적인 통신을 수행하는 통신 모듈을 구비한다.The present invention also provides an encapsulated application program interface comprising: a generator module for setting a management target, a protocol data unit processing module for processing protocol data units, a response processing module for registering a function for processing a response, and substantial communication; It has a communication module to perform.

본 발명은 다양하게 변형될 수 있고, 여러 가지 형태를 취할 수 있지만, 그에 따른 특별한 실시예만 상기 도면에 도시되어 있고, 그에 대해서는 상세하게 기술될 것이다.While the invention is susceptible to various modifications and alternative forms, only specific embodiments thereof are shown in the drawings and will be described in detail.

하지만, 본 발명은 명세서에서 언급된 특별한 형태로 한정되는 것이 아닌 것으로 이해되어야 하며, 오히려 본 발명은 첨부된 청구범위에 의해 정의된, 본 발명의 정신과 범위 내에 있는 모든 변형물, 균등물 및 대체물을 포함하는 것으로 이해되어야 한다.It is to be understood, however, that the present invention is not limited to the specific forms referred to in the specification, but rather that the invention is intended to cover all modifications, equivalents, and substitutions within the spirit and scope of the invention as defined by the appended claims. It should be understood to include.

이하 첨부된 도 2, 도 3 및 도 4를 참조하여 본 발명의 객체지향 기법을 이용한 응용 프로그램 인터페이스 제공 방법을 설명한다.Hereinafter, a method for providing an application program interface using the object-oriented technique of the present invention will be described with reference to FIGS. 2, 3, and 4.

도 2는 본 발명의 실시예에 의한 캡슐화된 SNMP 응용 프로그램 인터페이스를 사용한 SNMP 통신 구조를 나타낸 구성도이다.2 is a block diagram illustrating an SNMP communication structure using an encapsulated SNMP application program interface according to an embodiment of the present invention.

본 발명의 하나의 실시예로서, 네트웍 관리 시스템(Network Management System: NMS)의 모듈(101)이 네트웍 장비(Network Element: NE)(105)와 통신을 하는 경우에 캡슐화된 SNMP 응용 프로그램 인터페이스 루틴(201)을 이용하여 SNMP 요구 및 응답 메시지를 처리하도록 구성된다. 네트웍 관리 시스템의 모듈(101)이 속성 및 행위 별로 분류된 SNMP 응용 프로그램 인터페이스 루틴(201)과 통신하여 네트웍 장비(105)를 관리 및 유지보수할 수 있도록 제공된 방법이다.In one embodiment of the present invention, an encapsulated SNMP application program routine (&lt; / RTI &gt;) when a module 101 of a network management system (NMS) is in communication with a network element (NE) 105; 201) to process the SNMP request and response message. The module 101 of the network management system is provided to communicate with the SNMP application program interface routine 201 classified by attributes and behaviors to manage and maintain the network equipment 105.

도 3은 본 발명의 실시예에 의한 캡슐화된 SNMP 응용 프로그램 인터페이스의 구성을 나타낸 도면이다.3 is a diagram illustrating a configuration of an encapsulated SNMP application program interface according to an embodiment of the present invention.

SNMP 통신에 사용되는 객체인 노드(node), 프로토콜 데이터 단위(Protocol Data Unit: PDU), 요구 ID, 요구 타입의 설정 값(Set Value) 등을 데이터 멤버(Data Member)로 하는 생성자 캡슐, 오브젝트(Object) ID를 묶어(Binding) 프로토콜 데이터 단위를 생성하는 프로토콜 데이터 단위 처리 캡슐(bindObject), 응답에 대한 처리를 하는 함수를 등록하는 응답 처리 캡슐(setUserCallBackFunc), 네트웍 장비와 실질적으로 통신을 수행하는 통신 캡슐(smnpSession)의 네 가지 방법으로 모든 SNMP 통신 모듈이 이루어진다.Constructor capsules and objects (nodes, protocol data units (PDUs), request IDs, request values, etc.) that are used for SNMP communication as data members. Object) A protocol data unit processing capsule (bindObject) that binds an ID to create a protocol data unit, a response processing capsule (setUserCallBackFunc) that registers a function for processing a response, and communication that actually communicates with a network device. All SNMP communication modules are accomplished in four ways: the capsule.

생성자 캡슐은 관리 대상 노드를 설정하며, 요구 타입을 설정하는 역할을 수행하며, 프로토콜 데이터 단위 처리 캡슐은 관리 대상 오브젝트를 담아 프로토콜 데이터 단위 생성, 설정 요구일 경우 설정 값을 프로토콜 데이터 단위에 저장하는 역할을 수행한다. 응답 처리 캡슐은 SNMP 응답을 처리할 사용자 함수를 등록하며, 통신 캡슐은 프로토콜 데이터 단위를 해당 노드에 전송, 응답을 비블록킹(Non-Blocking) 상태로 대기, 타임아웃과 재시도 회수에 따라 프로토콜 데이터 단위를 재전송, 응답시 응답 처리 캡슐을 호출하는 역할을 수행한다.The creator capsule sets the managed node and sets the request type.The protocol data unit processing capsule contains the managed object to create the protocol data unit and, in case of the setting request, to store the setting value in the protocol data unit. Do this. The response processing capsule registers a user function to process the SNMP response, and the communication capsule sends a protocol data unit to the node, waits for the response to be non-blocking, waits for a timeout and retries. Resend the unit and call the response processing capsule in response.

도 4는 본 발명의 실시예에 의한 캡슐화된 응용 프로그램 인터페이스를 제공하는 절차를 나타낸 흐름도이다.4 is a flowchart illustrating a procedure for providing an encapsulated application program interface according to an embodiment of the present invention.

우선 네트웍 관리 시스템에서 구동되는 응용 프로그램 인터페이스를 속성 및 행위별로 각각 캡슐화한다(S401). 이에 응용 프로그램 인터페이스는 객체 지향 언어인 C++을 지원한다. 그리고 네트웍 관리 시스템의 모듈이 네트웍 장비로 통신을 요구했을 때(S403), 상기의 통신 요구가 SNMP 응용 프로그램 인터페이스 루틴에 수신되어 통신 요구에 해당하는 통신 캡슐을 구동시킨다(S405). 그리고 상기 통신 요구에 해당하는 통신 캡슐을 네트웍 장비에게 전달하여 관리할 수 있도록 한다.First, an application program interface driven in a network management system is encapsulated by attributes and actions (S401). The application program interface supports C ++, an object-oriented language. When the module of the network management system requests communication to the network equipment (S403), the communication request is received by the SNMP application program routine to drive a communication capsule corresponding to the communication request (S405). And it delivers the communication capsule corresponding to the communication request to the network equipment to be managed.

도 5는 종래의 SNMP 응용 프로그램 인터페이스와 캡슐화된 응용 프로그램 인터페이스를 비교한 표이다.5 is a table comparing the conventional SNMP application program interface and the encapsulated application program interface.

상기에 나타낸 본 발명의 다른 실시예에 의한 표와 같이, 컴퓨터 프로그래밍 언어인 C++을 사용하여 SNMP 응용 프로그램 인터페이스 확장에 있어서, 휴렛 팩커드의 OpenView 플랫폼에서 제공하는 OV SNMP 응용 프로그램 인터페이스를 나타내었다. 현재의 당업자에 의해서 가장 많이 실시되는 응용 프로그램 인터페이스로서 본 발명의 응용 프로그램 인터페이스보다 현저히 코드 라인 수가 많다는 것을 알 수 있다. 즉, 캡슐화를 통하여 코딩 수를 줄이고, 이에 결과로 발생될 수 있는 에러를 줄일 수 있는 것을 본 표를 통하여 알 수 있다.As shown in the table according to another embodiment of the present invention described above, in the SNMP application program extension using the computer programming language C ++, OV SNMP application program interface provided by Hewlett Packard's OpenView platform is shown. It can be seen that the number of code lines is significantly higher than the application program interface of the present invention as the application program interface most implemented by those skilled in the art. In other words, it can be seen through the table that the number of coding can be reduced through encapsulation, thereby reducing the error that may occur.

상기와 같이 동작하는 본 발명은, 네트웍 관리 시스템의 프로그램을 개발하는 시간을 단축시키고 객체 지향 언어를 지원하는 그래픽 사용자 인터페이스 개발 프로그램에 맞는 SNMP 응용 프로그램 인터페이스를 제공하는 효과를 얻었다.The present invention operating as described above has the effect of shortening the time for developing a program of a network management system and providing an SNMP application program interface for a graphic user interface development program supporting an object-oriented language.

Claims (4)

네트웍 관리 시스템에서 구동되는 응용 프로그램 인터페이스를 각각 캡슐화하는 단계;Encapsulating each of the application program interfaces running in the network management system; 네트웍 관리 시스템의 모듈이 네트웍 장비로 통신을 요구하는 단계;A module of the network management system requesting communication to the network equipment; 상기의 통신 요구가 SNMP 응용 프로그램 인터페이스 루틴에 수신되어 해당하는 통신 캡슐을 구동시키는 단계;Receiving the communication request to an SNMP application program routine to drive a corresponding communication capsule; 상기 요구에 해당하는 통신 캡슐을 네트웍 장비에게 전달하는 단계를 포함하는, 객체지향 기법을 이용한 응용 프로그램 인터페이스 제공 방법.And delivering a communication capsule corresponding to the request to a network device. 제 1 항에 있어서, 상기 캡슐화는 속성 및 행위별로 모듈화되는, 객체지향 기법을 이용한 응용 프로그램 인터페이스 제공 방법.The method of claim 1, wherein the encapsulation is modularized by attributes and behaviors. 제 1 항에 있어서, 상기 캡슐화된 응용 프로그램 인터페이스는 객체 지향 언어를 지원하는, 객체지향 기법을 이용한 응용 프로그램 인터페이스 제공 방법.The method of claim 1, wherein the encapsulated application program interface supports an object-oriented language. 제 1 항에 있어서, 상기 캡슐화된 응용 프로그램 인터페이스는The method of claim 1, wherein the encapsulated application program interface is 관리 대상을 설정하는 생성자 모듈;A generator module for setting a management target; 프로토콜 데이터 단위를 처리하는 프로토콜 데이터 단위 처리 모듈;A protocol data unit processing module for processing a protocol data unit; 응답에 대한 처리를 수행하는 함수를 등록하는 응답 처리 모듈; 및A response processing module that registers a function that performs processing on the response; And 실질적인 통신을 수행하는 통신 모듈을 구비하는, 객체지향 기법을 이용한 응용 프로그램 인터페이스 제공 방법.A method for providing an application program interface using an object-oriented technique, comprising a communication module for performing substantial communication.
KR1019980042865A 1998-10-13 1998-10-13 Method of providing application program interface using object-oriented technique KR20000025701A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019980042865A KR20000025701A (en) 1998-10-13 1998-10-13 Method of providing application program interface using object-oriented technique

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019980042865A KR20000025701A (en) 1998-10-13 1998-10-13 Method of providing application program interface using object-oriented technique

Publications (1)

Publication Number Publication Date
KR20000025701A true KR20000025701A (en) 2000-05-06

Family

ID=19553959

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019980042865A KR20000025701A (en) 1998-10-13 1998-10-13 Method of providing application program interface using object-oriented technique

Country Status (1)

Country Link
KR (1) KR20000025701A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05250296A (en) * 1992-03-09 1993-09-28 Mitsubishi Electric Corp Network management support system
JPH08292922A (en) * 1995-04-21 1996-11-05 Mitsubishi Electric Corp Network management device
KR970056332A (en) * 1995-12-13 1997-07-31 양승택 Configuration Management and Performance Management Using Simple Network Management Protocol in Asynchronous Transfer Mode
KR19990061247A (en) * 1997-12-31 1999-07-26 윤종용 Communication system between the processes inside the X-network management system, information collection method of the exchange rack mounting status of the network management system, and change of the operation status of the network management system switch

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05250296A (en) * 1992-03-09 1993-09-28 Mitsubishi Electric Corp Network management support system
JPH08292922A (en) * 1995-04-21 1996-11-05 Mitsubishi Electric Corp Network management device
KR970056332A (en) * 1995-12-13 1997-07-31 양승택 Configuration Management and Performance Management Using Simple Network Management Protocol in Asynchronous Transfer Mode
KR19990061247A (en) * 1997-12-31 1999-07-26 윤종용 Communication system between the processes inside the X-network management system, information collection method of the exchange rack mounting status of the network management system, and change of the operation status of the network management system switch

Similar Documents

Publication Publication Date Title
Schmidt et al. C++ Network Programming, Volume I: Mastering Complexity with ACE and Patterns
CA2207849C (en) Method and apparatus for providing simple, secure management of remote servers
US5257369A (en) Apparatus and method for providing decoupling of data exchange details for providing high performance communication between software processes
US5764915A (en) Object-oriented communication interface for network protocol access using the selected newly created protocol interface object and newly created protocol layer objects in the protocol stack
EP0485252B1 (en) Apparatus and method for providing decoupling of data exchange details for providing high performance communication between software processes
US6111894A (en) Hardware interface between a switch adapter and a communications subsystem in a data processing system
US6182109B1 (en) Dynamic execution unit management for high performance user level network server system
US5809235A (en) Object oriented network event management framework
Schmidt et al. Object-Oriented Components for High-speed Network Programming.
CN1050916C (en) System for implementation-independent interface specification
CA2001621C (en) Apparatus and method for providing decoupling of data exchange details for providing high performance communication between software processes
US5931911A (en) Information processing device enabling the management of an information resource by an administration system
US5938733A (en) Object oriented representation of network requests in a client server model
JP4509916B2 (en) SNMP-based network management apparatus and method
WO2001088707A2 (en) Protocol stacks
EP1410138B1 (en) Method and apparatus for remote network management
CN108829529A (en) Virutal machine memory sharing method, device, computer equipment and storage medium
CN101572624B (en) Cross-platform cross-method SNMP extension MIB realization method
US20050262229A1 (en) Object conduit MIB for communicating over SNMP between distributed objects
WO1999034557A1 (en) Method and system for software version management in a network management system
CN103684904A (en) Tri-networks integration network monitoring system based on IP
US20050235071A1 (en) Method for collecting monitor information
KR20000025701A (en) Method of providing application program interface using object-oriented technique
US7260621B1 (en) Object-oriented network management interface
Migliardi et al. Heterogeneous distributed virtual machines in the Harness metacomputing framework

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application