WO2018101547A1 - 자원 획득 방법 - Google Patents

자원 획득 방법 Download PDF

Info

Publication number
WO2018101547A1
WO2018101547A1 PCT/KR2017/003180 KR2017003180W WO2018101547A1 WO 2018101547 A1 WO2018101547 A1 WO 2018101547A1 KR 2017003180 W KR2017003180 W KR 2017003180W WO 2018101547 A1 WO2018101547 A1 WO 2018101547A1
Authority
WO
WIPO (PCT)
Prior art keywords
resource
resources
container
present
flexcontainer
Prior art date
Application number
PCT/KR2017/003180
Other languages
English (en)
French (fr)
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 전자부품연구원
Publication of WO2018101547A1 publication Critical patent/WO2018101547A1/ko

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/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • 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/50Allocation of resources, e.g. of the central processing unit [CPU]

Definitions

  • the present invention relates to a resource acquisition method, and more particularly, to a method for aligning and obtaining a plurality of resources.
  • OneM2M standard technology can basically acquire one resource by one request (RETRIEVE), but by using Result Content request parameter, N resources can be obtained simultaneously.
  • ⁇ contentInstance> resources that are child resources of a ⁇ container> resource at one time
  • the child content ⁇ contentInstances> resources can be obtained at once.
  • limit and level conditions of the Filter Criteria request parameter can be used together to limit the number and range of resources received as a result.
  • limit indicates the number of resources included in the response message
  • level indicates the depth of the resource tree from the target resource (i.e.To parameter).
  • the platform may deliver all the resources desired by the requester in one request message or only some of them.
  • the requester sends the offset information to the Content Offset response parameter that the requestor should start acquiring again by the additional request message. It also contains a Content Status value, which indicates that only partial results, not entire results, are included in the response message.
  • an additional acquisition request message can be sent to the platform, and the additional request message is transmitted using the content offset value received from the platform as the offset condition of the filter criterion.
  • the offset condition can be used in the above example, and even when the requestor wants to acquire a certain number of resources from any location, the offset condition can be used regardless of the response message of the previously received platform.
  • the To parameter uses the same value as the previous request message.
  • the platform receives this request, it internally performs an operation of acquiring from the To parameter.
  • the resources corresponding to the offset are not included in the response message, but the resource information is included in the response message from the position indicated by the offset.
  • 1 illustrates a method of acquiring a plurality of resources at one time in oneM2M.
  • the platform cannot predict in what order the resource is included in the response message.
  • the ⁇ container> resource has the ⁇ latest> and ⁇ oldest> virtual resources as child resources. This provides a way to access resources in the time sequence they were created. However, only the newest or oldest ⁇ contentInstance> resource of one of the children of the ⁇ container> resource can be accessed and cannot be sorted by criteria other than time order.
  • the present invention has been made to solve the above problems, and an object of the present invention is to provide a method for acquiring a plurality of resources at once in a specific order.
  • Another object of the present invention is to provide a method for acquiring a plurality of resources at a time from a specific location (when using an offset condition of Filter Criteria) at a time.
  • Resource acquisition method for achieving the above object, according to the desired order for ⁇ latest> resources, ⁇ oldest> resources, ⁇ container> resources, ⁇ flexContainer> resources, ⁇ timeSeries> resources, etc. Acquire multiple resources at once.
  • the data in the storage can be sorted by a specific criterion to obtain a specific number from a specific location.
  • the operation may be applied to various resource types for storing data.
  • 1 is a diagram illustrating a method of acquiring a plurality of resources at oneM2M at one time
  • FIG. 6 is a diagram illustrating an M2M / IoT system to which the present invention is applicable.
  • FIG. 7 is an internal block diagram of the electronic devices illustrated in FIG. 6.
  • a new condition (indicator) having the same name as the virtualResource shown in FIG. 3 may be included.
  • the platform will also include other filter conditions when processing the virtual resource when the target resource indicated by the To parameter is a virtual resource. You can apply and change the behavior of virtual resources.
  • the ⁇ latest> resource performs an operation that points to the most recent sibling ⁇ contentInstance> resource, but for a request that includes the above virtualResource condition, multiple resources are in the latest order rather than one ⁇ contentInstance> resource.
  • a conventional Result Content value may be used to indicate that a plurality of resources are obtained. Since ⁇ latest>, ⁇ oldest>, and ⁇ contentInstance> resources that are actually returned are siblings, not parent / child relationships, the Result Content value can have the same value as "sibling-resources" rather than the conventional one.
  • the Result Content parameter is used as the "child-resources" value.
  • a value for indicating the resource sorting order may be included in the Filter Criteria condition.
  • This is a novel Filter Criteria condition for this, which may indicate an alignment condition.
  • This indicates a sort order between sibling resources and may have, for example, a generation time order and a reverse generation time order.
  • This may be defined as a value related to a value to which an order such as common attributes (creationTime, lastModifiedTime, stateTag) included in the resource may be applied.
  • this condition may include level information to apply sorting. For example, if this value is all_level, if the target ⁇ container> resource contains multiple ⁇ container> resources underneath, it can apply the order to all ⁇ contentInstance> resources and return the result. In the case of one_level, sorting can be performed in the ⁇ contentInstance> resource group which has each ⁇ container> resource in the tree.
  • the ⁇ flexContainer> parent resource has a ⁇ flexContainer> resource as its child resource and can store actual data there.
  • the ⁇ flexContainer> resource type is created as an actual resource instance, it is created as a specialization type other than the ⁇ flexContainer> resource type. Therefore, the containerDefinition property has information indicating the actual type.
  • the technique of applying the sort order between data it may indicate which specialization type among the child ⁇ flexcontainer> resources included in the parent ⁇ flexcontainer> resource has data. This may be added to the resourceType condition of the existing Filter Criteria or indicated by a separate specialization condition as shown in FIG. 5. The remaining order condition is the same as the method applied to the ⁇ container> resource.
  • the ⁇ timeSeries> resource is a subordinate resource and cannot have a ⁇ timeSeries> resource
  • the ⁇ timeSeries> resource is basically the same as the target ⁇ container> resource, but an order cannot be indicated.
  • the M2M / IoT system to which the present invention is applicable may include a server 100-1, a gateway 100-21, 100-22, and a device 100-31, 100-32, 100-33.
  • Various electronic devices such as 100-34 may be connected to each other so as to communicate with each other.
  • the number of electronic devices shown in FIG. 6, such as the server 100-1, the gateways 100-21, 100-22, and the devices 100-31, 100-32, and 100-constituting the M2M / IoT system. 33, 100-34) is an example, the technical spirit of the present invention can be applied to other implementations.
  • connection structure of the electronic devices shown in FIG. 6 may also be replaced in other ways as necessary.
  • All electronic devices shown in FIG. 6 may perform the function of the group hosting CSE of the oneM2M platform. That is, the server 100-1, the gateways 100-21, 100-22, and the devices 100-31, 100-32, 100-33, and 100-34 are all group-hosted CSEs. You can get it.
  • FIG. 6 is an internal block diagram of the electronic devices illustrated in FIG. 5. Configurations necessary for implementing an embodiment of the present invention are the server (100-1), gateway (100-21, 100-22), device (100-31, 100-32, 100-33, 100-34) Is common. Therefore, in Fig. 6, these are referred to collectively as the reference numeral "100", hereinafter referred to collectively as electronic equipment.
  • electronic devices include a communication unit 110, a processor 120, a storage unit 130, and a function block 140.
  • the communication unit 110 is a communication interface means for communicating with an external device and accessing an external network.
  • the processor 120 includes at least one application entity (AE) and a common service entity (CSE). Depending on the type and function of the electronic device, the AE may not be included.
  • AE application entity
  • CSE common service entity
  • the above-described resource acquisition of the processor 120 is performed, and the storage unit 130 provides storage space necessary for the processor 120 to perform resource acquisition.
  • the function block 140 performs an inherent function of the electronic device. For example, when the electronic device is the server 100-1, virtual machines providing a service correspond to the function block 140.
  • the technical idea of the present invention can be applied to a computer-readable recording medium containing a computer program for performing the functions of the apparatus and method according to the present embodiment.
  • the technical idea according to various embodiments of the present disclosure may be implemented in the form of computer readable codes recorded on a computer readable recording medium.
  • the computer-readable recording medium can be any data storage device that can be read by a computer and can store data.
  • the computer-readable recording medium may be a ROM, a RAM, a CD-ROM, a magnetic tape, a floppy disk, an optical disk, a hard disk drive, or the like.
  • the computer-readable code or program stored in the computer-readable recording medium may be transmitted through a network connected between the computers.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

