KR101642713B1 - 디바이스간 원격 프로시저 호출 방법 - Google Patents
디바이스간 원격 프로시저 호출 방법 Download PDFInfo
- Publication number
- KR101642713B1 KR101642713B1 KR1020140192370A KR20140192370A KR101642713B1 KR 101642713 B1 KR101642713 B1 KR 101642713B1 KR 1020140192370 A KR1020140192370 A KR 1020140192370A KR 20140192370 A KR20140192370 A KR 20140192370A KR 101642713 B1 KR101642713 B1 KR 101642713B1
- Authority
- KR
- South Korea
- Prior art keywords
- binder
- remote
- service
- reference information
- android
- Prior art date
- Legal status (The legal status 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 status listed.)
- Expired - Fee Related
Links
- 238000000034 method Methods 0.000 title claims abstract description 92
- 239000011230 binding agent Substances 0.000 claims abstract description 163
- 239000000284 extract Substances 0.000 claims description 4
- 230000000694 effects Effects 0.000 abstract description 9
- 230000008569 process Effects 0.000 description 10
- 230000005540 biological transmission Effects 0.000 description 7
- 238000006243 chemical reaction Methods 0.000 description 5
- 238000010586 diagram Methods 0.000 description 5
- 230000006870 function Effects 0.000 description 5
- 230000004044 response Effects 0.000 description 5
- 238000005516 engineering process Methods 0.000 description 4
- 239000004984 smart glass Substances 0.000 description 3
- 238000011156 evaluation Methods 0.000 description 2
- 238000011160 research Methods 0.000 description 2
- 238000004891 communication Methods 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 238000002474 experimental method Methods 0.000 description 1
- 230000008571 general function Effects 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 239000003826 tablet Substances 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/547—Remote procedure calls [RPC]; Web services
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/133—Protocols for remote procedure calls [RPC]
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Information Transfer Between Computers (AREA)
Abstract
이러한 구성을 통해, 본 발명의 디바이스간 원격 프로시저 호출 방법은 안드로이드 애플리케이션의 수정없이도 다른 디바이스에서 제공하는 시스템 서비스 및 서비스 내 프로시저를 로컬 디바이스 내 존재하는 것처럼 용이하게 호출할 수 있는 효과가 있다.
Description
도 2는 본 발명의 일 실시 예에 따른 디바이스간 원격 프로시저 호출 방법을 나타낸 순서도이다.
도 3은 안드로이드 시스템을 통한 서비스 검색과정을 나타낸 흐름도이다.
도 4는 원격 바인더 내 서비스 매니절르 통한 서비스 등록 및 검색과정을 나타낸 흐름도이다.
도 5는 안드로이드 바인더 구조를 나타낸 도면이다.
도 6은 서비스 호출 코드를 나타낸 도면이다.
도 7은 시스템 서비스 호출을 나타낸 도면이다.
도 8은 데이터 크기에 따른 전송 시간을 나타낸 그래프이다.
Claims (9)
- 복수 개의 디바이스 중 임의의 제1 디바이스가 다른 제2 디바이스에서 제공하는 서비스에 접근하기 위해 서로 다른 디바이스간에 원격 프로시저(Remote Procedure)를 호출하는 방법에 있어서,
상기 제1 디바이스 내 존재하는 원격 바인더가 상기 제2 디바이스에서 제공하는 서비스 중 접근하고자 하는 서비스를 검색하는 단계;
상기 제2 디바이스 내 존재하는 원격 바인더가 검색된 상기 서비스에 대한 바인더 참조 정보를 생성하는 단계;
상기 제2 디바이스 내 원격 바인더가 생성한 상기 바인더 참조 정보를 추출하여 상기 제1 디바이스 내 원격 바인더로 전달하는 단계; 및
상기 제1 디바이스 내 원격 바인더가 수신한 상기 바인더 참조 정보에 기초하여 상기 제2 디바이스가 제공하는 서비스를 호출하는 단계;
를 포함하고,
상기 제1 디바이스 내 존재하는 원격 바인더가 접근하고자 하는 서비스를 검색하는 단계는,
상기 제1 디바이스 내 존재하는 원격 바인더가 상기 제2 디바이스 내 존재하는 안드로이드 시스템을 통해 접근하고자 하는 서비스를 검색하며, 상기 안드로이드 시스템에 등록된 복수 개의 서비스들 중 해당 서비스를 제공하는 제2 디바이스의 내부에서만 사용되는 객체를 필요로 하는 경우, 해당 서비스를 제공하는 제2 디바이스의 원격 바인더 내 서비스 매니저에 미리 등록하는 것을 특징으로 하는 디바이스간 원격 프로시저 호출 방법.
- 제1항에 있어서,
상기 바인더 참조 정보는
상기 제1 디바이스가 접근하고자 하는 서비스를 제공하는 상기 제2 디바이스의 IP 주소, 포트 번호, 상기 서비스의 식별자 ID 정보 중 적어도 하나를 포함하는 것을 특징으로 하는 디바이스간 원격 프로시저 호출 방법.
- 제2항에 있어서,
상기 서비스의 식별자 ID 정보는
상기 서비스에 대응되는 제2 디바이스 내 바인더 참조 노드의 ID 정보인 것을 특징으로 하는 디바이스간 원격 프로시저 호출 방법.
- 삭제
- 제1항에 있어서,
상기 제1 디바이스 내 존재하는 원격 바인더가 접근하고자 하는 서비스를 검색하는 단계는
상기 제2 디바이스의 원격 바인더 내 존재하는 안드로이드 프로시저 매니저가 상기 제2 디바이스 내 안드로이드 시스템과 상기 제2 디바이스의 원격 바인더간에 인터페이스를 제공하는 것을 특징으로 하는 디바이스간 원격 프로시저 호출 방법.
- 삭제
- 제1항에 있어서,
상기 제2 디바이스 내 원격 바인더가 상기 바인더 참조 정보를 추출하여 상기 제1 디바이스 내 원격 바인더로 전달하는 단계는
상기 제2 디바이스 내 원격 바인더가 상기 제2 디바이스가 제공하는 서비스별로 각각 존재하는 바인더 참조 노드로부터 바인더 참조 정보를 추출하여 상기 제1 디바이스 내 원격 바인더로 전달하는 것을 특징으로 하는 디바이스간 원격 프로시저 호출 방법.
- 제3항에 있어서,
상기 제1 디바이스 내 원격 바인더가 수신한 상기 바인더 참조 정보에 기초하여 상기 제2 디바이스가 제공하는 서비스를 호출하는 단계는
상기 서비스의 식별자 ID 정보를 이용하여 상기 제2 디바이스가 제공하는 서비스를 호출하는 것을 특징으로 하는 디바이스간 원격 프로시저 호출 방법.
- 제1항 내지 제3항, 제5항, 제7항, 및 제8항 중 어느 한 항에 따른 방법을 컴퓨터로 실행하기 위한 프로그램이 기록된 컴퓨터 판독가능 기록매체.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020140192370A KR101642713B1 (ko) | 2014-12-29 | 2014-12-29 | 디바이스간 원격 프로시저 호출 방법 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020140192370A KR101642713B1 (ko) | 2014-12-29 | 2014-12-29 | 디바이스간 원격 프로시저 호출 방법 |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20160080487A KR20160080487A (ko) | 2016-07-08 |
KR101642713B1 true KR101642713B1 (ko) | 2016-08-10 |
Family
ID=56502874
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020140192370A Expired - Fee Related KR101642713B1 (ko) | 2014-12-29 | 2014-12-29 | 디바이스간 원격 프로시저 호출 방법 |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR101642713B1 (ko) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101927721B1 (ko) * | 2017-07-14 | 2019-02-27 | 한국과학기술원 | 어플리케이션 수행에 있어서 모바일 기기 간에 기능을 분배하는 방법 |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN115803718A (zh) * | 2020-06-30 | 2023-03-14 | 华为技术有限公司 | 跨多个设备访问服务应用程序组件 |
KR102407941B1 (ko) * | 2021-12-06 | 2022-06-13 | 주식회사 플랜티넷 | Rpc에 기반하여 외부 장치의 함수 또는 프로시저를 호출하는 전자 장치가 사용자 인터페이스를 생성하는 방법, 그 컴퓨터 프로그램 및 그 전자 장치 |
KR102407940B1 (ko) * | 2021-12-06 | 2022-06-13 | 주식회사 플랜티넷 | Rpc에 기반하여 외부 장치의 함수 또는 프로시저를 호출하는 전자 장치가 rpc 서비스를 사용하기 위한 인터페이스를 생성하는 방법, 그 컴퓨터 프로그램 및 그 전자 장치 |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3546394B2 (ja) * | 1994-08-16 | 2004-07-28 | インターナショナル・ビジネス・マシーンズ・コーポレーション | ネットワークを介してリモート・プロシージャ・コール及びレスポンスを転送するための方法及びシステム |
KR101337077B1 (ko) | 2012-11-06 | 2013-12-06 | 숭실대학교산학협력단 | 안드로이드 기반의 인비저블 시스템 서비스 운영 방법 |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6938263B2 (en) * | 1996-04-23 | 2005-08-30 | Sun Microsystems, Inc. | System and method for facilitating dynamic loading of “stub” information to enable a program operating in one address space to invoke processing of a remote method or procedure in another address space |
KR101357975B1 (ko) | 2011-10-17 | 2014-02-03 | 엔에이치엔엔터테인먼트 주식회사 | 코루틴을 이용하여 원격 프로시저 호출 서비스를 제공하는 방법 및 장치 |
-
2014
- 2014-12-29 KR KR1020140192370A patent/KR101642713B1/ko not_active Expired - Fee Related
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3546394B2 (ja) * | 1994-08-16 | 2004-07-28 | インターナショナル・ビジネス・マシーンズ・コーポレーション | ネットワークを介してリモート・プロシージャ・コール及びレスポンスを転送するための方法及びシステム |
KR101337077B1 (ko) | 2012-11-06 | 2013-12-06 | 숭실대학교산학협력단 | 안드로이드 기반의 인비저블 시스템 서비스 운영 방법 |
Non-Patent Citations (1)
Title |
---|
KAZUHIRO NAKAO 외 1명. 'Toward Remote Service Invocation in Android'. 2012 9th International Conference on UIC/ATC, 2012.09, pp. 612-617* |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101927721B1 (ko) * | 2017-07-14 | 2019-02-27 | 한국과학기술원 | 어플리케이션 수행에 있어서 모바일 기기 간에 기능을 분배하는 방법 |
Also Published As
Publication number | Publication date |
---|---|
KR20160080487A (ko) | 2016-07-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN113162996B (zh) | 服务发现的方法、注册中心和设备 | |
US9043424B2 (en) | Method for activating and deactivating client-side services from a remote server | |
EP3117590B1 (en) | Computer system to support failover in an event stream processing system | |
EP3720094B1 (en) | Information processing method, apparatus, device and system | |
KR20170055530A (ko) | 서비스 레이어를 통해 제3자 서비스들에 대한 액세스를 가능하게 하는 시스템들 및 방법들 | |
US10908970B1 (en) | Data interface for secure analytic data system integration | |
KR101642713B1 (ko) | 디바이스간 원격 프로시저 호출 방법 | |
CN103547339B (zh) | 一种文件上传方法、客户端和服务端 | |
US20180121224A1 (en) | Isolating a redirected smart card reader to a remote session | |
CN111491037A (zh) | 通过sftp数据流与对象存储服务器的通信方法 | |
US9986057B2 (en) | UI framework support for portal systems | |
JP2016513329A (ja) | ユーザデバイスに文脈的なコンテキストを提供するための方法および装置 | |
US10742776B1 (en) | Accelerating isochronous endpoints of redirected USB devices | |
CN109766347B (zh) | 一种数据更新方法、装置、系统、计算机设备及存储介质 | |
KR100597405B1 (ko) | 소켓 어플리케이션 프로그램을 이용한 데이터 중계 시스템및 데이터 중계 방법 | |
JP2023534897A (ja) | リソース公開方法及びその装置、ゲートウェイ、クラウドプラットフォーム並びにコンピュータ記憶媒体 | |
CN113285920B (zh) | 业务访问方法、装置、设备及存储介质 | |
JP6158667B2 (ja) | サーバ装置、端末装置、通信方法およびコンピュータプログラム | |
Petrova-Antonova et al. | Unified connectivity of IoT devices through abstraction of application protocols | |
US20140195586A1 (en) | Message transmitting system and method for distributed data interoperability | |
KR101561524B1 (ko) | 원격 사용자 인터페이스 관리 시스템 및 그 방법 | |
JP6539497B2 (ja) | 通信中継システム、デバイス収容端末、サーバ側コンピュータ、プログラム、及び通信中継方法 | |
CN103796342B (zh) | 属性信息的显示系统和路由器 | |
CN102812690B (zh) | 获取数据类型定义的方法和装置 | |
JP5823919B2 (ja) | 分散実行システム、方法、装置およびプログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20141229 |
|
PA0201 | Request for examination | ||
E902 | Notification of reason for refusal | ||
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20151214 Patent event code: PE09021S01D |
|
E90F | Notification of reason for final refusal | ||
PE0902 | Notice of grounds for rejection |
Comment text: Final Notice of Reason for Refusal Patent event date: 20160523 Patent event code: PE09021S02D |
|
E701 | Decision to grant or registration of patent right | ||
PE0701 | Decision of registration |
Patent event code: PE07011S01D Comment text: Decision to Grant Registration Patent event date: 20160530 |
|
PG1501 | Laying open of application | ||
GRNT | Written decision to grant | ||
PR0701 | Registration of establishment |
Comment text: Registration of Establishment Patent event date: 20160720 Patent event code: PR07011E01D |
|
PR1002 | Payment of registration fee |
Payment date: 20160721 End annual number: 3 Start annual number: 1 |
|
PG1601 | Publication of registration | ||
FPAY | Annual fee payment |
Payment date: 20190701 Year of fee payment: 4 |
|
PR1001 | Payment of annual fee |
Payment date: 20190701 Start annual number: 4 End annual number: 4 |
|
PR1001 | Payment of annual fee |
Payment date: 20200702 Start annual number: 5 End annual number: 5 |
|
PC1903 | Unpaid annual fee |
Termination category: Default of registration fee Termination date: 20220430 |