KR20230068845A - Method and Apparatus for processing component registration of mobile terminal - Google Patents

Method and Apparatus for processing component registration of mobile terminal Download PDF

Info

Publication number
KR20230068845A
KR20230068845A KR1020210155047A KR20210155047A KR20230068845A KR 20230068845 A KR20230068845 A KR 20230068845A KR 1020210155047 A KR1020210155047 A KR 1020210155047A KR 20210155047 A KR20210155047 A KR 20210155047A KR 20230068845 A KR20230068845 A KR 20230068845A
Authority
KR
South Korea
Prior art keywords
component
information
manager
domain
module
Prior art date
Application number
KR1020210155047A
Other languages
Korean (ko)
Other versions
KR102643952B1 (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 KR1020210155047A priority Critical patent/KR102643952B1/en
Publication of KR20230068845A publication Critical patent/KR20230068845A/en
Application granted granted Critical
Publication of KR102643952B1 publication Critical patent/KR102643952B1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles
    • H04L67/303Terminal profiles
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Telephone Function (AREA)
  • Stored Programmes (AREA)

Abstract

Disclosed is a component registration processing method of a portable terminal and an apparatus therefor, which register and process components while markedly reducing the overall number of calls associated with component registration. According to one embodiment of the present invention, the component registration processing method of a portable terminal comprises: a first step of acquiring new request information on installation or new operation of a waveform application; a second step of generating a device component corresponding to the waveform application, and transferring device information for the device component by a device module; a third step of generating a device manager component corresponding to the device component, and transferring device manager information for the device manager component by a device manager module; a fourth step of generating domain information corresponding to the device component and the device manager component based on the device manager information to transfer the domain information by a domain manager module; and a fifth step of building a component registry based on information on the device component, the device manager component, and the domain manager component to register and process components by a component interface.

Description

휴대 단말기의 컴포넌트 등록 처리 방법 및 그를 위한 장치{Method and Apparatus for processing component registration of mobile terminal}Method and Apparatus for processing component registration of mobile terminal

본 발명은 휴대 단말기의 컴포넌트를 등록 처리하는 방법 및 그를 위한 장치에 관한 것이다. The present invention relates to a method for registering a component of a portable terminal and an apparatus therefor.

이 부분에 기술된 내용은 단순히 본 발명의 실시예에 대한 배경 정보를 제공할 뿐 종래기술을 구성하는 것은 아니다.The contents described in this section simply provide background information on the embodiments of the present invention and do not constitute prior art.

일반적으로 SDR(Software Defined Radio) 구조가 적용된 단말기에서는 SDR 기술을 구현하기 위하여 디바이스 SW 컴포넌트를 풀(PULL) 모델로 등록 처리한다. In general, in a terminal to which a Software Defined Radio (SDR) structure is applied, device SW components are registered as a pull model to implement SDR technology.

도 1을 참고하면, SW 컴포넌트를 등록하기 위해서 도메인 관리자(Domain Manager)에서 요청(Request) 메시지가 전달되고(1), 도메인 관리자는 요청 메시지에 대한 응답을 대기한다. 이후, SW 컴포넌트에서 요청 메시지에 대응하는 정보를 제공하는 방법(2)으로 컴포넌트 등록을 처리한다. Referring to FIG. 1 , in order to register a SW component, a request message is transmitted from a domain manager (1), and the domain manager waits for a response to the request message. Thereafter, component registration is processed by the method (2) of providing information corresponding to the request message in the SW component.

도 2의 (a)를 참고하면, 종래의 SDR 기반의 단말기는 컴포넌트의 등록 절차가 풀(PULL) 모델을 활용한 알고리즘이며, 제공자(provider)와 소비자(consumer) 사이에 레퍼런스(reference)를 교환하기 위해서는 제공자 컴포넌트(provider component)로부터 필요한 정보를 받기 위해 콜백(callback) 동작이 필요하다. 콜백 동작으로 수집되는 정보는 서비스를 사용하기 위한 포트를 가져오는 getPort 함수, 서비스의 속성값(Attributes) 정보(device ID, registeredDevices), Naming Service로부터의 응용 프로그램 컴포넌트(component) 등일 수 있다. Referring to (a) of FIG. 2, in the conventional SDR-based terminal, the component registration procedure is an algorithm using a pull model, and a reference is exchanged between a provider and a consumer. To do this, a callback operation is required to receive necessary information from a provider component. The information collected by the callback operation may be a getPort function that obtains a port for using a service, attribute information (device ID, registeredDevices) of a service, and an application program component from a naming service.

또한, 도 2의 (b)를 참고하면, 종래의 컴포넌트 등록 프로세스는 복수의 모듈 간 메시지를 서로 받으면서 풀(PULL) 모델에 의한 등록이 이루어 진다. Also, referring to (b) of FIG. 2, in the conventional component registration process, registration is performed according to a pull model while receiving messages between a plurality of modules.

한편, 풀(PULL) 모델 기반의 콜백 절차는 하나의 컴포넌트일 때는 별 성능 차이가 없지만, 동시에 다양한 여러 컴포넌트가 등록될 때에는 많은 지연이 발생하게 되는 문제점이 존재한다. On the other hand, the callback procedure based on the pull model has no performance difference when it is a single component, but there is a problem in that a lot of delay occurs when various components are registered at the same time.

본 발명은 컴포넌트 등록 절차를 간소화하며, 등록 절차의 간소화에 따라 컴포넌트 등록과 관련된 전체 호출 수를 현저히 감소시키면서 컴포넌트를 등록 처리하는 휴대 단말기의 컴포넌트 등록 처리 방법 및 그를 위한 장치를 제공하는 데 주된 목적이 있다.The main object of the present invention is to provide a method for processing component registration in a portable terminal and an apparatus therefor, which simplify a component registration procedure and significantly reduce the total number of calls related to component registration according to the simplification of the registration procedure. there is.

본 발명의 일 측면에 의하면, 상기 목적을 달성하기 위한 휴대 단말기의 컴포넌트 등록 처리 방법은, 웨이브폼 어플리케이션의 설치 또는 신규 운영에 대한 신규 요청 정보를 획득하는 제1 단계; 디바이스 모듈에서 상기 웨이브폼 어플리케이션에 대응하는 디바이스 컴포넌트를 생성하고, 상기 디바이스 컴포넌트에 대한 디바이스 정보를 전달하는 제2 단계; 디바이스 관리자 모듈에서 상기 디바이스 컴포넌트에 대응하는 디바이스 관리자 컴포넌트를 생성하고, 상기 디바이스 관리자 컴포넌트에 대한 디바이스 관리자 정보를 전달하는 제3 단계; 도메인 관리자 모듈에서 상기 디바이스 관리자 정보를 기반으로 상기 디바이스 관리자 컴포넌트 및 상기 디바이스 컴포넌트에 대응하는 도메인 정보를 생성하여 전달하는 제4 단계; 및 컴포넌트 인터페이스에서 상기 디바이스 컴포넌트, 상기 디바이스 관리자 컴포넌트 및 상기 도메인 관리자 컴포넌트에 대한 정보를 기반으로 컴포넌트 레지스트리를 구성하여 컴포넌트를 등록 처리하는 제5 단계를 포함할 수 있다. According to an aspect of the present invention, a component registration processing method of a portable terminal for achieving the above object includes a first step of obtaining new request information for installation or new operation of a waveform application; a second step of generating a device component corresponding to the waveform application in a device module and transmitting device information about the device component; a third step of generating a device manager component corresponding to the device component in a device manager module and transmitting device manager information about the device manager component; a fourth step of generating and transmitting domain information corresponding to the device manager component and the device component based on the device manager information in a domain manager module; and a fifth step of configuring a component registry based on information about the device component, the device manager component, and the domain manager component in a component interface to process component registration.

또한, 본 발명의 다른 측면에 의하면, 상기 목적을 달성하기 위한 휴대 단말기의 컴포넌트 등록 처리장치는, 웨이브폼 어플리케이션에 대응하는 디바이스 컴포넌트를 생성하고, 상기 디바이스 컴포넌트에 대한 디바이스 정보를 전달하는 디바이스 모듈; 상기 디바이스 컴포넌트에 대응하는 디바이스 관리자 컴포넌트를 생성하고, 상기 디바이스 관리자 컴포넌트에 대한 디바이스 관리자 정보를 전달하는 디바이스 관리자 모듈; 상기 디바이스 관리자 정보를 기반으로 상기 디바이스 관리자 컴포넌트 및 상기 디바이스 컴포넌트에 대응하는 도메인 정보를 생성하여 전달하는 도메인 관리자 모듈; 및 상기 웨이브폼 어플리케이션의 설치 또는 신규 운영에 대한 신규 요청 정보를 획득하고, 상기 디바이스 컴포넌트, 상기 디바이스 관리자 컴포넌트 및 상기 도메인 관리자 컴포넌트에 대한 정보를 기반으로 컴포넌트 레지스트리를 구성하여 컴포넌트를 등록 처리하는 컴포넌트 인터페이스를 포함할 수 있다. In addition, according to another aspect of the present invention, a component registration processing apparatus of a portable terminal for achieving the above object includes a device module generating a device component corresponding to a waveform application and transmitting device information about the device component; a device manager module generating a device manager component corresponding to the device component and transmitting device manager information about the device manager component; a domain manager module generating and transmitting domain information corresponding to the device manager component and the device component based on the device manager information; and a component interface that obtains new request information for installation or new operation of the waveform application, configures a component registry based on information on the device component, the device manager component, and the domain manager component to process component registration. can include

또한, 본 발명의 다른 측면에 의하면, 상기 목적을 달성하기 위한 휴대 단말기의 컴포넌트 등록 처리 방법은, 웨이브폼 어플리케이션의 설치 또는 신규 운영에 대한 신규 요청 정보를 획득하는 제1 단계; 상기 신규 요청 정보를 기반으로 디바이스 모듈에서 상기 웨이브폼 어플리케이션에 대응하는 디바이스 컴포넌트를 생성하고, 상기 디바이스 컴포넌트에 대한 디바이스 정보를 전달하는 제2 단계; 상기 신규 요청 정보를 기반으로 디바이스 관리자 모듈에서 상기 웨이브폼 어플리케이션에 대응하는 디바이스 관리자 컴포넌트를 생성하고, 상기 디바이스 관리자 컴포넌트에 대한 디바이스 관리자 정보를 전달하는 제3 단계; 상기 신규 요청 정보를 기반으로 도메인 관리자 모듈에서 상기 웨이브폼 어플리케이션에 대응하는 도메인 정보를 생성하여 전달하는 제4 단계; 및 컴포넌트 인터페이스에서 상기 디바이스 컴포넌트, 상기 디바이스 관리자 컴포넌트 및 상기 도메인 관리자 컴포넌트에 대한 정보를 기반으로 컴포넌트 레지스트리를 구성하여 상기 웨이브폼 어플리케이션과 연결하는 제5 단계를 포함할 수 있다. In addition, according to another aspect of the present invention, a component registration processing method of a portable terminal for achieving the above object includes a first step of obtaining new request information for installation or new operation of a waveform application; a second step of generating a device component corresponding to the waveform application in a device module based on the new request information and transmitting device information about the device component; a third step of generating a device manager component corresponding to the waveform application in a device manager module based on the new request information, and transmitting device manager information about the device manager component; a fourth step of generating and transmitting domain information corresponding to the waveform application in a domain manager module based on the new request information; and a fifth step of constructing a component registry based on information about the device component, the device manager component, and the domain manager component in a component interface and connecting the component registry to the waveform application.

이상에서 설명한 바와 같이, 본 발명은 시스템이 부팅될 때 각 SW 컴포넌트를 모두 등록하는 과정에서 컴포넌트 등록 절차를 기존의 등록 절차보다 50 % 절약된 절차를 거치게 되어 부팅 속도를 개선할 수 있는 효과가 있다. As described above, the present invention has an effect of improving the booting speed by reducing the component registration process by 50% compared to the existing registration process in the process of registering all SW components when the system is booted. .

또한, 본 발명은 웨이브폼 어플리케이션이 설치되거나 운용될 때, 제안된 등록 알고리즘을 활용하여 웨이브폼 어플리케이션의 성능을 향상 시킬 수 있는 효과가 있다.In addition, the present invention has an effect of improving the performance of the waveform application by utilizing the proposed registration algorithm when the waveform application is installed or operated.

또한, 본 발명에서 제안된 컴포넌트 등록 알고리즘은 기존의 절차에 비해 각 컴포넌트와 도메인 관리자 간에 메시지가 노출되는 횟수를 최소화함으로써, 보안성을 강화할 수 있는 효과가 있다. In addition, the component registration algorithm proposed in the present invention has an effect of enhancing security by minimizing the number of times messages are exposed between each component and the domain manager compared to existing procedures.

도 1 및 도 2는 종래의 컴포넌트 등록 처리 방식을 설명하기 위한 도면이다.
도 3 및 도 4는 본 발명의 실시예에 따른 컴포넌트 등록 처리 방식을 설명하기 위한 도면이다.
도 5는 본 발명의 제1 실시예에 따른 컴포넌트 등록 처리 방법을 설명하기 위한 순서도이다.
도 6은 본 발명의 제2 실시예에 따른 컴포넌트 등록 처리 방법을 설명하기 위한 순서도이다.
도 7은 본 발명의 제3 실시예에 따른 컴포넌트 등록 처리 방법을 설명하기 위한 순서도이다.
도 8은 본 발명의 실시예에 따른 컴포넌트 등록 처리를 위한 휴대 단말기의 소프트웨어 구조를 나타낸 도면이다.
도 9는 본 발명의 실시예에 따른 컴포넌트 등록 처리장치를 개략적으로 나타낸 블록 구성도이다.
도 10 내지 도 13은 본 발명의 실시예에 따른 컴포넌트 메시지 포멧을 나타낸 예시도이다.
1 and 2 are diagrams for explaining a conventional component registration processing method.
3 and 4 are diagrams for explaining a component registration processing method according to an embodiment of the present invention.
5 is a flowchart for explaining a component registration processing method according to the first embodiment of the present invention.
6 is a flowchart illustrating a method for processing component registration according to a second embodiment of the present invention.
7 is a flowchart illustrating a component registration processing method according to a third embodiment of the present invention.
8 is a diagram showing a software structure of a portable terminal for component registration processing according to an embodiment of the present invention.
9 is a schematic block diagram of a component registration processing apparatus according to an embodiment of the present invention.
10 to 13 are exemplary diagrams illustrating component message formats according to an embodiment of the present invention.

이하, 본 발명의 바람직한 실시예를 첨부된 도면들을 참조하여 상세히 설명한다. 본 발명을 설명함에 있어, 관련된 공지 구성 또는 기능에 대한 구체적인 설명이 본 발명의 요지를 흐릴 수 있다고 판단되는 경우에는 그 상세한 설명은 생략한다. 또한, 이하에서 본 발명의 바람직한 실시예를 설명할 것이나, 본 발명의 기술적 사상은 이에 한정하거나 제한되지 않고 당업자에 의해 변형되어 다양하게 실시될 수 있음은 물론이다. 이하에서는 도면들을 참조하여 본 발명에서 제안하는 휴대 단말기의 컴포넌트 등록 처리 방법 및 그를 위한 장치에 대해 자세하게 설명하기로 한다.Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings. In describing the present invention, if it is determined that a detailed description of a related known configuration or function may obscure the gist of the present invention, the detailed description will be omitted. In addition, although preferred embodiments of the present invention will be described below, the technical idea of the present invention is not limited or limited thereto and can be modified and implemented in various ways by those skilled in the art. Hereinafter, a method for processing component registration of a mobile terminal proposed in the present invention and an apparatus therefor will be described in detail with reference to drawings.

본 발명이 실시예에 따른 휴대 단말기는 SDR(Software Defined Radio) 구조가 적용된 단말기로서, SDR 구조의 이동통신 기지국 및 이동 통신 단말기, SDR 구조의 군 무전기일 수 있다. A portable terminal according to an embodiment of the present invention is a terminal to which a Software Defined Radio (SDR) structure is applied, and may be a mobile communication base station and mobile communication terminal of the SDR structure, or a military radio of the SDR structure.

도 3 및 도 4는 본 발명의 실시예에 따른 컴포넌트 등록 처리 방식을 설명하기 위한 도면이다. 3 and 4 are diagrams for explaining a component registration processing method according to an embodiment of the present invention.

도 3을 참조하면, 본 실시예에 따른 컴포넌트 등록 처리 방식은 소프트웨어 컴포넌트에서 한 번에 정보를 제공(S310)하여 컴포넌트들을 등록 처리하는 등록 알고리즘을 사용하는 방식을 의미한다. 여기서, 소프트웨어 컴포넌트에서 한 번에 정보를 제공하는 것은 푸시(Push) 모델을 적용할 수 있다. Referring to FIG. 3 , the component registration processing method according to the present embodiment refers to a method using a registration algorithm that registers components by providing information at once in a software component (S310). Here, a push model may be applied to providing information at one time from a software component.

소프트웨어 컴포넌트는 웨이브폼 컴포넌트(어플리케이션 컴포넌트)들, 디바이스 컴포넌트들, 디바이스 관리자 컴포넌트들, 도메인 관리자 컴포넌트들, 서비스 컴포넌트들 등을 포함할 수 있다. A software component may include waveform components (application components), device components, device manager components, domain manager components, service components, and the like.

본 실시예에 따른 컴포넌트 등록 처리 방식은 다양한 소프트웨어 컴포넌트들의 개수가 증가할 수록 컴포넌트 등록 프로세스의 성능 개선율을 증가 시킬 수 있다. The component registration processing method according to the present embodiment can increase the performance improvement rate of the component registration process as the number of various software components increases.

도 4를 참고하면, 본 실시예에 따른 컴포넌트 등록 처리 방식은 콜백(Callback) 처리 없이 직접 정보를 전달하여 컴포넌트를 등록 처리함으로써, 정보의 명확성과 성능 향상을 높일 수 있다. Referring to FIG. 4 , the component registration processing method according to the present embodiment directly transmits information without callback processing and registers the component, thereby improving information clarity and performance.

본 실시예에 따른 컴포넌트 등록 처리장치(100)는 하나의 하드웨어에 소프트웨어로 구현된 웨이브폼을 통하여 다양한 기능을 하는 SDR의 기능을 그대로 유지하면서, 장비 부팅 및 웨이브폼 인스턴스 시, 동시 다발적으로 발생하는 등록절차 알고리즘을 개선하여 장비의 성능을 향상 시킬 수 있다. The component registration processing apparatus 100 according to this embodiment maintains the function of SDR that performs various functions through a waveform implemented as software in one hardware, and simultaneously occurs during equipment booting and waveform instance. The performance of the equipment can be improved by improving the registration procedure algorithm.

본 실시예에 따른 컴포넌트 등록 처리 방식은 컴포넌트 등록 절차를 간소화하며, 등록 절차의 간소화에 따라 컴포넌트 등록과 관련된 전체 호출 수를 현저히 감소키실 수 있어 장비 부팅시간, 웨이브폼 인스턴스 시간 등을 줄일 수 있다.The component registration processing method according to the present embodiment simplifies the component registration procedure, and according to the simplification of the registration procedure, the total number of calls related to component registration can be significantly reduced, thereby reducing equipment booting time, waveform instance time, and the like.

컴포넌트 등록 처리장치(100)에서 디바이스 ID(Device ID)와 포트(port)는 신규 컴포넌트(component) 등록 시, 바로 디바이스 컴포넌트(Device Component)로부터 푸시(push)하여 제공된다.In the component registration processing apparatus 100, when a new component is registered, a device ID and a port are provided by being pushed directly from the device component.

이후, 컴포넌트 등록 처리장치(100)에서 등록된 컴포넌트들(Registered components)은 디바이스 관리자 컴포넌트(DevicesManager Component) 등록 시 바로 푸시(push)하여 제공된다. 여기서, DCD(Device Configuration Descriptor) 정보는 종래에 디바이스 관리자 컴포넌트(DevicesManager Component) 속성에 접속하여 얻는 대신에 바로 푸시(push)하여 제공될 수 있다. Thereafter, the registered components in the component registration processing apparatus 100 are pushed and provided immediately upon registering the DevicesManager component. Here, Device Configuration Descriptor (DCD) information may be provided by direct push instead of obtaining by accessing device manager component (DevicesManager Component) properties in the related art.

본 실시예에 따른 컴포넌트 등록 처리장치(100)에서는 어플리케이션 컴포넌트(application component)와 연동하는 인터페이스에 컴포넌트들을 직접 등록함으로써, 종래의 네이밍 서비스(Naming Service) 등록 프로세스를 생략할 수 있다. In the component registration processing apparatus 100 according to the present embodiment, a conventional naming service registration process can be omitted by directly registering components in an interface that works with application components.

도 5는 본 발명의 제1 실시예에 따른 컴포넌트 등록 처리 방법을 설명하기 위한 순서도이다.5 is a flowchart for explaining a component registration processing method according to the first embodiment of the present invention.

본 발명의 제1 실시예에 따른 컴포넌트 등록 처리 방법은 웨이브폼 어플리케이션의 설치 또는 신규 운영에 대한 신규 요청 정보를 획득하면, 컴포넌트 등록 처리를 수행한다. In the component registration processing method according to the first embodiment of the present invention, component registration processing is performed when new request information for installation or new operation of a waveform application is obtained.

본 발명의 제1 실시예에 따른 컴포넌트 등록 처리장치(100)는 디바이스 모듈(112), 디바이스 관리자 모듈(114) 및 도메인 관리자 모듈(116) 각각에서 동시에 컴포넌트 등록 관련 정보를 컴포넌트 인터페이스(120)로 전송하여 컴포넌트 등록 처리를 수행한다. 여기서, 디바이스 모듈(112), 디바이스 관리자 모듈(114) 및 도메인 관리자 모듈(116) 각각은 푸시 모델 방식을 기반으로 컴포넌트 등록 관련 정보를 전송할 수 있다. The component registration processing apparatus 100 according to the first embodiment of the present invention simultaneously transmits component registration-related information to the component interface 120 in each of the device module 112, the device manager module 114, and the domain manager module 116. to perform component registration processing. Here, each of the device module 112, device manager module 114, and domain manager module 116 may transmit component registration related information based on a push model method.

도 5를 참고하면, 도메인 관리자 모듈(116)은 웨이브폼 어플리케이션에 대응하는 도메인 정보를 생성하여 컴포넌트 인터페이스(120)로 전송한다(S510).Referring to FIG. 5 , the domain manager module 116 generates domain information corresponding to a waveform application and transmits it to the component interface 120 (S510).

또한, 디바이스 관리자 모듈(114)은 웨이브폼 어플리케이션에 대응하는 디바이스 관리자 컴포넌트를 생성하고, 디바이스 관리자 컴포넌트에 대한 디바이스 관리자 정보를 컴포넌트 인터페이스(120)로 전송한다(S512).In addition, the device manager module 114 generates a device manager component corresponding to the waveform application and transmits device manager information about the device manager component to the component interface 120 (S512).

또한, 디바이스 모듈(112)은 웨이브폼 어플리케이션에 대응하는 디바이스 컴포넌트를 생성하고, 디바이스 컴포넌트에 대한 디바이스 정보를 컴포넌트 인터페이스(120)로 전송한다(S514).In addition, the device module 112 generates a device component corresponding to the waveform application and transmits device information about the device component to the component interface 120 (S514).

디바이스 정보, 디바이스 관리자 정보 및 도메인 정보는 동일한 식별 정보를 포함할 수 있다. 여기서, 식별 정보는 신규 요청 정보에 포함된 정보일 수 있다. 식별 정보는 컴포넌트 타입, 식별 코드 등을 포함할 수 있으며, 동일한 웨이브폼 어플리케이션과 관련된 컴포넌트들에 대한 정보임을 식별할 수 있다면 다양한 형태의 데이터 형태로 구현될 수 있다. Device information, device manager information, and domain information may include the same identification information. Here, the identification information may be information included in new request information. The identification information may include a component type, an identification code, and the like, and may be implemented in various types of data if it can be identified as information on components related to the same waveform application.

한편, 디바이스 관리자 모듈(114)은 디바이스 관리자 정보를 전송하는 단계(S512) 이후, 디바이스 모듈(112)로 초기화 설정을 위한 메시지(initialize())를 전송하고(S520), 웨이브폼 어플리케이션과의 연동 시 실행을 위한 개체 속성 실행 메시지(configure(Properties))를 전송할 수 있다(S522).Meanwhile, after the step of transmitting the device manager information (S512), the device manager module 114 transmits a message for initialization (initialize()) to the device module 112 (S520), and interworks with a waveform application. An object property execution message (configure (Properties)) for execution may be transmitted (S522).

도 6은 본 발명의 제2 실시예에 따른 컴포넌트 등록 처리 방법을 설명하기 위한 순서도이다.6 is a flowchart illustrating a method for processing component registration according to a second embodiment of the present invention.

본 발명의 제2 실시예에 따른 컴포넌트 등록 처리 방법은 웨이브폼 어플리케이션의 설치 또는 신규 운영에 대한 신규 요청 정보를 획득하면, 컴포넌트 등록 처리를 수행한다. In the component registration processing method according to the second embodiment of the present invention, component registration processing is performed when new request information for installation or new operation of a waveform application is acquired.

본 발명의 제2 실시예에 따른 컴포넌트 등록 처리장치(100)는 디바이스 모듈(112), 디바이스 관리자 모듈(114) 및 도메인 관리자 모듈(116) 각각에서 순차적으로 컴포넌트 등록 관련 정보를 전송하여 컴포넌트 등록 처리를 수행한다. 여기서, 디바이스 모듈(112), 디바이스 관리자 모듈(114) 및 도메인 관리자 모듈(116) 각각은 푸시 모델 방식을 기반으로 컴포넌트 등록 관련 정보를 전송할 수 있다. The component registration processing apparatus 100 according to the second embodiment of the present invention processes component registration by sequentially transmitting component registration-related information from each of the device module 112, device manager module 114, and domain manager module 116. do Here, each of the device module 112, device manager module 114, and domain manager module 116 may transmit component registration related information based on a push model method.

도 6를 참고하면, 디바이스 모듈(112)은 웨이브폼 어플리케이션에 대응하는 디바이스 컴포넌트를 생성하고, 디바이스 컴포넌트에 대한 디바이스 정보를 디바이스 관리자 모듈(114)로 전송한다(S610).Referring to FIG. 6 , the device module 112 generates a device component corresponding to a waveform application and transmits device information about the device component to the device manager module 114 (S610).

또한, 디바이스 관리자 모듈(114)은 디바이스 정보를 기반으로 웨이브폼 어플리케이션에 대응하는 디바이스 관리자 컴포넌트를 생성하고, 디바이스 관리자 컴포넌트에 대한 디바이스 관리자 정보를 도메인 관리자 모듈(116)로 전송한다(S612).Also, the device manager module 114 generates a device manager component corresponding to the waveform application based on the device information, and transmits device manager information about the device manager component to the domain manager module 116 (S612).

또한, 도메인 관리자 모듈(116)은 디바이스 정보 및 디바이스 관리자 정보를 기반으로 웨이브폼 어플리케이션에 대응하는 도메인 정보를 생성하여 컴포넌트 인터페이스(120)로 전송한다(S614).In addition, the domain manager module 116 generates domain information corresponding to the waveform application based on the device information and the device manager information and transmits the generated domain information to the component interface 120 (S614).

디바이스 정보, 디바이스 관리자 정보 및 도메인 정보는 디바이스 모듈(112)에서 설정된 동일한 식별 정보를 포함할 수 있다. 여기서, 식별 정보는 컴포넌트 타입, 식별 코드 등을 포함할 수 있으며, 동일한 웨이브폼 어플리케이션과 관련된 컴포넌트들에 대한 정보임을 식별할 수 있다면 다양한 형태의 데이터 형태로 구현될 수 있다. Device information, device manager information, and domain information may include identical identification information set in the device module 112 . Here, the identification information may include a component type, an identification code, and the like, and may be implemented in various types of data if it can be identified as information on components related to the same waveform application.

한편, 디바이스 관리자 모듈(114)은 디바이스 관리자 정보를 전송하는 단계(S612) 이후, 디바이스 모듈(112)로 초기화 설정을 위한 메시지(initialize())를 전송하고(S620), 웨이브폼 어플리케이션과의 연동 시 실행을 위한 개체 속성 실행 메시지(configure(Properties))를 전송할 수 있다(S622). Meanwhile, after the step of transmitting the device manager information (S612), the device manager module 114 transmits a message for initialization (initialize()) to the device module 112 (S620), and interlocks with a waveform application. An object property execution message (configure (Properties)) for execution may be transmitted (S622).

도 7은 본 발명의 제3 실시예에 따른 컴포넌트 등록 처리 방법을 설명하기 위한 순서도이다.7 is a flowchart illustrating a component registration processing method according to a third embodiment of the present invention.

본 발명의 제3 실시예에 따른 컴포넌트 등록 처리 방법은 웨이브폼 어플리케이션의 설치 또는 신규 운영에 대한 신규 요청 정보를 획득하면, 컴포넌트 등록 처리를 수행한다. In the component registration processing method according to the third embodiment of the present invention, component registration processing is performed when new request information for installation or new operation of a waveform application is acquired.

본 발명의 제3 실시예에 따른 컴포넌트 등록 처리장치(100)는 디바이스 모듈(112), 디바이스 관리자 모듈(114) 및 도메인 관리자 모듈(116) 각각에서 동시 전송 방식 및 순차적 전송 방식의 조합으로 컴포넌트 등록 관련 정보를 전송하여 컴포넌트 등록 처리를 수행한다. 여기서, 디바이스 모듈(112), 디바이스 관리자 모듈(114) 및 도메인 관리자 모듈(116) 각각은 푸시 모델 방식을 기반으로 컴포넌트 등록 관련 정보를 전송할 수 있다. The component registration processing apparatus 100 according to the third embodiment of the present invention registers components in a combination of a simultaneous transmission method and a sequential transmission method in each of the device module 112, device manager module 114, and domain manager module 116. It transmits related information to perform component registration processing. Here, each of the device module 112, device manager module 114, and domain manager module 116 may transmit component registration related information based on a push model method.

도 7를 참고하면, 디바이스 모듈(112)은 웨이브폼 어플리케이션에 대응하는 디바이스 컴포넌트를 생성하고, 디바이스 컴포넌트에 대한 디바이스 정보를 디바이스 관리자 모듈(114)로 전송한다(S710). 추가로, 디바이스 모듈(112)은 디바이스 컴포넌트에 대한 디바이스 정보를 컴포넌트 인터페이스(120)로 전송한다(S711).Referring to FIG. 7 , the device module 112 creates a device component corresponding to the waveform application and transmits device information about the device component to the device manager module 114 (S710). Additionally, the device module 112 transmits device information about the device component to the component interface 120 (S711).

또한, 디바이스 관리자 모듈(114)은 디바이스 정보를 기반으로 웨이브폼 어플리케이션에 대응하는 디바이스 관리자 컴포넌트를 생성하고, 디바이스 관리자 컴포넌트에 대한 디바이스 관리자 정보를 도메인 관리자 모듈(116)로 전송한다(S712). 추가로, 디바이스 관리자 모듈(114)은 디바이스 정보가 수신되지 않더라도 식별정보를 포함시켜 디바이스 관리자 컴포넌트에 대한 디바이스 관리자 정보를 컴포넌트 인터페이스(120)로 전송한다(S713).Also, the device manager module 114 generates a device manager component corresponding to the waveform application based on the device information, and transmits device manager information about the device manager component to the domain manager module 116 (S712). Additionally, even if the device information is not received, the device manager module 114 includes identification information and transmits device manager information for the device manager component to the component interface 120 (S713).

또한, 도메인 관리자 모듈(116)은 디바이스 정보 및 디바이스 관리자 정보를 기반으로 웨이브폼 어플리케이션에 대응하는 도메인 정보를 생성하여 컴포넌트 인터페이스(120)로 전송한다(S714). 추가로, 도메인 관리자 모듈(116)은 디바이스 정보 및 디바이스 관리자 정보가 수신되지 않더라도 식별정보를 포함시켜 웨이브폼 어플리케이션에 대응하는 도메인 정보를 생성하여 컴포넌트 인터페이스(120)로 전송한다(S714).In addition, the domain manager module 116 generates domain information corresponding to the waveform application based on the device information and the device manager information and transmits the generated domain information to the component interface 120 (S714). Additionally, the domain manager module 116 generates domain information corresponding to the waveform application including identification information even if device information and device manager information are not received, and transmits the generated domain information to the component interface 120 (S714).

디바이스 정보, 디바이스 관리자 정보 및 도메인 정보는 신규 요청 정보에 포함된 식별 정보 또는 디바이스 모듈(112)에서 설정된 식별 정보를 포함할 수 있다. 여기서, 식별 정보는 컴포넌트 타입, 식별 코드 등을 포함할 수 있으며, 동일한 웨이브폼 어플리케이션과 관련된 컴포넌트들에 대한 정보임을 식별할 수 있다면 다양한 형태의 데이터 형태로 구현될 수 있다. The device information, device manager information, and domain information may include identification information included in new request information or identification information set in the device module 112 . Here, the identification information may include a component type, an identification code, and the like, and may be implemented in various types of data if it can be identified as information on components related to the same waveform application.

한편, 디바이스 관리자 모듈(114)은 디바이스 관리자 정보를 전송하는 단계(S712, S713) 이후, 디바이스 모듈(112)로 초기화 설정을 위한 메시지(initialize())를 전송하고(S720), 웨이브폼 어플리케이션과의 연동 시 실행을 위한 개체 속성 실행 메시지(configure(Properties))를 전송할 수 있다(S722). Meanwhile, the device manager module 114 transmits a message for initialization (initialize()) to the device module 112 after the step of transmitting the device manager information (S712, S713) (S720), and the waveform application and An object property execution message (configure (Properties)) for execution can be transmitted when interlocking with (S722).

도 5 내지 도 7 각각에서는 각 단계를 순차적으로 실행하는 것으로 기재하고 있으나, 반드시 이에 한정되는 것은 아니다. 다시 말해, 도 5 내지 도 7 각각에 기재된 단계를 변경하여 실행하거나 하나 이상의 단계를 병렬적으로 실행하는 것으로 적용 가능할 것이므로, 도 5 내지 도 7 각각은 시계열적인 순서로 한정되는 것은 아니다.In each of FIGS. 5 to 7, each step is described as sequentially executed, but is not necessarily limited thereto. In other words, each of FIGS. 5 to 7 is not limited to a time-sequential order, since it will be applicable by changing and executing the steps described in each of FIGS. 5 to 7 or by executing one or more steps in parallel.

도 5 내지 도 7 각각에 기재된 본 실시예에 따른 컴포넌트 등록 처리 방법은 애플리케이션(또는 프로그램)으로 구현되고 단말장치(또는 컴퓨터)로 읽을 수 있는 기록매체에 기록될 수 있다. 본 실시예에 따른 컴포넌트 등록 처리 방법을 구현하기 위한 애플리케이션(또는 프로그램)이 기록되고 단말장치(또는 컴퓨터)가 읽을 수 있는 기록매체는 컴퓨팅 시스템에 의하여 읽혀질 수 있는 데이터가 저장되는 모든 종류의 기록장치 또는 매체를 포함한다.The component registration processing method according to the present embodiment described in each of FIGS. 5 to 7 can be implemented as an application (or program) and recorded on a recording medium readable by a terminal device (or computer). All kinds of recording devices in which an application (or program) for implementing the component registration processing method according to the present embodiment is recorded and a recording medium readable by a terminal device (or computer) stores data that can be read by a computing system. or medium.

도 8은 본 발명의 실시예에 따른 컴포넌트 등록 처리를 위한 휴대 단말기의 소프트웨어 구조를 나타낸 도면이다.8 is a diagram showing a software structure of a portable terminal for component registration processing according to an embodiment of the present invention.

본 실시예에 따른 휴대 단말기의 소프트웨어 구조는 푸시 모델을 기반으로 컴포넌트를 등록하는 알고리즘을 적용하여 장치의 부팅시간 및 성능을 향상시키는 것을 목적으로 한다. The purpose of the software structure of the mobile terminal according to the present embodiment is to improve booting time and performance of the device by applying an algorithm for registering components based on a push model.

도 8을 참조하면, 휴대 단말기의 소프트웨어 구조는 운영 환경(OE) 계층(12)과 운영 환경 계층에서 제공하는 서비스를 이용하여 구현되는 웨이브폼(Waveform) 어플리케이션을 포함하는 어플리케이션 계층(14)으로 구성된다.Referring to FIG. 8, the software structure of the portable terminal is composed of an operating environment (OE) layer 12 and an application layer 14 including a Waveform application implemented using services provided by the operating environment layer. do.

운영 환경 계층(12)에서 Core Framework 블록 및 Platform Devices and Services 블록은 SCA(Software Communication Architecture)에 해당하며, 운영 환경 계층(12)은 컴포넌트 등록 처리장치(100)에 대응되는 형태로 구현될 수 있다. In the operating environment layer 12, the Core Framework block and the Platform Devices and Services block correspond to SCA (Software Communication Architecture), and the operating environment layer 12 may be implemented in a form corresponding to the component registration processing device 100. .

도 9는 본 발명의 실시예에 따른 컴포넌트 등록 처리장치를 개략적으로 나타낸 블록 구성도이다. 9 is a schematic block diagram of a component registration processing apparatus according to an embodiment of the present invention.

본 실시예에 따른 컴포넌트 등록 처리장치(100)는 컴포넌트 처리부(110) 및 컴포넌트 인터페이스(120)를 포함한다. 도 9의 컴포넌트 등록 처리장치(100)는 일 실시예에 따른 것으로서, 도 9에 도시된 모든 블록이 필수 구성요소는 아니며, 다른 실시예에서 컴포넌트 등록 처리장치(100)에 포함된 일부 블록이 추가, 변경 또는 삭제될 수 있다. The component registration processing apparatus 100 according to the present embodiment includes a component processing unit 110 and a component interface 120. The component registration processing apparatus 100 of FIG. 9 is according to an embodiment, and all blocks shown in FIG. 9 are not essential components, and some blocks included in the component registration processing apparatus 100 in another embodiment are added. , may be changed or deleted.

컴포넌트 처리부(110)는 디바이스 모듈(112), 디바이스 관리자 모듈(114) 및 도메인 관리자 모듈(116) 등을 포함할 수 있다. 컴포넌트 처리부(110)에 도시된 모든 블록은 필수 구성요소는 아니며, 다른 실시예에서 컴포넌트 처리부(110)에 포함된 일부 블록이 추가, 변경 또는 삭제될 수 있다.The component processing unit 110 may include a device module 112 , a device manager module 114 , a domain manager module 116 , and the like. All blocks shown in the component processing unit 110 are not essential components, and some blocks included in the component processing unit 110 may be added, changed, or deleted in other embodiments.

디바이스 모듈(112)은 웨이브폼 어플리케이션에 대응하는 디바이스 컴포넌트를 생성하고, 디바이스 컴포넌트에 대한 디바이스 정보를 전달하는 동작을 수행한다. The device module 112 generates a device component corresponding to a waveform application and transmits device information about the device component.

디바이스 모듈(112)은 디바이스 컴포넌트에 대한 디바이스 ID 및 포트(Port) 정보를 포함하는 디바이스 정보를 전달한다. 여기서, 디바이스 모듈(112)은 디바이스 컴포넌트가 생성되면, 디바이스 정보를 푸시(Push) 방식으로 전달한다. 여기서, 디바이스 모듈(112)은 디바이스 관리 모듈 및 상기 컴포넌트 인터페이스 중 적어도 하나로 디바이스 정보를 전달할 수 있다. The device module 112 delivers device information including a device ID and port information for a device component. Here, the device module 112 transmits device information in a push method when a device component is created. Here, the device module 112 may transmit device information to at least one of a device management module and the component interface.

디바이스 관리자 모듈(114)은 디바이스 컴포넌트에 대응하는 디바이스 관리자 컴포넌트를 생성하고, 디바이스 관리자 컴포넌트에 대한 디바이스 관리자 정보를 전달한다. The device manager module 114 creates a device manager component corresponding to the device component and delivers device manager information about the device manager component.

디바이스 관리자 모듈(114)은 상기 디바이스 관리자 컴포넌트가 생성되면 디바이스 구성 디스크립터(DCD: Device Configuration Descriptor)를 포함하는 상기 디바이스 관리자 정보를 푸시 방식으로 전달한다. 여기서, 디바이스 관리자 모듈(114)은 도메인 관리자 모듈 및 컴포넌트 인터페이스 중 적어도 하나로 디바이스 관리자 정보를 전달할 수 있다. 여기서, 디바이스 구성 디스크립터에는 기본적으로 디바이스 관리자 컴포넌트에 관련된 정보가 포함될 수 있으며, 디바이스 또는 디바이스 관리를 위한 구성 정보를 포함할 수 있다. The device manager module 114 transmits the device manager information including a device configuration descriptor (DCD) in a push method when the device manager component is created. Here, the device manager module 114 may transfer device manager information to at least one of a domain manager module and a component interface. Here, the device configuration descriptor may basically include information related to a device manager component, and may include configuration information for a device or device management.

도메인 관리자 모듈(116)은 디바이스 관리자 정보를 기반으로 디바이스 관리자 컴포넌트 및 디바이스 컴포넌트에 대응하는 도메인 정보를 생성하여 전달한다. The domain manager module 116 generates and transmits a device manager component and domain information corresponding to the device component based on the device manager information.

도메인 관리자 모듈(116)은 디바이스 정보 및 디바이스 관리자 정보를 관리하기 위한 도메인 정보를 생성하여 푸시 방식으로 전달한다. 여기서, 도메인 관리자 모듈(116)은 컴포넌트 인터페이스로 도메인 정보를 전달할 수 있다. 도메인 정보는 디바이스 관리자 컴포넌트 및 디바이스 컴포넌트에 대한 정보를 포함할 수 있으나 반드시 이에 한정되는 것은 아니며, 웨이브폼 어플리케이션에 대응하는 식별정보만을 포함하여 도메인 정보를 생성할 수도 있다. The domain manager module 116 generates device information and domain information for managing device manager information and delivers them in a push method. Here, the domain manager module 116 may transfer domain information to a component interface. The domain information may include information about a device manager component and device components, but is not necessarily limited thereto, and domain information may be generated by including only identification information corresponding to a waveform application.

컴포넌트 인터페이스(120)는 웨이브폼 어플리케이션의 설치 또는 신규 운영에 대한 신규 요청 정보를 획득한다. 여기서, 신규 요청 정보는 사용자의 조작 또는 입력에 근거하여 생성된 정보일 수 있으나 반드시 이에 한정되는 것은 아니며, 웨이브폼 어플리케이션이 설치되는 애플리케이션 계층의 컴포넌트로부터 자동 생성된 정보일 수 있다. The component interface 120 acquires new request information for installation or new operation of a waveform application. Here, the new request information may be information generated based on a user's manipulation or input, but is not necessarily limited thereto, and may be information automatically generated from a component of an application layer in which a waveform application is installed.

한편, 컴포넌트 인터페이스(120)는 컴포넌트 레지스트리(122)를 구성한다. Meanwhile, the component interface 120 configures the component registry 122 .

컴포넌트 인터페이스(120)는 디바이스 컴포넌트, 디바이스 관리자 컴포넌트 및 도메인 관리자 컴포넌트 각각에 대한 정보를 기반으로 컴포넌트 레지스트리를 구성하여 컴포넌트를 등록 처리한다. The component interface 120 configures a component registry based on information on each of a device component, a device manager component, and a domain manager component to register components.

컴포넌트 인터페이스(120)는 디바이스 정보, 디바이스 관리자 정보 및 도메인 정보를 이용하여 컴포넌트 레지스트리를 구성하고, 컴포넌트 레지스트리를 기반으로 등록 처리된 컴포넌트들이 웨이브폼 어플리케이션과 연동되도록 연결할 수 있다. The component interface 120 may configure a component registry using device information, device manager information, and domain information, and connect components registered based on the component registry to interoperate with a waveform application.

컴포넌트 인터페이스(120)에서 웨이브폼 어플리케이션의 설치 또는 신규 운영에 대한 신규 요청 정보를 획득하면, 컴포넌트 등록 처리장치(100)에서 디바이스 모듈(112), 디바이스 관리자 모듈(114) 및 도메인 관리자 모듈(116) 각각은 동시에 푸시 방식 기반으로 컴포넌트 등록 관련 정보를 컴포넌트 인터페이스(120)로 전송하여 컴포넌트 레지스트리(122)가 구성되도록 한다. When new request information for installation or new operation of a waveform application is obtained from the component interface 120, the device module 112, the device manager module 114, and the domain manager module 116 in the component registration processing apparatus 100 Each simultaneously transmits component registration related information to the component interface 120 based on a push method so that the component registry 122 is configured.

도메인 관리자 모듈(116)의 컴포넌트 등록 관련 정보를 기반으로 생성된 도메인 관리자 클래스 다이어그램(DomainManager Class Diagram)은 도 10에 도시된 메시지 포멧과 같이 표현될 수 있다. 여기서, 도메인 관리자 클래스 다이어그램은 웨이브폼 어플리케이션과 연동하기 위하여 컴포넌트 인터페이스(120)에 기록되는 메시지 포멧일 수 있다. A domain manager class diagram generated based on information related to component registration of the domain manager module 116 may be expressed as the message format shown in FIG. 10 . Here, the domain manager class diagram may be a message format recorded in the component interface 120 to interwork with a waveform application.

또한, 디바이스 관리자 모듈(114)의 컴포넌트 등록 관련 정보를 기반으로 생성된 디바이스 관리자 클래스 다이어그램(DeviceManager Class Diagram)은 도 11에 도시된 메시지 포멧과 같이 표현될 수 있다. 여기서, 디바이스 관리자 클래스 다이어그램은 웨이브폼 어플리케이션과 연동하기 위하여 컴포넌트 인터페이스(120)에 기록되는 메시지 포멧일 수 있다. Also, a device manager class diagram generated based on information related to component registration of the device manager module 114 may be expressed as the message format shown in FIG. 11 . Here, the device manager class diagram may be a message format recorded in the component interface 120 to interwork with a waveform application.

또한, 디바이스 모듈(112)의 컴포넌트 등록 관련 정보를 기반으로 생성된 디바이스 클래스 다이어그램(Device Class Diagram)은 도 12에 도시된 메시지 포멧과 같이 표현될 수 있다. 여기서, 디바이스 클래스 다이어그램은 웨이브폼 어플리케이션과 연동하기 위하여 컴포넌트 인터페이스(120)에 기록되는 메시지 포멧일 수 있다.In addition, a device class diagram generated based on information related to component registration of the device module 112 may be expressed as the message format shown in FIG. 12 . Here, the device class diagram may be a message format recorded in the component interface 120 to interwork with a waveform application.

또한, 디바이스 모듈(112), 디바이스 관리자 모듈(114) 및 도메인 관리자 모듈(116)와 연동하여 컴포넌트 인터페이스(120)에 생성된 컴포넌트 레지스트리(122)에 대한 컴포넌트 레지스트리 클래스 다이어그램(Componet Registry Class Diagram)은 도 13에 도시된 메시지 포멧과 같이 표현될 수 있다. 여기서, 컴포넌트 레지스트리 클래스 다이어그램은 웨이브폼 어플리케이션과 연동하기 위하여 컴포넌트 인터페이스(120)에 기록되는 메시지 포멧일 수 있다.In addition, a component registry class diagram for the component registry 122 created in the component interface 120 in conjunction with the device module 112, the device manager module 114, and the domain manager module 116 is It can be expressed as the message format shown in FIG. 13. Here, the component registry class diagram may be a message format recorded in the component interface 120 to interoperate with a waveform application.

한편, 컴포넌트 인터페이스(120)에서 웨이브폼 어플리케이션의 설치 또는 신규 운영에 대한 신규 요청 정보를 획득하면, 컴포넌트 등록 처리장치(100)에서 디바이스 모듈(112)은 디바이스 정보를 디바이스 관리자 모듈(114)로 푸시 방식으로 전달하고, 디바이스 관리자 모듈(114)은 디바이스 정보 및 디바이스 관리자 정보를 도메인 관리자 모듈(116)로 푸시 방식으로 전달한다. 또한, 컴포넌트 등록 처리장치(100)에서 도메인 관리자 모듈(116)은, 디바이스 정보 및 디바이스 관리자 정보를 기반으로 생성된 도메인 정보를 컴포넌트 인터페이스(120)로 푸시 방식으로 전달하여 컴포넌트 레지스트리(122)가 구성되도록 한다. Meanwhile, when new request information for installation or new operation of a waveform application is obtained from the component interface 120, the device module 112 in the component registration processing apparatus 100 pushes the device information to the device manager module 114. method, and the device manager module 114 delivers device information and device manager information to the domain manager module 116 in a push method. In addition, in the component registration processing apparatus 100, the domain manager module 116 transmits device information and domain information generated based on the device manager information to the component interface 120 in a push method so that the component registry 122 is configured. Let it be.

이상의 설명은 본 발명의 실시예의 기술 사상을 예시적으로 설명한 것에 불과한 것으로서, 본 발명의 실시예가 속하는 기술 분야에서 통상의 지식을 가진 자라면 본 발명의 실시예의 본질적인 특성에서 벗어나지 않는 범위에서 다양한 수정 및 변형이 가능할 것이다. 따라서, 본 발명의 실시예들은 본 발명의 실시예의 기술 사상을 한정하기 위한 것이 아니라 설명하기 위한 것이고, 이러한 실시예에 의하여 본 발명의 실시예의 기술 사상의 범위가 한정되는 것은 아니다. 본 발명의 실시예의 보호 범위는 아래의 청구범위에 의하여 해석되어야 하며, 그와 동등한 범위 내에 있는 모든 기술 사상은 본 발명의 실시예의 권리범위에 포함되는 것으로 해석되어야 할 것이다.The above description is only illustrative of the technical idea of the embodiment of the present invention, and those skilled in the art to which the embodiment of the present invention pertains may make various modifications and modifications within the scope not departing from the essential characteristics of the embodiment of the present invention. transformation will be possible. Therefore, the embodiments of the present invention are not intended to limit the technical idea of the embodiment of the present invention, but to explain, and the scope of the technical idea of the embodiment of the present invention is not limited by these examples. The protection scope of the embodiments of the present invention should be construed according to the claims below, and all technical ideas within the equivalent range should be construed as being included in the scope of the embodiments of the present invention.

100: 컴포넌트 등록 처리장치
110: 컴포넌트 처리부 112: 디바이스 모듈
114: 디바이스 관리자 모듈 116: 도메인 관리자 모듈
120: 컴포넌트 인터페이스 122: 컴포넌트 레지스트리
100: component registration processing unit
110: component processing unit 112: device module
114: device manager module 116: domain manager module
120: component interface 122: component registry

Claims (13)

휴대 단말기의 컴포넌트 등록 처리장치에서 컴포넌트를 등록 처리하는 방법에 있어서,
웨이브폼 어플리케이션의 설치 또는 신규 운영에 대한 신규 요청 정보를 획득하는 제1 단계;
디바이스 모듈에서 상기 웨이브폼 어플리케이션에 대응하는 디바이스 컴포넌트를 생성하고, 상기 디바이스 컴포넌트에 대한 디바이스 정보를 전달하는 제2 단계;
디바이스 관리자 모듈에서 상기 디바이스 컴포넌트에 대응하는 디바이스 관리자 컴포넌트를 생성하고, 상기 디바이스 관리자 컴포넌트에 대한 디바이스 관리자 정보를 전달하는 제3 단계;
도메인 관리자 모듈에서 상기 디바이스 관리자 정보를 기반으로 상기 디바이스 관리자 컴포넌트 및 상기 디바이스 컴포넌트에 대응하는 도메인 정보를 생성하여 전달하는 제4 단계; 및
컴포넌트 인터페이스에서 상기 디바이스 컴포넌트, 상기 디바이스 관리자 컴포넌트 및 상기 도메인 관리자 컴포넌트에 대한 정보를 기반으로 컴포넌트 레지스트리를 구성하여 컴포넌트를 등록 처리하는 제5 단계
를 포함하는 것을 특징으로 하는 휴대 단말기의 컴포넌트 등록 처리 방법.
A method for registering a component in a component registration processing device of a portable terminal,
A first step of obtaining new request information for installation or new operation of a waveform application;
a second step of generating a device component corresponding to the waveform application in a device module and transmitting device information about the device component;
a third step of generating a device manager component corresponding to the device component in a device manager module and transmitting device manager information about the device manager component;
a fourth step of generating and transmitting domain information corresponding to the device manager component and the device component based on the device manager information in a domain manager module; and
A fifth step of configuring a component registry based on information about the device component, the device manager component, and the domain manager component in a component interface to process component registration.
A component registration processing method of a mobile terminal, comprising:
제1항에 있어서,
상기 제2 단계는,
상기 디바이스 컴포넌트에 대한 디바이스 ID 및 포트(Port) 정보를 포함하는 상기 디바이스 정보를 전달하는 것을 특징으로 하는 휴대 단말기의 컴포넌트 등록 처리 방법.
According to claim 1,
The second step,
and transmitting the device information including a device ID and port information for the device component.
제2항에 있어서,
상기 제2 단계는,
상기 디바이스 컴포넌트가 생성되면, 상기 디바이스 정보를 푸시(Push) 방식으로 전달하되,
상기 디바이스 관리 모듈 및 상기 컴포넌트 인터페이스 중 적어도 하나로 상기 디바이스 정보를 전달하는 것을 특징으로 하는 휴대 단말기의 컴포넌트 등록 처리 방법.
According to claim 2,
The second step,
When the device component is created, the device information is transmitted in a push method,
and transmitting the device information through at least one of the device management module and the component interface.
제1항에 있어서,
상기 제3 단계는,
상기 디바이스 관리자 컴포넌트가 생성되면 디바이스 구성 디스크립터(DCD: Device Configuration Descriptor)를 포함하는 상기 디바이스 관리자 정보를 푸시 방식으로 전달하되,
상기 도메인 관리자 모듈 및 상기 컴포넌트 인터페이스 중 적어도 하나로 상기 디바이스 관리자 정보를 전달하는 것을 특징으로 하는 휴대 단말기의 컴포넌트 등록 처리 방법.
According to claim 1,
The third step,
When the device manager component is created, the device manager information including a device configuration descriptor (DCD) is transmitted in a push method,
and transmitting the device manager information to at least one of the domain manager module and the component interface.
제1항에 있어서,
상기 제4 단계는,
상기 디바이스 정보 및 상기 디바이스 관리자 정보를 관리하기 위한 상기 도메인 정보를 생성하여 푸시 방식으로 전달하되,
상기 컴포넌트 인터페이스로 상기 도메인 정보를 전달하는 것을 특징으로 하는 휴대 단말기의 컴포넌트 등록 처리 방법.
According to claim 1,
In the fourth step,
Generating and delivering the domain information for managing the device information and the device manager information in a push method,
Component registration processing method of a portable terminal, characterized in that transferring the domain information through the component interface.
제1항에 있어서,
상기 제5 단계는,
상기 디바이스 정보, 상기 디바이스 관리자 정보 및 상기 도메인 정보를 이용하여 상기 컴포넌트 레지스트리를 구성하고, 상기 컴포넌트 레지스트리를 기반으로 등록 처리된 컴포넌트들이 상기 웨이브폼 어플리케이션과 연동되도록 연결하는 것을 특징으로 하는 휴대 단말기의 컴포넌트 등록 처리 방법.
According to claim 1,
The fifth step,
wherein the component registry is configured using the device information, the device manager information, and the domain information, and components registered based on the component registry are connected so as to interwork with the waveform application. How to handle registration.
제1항에 있어서,
상기 제1 단계에서 상기 신규 요청 정보가 획득되면,
상기 디바이스 모듈, 상기 디바이스 관리자 모듈 및 상기 도메인 관리자 모듈 각각에서 동시에 푸시 방식 기반의 정보 전달을 수행하는 것을 특징으로 하는 휴대 단말기의 컴포넌트 등록 처리 방법.
According to claim 1,
When the new request information is acquired in the first step,
A method for processing component registration of a portable terminal, characterized in that each of the device module, the device manager module, and the domain manager module simultaneously transmits information based on a push method.
제1항에 있어서,
상기 제1 단계에서 상기 신규 요청 정보가 획득되면,
상기 디바이스 모듈은 상기 디바이스 정보를 상기 디바이스 관리자 모듈로 푸시 방식으로 전달하고, 상기 디바이스 관리자 모듈은 상기 디바이스 정보 및 상기 디바이스 관리자 정보를 상기 도메인 관리자 모듈로 푸시 방식으로 전달하는 것을 특징으로 하는 휴대 단말기의 컴포넌트 등록 처리 방법.
According to claim 1,
When the new request information is acquired in the first step,
The device module transmits the device information to the device manager module in a push method, and the device manager module transmits the device information and the device manager information to the domain manager module in a push method. How to handle component registration.
제8항에 있어서,
상기 도메인 관리자 모듈은,
상기 디바이스 정보 및 상기 디바이스 관리자 정보를 기반으로 생성된 상기 도메인 정보를 상기 컴포넌트 인터페이스로 푸시 방식으로 전달하여 상기 컴포넌트 레지스트리가 구성되도록 하는 것을 특징으로 하는 휴대 단말기의 컴포넌트 등록 처리 방법.
According to claim 8,
The domain manager module,
and transmitting the domain information generated based on the device information and the device manager information to the component interface in a push method so that the component registry is configured.
휴대 단말기에서 컴포넌트 등록을 처리하는 장치에 있어서,
웨이브폼 어플리케이션에 대응하는 디바이스 컴포넌트를 생성하고, 상기 디바이스 컴포넌트에 대한 디바이스 정보를 전달하는 디바이스 모듈;
상기 디바이스 컴포넌트에 대응하는 디바이스 관리자 컴포넌트를 생성하고, 상기 디바이스 관리자 컴포넌트에 대한 디바이스 관리자 정보를 전달하는 디바이스 관리자 모듈;
상기 디바이스 관리자 정보를 기반으로 상기 디바이스 관리자 컴포넌트 및 상기 디바이스 컴포넌트에 대응하는 도메인 정보를 생성하여 전달하는 도메인 관리자 모듈; 및
상기 웨이브폼 어플리케이션의 설치 또는 신규 운영에 대한 신규 요청 정보를 획득하고, 상기 디바이스 컴포넌트, 상기 디바이스 관리자 컴포넌트 및 상기 도메인 관리자 컴포넌트에 대한 정보를 기반으로 컴포넌트 레지스트리를 구성하여 컴포넌트를 등록 처리하는 컴포넌트 인터페이스
를 포함하는 것을 특징으로 하는 휴대 단말기의 컴포넌트 등록 처리장치.
An apparatus for processing component registration in a portable terminal,
a device module that generates a device component corresponding to a waveform application and transmits device information about the device component;
a device manager module generating a device manager component corresponding to the device component and transmitting device manager information about the device manager component;
a domain manager module generating and transmitting domain information corresponding to the device manager component and the device component based on the device manager information; and
A component interface that acquires new request information for installation or new operation of the waveform application, configures a component registry based on information on the device component, the device manager component, and the domain manager component to process component registration.
A component registration processing device for a mobile terminal, comprising:
제10항에 있어서,
상기 제1 단계에서 상기 신규 요청 정보가 획득되면, 상기 디바이스 모듈, 상기 디바이스 관리자 모듈 및 상기 도메인 관리자 모듈 각각은 동시에 푸시 방식 기반의 정보 전달을 수행하는 것을 특징으로 하는 휴대 단말기의 컴포넌트 등록 처리장치.
According to claim 10,
and when the new request information is obtained in the first step, each of the device module, the device manager module, and the domain manager module simultaneously transmit information based on a push method.
제10항에 있어서,
상기 제1 단계에서 상기 신규 요청 정보가 획득되면, 상기 디바이스 모듈은, 상기 디바이스 정보를 상기 디바이스 관리자 모듈로 푸시 방식으로 전달하고,
상기 디바이스 관리자 모듈은, 상기 디바이스 정보 및 상기 디바이스 관리자 정보를 상기 도메인 관리자 모듈로 푸시 방식으로 전달하며,
상기 도메인 관리자 모듈은, 상기 디바이스 정보 및 상기 디바이스 관리자 정보를 기반으로 생성된 상기 도메인 정보를 상기 컴포넌트 인터페이스로 푸시 방식으로 전달하여 상기 컴포넌트 레지스트리가 구성되도록 하는 것을 특징으로 하는 휴대 단말기의 컴포넌트 등록 처리장치.
According to claim 10,
When the new request information is obtained in the first step, the device module transmits the device information to the device manager module in a push method,
The device manager module transmits the device information and the device manager information to the domain manager module in a push method;
The domain manager module transmits the device information and the domain information generated based on the device manager information to the component interface in a push method so that the component registry is configured. .
휴대 단말기의 컴포넌트 등록 처리장치에서 컴포넌트를 등록 처리하는 방법에 있어서,
웨이브폼 어플리케이션의 설치 또는 신규 운영에 대한 신규 요청 정보를 획득하는 제1 단계;
상기 신규 요청 정보를 기반으로 디바이스 모듈에서 상기 웨이브폼 어플리케이션에 대응하는 디바이스 컴포넌트를 생성하고, 상기 디바이스 컴포넌트에 대한 디바이스 정보를 전달하는 제2 단계;
상기 신규 요청 정보를 기반으로 디바이스 관리자 모듈에서 상기 웨이브폼 어플리케이션에 대응하는 디바이스 관리자 컴포넌트를 생성하고, 상기 디바이스 관리자 컴포넌트에 대한 디바이스 관리자 정보를 전달하는 제3 단계;
상기 신규 요청 정보를 기반으로 도메인 관리자 모듈에서 상기 웨이브폼 어플리케이션에 대응하는 도메인 정보를 생성하여 전달하는 제4 단계; 및
컴포넌트 인터페이스에서 상기 디바이스 컴포넌트, 상기 디바이스 관리자 컴포넌트 및 상기 도메인 관리자 컴포넌트에 대한 정보를 기반으로 컴포넌트 레지스트리를 구성하여 상기 웨이브폼 어플리케이션과 연결하는 제5 단계
를 포함하는 것을 특징으로 하는 휴대 단말기의 컴포넌트 등록 처리 방법.
A method for registering a component in a component registration processing device of a portable terminal,
A first step of obtaining new request information for installation or new operation of a waveform application;
a second step of generating a device component corresponding to the waveform application in a device module based on the new request information and transmitting device information about the device component;
a third step of generating a device manager component corresponding to the waveform application in a device manager module based on the new request information, and transmitting device manager information about the device manager component;
a fourth step of generating and transmitting domain information corresponding to the waveform application in a domain manager module based on the new request information; and
A fifth step of configuring a component registry based on information about the device component, the device manager component, and the domain manager component in a component interface and connecting it to the waveform application.
A component registration processing method of a mobile terminal, comprising:
KR1020210155047A 2021-11-11 2021-11-11 Method and Apparatus for processing component registration of mobile terminal KR102643952B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020210155047A KR102643952B1 (en) 2021-11-11 2021-11-11 Method and Apparatus for processing component registration of mobile terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020210155047A KR102643952B1 (en) 2021-11-11 2021-11-11 Method and Apparatus for processing component registration of mobile terminal

Publications (2)

Publication Number Publication Date
KR20230068845A true KR20230068845A (en) 2023-05-18
KR102643952B1 KR102643952B1 (en) 2024-03-07

Family

ID=86545667

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020210155047A KR102643952B1 (en) 2021-11-11 2021-11-11 Method and Apparatus for processing component registration of mobile terminal

Country Status (1)

Country Link
KR (1) KR102643952B1 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20100065080A (en) * 2008-12-05 2010-06-15 한국전자통신연구원 Method and apparatus for start-up of device manager in mobile terminal
KR101271213B1 (en) * 2008-12-03 2013-06-07 한국전자통신연구원 Apparatus for managing of new device component of mobile terminal and method of the same

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101271213B1 (en) * 2008-12-03 2013-06-07 한국전자통신연구원 Apparatus for managing of new device component of mobile terminal and method of the same
KR20100065080A (en) * 2008-12-05 2010-06-15 한국전자통신연구원 Method and apparatus for start-up of device manager in mobile terminal

Also Published As

Publication number Publication date
KR102643952B1 (en) 2024-03-07

Similar Documents

Publication Publication Date Title
CN109981789B (en) Micro service engine based on agent mode
EP3163975B1 (en) Configuration information management method, device, network element management system and storage medium
WO2019062836A1 (en) Network slice management method, and device for same
CN110061871B (en) Base station opening method and device, computer storage medium and equipment
CN102255887B (en) Method and system for providing online services corresponding to multiple mobile devices
WO2011116556A1 (en) Wireless communication terminal in machine to machine network and its application method
US11290303B2 (en) System and method for VNF termination management
CN102131001A (en) Remote control system and method of mobile communication terminal
CN102866925B (en) Communication method and system for middleware and user interface
CN101227470B (en) System and method of business management
JP5336486B2 (en) System and method for network configuration of wireless device for home network
CN103442032A (en) Vehicle navigation method and system based on cloud service
CN102118397A (en) Teleconference communication method and system based on mobile phones
CN110750206A (en) Data processing method, device and system
CN106850801B (en) Techniques for discovery of Wi-Fi serial bus and Wi-Fi docking services
US20150163205A1 (en) Dynamic device allocation apparatus, dynamic device allocation system, dynamic device allocation method and storage medium storing dynamic device allocation program
WO2023138335A1 (en) Differentiated control method and apparatus for user terminal, and related device
WO2023273799A1 (en) Communication method and apparatus for external devices, electronic device, and storage medium
KR102643952B1 (en) Method and Apparatus for processing component registration of mobile terminal
WO2022166746A1 (en) Subscription configuration information method, communication apparatus, chip, and module device
JP6486811B2 (en) Wireless system, terminal device, and identification information notification method
KR20190072326A (en) Method and Apparatus for Providing Roaming Service based on Network Slicing
CN102932193A (en) Network device, management terminal and configuration management system
CN114301789A (en) Data transmission method and device, storage medium and electronic equipment
US20030163556A1 (en) Management apparatus, interconnecting device, communication system, program and management method

Legal Events

Date Code Title Description
E90F Notification of reason for final refusal
E701 Decision to grant or registration of patent right