KR100983651B1 - Apparatus and method for storing message - Google Patents

Apparatus and method for storing message Download PDF

Info

Publication number
KR100983651B1
KR100983651B1 KR1020080002206A KR20080002206A KR100983651B1 KR 100983651 B1 KR100983651 B1 KR 100983651B1 KR 1020080002206 A KR1020080002206 A KR 1020080002206A KR 20080002206 A KR20080002206 A KR 20080002206A KR 100983651 B1 KR100983651 B1 KR 100983651B1
Authority
KR
South Korea
Prior art keywords
message
storing
field
present
received
Prior art date
Application number
KR1020080002206A
Other languages
Korean (ko)
Other versions
KR20090076325A (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 KR1020080002206A priority Critical patent/KR100983651B1/en
Publication of KR20090076325A publication Critical patent/KR20090076325A/en
Application granted granted Critical
Publication of KR100983651B1 publication Critical patent/KR100983651B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/04842Selection of displayed objects or displayed text elements

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

구조체 양식을 사용하지 않고 메시지를 저장할 수 있는 메시지 저장을 위한 장치 및 방법이 제공된다.An apparatus and method are provided for storing messages that can store messages without using a structured form.

본 발명의 일 실시예에 따른 메시지 저장을 위한 장치는, 적어도 하나의 필드에 대응하는 복수의 항목들을 포함하는 메시지를 수신하는 메시지 수신부, 상기 수신된 메시지를 저장하는 메시지 저장부, 및 상기 저장된 메시지의 변경 사항을 설정하는 메시지 설정부를 포함한다.An apparatus for storing a message according to an embodiment of the present invention, a message receiving unit for receiving a message including a plurality of items corresponding to at least one field, a message storage unit for storing the received message, and the stored message It includes a message setting unit for setting the changes.

연동 인터페이스, 메시지, 구조체 Interlocking interfaces, messages, and structures

Description

메시지 저장을 위한 장치 및 방법{Apparatus and method for storing message}Apparatus and method for storing message

본 발명은 메시지 저장을 위한 장치 및 방법에 관한 것으로서, 더욱 상세하게는 구조체 양식을 사용하지 않고 연동 인터페이스를 통해 수신된 메시지를 저장할 수 있는 메시지 저장을 위한 장치 및 방법에 관한 것이다.The present invention relates to an apparatus and method for message storage, and more particularly, to an apparatus and method for message storage that can store a message received through an interworking interface without using a structured form.

일반적으로 연동 인터페이스를 통해 수신되는 메시지는, 메시지 분석 과정을 거쳐 분석된 후 미리 정의된 구조체 양식에 따라 저장된다. 즉, 수신되는 메시지는 복수의 필드에 대응하는 복수의 항목들을 포함하고 있으며, 메시지 저장시 미리 정의된 구조체 양식에 따라 필요한 항목들만을 추출하여 저장하고, 불필요한 항목들은 배제시키게 된다.In general, a message received through an interworking interface is analyzed through a message analysis process and stored according to a predefined structure form. That is, the received message includes a plurality of items corresponding to a plurality of fields, and extracts and stores only necessary items according to a predefined structure form when storing a message, and excludes unnecessary items.

그러나, 미리 정의해 놓은 구조체를 사용하여 수신된 메시지를 저장하는 경우, 수신된 메시지에서 기존에 포함된 필드에 대응하는 항목들이 변경되거나 신규 필드에 대응하는 항목들이 추가되었을 때 구조체 양식을 변경해야 하는 프로세스를 거치게 된다. However, when you store a received message using a predefined structure, you must change the structure form when the items corresponding to the fields included in the received message are changed or when the items corresponding to the new fields are added. It goes through the process.

예를 들어, 미리 정의된 구조체 양식이 필드 번호 항목, 필드 사이즈 항목 및 필드값 항목을 포함하고 있는 경우, 수신된 메시지에서 신규 필드가 추가되면 그에 따라 필드 번호 항목, 필드 사이즈 항목 및 필드값 항목을 추가하기 위하여 구조체 양식을 변경해야 하며, 기존에 포함된 필드 사이즈 항목이라도 필드 사이즈의 크기가 변경되는 경우 구조체 양식을 변경해야 하는 프로세스를 거치게 되는 것이다. 또한, 구조체 양식을 변경하는 경우, 새롭게 정의된 구조체 양식을 프로세스들이 사용해야 하기 때문에 이에 대한 프로세스 변경도 요구된다.For example, if a predefined structure form contains a field number item, a field size item, and a field value item, and when a new field is added in the received message, the field number item, field size item, and field value item are In order to add, the structure form must be changed, and even if the field size item included in the existing field size is changed, the structure form must be changed. In addition, when changing the structure style, a process change is required because the processes must use the newly defined structure style.

따라서, 수신된 메시지에 변경 사항이 존재하는 경우, 구조체 양식을 변경하지 않으면서도, 변경 사항을 용이하게 설정하고 사용하기 위한 방안이 요구되고 있다.Therefore, if there is a change in the received message, there is a need for a method for easily setting and using the change without changing the structure style.

본 발명이 이루고자 하는 기술적 과제는, 연동 인터페이스를 통해 수신되는 메시지에 변경 사항이 있는 경우에도 구조체 양식의 변경 없이 메시지를 저장하고, 변경 사항을 설정할 수 있는 메시지 저장을 위한 장치 및 방법을 제공하는 데 있다.An object of the present invention is to provide an apparatus and method for storing a message that can store the message without changing the structure form, even if there is a change in the message received through the interworking interface, and can set the change have.

본 발명의 목적은 이상에서 언급한 목적으로 제한되지 않으며, 언급되지 않은 또 다른 목적들은 아래의 기재로부터 당업자에게 명확하게 이해될 수 있을 것이다.The object of the present invention is not limited to the above-mentioned object, and other objects that are not mentioned will be clearly understood by those skilled in the art from the following description.

상술한 목적을 달성하기 위한 본 발명의 일 실시예에 따른, 메시지 저장을 위한 장치는, 적어도 하나의 필드에 대응하는 복수의 항목들을 포함하는 메시지를 수신하는 메시지 수신부, 상기 수신된 메시지를 저장하는 메시지 저장부, 및 상기 저장된 메시지의 변경 사항을 설정하는 메시지 설정부를 포함한다.An apparatus for storing a message according to an embodiment of the present invention for achieving the above object, a message receiving unit for receiving a message including a plurality of items corresponding to at least one field, for storing the received message And a message setting unit for setting changes of the stored message.

또한, 상술한 목적을 달성하기 위한 본 발명의 일 실시예에 따른 메시지 저장을 위한 방법은, 적어도 하나의 필드에 대응하는 복수의 항목들을 포함하는 메시지를 수신하는 단계, 상기 수신된 메시지를 저장하는 단계, 상기 저장된 메시지에 변경 사항이 존재하는지 판단하는 단계, 및 상기 판단 결과에 따라 상기 변경 사항을 설정하는 단계를 포함한다. In addition, a method for storing a message according to an embodiment of the present invention for achieving the above object, receiving a message including a plurality of items corresponding to at least one field, storing the received message And determining whether there is a change in the stored message, and setting the change according to the determination result.

기타 실시예들의 구체적인 사항들은 후술하게 될 상세한 설명 및 도면들에 포함되어 있다.Specific details of other embodiments are included in the detailed description and drawings which will be described later.

상기한 바와 같은 본 발명의 일 실시예에 따른 메시지 저장을 위한 장치 및 방법에 의하면, 다음과 같은 효과가 하나 이상 존재한다. According to the apparatus and method for storing a message according to an embodiment of the present invention as described above, one or more of the following effects exist.

수신된 메시지의 변경 사항으로 인해 구조체 양식을 변경하기 위하여 필요한 프로세스로 인한 개발 시간 및 비용을 절감할 수 있는 효과가 있다.Changes in the received message can save development time and costs due to the process required to change the structure style.

또한, 구조체 양식의 변경을 위한 프로세스가 생략되기 때문에 프로세스의 변경을 최소화할 수 있는 효과도 있다.In addition, since the process for changing the structure style is omitted, the change of the process can be minimized.

본 발명의 효과들은 이상에서 언급한 효과들로 제한되지 않으며, 언급되지 않은 또 다른 효과들은 청구범위의 기재로부터 당업자에게 명확하게 이해될 수 있을 것이다.The effects of the present invention are not limited to the above-mentioned effects, and other effects not mentioned will be clearly understood by those skilled in the art from the description of the claims.

본 발명의 이점 및 특징, 그리고 그것들을 달성하는 방법은 첨부되는 도면과 함께 상세하게 후술되어 있는 실시예들을 참조하면 명확해질 것이다. 그러나, 본 발명은 이하에서 개시되는 실시예들에 한정되는 것이 아니라 서로 다른 다양한 형태로 구현될 수 있으며, 단지 본 실시예들은 본 발명의 개시가 완전하도록 하고, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 발명의 범주를 완전하게 알려주기 위해 제공되는 것이며, 본 발명은 청구항의 범주에 의해 정의될 뿐이다. 명세서 전체에 걸쳐 동일 참조 부호는 동일 구성 요소를 지칭한다. Advantages and features of the present invention and methods for achieving them will be apparent with reference to the embodiments described below in detail with the accompanying drawings. However, the present invention is not limited to the embodiments disclosed below, but may be embodied in various different forms, and the present embodiments merely make the disclosure of the present invention complete, and are common in the art to which the present invention pertains. It is provided to fully inform those skilled in the art of the scope of the invention, which is to be defined only by the scope of the claims. Like reference numerals refer to like elements throughout.

도 1은 본 발명의 일 실시예에 따른 메시지 저장을 위한 장치가 도시된 블록 도이다.1 is a block diagram illustrating an apparatus for storing a message according to an embodiment of the present invention.

도시된 바와 같이, 본 발명의 일 실시예에 따른 메시지 저장을 위한 장치(100)는, 메시지 수신부(110), 메시지 저장부(120), 메시지 설정부(130) 및 사용자 입력부(140)를 포함할 수 있다.As shown, the apparatus 100 for storing messages according to an embodiment of the present invention includes a message receiving unit 110, a message storing unit 120, a message setting unit 130, and a user input unit 140. can do.

메시지 수신부(110)는 메시지를 송신하는 장치로부터 연동 인터페이스를 통해 송신된 메시지를 수신할 수 있으며, 수신된 메시지를 분석하는 메시지 분석부(111)를 포함할 수 있다.The message receiver 110 may receive a message transmitted through an interworking interface from a device for transmitting a message, and may include a message analyzer 111 that analyzes the received message.

본 발명의 일 실시예에서 메시지 수신부(110)로 수신되는 메시지는 적어도 하나의 필드에 대응하는 필드 번호 항목, 필드 사이즈 항목 및 필드값 항목을 포함할 수 있다. 물론, 본 발명의 일 실시예에서는 수신되는 메시지에 필드에 대응하는 필드 번호 항목, 필드 사이즈 항목 및 필드값 항목을 포함하는 경우를 예를 들어 설명하고 있으나, 이는 본 발명의 이해를 돕기 위한 일 예에 불과한 것으로, 이에 한정되지 않고 메시지에 포함되는 항목의 종류 및 개수는 메시지의 종류 및 사용되는 항목 등에 따라 변경될 수 있다.In an embodiment of the present invention, the message received by the message receiving unit 110 may include a field number item, a field size item, and a field value item corresponding to at least one field. Of course, an embodiment of the present invention has been described with an example of including a field number item, a field size item, and a field value item corresponding to a field in a received message, but this is an example to help understanding of the present invention. However, the present invention is not limited thereto, and the type and number of items included in the message may be changed according to the type of the message and the items used.

메시지 분석부(111)는 수신된 메시지를 분석하여 전술한 바와 같이, 수신된 메시지에 포함된 각 항목들을 분석할 수 있다. 또한, 메시지 분석부(111)에 의한 분석 결과는 후술할 메시지 저장부(120)에 저장되거나 별도로 구성된 저장 매체에 저장될 수 있으나, 이에 한정되지 않는다. 또한, 전술한 분석 결과는 메시지 분석부(111)의 분석 결과, 변경 사항이 존재하는 경우 갱신될 수 있다.The message analyzer 111 may analyze each item included in the received message by analyzing the received message. In addition, the analysis result by the message analyzing unit 111 may be stored in the message storage unit 120 to be described later or stored in a storage medium configured separately, but is not limited thereto. In addition, the above-described analysis result may be updated when there are changes in the analysis result of the message analysis unit 111.

메시지 저장부(120)는 메시지 수신부(110)에 의해 수신된 메시지를 저장할 수 있으며, 경우에 따라 메시지 분석부(111)에 의한 메시지 분석 결과도 저장할 수 있다. 이때, 메시지 저장부(120)에 메시지 분석부(111)의 메시지 분석 결과를 저장하는 것은, 추후에 저장된 메시지를 통해 소정의 작업을 수행할 경우, 저장된 메시지에 포함된 항목들을 용이하게 확인할 수 있기 때문이다. 물론, 메시지를 수신하는 측과 송신하는 측이 메시지에 포함된 항목들을 사전에 알고 있다면, 메시지 분석부(111)의 분석 과정 및 분석 결과를 저장하는 과정은 생략될 수 있다.The message storage unit 120 may store a message received by the message receiving unit 110, and may also store a message analysis result by the message analyzing unit 111 in some cases. In this case, storing the message analysis result of the message analysis unit 111 in the message storage unit 120, when performing a predetermined operation through the stored message later, it is possible to easily check the items included in the stored message Because. Of course, if the receiving side and the transmitting side know in advance the items included in the message, the analysis process of the message analyzer 111 and the process of storing the analysis result can be omitted.

한편, 메시지 저장부(120)는 수신된 메시지를 저장할 때, 추가적인 프로세스 거치지 않고 수신된 메시지를 저장하게 된다. 예를 들어, 메시지 저장부(120)에 수신된 메시지를 저장할 때 미리 정의된 구조체를 사용하는 경우, 필요한 항목들만을 추출하여 사용하는 프로세스 등을 거치지 않을 수 있다. Meanwhile, when storing the received message, the message storage unit 120 stores the received message without additional processing. For example, when a predefined structure is used to store a received message in the message storage unit 120, a process of extracting and using only necessary items may not be performed.

또한, 메시지 저장부(120)에서 수신된 메시지를 저장할 때, 별도의 프로세스를 거치지 않는다는 것은, 수신된 메시지에 신규 필드에 대응하는 항목들이 추가되거나 필드 사이즈가 변경된 경우 등에서 메시지를 저장하기 위한 추가적인 프로세스가 필요하지 않다는 것으로 이해될 수 있다. 만약, 메시지 저장부(120)가 미리 정의된 구조체를 사용하는 경우에는, 신규 필드에 대응하는 항목들이 추가되거나 필드 사이즈가 변경되었을 때 구조체 양식을 변경하는 프로세스가 필요하며, 새롭게 정의된 구조체 양식을 프로세스가 사용해야 하기 때문에 이에 대한 프로세스의 변경이 필요로 한다. 또한, 구조체 양식 변경시에는 추가적인 개발을 위한 시간 및 비용이 요구된다.In addition, when storing the received message in the message storage unit 120, not going through a separate process, an additional process for storing the message in the case that the items corresponding to the new field is added to the received message or the field size is changed, etc. It can be understood that is not necessary. If the message storage unit 120 uses a predefined structure, a process of changing the structure form is required when items corresponding to a new field are added or the field size is changed. Because the process must use it, it needs to be changed. In addition, changes in structure styles require time and money for further development.

본 발명의 일 실시예에 따른 메시지 저장을 위한 장치(100)는 전술한 바와 같은 구조체 양식을 사용하지 않고 수신된 메시지를 저장할 수 있기 때문에 구조체 양식 변경 등으로 인해 추가적인 개발 비용 및 개발 시간이 요구되지 않게 된다. 또한, 본 발명의 일 실시예에 다른 메시지 저장을 위한 장치(100)는 수신된 메시지에서 신규 필드에 대응하는 항목들이 추가되거나 필드 사이즈가 변경되었을 때, 이들을 설정하기 위하여 후술할 메시지 설정부(130)를 통해 추가된 필드를 설정하는 과정을 거치게 된다.Since the apparatus 100 for storing a message according to an embodiment of the present invention may store a received message without using the structure form as described above, additional development cost and development time are not required due to the structure form change. Will not. In addition, according to an embodiment of the present invention, the apparatus 100 for storing a message may further include a message setting unit 130, which will be described later, to set items when items corresponding to a new field are added or a field size is changed in a received message. ) Will go through the process of setting the added field.