자원 획득 방법이 제공된다. 본 발명의 실시예에 따른 자원 획득 방법은, <latest> 자원, <oldest> 자원, <container> 자원, <flexContainer> 자원, <timeSeries> 자원 등에 대해 원하는 순서에 따라 복수 자원을 한 번에 획득한다. 이에 의해, 저장소에 있는 데이터를 특정 기준에 의해 정렬하여 특정 개수만큼 획득할 수 있다.

Description

자원 획득 방법
본 발명은 자원 획득 방법에 관한 것으로, 더욱 상세하게는 복수의 자원을 정렬하여 획득하는 방법에 관한 것이다.
oneM2M 표준 기술은 기본적으로 1개 자원을 한 번의 요청으로 획득(RETRIEVE) 할 수 있으나 Result Content 요청 파라미터를 이용하면 N개의 자원을 동시에 획득 가능하다.
예를 들어 <container> 자원의 자녀 자원인 <contentInstance> 자원들을 한 번에 획득하기 위해서는 To 파라미터로 <container> 자원을 지시하고 Result Content 파라미터 값을 "child-resource"로 세팅하면 <container> 자원의 자녀 자원인 <contentInstances> 자원들을 한 번에 획득 가능하다.
이 때 Filter Criteria 요청 파라미터의 limit 과 level 조건을 함께 사용하면 결과로 수신받는 자원의 개수 및 범위를 제한할 수 있다. limit은 응답 메시지에 포함되는 자원의 개수를 지시하며 level은 대상 자원 (i.e. To 파라미터)으로부터 자원 트리의 depth를 의미한다.
상기와 같이 Result Content를 사용하는 경우 플랫폼은 요청자가 원하는 모든 자원을 한 번에 하나의 요청 메시지에 전달할 수도 있고 일부만을 전달할 수도 있다.
이는 요청자가 수신하는 하나의 응답 메시지가 너무 커지는 것을 방지할 수도 있고, 다수의 요청자로부터 동시적으로 요청을 처리하는 플랫폼 입장에서는 하나의 요청자에 의해 한 번에 전체 자원에 대한 처리를 하는 것이 오버헤드가 될 수 있으므로 이를 선택적으로 수행할 수 있다.
만약 플랫폼이 전체 결과에서 일부 자원만 반환하는 경우 요청자가 추가 요청 메시지에 의해 다시 획득을 시작해야 할 위치 정보(offset) 정보를 Content Offset 응답 파라미터로 전달한다. 이 때 또한 Content Status 값을 포함하며 이는 전체 결과가 아닌 부분(Partial) 결과만 응답 메시지에 포함되었음을 지시한다.
이러한 응답 메시지를 요청자가 수신하면 추가 획득 요청 메시지를 플랫폼에 보낼 수 있으며 플랫폼으로부터 수신한 Content Offset 값을 Filter Criteria의 offset 조건에 사용해서 추가 요청 메시지를 전송한다.
offset 조건은 상기와 같은 예제에서도 사용할 수 있으며 요청자가 임의의 위치로부터 일정 개수의 자원을 획득하려는 경우에도 이전에 수신한 플랫폼의 응답 메시지와 상관 없이 사용하는 예시도 가능하다.
이 때 To 파라미터는 이전 요청 메시지와 동일한 값을 사용한다. 플랫폼은 이 요청을 수신 시 To 파라미터로부터 획득 동작을 내부적으로 수행하지만 offset에 해당하는 자원들은 응답 메시지에 포함하지 않고 offset이 가리키는 위치부터 자원 정보를 응답 메시지에 포함한다.
도 1에는 oneM2M에서 복수 자원을 한 번에 획득하는 방법을 나타내었다.
<container> 자원에 Result Content 파라미터를 이용해서 다중 자원 획득을 요청하는 경우 플랫폼이 어떠한 순서를 적용해서 자원을 응답 메시지에 포함시키는지 예측할 수 없다.
<container> 자원의 경우 자녀 자원으로 <latest> 및 <oldest> 가상 자원을 가지고 있다. 이는 생성된 시간 순서로 자원을 엑세스할 수 있는 방법을 제공한다. 하지만 <container> 자원의 자녀 중 1개의 가장 최신 또는 가장 오래된 <contentInstance> 자원만 엑세스할 수 있으며 시간 순서가 아닌 다른 기준으로는 정렬할 수 없는 단점이 있다.
<container>/<contentInstance> 자원과 유사하게 데이터를 저장하고 공유하는 데 관련된 자원 타입으로 <flexContainer> 및 <timeSeries>/<timeSeriesInstance> 자원이 있지만 이들은 제한적으로 순서를 지시할 수 있는 <oldest>, <latest> 자원마저도 가지고 있지 않다. 도 2에는 oneM2M에서의 문제점인 제한적인 순서 지시 방법을 나타내었다.
본 발명은 상기와 같은 문제점을 해결하기 위하여 안출된 것으로서, 본 발명의 목적은, 특정 순서에 따라 복수 자원을 한 번에 획득할 수 있는 방법을 제공함에 있다.
본 발명의 다른 목적은, 특정 위치(Filter Criteria의 offset 조건 사용 시)로부터 특정 개수(Filter Criteria의 limit 조건 사용 시)의 복수 자원을 한 번에 획득할 수 있는 방법을 제공함에 있다.
상기 목적을 달성하기 위한 본 발명의 일 실시예에 따른, 자원 획득 방법은, <latest> 자원, <oldest> 자원, <container> 자원, <flexContainer> 자원, <timeSeries> 자원 등에 대해 원하는 순서에 따라 복수 자원을 한 번에 획득한다.
이상 설명한 바와 같이, 본 발명의 실시예들에 따르면, 저장소에 있는 데이터를 특정 기준에 의해 정렬하여 특정 위치로부터 특정 개수만큼 획득할 수 있다. 또한, 데이터를 저장하는 다양한 자원 타입에 상기 동작을 적용할 수 있다.
도 1은 oneM2M에서 복수 자원을 한 번에 획득하는 방법을 나타낸 도면,
도 2는 oneM2M에서의 문제점인 제한적인 순서 지시 방법을 나타낸 도면,
도 3은 <latest>, <oldest> 자원을 순서 정렬하여 다중 획득하기 위해 사용되는 조건,
도 4는 <container> 자원을 순서 정렬하여 다중 획득하기 위해 사용되는 조건,
도 5는 <flexContainer> 자원을 순서 정렬하여 다중 획득하기 위해 사용되는 조건,
도 6은 본 발명이 적용 가능한 M2M/IoT 시스템을 도시한 도면, 그리고,
도 7은, 도 6에 도시된 전자 기기들의 내부 블럭도이다.
이하에서는 도면을 참조하여 본 발명을 보다 상세하게 설명한다.
1. <latest>, <oldest> 자원에 적용하는 방법
종래에 Filter Criteria를 요청 메시지에 포함하는 경우 이는 대상으로 하는 가상 자원에 직접 적용되지 않는다. 예를 들어 <fanOutPoint> 자원에 fan-out할 요청 메시지를 Filter Criteria를 포함해서 전송하면 Group Hosting CSE는 이 파라미터를 fan-out되는 요청 메시지에 그대로 포함하여 Member Hosting CSE에 전송할 뿐 이를 자신이 가진 <fanOutPoint> 가상 자원의 기능인 fan-out 동작 자체에 적용하지는 않는다.
따라서 <latest>, <oldest>와 같은 가상 자원에 Filter Criteria를 적용하기 위해, 도 3에 제시된 virtualResource와 같은 이름의 신규 조건(지시자)을 포함할 수 있다.
이 값이 요청 메시지에 다른 필터 조건과 함께 포함 (예를 들어 TRUE와 같은 Boolean 값)된 경우 플랫폼은 To 파라미터가 가리키는 대상 자원이 가상 자원일 때 가상 자원을 처리하는 과정에서 다른 필터 조건들도 함께 적용하며 가상 자원의 동작을 변경 적용할 수 있다.
예를 들어 <latest> 자원의 경우 가장 최신의 형제(sibling) <contentInstance> 자원을 가리키는 동작을 수행하지만 상기의 virtualResource 조건이 포함된 요청의 경우 하나의 <contentInstance> 자원이 아닌 최신의 순서로 복수 자원에 다른 필터 조건들을 적용할 수 있다. 예를 들어 offset과 같은 값을 가장 최신의 <contentInstance> 자원부터 복수의 자원에 적용하여 반환할 수 있다.
이 때 복수 자원을 획득함을 지시하기 위해 종래의 Result Content 값이 사용될 수 있다. <latest>, <oldest>와 실제 반환되는 <contentInstance> 자원은 부모/자식 관계가 아닌 형제 관계이므로 이 때 Result Content 값은 종래의 값이 아닌 "sibling-resources"와 같은 값을 가질 수 있다.
2. <container> 자원에 적용하는 방법
<container> 자원을 다중 자원 획득 대상으로 사용하는 경우 Result Content 파라미터를 "child-resources" 값으로 사용하는데 이 때 자원 정렬 순서를 지시하기 위한 값을 Filter Criteria 조건에 포함하여 사용할 수 있다.
도 4는 이를 위한 신규 Filter Criteria 조건으로, 이는 정렬 조건을 지시할 수 있다. 이는 형제 자원 간의 정렬 순서를 지시하며 예를 들어 생성 시간 순, 생성 시간 역순 등의 값을 가질 수 있다. 이는 자원에 포함되는 공통 속성(creationTime, lastModifiedTime, stateTag) 등 순서를 적용할 수 있는 값과 관계된 값으로 정의될 수 있다.
추가적으로 이 조건은 정렬을 적용하는 level 정보를 포함할 수 있다. 예를 들어 이 값이 all_level인 경우 대상인 <container> 자원이 다중 <container> 자원을 하위에 포함하는 경우에 모든 <contentInstance> 자원을 대상으로 order를 적용하여 결과를 반환할 수 있다. one_level인 경우는 트리 상 개별 <container> 자원마다 가지고 있는 <contentInstance> 자원 그룹 내에서 정렬을 수행할 수 있다.
3. <flexContainer> 자원에 적용하는 방법
<flexContainer> 부모 자원은 자녀 자원으로 <flexContainer> 자원을 가지며 여기에 실제 데이터를 저장할 수 있다. 또한 <flexContainer> 자원 타입이 실제 자원 인스턴스로 생성될 때는 <flexContainer> 자원 타입이 아닌 별도의 확장된(specialization) 타입으로 생성된다. 따라서 실제 타입을 지시하는 정보를 containerDefinition 속성으로 가지고 있다.
데이터 간의 정렬 순서를 적용하는 기법을 적용하기 위해서는 부모 <flexcontainer> 자원에 포함된 자녀 <flexcontainer> 자원 중 어떤 specialization 타입이 데이터를 가지는지 지시할 수 있다. 이는 도 5에 제시된 바와 같이 기존 Filter Criteria의 resourceType 조건에 추가되거나 별도의 specialization 조건으로 지시할 수 있다. 나머지 order 조건은 상기 <container> 자원에 적용하는 방법과 동일하다.
4. <timeSeries> 자원에 적용하는 방법
<timeSeries> 자원은 하위 자원으로 <timeSeries> 자원을 가질 수 없는 구조이므로 상기 <container> 자원을 대상으로 하는 경우와 기본적으로 동일하나 order를 지시할 수 없다.
5. M2M/IoT 시스템
도 6은 본 발명이 적용 가능한 M2M/IoT 시스템을 도시한 도면이다. 본 발명이 적용 가능한 M2M/IoT 시스템은, 도 6에 도시된 바와 같이, 서버(100-1), 게이트웨이(100-21, 100-22), 디바이스(100-31, 100-32, 100-33, 100-34)와 같은 다양한 전자 기기들이 상호 통신가능하도록 연결되어 구축된다.
도 6에 도시된 전자 기기들의 개수, 이를 테면, M2M/IoT 시스템을 구성하는 서버(100-1), 게이트웨이(100-21, 100-22) 및 디바이스(100-31, 100-32, 100-33, 100-34)의 대수는 예시적인 것이므로, 이와 다르게 구현하는 경우도 본 발명의 기술적 사상이 적용될 수 있다.
나아가, 도 6에 도시된 전자 기기들의 연결 구조 역시, 필요에 따라 다른 방식으로 대체될 수 있음은 물론이다.
도 6에 도시된 모든 전자 기기들은, oneM2M 플랫폼의 그룹 호스팅 CSE의 기능을 수행할 수 있다. 즉, 서버(100-1), 게이트웨이(100-21, 100-22), 디바이스(100-31, 100-32, 100-33, 100-34) 모두 그룹 호스팅 CSE로써, 위에서 제시한 방식으로 자원 획득을 할 수 있는 것이다.
도 6은, 도 5에 도시된 전자 기기들의 내부 블럭도이다. 본 발명의 실시예를 구현함에 있어 필요한 구성들은 서버(100-1), 게이트웨이(100-21, 100-22), 디바이스(100-31, 100-32, 100-33, 100-34) 모두가 공통된다. 따라서, 도 6에서는 이들을 참조 부호 "100"으로 통칭하여 도시하였으며, 이하에서 전자 기기로 통칭한다.
도 6에 도시된 바와 같이, 본 발명의 다른 실시예에 따른 전자 기기들은, 통신부(110), 프로세서(120), 저장부(130) 및 기능 블록(140)을 포함한다.
통신부(110)는 외부 기기와 통신하고 외부 네트워크에 액세스하기 위한 통신 인터페이스 수단이다.
프로세서(120)는 적어도 하나의 AE(Application Entitr)와 CSE(Common Service Entity)를 포함한다. 전자 기기의 종류와 기능에 따라서는, AE가 포함되지 않을 수도 있다.
프로세서(120)의 위에서 제시한 자원 획득을 수행하며, 저장부(130)는 프로세서(120)가 자원 획득을 수행함에 있어 필요한 저장 공간을 제공한다.
기능 블록(140)은 전자 기기 본연의 기능을 수행한다. 이를 테면, 전자 기기가 서버(100-1)인 경우, 서비스를 제공하는 가상 머신들이 기능 블록(140)에 해당한다.
한편, 본 실시예에 따른 장치와 방법의 기능을 수행하게 하는 컴퓨터 프로그램을 수록한 컴퓨터로 읽을 수 있는 기록매체에도 본 발명의 기술적 사상이 적용될 수 있음은 물론이다. 또한, 본 발명의 다양한 실시예에 따른 기술적 사상은 컴퓨터로 읽을 수 있는 기록매체에 기록된 컴퓨터로 읽을 수 있는 코드 형태로 구현될 수도 있다. 컴퓨터로 읽을 수 있는 기록매체는 컴퓨터에 의해 읽을 수 있고 데이터를 저장할 수 있는 어떤 데이터 저장 장치이더라도 가능하다. 예를 들어, 컴퓨터로 읽을 수 있는 기록매체는 ROM, RAM, CD-ROM, 자기 테이프, 플로피 디스크, 광디스크, 하드 디스크 드라이브, 등이 될 수 있음은 물론이다. 또한, 컴퓨터로 읽을 수 있는 기록매체에 저장된 컴퓨터로 읽을 수 있는 코드 또는 프로그램은 컴퓨터간에 연결된 네트워크를 통해 전송될 수도 있다.
또한, 이상에서는 본 발명의 바람직한 실시예에 대하여 도시하고 설명하였지만, 본 발명은 상술한 특정의 실시예에 한정되지 아니하며, 청구범위에서 청구하는 본 발명의 요지를 벗어남이 없이 당해 발명이 속하는 기술분야에서 통상의 지식을 가진자에 의해 다양한 변형실시가 가능한 것은 물론이고, 이러한 변형실시들은 본 발명의 기술적 사상이나 전망으로부터 개별적으로 이해되어져서는 안될 것이다.