도 2 및 도 3은 본 발명의 일 실시예에 따른 수신된 메시지 및 저장된 메시지가 도시된 개략도이다.2 and 3 are schematic diagrams illustrating received and stored messages in accordance with one embodiment of the present invention.

도시된 바와 같이, 본 발명의 일 실시예에서 따라 수신된 메시지는 도 2와 같이, 6개의 필드에 대응하는 필드 번호 항목, 필드 사이즈 항목 및 필드값 항목들을 포함하고 있으며, 메시지 저장부(120)에 저장되는 메시지 또한 도 3과 같이 6개의 필드에 대응하는 필드 번호 항목, 필드 사이즈 항목 및 필드값 항목들을 포함할 수 있다. 즉, 도 2의 수신된 메시지와 도 3의 저장된 메시지는 동일한 것으로 이해될 수 있다. As shown, according to an embodiment of the present invention, the received message includes a field number item, a field size item, and a field value item corresponding to six fields, as shown in FIG. 2, and the message storage unit 120. The message stored in may also include a field number item, a field size item, and a field value item corresponding to six fields as shown in FIG. 3. That is, the received message of FIG. 2 and the stored message of FIG. 3 may be understood to be the same.

메시지 설정부(130)는 메시지 저장부(120)에 저장된 메시지에서 신규 필드에 대응하는 항목들이 추가되거나 필드 사이즈가 변경된 경우에 이를 설정하기 위한 사용자 인터페이스를 제공할 수 있다.The message setting unit 130 may provide a user interface for setting when an item corresponding to a new field is added or a field size is changed in a message stored in the message storage unit 120.

예를 들어, 저장된 메시지가 하나의 신규 필드가 추가되었으며, 그에 따른 필드 번호 항목, 필드 사이즈 항목 및 필드값 항목이 추가된 경우에 메시지 설정부(130)는 추가된 신규 필드를 설정할 수 있는 사용자 인터페이스를 제공할 수 있 는 것이다.For example, when a stored message has one new field added and a field number item, a field size item, and a field value item added thereto, the message setting unit 130 may set a new field added thereto. It can provide.

도 4는 본 발명의 일 실시예에 따른 사용자 인터페이스가 도시된 개략도이다.4 is a schematic diagram illustrating a user interface according to an embodiment of the present invention.

도시된 바와 같이, 본 발명의 일 실시예에 따른 사용자 인터페이스(200)는 메시지에 포함된 필드 번호 항목이 표시되는 제 1영역(210), 필드 사이즈 항목이 표시되는 제 2영역(220) 및 필드값 항목이 표시되는 제 3영역(30)을 포함할 수 있다. 이때, 제 1영역(210), 제 2영역(220) 및 제 3영역(330)에 포함된 각 항목들은 전술한 메시지 분석부(111)의 분석 결과들을 근거하여 표시될 수 있다. 또한, 사전에 메시지를 송신하는 측과 수신하는 측이 메시지에 포함된 항목들을 미리 알고 있는 경우, 알고 있는 항목들이 표시될 수 있다. 또한, 본 발명의 일 실시예에 따른 사용자 인터페이스(200)에는 각 필드에 대응하는 항목들의 적용 여부를 결정하기 위한 제 4영역(240)을 포함할 수 있다. 예를 들어, 제 4영역(240)에는 추가, 삭제 및 변경을 위한 버튼이 표시되어 사용자가 해당 항목들을 추가, 삭제 및 변경할 수 있다.As illustrated, the user interface 200 according to an embodiment of the present invention includes a first area 210 in which a field number item included in a message is displayed, a second area 220 in which a field size item is displayed, and a field. It may include a third area 30 in which a value item is displayed. In this case, each item included in the first area 210, the second area 220, and the third area 330 may be displayed based on the above-described analysis results of the message analyzer 111. In addition, when the transmitting party and the receiving party know the items included in the message in advance, the known items may be displayed. In addition, the user interface 200 according to an embodiment of the present invention may include a fourth area 240 for determining whether to apply items corresponding to each field. For example, a button for adding, deleting, and changing is displayed in the fourth area 240 so that the user can add, delete, and change the corresponding items.