Claims (1)

  1. 자원을 요청 받는 단계; 및
    요청에 대한 응답으로, <latest> 자원, <oldest> 자원, <container> 자원, <flexContainer> 자원 및 <timeSeries> 자원 중 적어도 하나에 대해 특정 순서에 따라 복수 자원을 한 번에 획득하여 제공하는 단계;를 포함하는 것을 특징으로 하는 자원 획득 방법.
PCT/KR2017/003180 2016-11-29 2017-03-24 자원 획득 방법 WO2018101547A1 (ko)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2016-0160328 2016-11-29
KR1020160160328A KR102214185B1 (ko) 2016-11-29 2016-11-29 자원 획득 방법

Publications (1)

Publication Number Publication Date
WO2018101547A1 true WO2018101547A1 (ko) 2018-06-07

Family

ID=62242152

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2017/003180 WO2018101547A1 (ko) 2016-11-29 2017-03-24 자원 획득 방법

Country Status (2)

Country Link
KR (1) KR102214185B1 (ko)
WO (1) WO2018101547A1 (ko)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018129956A1 (zh) * 2017-01-13 2018-07-19 京东方科技集团股份有限公司 操作实例资源的方法和装置

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150055557A1 (en) * 2012-03-22 2015-02-26 Interdigital Patent Holdings, Inc. Method and apparatus for supporting machine-to-machine caching at a service capability layer
KR20160008526A (ko) * 2013-05-16 2016-01-22 엘지전자 주식회사 M2m 통신 시스템에서 구독 및 통지를 위한 방법 및 이를 위한 장치

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101986851B1 (ko) * 2013-02-19 2019-06-07 주식회사 케이티 M2m 통신에서의 자원 검색 방법 및 그 장치
KR101931851B1 (ko) * 2014-09-12 2018-12-21 주식회사 케이티 M2m 시스템에서 위치정보 업데이트 주기를 변경하는 방법

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150055557A1 (en) * 2012-03-22 2015-02-26 Interdigital Patent Holdings, Inc. Method and apparatus for supporting machine-to-machine caching at a service capability layer
KR20160008526A (ko) * 2013-05-16 2016-01-22 엘지전자 주식회사 M2m 통신 시스템에서 구독 및 통지를 위한 방법 및 이를 위한 장치

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
"oneM2M Functional Archi tecture Baseline Draft", 3GPP2 DRAFT; TS-0001-ONEM2M-FUNCTIONAL-ARCHITECTURE-V-2014-08, 1 August 2014 (2014-08-01), pages 1 - 297, XP062278115 *
"oneM2M; Application Developer Guide (oneM2M TR-0025 version 1.0.0 Release 1)", ETSI TR 118525 V1.0.0, 29 February 2016 (2016-02-29), pages 1 - 41, XP014274033 *
MIN ET AL: "5W1H based resource management model for the expansion of oneM2M standard Data Filter rules", JOURNAL OF THE KOREA SOCIETY OF COMPUTER AND INFORMATION, vol. 21, no. 9, 30 September 2016 (2016-09-30), pages 85 - 90 *