이와 같은 전술한 도 4의 사용자 인터페이스(200)의 구성은 본 발명의 이해를 돕기 위한 일 예에 불과한 것으로, 각 필드에 대한 항목들의 추가, 삭제 및 변경을 가능하게 하는 기능을 구비한다는 조건하에서 사용자 인터페이스(200)의 구성은 다양하게 변경할 수 있다.The above-described configuration of the user interface 200 of FIG. 4 is merely an example for better understanding of the present invention, under the condition that the user has a function to enable the addition, deletion, and change of items for each field. The configuration of the interface 200 may be variously changed.

사용자 입력부(140)는 메시지 설정부(130)에서 제공하는 사용자 인터페이스를 통해 수신된 메시지에서의 변경 사항을 설정하기 위한 입력값을 입력할 수 있 다. 이러한 사용자 입력부(140)는 본 발명의 일 실시예에 따른 메시지 저장을 위한 장치(100)와 하드웨어적으로 분리 또는 통합되어 구성될 수 있다.The user input unit 140 may input an input value for setting changes in the message received through the user interface provided by the message setting unit 130. The user input unit 140 may be configured to be separated or integrated in hardware with the device 100 for storing a message according to an embodiment of the present invention.

도 5는 본 발명의 일 실시예에 따른 메시지 저장을 위한 방법이 도시된 순서도이다.5 is a flowchart illustrating a method for storing a message according to an embodiment of the present invention.

도시된 바와 같이, 본 발명의 일 실시예에 따른 메시지 저장을 위한 방법은, 먼저 메시지 수신부(110)가 메시지를 송신하는 장치로부터 메시지를 수신한다(S110). 메시지 수신부(110)로 수신되는 메시지는, 적어도 하나의 필드에 대응하는 필드 번호 항목, 필드 사이즈 항목 및 필드값 항목을 포함할 수 있으나, 이에 한정되지 않는다.As shown, in the method for storing a message according to an embodiment of the present invention, the message receiving unit 110 first receives a message from an apparatus for transmitting a message (S110). The message received by the message receiver 110 may include a field number item, a field size item, and a field value item corresponding to at least one field, but is not limited thereto.

메시지 분석부(111)는 메시지 수신부(110)로 수신된 메시지를 분석하여 전술한 바와 같이, 메시지에 포함된 필드에 대응하는 각 항목들을 분석할 수 있다(S120). 이때, 본 발명의 일 실시예에서는 메시지 분석부(111)의 분석 결과가 메시지 저장부(130)에 저장되는 경우를 예를 들어 설명하고 있으나, 이에 한정되지 않는다.The message analyzer 111 may analyze each message corresponding to the field included in the message by analyzing the message received by the message receiver 110 (S120). At this time, in an embodiment of the present invention, the case in which the analysis result of the message analyzer 111 is stored in the message storage unit 130 is described as an example, but is not limited thereto.