Also Published As

Publication number Publication date
KR102214185B1 (ko) 2021-02-09
KR20180060620A (ko) 2018-06-07

Similar Documents

Publication Publication Date Title
US8707383B2 (en) Computer workload management with security policy enforcement
EP3467652A1 (en) Data balancing method and device
WO2016047814A1 (ko) 클라우드 api 키를 이용한 자원 할당 방법 및 이를 위한 장치
CN111538558B (zh) 用于自动选择安全虚拟机的系统和方法
DE60019640D1 (de) Digitales Rechnersystem und Verfahren zur Beantwortung von über ein externes Netzwerk empfangenen Anfragen
US8341733B2 (en) Creating secured file views in a software partition
CN1531303A (zh) 协议无关的客户端高速缓存系统和方法
CN109308269B (zh) 一种内存管理方法及装置
WO2019107594A1 (ko) IoT 환경에서 디바이스 데이터 및 서버 리소스 매핑 방법 및 이를 적용한 게이트웨이
US7809828B2 (en) Method for maintaining state consistency among multiple state-driven file system entities when entities become disconnected
CN106681799A (zh) 插入磁盘的方法、装置和系统
CN106161396A (zh) 一种实现虚拟机网络访问控制的方法及装置
WO2013027922A1 (ko) 클라우드 컴퓨팅 시스템의 압축 이미지 파일 관리 장치 및 방법
WO2019168219A1 (ko) M2m 시스템에서의 시맨틱 리소스 검색 방법
WO2018101547A1 (ko) 자원 획득 방법
WO2018182065A1 (ko) M2m 시스템에서 다중 리소스 구독 연관 방법
CN114070755B (zh) 虚拟机网络流量确定方法、装置、电子设备和存储介质
CN110427759B (zh) 一种支持业务安全标记的网络资源浏览控制方法及系统
CN114338133B (zh) 应用访问系统、方法、通信装置及存储介质
WO2018212610A1 (ko) 악성 코드 진단 서버, 시스템 및 방법
WO2021085713A1 (ko) 클라우드 기반 분산 딥러닝 정보 분석관리를 이용한 객체추출 시스템 및 방법
KR20190015817A (ko) 미들웨어를 이용한 모니터링 방법, 장치 및 시스템
CN114185592A (zh) 多版本共存的目标项目访问方法、装置、设备及存储介质
WO2019022584A1 (ko) 크로스-리소스 구독 관리 방법
WO2019156271A1 (ko) 데이터 순서를 이용한 원본 데이터 확인 방법 및 시스템

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17876684

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17876684

Country of ref document: EP

Kind code of ref document: A1