메시지 저장부(120)는 메시지 수신부(110)로 수신된 메시지를 저장한다(S130). 메시지 저장부(120)는 수신된 메시지를 저장할 때 별도의 프로세스를 거치지 않고 저장하게 된다. 이때, 별도의 프로세스를 거치지 않는다는 것은, 메시지를 구조체를 사용하여 저장할 때 필요한 필드만을 추출하고, 그렇지 않은 필드는 배제하는 등과 같은 프로세스로 이해될 수 있다.The message storage unit 120 stores the message received by the message receiving unit 110 (S130). The message storage unit 120 stores the received message without going through a separate process. In this case, not going through a separate process may be understood as a process such as extracting only a field required when storing a message using a structure, excluding a field that is not.

저장된 메시지에서 변경 사항이 존재하는 경우(S140), 메시지 설정부(130)는 사용자가 변경 사항을 설정할 수 있는 사용자 인터페이스를 제공한다(S150). 사용자는 메시지 설정부(130)가 제공하는 사용자 인터페이스를 통해 신규 필드 추가나 필드 사이즈 변경 등의 변경 사항을 설정할 수 있으며, 사용자 입력부(140)를 통해 변경 사항 설정을 위한 입력값을 입력할 수 있다.If a change exists in the stored message (S140), the message setting unit 130 provides a user interface for setting the change by the user (S150). The user may set changes such as adding a new field or changing a field size through a user interface provided by the message setting unit 130, and may input an input value for setting the change through the user input unit 140.

또한, 메시지 설정부(130)는 사용자의 입력값을 저장하여, 추후에 저장된 메시지를 사용하여 소정의 작업을 수행하고자 하는 경우 참조할 수 있도록 한다.In addition, the message setting unit 130 stores a user's input value so that the message setting unit 130 may refer to the case where the user wants to perform a predetermined task using the stored message.

이와 같은 본 발명의 일 실시예에 따른 메시지 저장을 위한 방법은, 기존의 구조체 양식을 통해 메시지를 저장하는 경우에 비하여, 메시지에 변경 사항이 존재하는 경우 구조체 양식을 변경해야 하는 프로세스를 생략하여 프로세스의 변경을 최소화할 수 있다.Such a method for storing a message according to an embodiment of the present invention is a process of omitting the process of changing the structure form when there is a change in the message, as compared to storing the message through the existing structure form. Can minimize the change.

이상 첨부된 도면을 참조하여 본 발명의 실시예를 설명하였지만, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자는 본 발명이 그 기술적 사상이나 필수적인 특징을 변경하지 않고서 다른 구체적인 형태로 실시될 수 있다는 것을 이해할 수 있을 것이다. 그러므로 이상에서 기술한 실시예들은 모든 면에서 예시적인 것이며 한정적이 아닌 것으로 이해해야만 한다.Although embodiments of the present invention have been described above with reference to the accompanying drawings, those skilled in the art to which the present invention pertains may implement the present invention in other specific forms without changing the technical spirit or essential features thereof. I can understand that. It is therefore to be understood that the above-described embodiments are illustrative in all aspects and not restrictive.

도 1은 본 발명의 일 실시예에 따른 메시지 저장을 위한 장치가 도시된 블럭도.1 is a block diagram illustrating an apparatus for storing a message according to an embodiment of the present invention.

도 2는 본 발명의 일 실시예에 따른 수신된 메시지가 도시된 개략도.2 is a schematic diagram illustrating a received message according to an embodiment of the present invention.

도 3은 본 발명의 일 실시예에 따른 저장된 메시지가 도시된 개략도.3 is a schematic diagram illustrating a stored message according to an embodiment of the present invention.

도 4는 본 발명의 일 실시예에 따른 사용자 인터페이스가 도시된 개략도.4 is a schematic diagram illustrating a user interface according to an embodiment of the present invention.

도 5는 본 발명의 일 실시예에 따른 메시지 저장을 위한 방법이 도시된 순서도.5 is a flow chart illustrating a method for storing messages in accordance with one embodiment of the present invention.

<도면의 주요 부분에 관한 부호의 설명><Explanation of symbols on main parts of the drawings>

110: 메시지 수신부 111: 메시지 분석부110: message receiver 111: message analyzer

120: 메시지 저장부 130: 메시지 설정부120: message storage unit 130: message setting unit

140: 사용자 입력부140: user input unit

Claims (11)

메시지를 수신하는 메시지 수신부;Message receiving unit for receiving a message; 상기 수신된 메시지의 구조를 분석하는 메시지 분석부;A message analyzer analyzing the structure of the received message; 상기 메시지의 구조와 기존에 저장된 메시지의 구조를 비교하여 상이한 부분을 상기 기존에 저장된 메시지의 구조에 반영할지의 여부를 입력받는 메시지 설정부; 및A message setting unit receiving an input of comparing a structure of the message with a structure of a previously stored message and whether or not to reflect a different part in the structure of the previously stored message; And 상기 입력에 따라 상기 기존에 저장된 메시지의 구조를 변경하여 저장하는 메시지 저장부를 포함하는 메시지 저장을 위한 장치.And a message storage unit for changing and storing a structure of the previously stored message according to the input. 삭제delete 삭제delete 삭제delete 삭제delete 메시지 저장 장치가 메시지를 수신하는 단계;Receiving a message by the message storage device; 상기 메시지 저장 장치가 상기 수신된 메시지의 구조를 분석하는 단계;Analyzing, by the message storage device, the structure of the received message; 상기 메시지 저장 장치가 상기 메시지의 구조와 기존에 저장된 메시지의 구조를 비교하여 상이한 부분을 상기 기존에 저장된 메시지의 구조에 반영할지의 여부를 입력받는 단계; 및Receiving, by the message storage device, whether to compare a structure of the message with a structure of a previously stored message and reflect a different part in the structure of the previously stored message; And 상기 메시지 저장 장치가 상기 입력에 따라 상기 기존에 저장된 메시지의 구조를 변경하여 저장하는 단계를 포함하는 메시지 저장을 위한 방법.And changing, by the message storage device, the structure of the previously stored message according to the input and storing the changed message. 삭제delete 삭제delete 삭제delete 삭제delete 삭제delete
KR1020080002206A 2008-01-08 2008-01-08 Apparatus and method for storing message KR100983651B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020080002206A KR100983651B1 (en) 2008-01-08 2008-01-08 Apparatus and method for storing message

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020080002206A KR100983651B1 (en) 2008-01-08 2008-01-08 Apparatus and method for storing message

Publications (2)

Publication Number Publication Date
KR20090076325A KR20090076325A (en) 2009-07-13
KR100983651B1 true KR100983651B1 (en) 2010-09-24

Family

ID=41333449

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020080002206A KR100983651B1 (en) 2008-01-08 2008-01-08 Apparatus and method for storing message

Country Status (1)

Country Link
KR (1) KR100983651B1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5797005A (en) 1994-12-30 1998-08-18 International Business Machines Corporation Shared queue structure for data integrity
US6167402A (en) 1998-04-27 2000-12-26 Sun Microsystems, Inc. High performance message store
US6629229B1 (en) 2001-05-24 2003-09-30 Lsi Logic Corporation Message index descriptor
KR20080094486A (en) * 2007-04-20 2008-10-23 (주)엔텔스 Method and apparatus for controlling the inter-process variable length packet data flow using the shared memory paging techniques

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5797005A (en) 1994-12-30 1998-08-18 International Business Machines Corporation Shared queue structure for data integrity
US6167402A (en) 1998-04-27 2000-12-26 Sun Microsystems, Inc. High performance message store
US6629229B1 (en) 2001-05-24 2003-09-30 Lsi Logic Corporation Message index descriptor
KR20080094486A (en) * 2007-04-20 2008-10-23 (주)엔텔스 Method and apparatus for controlling the inter-process variable length packet data flow using the shared memory paging techniques

Also Published As

Publication number Publication date
KR20090076325A (en) 2009-07-13

Similar Documents

Publication Publication Date Title
US12019740B2 (en) Automated cybersecurity threat detection with aggregation and analysis
CN107749859B (en) Malicious mobile application detection method for network encryption traffic
KR101334116B1 (en) Mobile communication terminal device and method for providing user information with intergrated user information and SNS
CN106547451B (en) Multi-open application program method, multi-open application program device and terminal
US20150180889A1 (en) Using new edges for anomaly detection in computer networks
US20160182430A1 (en) Optimizing view of messages based on importance classification
RU2008113194A (en) EXPERT ANALYSIS OF THE SYSTEM AND GRAPHIC DISPLAY OF ROUTES FOR INCREASING PRIVILEGES IN A COMPUTER ENVIRONMENT
Raichoor et al. Galaxy mass, cluster-centric distance and secular evolution: their role in the evolution of galaxies in clusters in the last 10 Gyr
US20120203751A1 (en) Capture, Aggregate, and Use Search Activities as a Source of Social Data Within an Enterprise
Krug et al. Long-term origination rates are reset only at mass extinctions
US11847216B2 (en) Analysis device, analysis method and computer-readable recording medium
JP2016531352A5 (en)
US20230388328A1 (en) Threat detection network
WO2017161018A1 (en) User interface for displaying network analytics
CN105373297A (en) WiFi name collection method and device
CN104216996A (en) File information display method and device
CN106776261B (en) Object testing method and device
JP6523799B2 (en) Information analysis system, information analysis method
KR100983651B1 (en) Apparatus and method for storing message
CN111325629A (en) Enterprise investment value evaluation method, device, server and readable storage medium
CN104951920B (en) service interface processing device and method
JP6229512B2 (en) Information processing program, information processing method, and information processing apparatus
US20150088976A1 (en) Information processing system, processing apparatus, and distributed processing method
US20100146485A1 (en) Environment Abstraction of a Business Application and the Executing Operating Environment
US20060277002A1 (en) system and method for analysis of measurement data

Legal Events

Date Code Title Description
A201 Request for examination
N231 Notification of change of applicant
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: 20130904

Year of fee payment: 4

LAPS Lapse due to unpaid annual fee