WO2016169374A1 - 一种代理框架服务系统及方法 - Google Patents

一种代理框架服务系统及方法 Download PDF

Info

Publication number
WO2016169374A1
WO2016169374A1 PCT/CN2016/076943 CN2016076943W WO2016169374A1 WO 2016169374 A1 WO2016169374 A1 WO 2016169374A1 CN 2016076943 W CN2016076943 W CN 2016076943W WO 2016169374 A1 WO2016169374 A1 WO 2016169374A1
Authority
WO
WIPO (PCT)
Prior art keywords
unit
execution
request
proxy
local
Prior art date
Application number
PCT/CN2016/076943
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 WO2016169374A1 publication Critical patent/WO2016169374A1/zh

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor

Definitions

  • the present invention relates to the field of computer technologies, and in particular, to a proxy framework service system and method.
  • Providing a local proxy unit configured to select the corresponding execution unit to execute the request remotely according to the request of the currently running application, and obtain an execution result and then return to the application;
  • the local proxy unit is connected to the execution unit set by the remote server by the communication unit.
  • the proxy framework service system wherein the local proxy unit comprises a port module, the interface module is configured to connect to the application, and the interface module includes:
  • a configuration information acquisition component for providing system configuration information to the application
  • An instruction execution component is configured to receive a request of the application, an execution parameter corresponding to the request, and send an execution result to the application.
  • the proxy framework service system wherein the local proxy unit comprises:
  • a management module configured to connect the interface module and the communication unit, to send the request from the application and the execution parameter corresponding to the request acquired by the interface module to the corresponding execution by using the communication unit a unit, and transmitting an execution result of the execution unit to the interface module, and providing a connection status of the execution unit and the local agent unit to the configuration information acquisition component.
  • the proxy framework service system wherein the communication unit comprises:
  • a converting component configured to convert a request sent by the local proxy unit into a format acceptable to the remote server, to the remote server; and convert the execution result generated by the remote server into the a format acceptable to the local proxy unit, sent to the local proxy unit;
  • Monitoring component for monitoring a connection status between the local agent unit and the execution unit;
  • a registration management component configured to receive a registration request of the execution unit, and register the corresponding execution unit to the local proxy unit according to the registration request.
  • the proxy framework service system wherein the communication unit maintains communication between the home agent unit and the execution unit through a socket communication mode.
  • the proxy framework service system wherein the execution unit comprises:
  • At least one functional component for performing a predetermined function according to the request and generating a corresponding execution result
  • a host module which is respectively connected to the communication unit and the functional component, for starting the functional component, converting the request obtained by the communication unit into an instruction acceptable to the corresponding functional component, and controlling the The functional component performs a predetermined function according to the corresponding instruction; and transmits the execution result of the functional component to the local proxy unit through the communication unit.
  • the proxy framework service system wherein the local proxy unit comprises:
  • the proxy framework service system wherein the host module comprises:
  • a registration component connected to the communication unit, to send a registration request to the communication unit after the host module is started to register the host module to the local proxy unit.
  • the proxy framework service system wherein the host module comprises:
  • a status monitoring component for detecting an operating status of the local agent unit and causing the host module to be taken out of operation when the local agent unit stops working.
  • the proxy framework service system wherein the execution unit and the local proxy unit operate under different operating systems.
  • a proxy framework service method which includes:
  • a remote connection is implemented between the local proxy unit and the execution unit in the remote server;
  • the proxy framework service method specifically includes:
  • Step S1 the local agent unit acquires a request of a currently running application
  • Step S2 the local proxy unit selects the corresponding execution unit according to the request, to execute the request remotely and form a corresponding execution result;
  • step S3 the local agent unit returns the execution result obtained remotely to the application for use by the application.
  • the proxy framework service method wherein the local proxy unit provides system configuration information to the application through a corresponding interface;
  • the local agent unit acquires the request of the currently running application and the execution parameter corresponding to the request.
  • the proxy framework service method wherein the request of the application and the corresponding execution parameter are sent to a corresponding execution unit by a management module disposed in the local proxy unit;
  • the management module provides a connection status between the execution unit and the home agent unit to be included in the system configuration information.
  • the proxy framework service method wherein the request sent by the local proxy unit by the communication unit and the corresponding execution parameter are converted into a format acceptable to the remote server and described by Remote server receiving;
  • the execution result sent by the remote server through the communication unit is converted into a format acceptable by the home agent unit and received by the home agent unit.
  • the proxy framework service method wherein when the home agent unit and the remote server communicate remotely through the communication unit:
  • the proxy framework service method wherein a corresponding at least one functional component and a host module are set in each of the execution units;
  • the execution unit receives the request, and selects a corresponding one of the functional components to perform a predetermined function and generate a corresponding execution result;
  • the proxy framework service method wherein:
  • the home agent unit controllably launches the host module through the communication unit; and/or
  • the host module When the host module is launched, the host module sends a registration request to the communication unit to register the host module to the home agent unit.
  • the proxy framework service method wherein the host module is used to detect an operating state of the local proxy unit, and the host module is controlled to exit when the local proxy unit stops working.
  • the proxy framework service method wherein the execution unit and the local proxy unit operate under different operating systems.
  • FIG. 1 is a schematic diagram showing the overall structure of a proxy framework service system in a preferred embodiment of the present invention
  • FIGS. 2-4 are schematic diagrams showing the structure of a sub-assembly of a proxy framework service system in a preferred embodiment of the present invention
  • FIG. 5 is a schematic flow chart of a proxy framework service method in a preferred embodiment of the present invention.
  • a proxy framework service system is provided.
  • the overall structure is as shown in FIG. 1 and includes:
  • At least one remote server 1 (only one shown in Figure 1) is provided.
  • an execution unit 11 for performing a predetermined function is provided in each remote server 1.
  • a corresponding execution unit 11 can be provided in a remote server 1.
  • a plurality of remote servers 1 can be provided, so that the system includes a plurality of execution units 11, only one of which is shown in FIG.
  • a local proxy unit 3 is provided.
  • the local proxy unit 3 is configured to select a corresponding execution unit to execute the request remotely according to the request of the currently running application, and obtain the execution result and return it to the application.
  • the home agent unit 3 is connected to the execution unit 11 provided by the remote server 1 through the communication unit 2.
  • the foregoing local proxy unit 3 includes:
  • Interface module 31 In a preferred embodiment of the present invention, the interface module 31 is used to connect to an application. That is, the interface module 31 implements data transmission between the currently running application.
  • the interface module 31 includes:
  • the configuration information acquisition component 311 is configured to obtain system configuration information and provide the system configuration information to the currently running application.
  • the system configuration information may include a connection state between the local agent unit 3 and the corresponding execution unit 11 in the remote server 1 through the communication unit 2, and/or for the currently running application.
  • the program is configured to accommodate other system parameters of the local agent unit application platform, and the like.
  • Instruction execution component 312 is configured to receive a request from an application, and an execution parameter corresponding to the request, and send an execution result to the application.
  • the so-called execution parameter refers to the actual execution content corresponding to the execution request of the remote execution unit by the application.
  • the third-party component included in the execution unit is a component for drawing a molecular structure diagram, and the currently running application needs to draw a corresponding molecular structure diagram according to a given molecular formula, so the application can make a request to call the corresponding execution unit.
  • the third-party component, the above execution parameters may include data such as the molecular formula on which the molecular structure diagram is drawn.
  • the instruction execution component has two functions: one is to send a request and a corresponding execution parameter to the remote server 1 according to a request made by the application; and the second is a corresponding execution unit according to the remote.
  • the resulting execution result is processed, and the execution result is returned to the application.
  • the foregoing local proxy unit 3 further includes:
  • the management module 32 connects the interface module 31 and the communication unit 2.
  • the management module 32 is configured to send the request from the application and the execution parameter corresponding to the request acquired by the interface module 31 to the corresponding execution unit 11 through the communication unit 2,
  • the execution result of the execution unit 11 is transmitted to the interface module 31, and the connection state of the execution unit 11 and the home agent unit 3 is supplied to the above-described configuration information acquisition component 311.
  • the communication unit 2 includes:
  • the conversion component 21 is configured to convert the request sent by the local proxy unit 3 into a format acceptable to the remote server 1 for transmission to the remote server 1; and to generate the remote server 1 The execution result is converted to a format acceptable to the local proxy unit 3 and sent to the local proxy unit.
  • the conversion component 21 is configured to implement data format conversion between the local proxy unit 3 and the remote server 1 to facilitate the data received by the local proxy unit 3 and the remote server 1. The format can be parsed and processed.
  • the communication unit 2 further includes:
  • Monitoring component 22 is configured to monitor a connection state between the local agent unit 3 and the execution unit 11;
  • the registration management component 23 is configured to receive the registration request of the execution unit 11 and register the corresponding execution unit 11 to the local proxy unit 3 according to the registration request. Specifically, in a preferred embodiment of the present invention, the above-mentioned registration management component 23 is actually used to register information of the execution unit 11 successfully connected with the local proxy unit 3 into the local proxy unit 3 to join the connection state information.
  • the local agent unit 3 can inform the application unit 11 and its corresponding preset function available at this time by providing the system configuration information to the application to supply the program reference.
  • the communication unit 2 maintains communication between the local agent unit and the execution unit through a socket communication mode.
  • the execution unit 11 includes:
  • each functional component 111 is operative to perform a predetermined function upon request and to generate a corresponding execution result.
  • the functional components 111 are actually functioning in the execution unit 11, and each of the functional components 111 is adapted to perform a corresponding function.
  • the host module 112 is connected to the communication unit 2 and the function component 111, respectively.
  • the host module 112 is configured to activate the function component 111, and convert the request acquired by the communication unit 2 into an instruction acceptable by the corresponding function component 111, and control the function component 111 according to the corresponding
  • the instruction performs a predetermined function; and the execution result of the function component 111 is transmitted to the home agent unit through the communication unit.
  • the function of the host module 112 is to control the function component 111, convert the request into a corresponding instruction, and control the corresponding function component 111 to process the corresponding transaction according to the instruction. And output the execution result.
  • the local application can request the remote function component to execute the preset function by issuing a request, thereby calling the corresponding function component to process and return the corresponding execution result.
  • the related component of the drawing is a third-party component
  • the third-party component runs in a different operating system with the local application.
  • a local application runs on the Windows operating system
  • the third-party components required to draw the molecular structure diagram need to run on the Linux operating system.
  • the configuration method described in the technical solution of the present invention may be used to run the third-party component in a remote server working under the Linux operating system, and the local proxy unit 3 is used to send the application request.
  • the foregoing local proxy unit 3 further includes:
  • the startup control module 33 is connected to the corresponding host module 112 via the communication unit 2 (only the portion of the startup control module 33 that is connected to the communication unit 2 is shown in FIG. 2).
  • the startup control module 33 is configured to controllably launch the corresponding host module 112.
  • an implementation method for starting the host module 112 is provided: the local proxy unit 3 is activated, and then the control command is sent through the communication unit 2 through the startup control module 31 included therein.
  • the host module 112 in the execution unit 11 is configured to start the host module 112, thereby starting the function component 111 corresponding to the host module 112, and completing the registration process of the corresponding function component 111 by the registration management component 23.
  • the foregoing technical solution is used to solve the situation that the local proxy unit 3 is abnormally shut down or abnormally restarted.
  • the startup control module 31 is not provided, when the local proxy unit 3 is abnormally closed or abnormally restarted, the corresponding functional component 111 disposed in the remote execution unit 11 is not closed or restarted, and will not be re-localized.
  • the proxy unit 3 sends a registration request to complete the registration, so the related information is also missing in the corresponding system configuration information. Therefore, a corresponding startup control module 31 is provided in the local agent unit 3 to solve the above problem.
  • setting the corresponding startup control module 31 in the local proxy unit 3 can synchronize the startup and shutdown of the local proxy unit 3 with the activation and shutdown of the corresponding remote functional component 111, thereby avoiding the above problem.
  • the host module 112 includes:
  • the registration component 1121 connects the communication unit 2.
  • the registration component 1121 is configured to send a registration request to the communication unit 2 after the host module 112 is started to register the host module to the local proxy unit 3.
  • the host module 112 when the host module 112 is restarted, it actively requests registration from the local proxy unit 3 to complete the corresponding registration process.
  • the status monitoring component 1122 is configured to detect the working state of the local agent unit and to cause the host module to be out of operation when the local agent unit stops working.
  • the status monitoring component 1122 functions to send a "PING" request to the local proxy unit 3 every predetermined time to check whether the local proxy unit is still working, and The host module is taken out of operation when the local agent unit stops working (ie, the "PING" request fails). This avoids the "Zombie Process", which avoids the situation where the corresponding host module that cannot get the request due to a loss of connection with the local proxy unit continues to occupy system resources.
  • the execution unit 11 and the local agent unit 3 can be set as work. Working under different operating systems to solve the problem of using third-party components across platforms.
  • the corresponding functional component in the execution unit of the remote server then accepts the corresponding instruction and executes the corresponding predetermined function to form a corresponding execution result, and converts the data into the data format acceptable by the above-mentioned local proxy unit through the communication unit and sends it to Local agent unit.
  • the local agent unit sends the execution result to the currently running application (ie, the requesting application) for use by the application.
  • a proxy framework service method is provided based on the proxy framework service system described above.
  • At least one remote server including an execution unit for performing a predetermined function is provided in advance;
  • the foregoing proxy framework service method specifically includes:
  • Step S1 the local agent unit acquires a request of the currently running application
  • the home agent unit provides system configuration information to the application via a corresponding interface.
  • the interface may be a software development kit (SDK) for providing corresponding application configuration data to the application and the application opener for the application.
  • SDK software development kit
  • the program can successfully connect to and work with the local agent unit.
  • step S1 the local proxy unit obtains The request of the currently running application and the execution parameters corresponding to the request.
  • the so-called execution parameters as described above, may be specific to the application request execution.
  • the request of the application and the corresponding execution parameter are sent to a corresponding execution unit through a management module disposed in the local proxy unit; and the execution unit and the local proxy unit are provided by the management module.
  • Step S2 the local agent unit selects a corresponding execution unit according to the request, to execute the request remotely and form a corresponding execution result;
  • the method for implementing communication between the local proxy unit and the remote execution unit may include: the local proxy unit is converted into a remote server by the request sent by the communication unit and the corresponding execution parameter.
  • the acceptable format is received by the remote server; the execution result sent by the remote server through the communication unit is converted into a format acceptable to the local proxy unit and received by the local proxy unit.
  • the communication unit functions to convert the data communicated between the local proxy unit and the remote server to a data format that the receiver can recognize, thereby solving different systems of different platforms.
  • the communication unit monitors the connection status between the local agent unit and the execution unit, and sets the connection status in the system configuration information. , to the application program call;
  • the communication unit receives the registration request of the execution unit and registers the corresponding execution unit to the local agent unit according to the registration request, so that the local agent unit notifies the execution unit currently available to the application.
  • a corresponding at least one functional component and a host module are disposed in each execution unit;
  • the execution unit receives the request, and selects a corresponding functional component to perform a predetermined function and generate a corresponding execution result;
  • the execution result is sent to the local proxy unit through the communication unit.
  • step S3 the local agent unit returns the execution result of the remote acquisition to the application for use by the application.
  • the home agent unit controllably starts the host module through the communication unit;
  • the host module When the host module is launched, the host module sends a registration request to the communication unit to register the host module with the local agent unit.
  • the host module is used to detect the working state of the local agent unit, and the host module is controlled to exit when the local agent unit stops working.
  • the host module is not used for restarting and/or registration control, when the local proxy unit is shut down or restarted, the remote execution unit Unable to close and/or restart synchronously, it is impossible to re-register when the local proxy unit is restarted.
  • the system configuration information included in it is not included in the local proxy unit.
  • the host module is used to implement synchronization between the local proxy unit and the remote execution unit, thereby ensuring that the execution unit can register with the local proxy unit at the first time.
  • the execution unit and the local agent unit operate under different operating systems.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)
  • Stored Programmes (AREA)

Abstract

本发明公开了一种代理框架服务系统及方法,属于计算机技术领域;系统包括:提供至少一个远程服务端,其中设置有用以执行预定功能的执行单元;提供一通信单元;提供一本地代理单元,用以根据应用程序的请求,选择对应的执行单元于远程执行请求,并获取执行结果后返回给应用程序;本地代理单元通过通信单元与远程服务端设置的执行单元连接。方法包括:本地代理单元获取当前运行的应用程序的请求,并根据请求选择相应的执行单元形成相应的执行结果;将远程获取的执行结果返回至应用程序。上述技术方案的有益效果是:解决现有的计算机无法便捷地利用跨平台的第三方组件处理事务的问题,且该代理框架服务系统部署方便、操作简单。

Description

一种代理框架服务系统及方法 技术领域
本发明涉及计算机技术领域,尤其涉及一种代理框架服务系统及方法。
背景技术
现有的计算机应用系统中,经常需要利用一部分第三方提供的组件来实现某些业务功能,尤其是在一些需要与硬件交互的系统中,这种情况统更为常见。在类似这样的应用系统中,一个普遍的问题是,第三方提供的组件有可能是由一种老的技术来实现的,或者这些第三方提供的组件仅能运行在某一特定的平台或特定的运行时环境中。使得这些第三方提供的组件无法与整个应用系统兼容,从而造成整个第三方组件服务系统操作不便、部署困难。
发明内容
针对现有的计算机应用系统利用第三方提供的组件时存在的上述问题,现提供一种旨在实现简单操作,且部署方便的代理框架服务系统及方法的。
具体技术方案如下:
一种代理框架服务系统,其中,
提供至少一个远程服务端,每个所述远程服务端中设置有用以执行预定功能的执行单元;
提供一通信单元;
提供一本地代理单元,用以根据当前运行的应用程序的请求,选择对应的所述执行单元于远程执行所述请求,并获取执行结果后返回给所述应用程序;
所述本地代理单元通过所述通信单元与所述远程服务端设置的所述执行单元连接。
优选的,该代理框架服务系统,其中,所述本地代理单元包括接 口模块,所述接口模块用以连接所述应用程序,所述接口模块包括:
配置信息获取组件,用以向所述应用程序提供系统配置信息;
指令执行组件,用以接收所述应用程序的请求,及与所述请求对应的执行参数,并向所述应用程序发送执行结果。
优选的,该代理框架服务系统,其中,所述本地代理单元包括:
管理模块,连接所述接口模块及所述通信单元,用以将所述接口模块获取的来自所述应用程序的请求及所述请求对应的执行参数通过所述通信单元发送至对应的所述执行单元,并将所述执行单元的执行结果发送至所述接口模块,以及提供所述执行单元与所述本地代理单元的连接状态至所述配置信息获取组件。
优选的,该代理框架服务系统,其中,所述通信单元包括:
转换组件,用以将所述本地代理单元发出的请求转换为所述远程服务端可接受的格式,发送至所述远程服务端;以及,将所述远程服务端产生的执行结果转换为所述本地代理单元可接受的格式,发送至所述本地代理单元;和/或
监测组件,用以监测所述本地代理单元与所述执行单元之间的连接状态;和/或
注册管理组件,用以接收所述执行单元的注册请求,并根据所述注册请求将对应的所述执行单元注册至所述本地代理单元。
优选的,该代理框架服务系统,其中,所述通信单元通过套接字通讯模式维持所述本地代理单元与所述执行单元之间的通信。
优选的,该代理框架服务系统,其中,所述执行单元包括:
至少一个功能组件,用以根据所述请求执行预定的功能,并产生相应的执行结果;
宿主模块,分别连接所述通信单元及所述功能组件,用以启动所述功能组件,将通过所述通信单元获取的所述请求转换为相应的所述功能组件可接受的指令,并控制所述功能组件根据对应的所述指令执行预定功能;以及,将所述功能组件的所述执行结果通过所述通信单元发送至所述本地代理单元。
优选的,该代理框架服务系统,其中,所述本地代理单元包括:
启动控制模块,通过所述通信单元连接对应的所述宿主模块,用以可控制地启动对应的所述宿主模块。
优选的,该代理框架服务系统,其中,所述宿主模块包括:
注册组件,连接所述通信单元,用以于所述宿主模块启动后向所述通信单元发送注册请求,以将所述宿主模块注册到所述本地代理单元。
优选的,该代理框架服务系统,其中,所述宿主模块包括:
状态监测组件,用以检测所述本地代理单元的工作状态,并于所述本地代理单元停止工作时使所述宿主模块退出运行。
优选的,该代理框架服务系统,其中,所述执行单元与所述本地代理单元工作于不同的操作系统下。
一种代理框架服务方法,其中,包括:
提供至少一个包括用于执行预定功能的执行单元的远程服务端;
提供一本地代理单元;
在所述本地代理单元与所述远程服务端中的所述执行单元之间实现远程连接;所述代理框架服务方法具体包括:
步骤S1,所述本地代理单元获取当前运行的应用程序的请求;
步骤S2,所述本地代理单元根据所述请求选择相应的所述执行单元,以在远程执行所述请求并形成相应的执行结果;
步骤S3,所述本地代理单元将远程获取的所述执行结果返回至所述应用程序,以供所述应用程序使用。
优选的,该代理框架服务方法,其中,所述本地代理单元通过相应的接口向所述应用程序提供系统配置信息;
所述步骤S1中,所述本地代理单元获取当前运行的所述应用程序的所述请求,以及与所述请求对应的执行参数。
优选的,该代理框架服务方法,其中,所述应用程序的请求及相应的所述执行参数通过设置于所述本地代理单元中的一管理模块发送至相应的所述执行单元;以及通过所述管理模块提供所述执行单元与所述本地代理单元之间的连接状态,以包括在所述系统配置信息中。
优选的,该代理框架服务方法,其中,所述本地代理单元通过所述通信单元发送的所述请求及相应的所述执行参数,被转换成所述远程服务端可接受的格式并被所述远程服务端接收;
所述远程服务端通过所述通信单元发送的所述执行结果,被转换成所述本地代理单元可接受的格式并被所述本地代理单元接收。
优选的,该代理框架服务方法,其中,当所述本地代理单元与所述远程服务端通过所述通信单元远程通信时:
监测所述本地代理单元与所述执行单元之间的连接状态;和/或
接收所述执行单元的注册请求,并根据所述注册请求将对应的所述执行单元注册至所述本地代理单元。
优选的,该代理框架服务方法,其中,于每个所述执行单元中设置相应的至少一个功能组件以及一宿主模块;
所述步骤S2中,所述执行单元接收所述请求,并选择相应的一个所述功能组件,以执行预定的功能并生成相应的所述执行结果;
采用所述宿主模块启动所述功能组件,并将所述请求转换成相应的所述功能组件可接受的指令,以所述指令控制所述功能组件执行预定的功能;以及
将所述执行结果通过所述通信单元发送至所述本地代理单元;
优选的,该代理框架服务方法,其中:
所述本地代理单元通过所述通信单元可控制地启动所述宿主模块;和/或
当所述宿主模块被启动时,所述宿主模块向所述通信单元发送注册请求,以将所述宿主模块注册到所述本地代理单元。
优选的,该代理框架服务方法,其中,采用所述宿主模块检测所述本地代理单元的工作状态,并于所述本地代理单元停止工作时控制所述宿主模块退出运行。
优选的,该代理框架服务方法,其中,所述执行单元与所述本地代理单元工作于不同的操作系统下。
上述技术方案的有益效果是:
1)提供一种代理框架服务系统,解决现有的计算机无法便捷地 利用跨平台的第三方组件处理事务的问题,且该代理框架服务系统部署方便、操作简单;
2)提供一种基于上述代理框架服务系统的服务方法,于代理框架服务系统上实现代理服务管理。
附图说明
图1是本发明的较佳的实施例中,一种代理框架服务系统的总体结构示意图;
图2-4是本发明的较佳的实施例中,代理框架服务系统的分部结构示意图;
图5是本发明的较佳的实施例中,一种代理框架服务方法的流程示意图。
具体实施方式
下面结合附图和具体实施例对本发明作进一步说明,但不作为本发明的限定。
本发明的较佳的实施例中,提供一种代理框架服务系统,其总体结构如图1所示,包括:
提供至少一个远程服务端1(图1中仅示出一个)。本发明的较佳的实施例中,每个远程服务端1中设置有用以执行预定功能的执行单元11。本发明的较佳的实施例中,于一个远程服务端1中可以设置一个对应的执行单元11。本发明的较佳的实施例中,可以设置多个远程服务端1,因此该系统中包括多个执行单元11,图1中仅示出一个。
提供一通信单元2;
提供一本地代理单元3。本发明的较佳的实施例中,本地代理单元3用以根据当前运行的应用程序的请求,选择对应的执行单元于远程执行请求,并获取执行结果后返回给应用程序。换言之,本发明的较佳的实施例中,本地代理单元3通过通信单元2与远程服务端1设置的执行单元11连接。
本发明的较佳的实施例中,具体地,如图2所示,上述本地代理单元3中包括:
接口模块31。本发明的较佳的实施例中,接口模块31用以连接应用程序。即接口模块31与当前运行的应用程序之间实现数据传输。
具体地,本发明的较佳的实施例中,仍然如图2所示,上述接口模块31中包括:
配置信息获取组件311。本发明的较佳的实施例中,配置信息获取组件311用于获取系统配置信息,并向当前运行的应用程序提供上述系统配置信息。本发明的一个较佳的实施例中,系统配置信息中可以包括本地代理单元3通过通信单元2与远程服务端1中相应的执行单元11之间的连接状态,和/或供当前运行的应用程序进行配置以适应本地代理单元应用平台的其他各项系统参数等。
指令执行组件312。本发明的较佳的实施例中,指令执行组件312用于接收应用程序的请求,及与请求对应的执行参数,并向应用程序发送执行结果。
本发明的较佳的实施例中,所谓执行参数,是指应用程序请求远程的执行单元执行相应请求对应的实际的执行内容。例如,执行单元中包括的第三方组件为绘制分子结构图的组件,而当前运行的应用程序需要根据给定的分子式绘制相应的分子结构图,因此应用程序可以发出请求以调用相应的执行单元中的第三方组件,则上述执行参数中可以包括绘制分子结构图所依据的分子式等数据。
本发明的较佳的实施例中,上述指令执行组件具有两个功能:一是根据应用程序提出的请求,向远程服务端1发送请求以及相应的执行参数;二是根据远程的相应的执行单元处理形成的执行结果,向应用程序返回该执行结果。
本发明的较佳的实施例中,具体地,仍然如图2所示,上述本地代理单元3中还包括:
管理模块32,连接接口模块31及通信单元2。本发明的较佳的实施例中,管理模块32用以将接口模块31获取的来自应用程序的请求及请求对应的执行参数通过通信单元2发送至对应的执行单元11, 并将执行单元11的执行结果发送至接口模块31,以及提供执行单元11与本地代理单元3的连接状态至上述配置信息获取组件311。
本发明的较佳的实施例中,具体地,如图3所示,上述通信单元2中包括:
转换组件21。本发明的较佳的实施例中,转换组件21用于将本地代理单元3发出的请求转换为远程服务端1可接受的格式,发送至远程服务端1;以及,将远程服务端1产生的执行结果转换为本地代理单元3可接受的格式,发送至本地代理单元。换言之,本发明的较佳的实施例中,转换组件21用于在本地代理单元3与远程服务端1之间实现数据格式的转换,以便于本地代理单元3和远程服务端1接收到的数据格式均可被解析和处理。
本发明的较佳的实施例中,上述通信单元2中还包括:
监测组件22。本发明的较佳的实施例中,上述监测组件22用于监测本地代理单元3与执行单元11之间的连接状态;
注册管理组件23。本发明的较佳的实施例中,注册管理组件23用于接收执行单元11的注册请求,并根据注册请求将对应的执行单元11注册至本地代理单元3。具体地,本发明的较佳的实施例中,上述注册管理组件23实际用于将成功与本地代理单元3连接的执行单元11的信息注册到本地代理单元3中,以将该连接状态信息加入到系统配置信息中,从而本地代理单元3可以通过向应用程序提供系统配置信息的方式告知应用程序此时可用的执行单元11及其相应的预设功能,以供应用程序参考。
本发明的较佳的实施例中,上述通信单元2通过套接字(Socket)通讯模式维持本地代理单元与执行单元之间的通信。
本发明的较佳的实施例中,如图4所示,上述执行单元11中包括:
至少一个功能组件111。本发明的较佳的实施例中,每个功能组件111用于根据请求执行预定的功能,并产生相应的执行结果。具体地,本发明的较佳的实施例中,执行单元11中实际起作用的是上述功能组件111,每个功能组件111适用于完成一项相应的功能。
宿主模块112,分别连接通信单元2及功能组件111。本发明的较佳的实施例中,上述宿主模块112用于启动功能组件111,并将通过通信单元2获取的请求转换为相应的功能组件111可接受的指令,并控制功能组件111根据对应的指令执行预定功能;以及,将功能组件111的执行结果通过通信单元发送至本地代理单元。具体地,本发明的较佳的实施例中,上述宿主模块112的作用在于对上述功能组件111进行控制,将请求转换成相应的指令,并根据指令控制相应的功能组件111处理相应的事务,并输出执行结果。
因此,本发明的较佳的实施例中,本地的应用程序可以通过发出请求的方式请求远程的功能组件执行预设的功能,从而调用相应的功能组件以处理并返回相应的执行结果。
仍然以化学分子式为例。使用者想通过本地的应用程序,依照给定的化学分子式画出相应的分子结构图,但是画图的相关组件为第三方组件,且该第三方组件与本地的应用程序运行于不同的操作系统中。例如本地的应用程序运行于Windows操作系统中,而画分子结构图所需的第三方组件需要运行在Linux操作系统中。在这种情况下,可以采用本发明技术方案中所述的配置方式,将该第三方组件运行于远程的在Linux操作系统下工作的服务端中,采用本地代理单元3将应用程序的请求发送至相应的第三方组件(功能组件111),以请求相应的第三方组件执行预定功能并返回执行结果,可以解决现有技术中因第三方组件需要运行在与主操作系统不同的操作系统中而无法调用该第三方组件的问题。
进一步地,本发明的较佳的实施例中,仍然如图2所示,上述本地代理单元3还包括:
启动控制模块33,通过通信单元2连接对应的宿主模块112(图2中仅示出启动控制模块33与通信单元2连接的部分)。本发明的较佳的实施例中,上述启动控制模块33用于可控制地启动对应的宿主模块112。具体地,本发明的一个较佳的实施例中,提供一种启动上述宿主模块112的实现方法:本地代理单元3被启动,随后通过其中包括的启动控制模块31,通过通信单元2发送控制指令至相应连 接的执行单元11中的宿主模块112,以启动宿主模块112,从而启动该宿主模块112对应的功能组件111,通过注册管理组件23完成相应的功能组件111的注册过程。
本发明的较佳的实施例中,上述技术方案用于解决本地代理单元3异常关闭或者异常重启的情形。若不具有上述启动控制模块31,则当本地代理单元3异常关闭或者异常重启时,设置于远程的执行单元11中的相应的功能组件111并不会相应关闭或重启,则不会重新向本地代理单元3发送注册请求以完成注册,因此在相应的系统配置信息中也会缺失相关信息。因此在本地代理单元3中设置相应的启动控制模块31,以解决上述问题。换言之,在本地代理单元3中设置相应的启动控制模块31,可以将本地代理单元3的启动与关闭和远程的相应的功能组件111的启动与关闭进行同步,从而避免上述问题的发生。
本发明的较佳的实施例中,仍然如图4所示,上述宿主模块112中包括:
注册组件1121,连接通信单元2。本发明的较佳的实施例中,注册组件1121用以于宿主模块112启动后向通信单元2发送注册请求,以将宿主模块注册到本地代理单元3。本发明的较佳的实施例中,如上文中所述,当宿主模块112重新启动后,其主动向本地代理单元3请求注册,以完成相应的注册过程。
状态监测组件1122,用以检测本地代理单元的工作状态,并于本地代理单元停止工作时使宿主模块退出运行。
本发明的较佳的实施例中,上述状态监测组件1122起到的作用为:每隔预设的时间向本地代理单元3发送一次“PING”请求,以检查本地代理单元是否仍在工作,并在本地代理单元停止工作时(即“PING”请求失败)使宿主模块退出运行。这样可以避免“僵尸进程(Zombie Process)”的出现,即避免因与本地代理单元失去连接而无法获取请求的相应的宿主模块持续占用系统资源的情况发生。
本发明的较佳的实施例中,由于本地代理单元与远程服务端之间是远程连接的,因此可以将执行单元11与本地代理单元3设置为工 作于不同的操作系统下,从而解决跨平台使用第三方组件的问题。
综上所述,本发明技术方案中:
于远程服务端搭建包括第三方组件的执行单元,并通过本地代理单元获取当前运行的应用程序的请求以及相应的执行参数,通过通信单元转换成上述远程服务端可接受的数据格式的数据并发送至相应的执行单元;
随后远程服务端的执行单元中相应的功能组件接受请求对应的指令并执行相应的预定功能,以形成相应的执行结果,并通过通信单元转换成上述本地代理单元可接受的数据格式的数据并发送至本地代理单元。
最后本地代理单元将执行结果发送至当前运行的应用程序(即发出请求的应用程序),以供应用程序使用。
上述技术方案能够较好地解决现有技术中无法跨平台进行第三方组件调用的问题,且本发明技术方案中的系统操作简单,部署方便。
本发明的较佳的实施例中,基于上文中所述的代理框架服务系统,提供一种代理框架服务方法。
本发明的较佳的实施例中,于该服务方法中,预先提供至少一个包括用于执行预定功能的执行单元的远程服务端;
预先提供一本地代理单元;
以及在本地代理单元与远程服务端中的执行单元之间实现远程连接。
本发明的较佳的实施例中,如图5所示,上述代理框架服务方法具体包括:
步骤S1,本地代理单元获取当前运行的应用程序的请求;
本发明的较佳的实施例中,本地代理单元通过相应的接口向应用程序提供系统配置信息。本发明的一个较佳的实施例中,上述接口可以为一种软件开发工具包接口(Software Development Kit,SDK),用于提供给应用程序以及应用程序开放人员相应的系统配置数据,以便于应用程序能够成功与本地代理单元连接并进行工作。
本发明的较佳的实施例中,上述步骤S1中,本地代理单元获取 当前运行的应用程序的请求,以及与请求对应的执行参数。本发明的较佳的实施例中,所谓执行参数,如上文中所述,可以为应用程序请求执行的具体的内容。
本发明的较佳的实施例中,上述应用程序的请求及相应的执行参数通过设置于本地代理单元中的一管理模块发送至相应的执行单元;以及通过管理模块提供执行单元与本地代理单元之间的连接状态,以包括在系统配置信息中。
步骤S2,本地代理单元根据请求选择相应的执行单元,以在远程执行请求并形成相应的执行结果;
本发明的较佳的实施例中,在本地代理单元与远程的执行单元之间进行通信的实现方法可以包括:本地代理单元通过通信单元发送的请求及相应的执行参数,被转换成远程服务端可接受的格式并被远程服务端接收;远程服务端通过通信单元发送的执行结果,被转换成本地代理单元可接受的格式并被本地代理单元接收。
换言之,本发明的较佳的实施例中,通信单元的作用在于,将本地代理单元与远程服务端之间进行通信的数据分别转换成接收方能够识别的数据格式,从而解决不同平台不同系统之间数据通信格式不匹配的问题。
本发明的较佳的实施例中,当本地代理单元与远程服务端通过通信单元远程通信时,通信单元监测本地代理单元与执行单元之间的连接状态,并将连接状态设置在系统配置信息中,以供应用程序调用;
和/或
通信单元接收执行单元的注册请求,并根据注册请求将对应的执行单元注册至本地代理单元,以供本地代理单元通知应用程序当前可用的执行单元。
本发明的较佳的实施例中,于每个执行单元中设置相应的至少一个功能组件以及一宿主模块;
则本发明的较佳的实施例中,上述步骤S2中,执行单元接收请求,并选择相应的一个功能组件,以执行预定的功能并生成相应的执行结果;
采用宿主模块启动功能组件,并将请求转换成相应的功能组件可接受的指令,以指令控制功能组件执行预定的功能;以及
将执行结果通过通信单元发送至本地代理单元。
步骤S3,本地代理单元将远程获取的执行结果返回至应用程序,以供应用程序使用。
本发明的较佳的实施例中,上述本地代理单元通过通信单元可控制地启动宿主模块;和/或
当宿主模块被启动时,宿主模块向通信单元发送注册请求,以将宿主模块注册到本地代理单元。
相应地,本发明的较佳的实施例中,采用宿主模块检测本地代理单元的工作状态,并于本地代理单元停止工作时控制宿主模块退出运行。
具体地,本发明的较佳的实施例中,如上文中所述,若不采用宿主模块进行重新启动和/或注册的控制,则当本地代理单元被关闭或者被重新启动时,远程的执行单元无法同步地关闭和/或重新启动,也就无法于本地代理单元被重新启动时重新进行注册,则在本地代理单元被重新启动后,其中包括的系统配置信息中就不包括在本地代理单元被重新启动前已经处于启动状态的执行单元,因此当前运行的应用程序也无法得知此时有哪些执行单元可用。基于对上述问题的考虑,本发明技术方案中,采用宿主模块实现本地代理单元与远程的执行单元之间启动和关闭的同步性,从而保证执行单元能够第一时间向本地代理单元进行注册。
本发明的较佳的实施例中,如上文所述,执行单元与本地代理单元工作于不同的操作系统下。
以上所述仅为本发明较佳的实施例,并非因此限制本发明的实施方式及保护范围,对于本领域技术人员而言,应当能够意识到凡运用本发明说明书及图示内容所作出的等同替换和显而易见的变化所得到的方案,均应当包含在本发明的保护范围内。

Claims (19)

  1. 一种代理框架服务系统,其特征在于,
    提供至少一个远程服务端,每个所述远程服务端中设置有用以执行预定功能的执行单元;
    提供一通信单元;
    提供一本地代理单元,用以根据当前运行的应用程序的请求,选择对应的所述执行单元于远程执行所述请求,并获取执行结果后返回给所述应用程序;
    所述本地代理单元通过所述通信单元与所述远程服务端设置的所述执行单元连接。
  2. 如权利要求1所述的代理框架服务系统,其特征在于,所述本地代理单元包括接口模块,所述接口模块用以连接所述应用程序,所述接口模块包括:
    配置信息获取组件,用以向所述应用程序提供系统配置信息;
    指令执行组件,用以接收所述应用程序的请求,及与所述请求对应的执行参数,并向所述应用程序发送执行结果。
  3. 如权利要求2所述的代理框架服务系统,其特征在于,所述本地代理单元包括:
    管理模块,连接所述接口模块及所述通信单元,用以将所述接口模块获取的来自所述应用程序的请求及所述请求对应的执行参数通过所述通信单元发送至对应的所述执行单元,并将所述执行单元的执行结果发送至所述接口模块,以及提供所述执行单元与所述本地代理单元的连接状态至所述配置信息获取组件。
  4. 如权利要求1所述的代理框架服务系统,其特征在于,所述通信单元包括:
    转换组件,用以将所述本地代理单元发出的请求转换为所述远程服务端可接受的格式,发送至所述远程服务端;以及,将所述远程服务端产生的执行结果转换为所述本地代理单元可接受的格式,发送至所述本地代理单元;和/或
    监测组件,用以监测所述本地代理单元与所述执行单元之间的连接状态;和/或
    注册管理组件,用以接收所述执行单元的注册请求,并根据所述注册请求将对应的所述执行单元注册至所述本地代理单元。
  5. 如权利要求4所述的代理框架服务系统,其特征在于,所述通信单元通过套接字通讯模式维持所述本地代理单元与所述执行单元之间的通信。
  6. 如权利要求1所述的代理框架服务系统,其特征在于,所述执行单元包括:
    至少一个功能组件,用以根据所述请求执行预定的功能,并产生相应的执行结果;
    宿主模块,分别连接所述通信单元及所述功能组件,用以启动所述功能组件,将通过所述通信单元获取的所述请求转换为相应的所述功能组件可接受的指令,并控制所述功能组件根据对应的所述指令执行预定功能;以及,将所述功能组件的所述执行结果通过所述通信单元发送至所述本地代理单元。
  7. 如权利要求6所述的代理框架服务系统,其特征在于,所述本地代理单元包括:
    启动控制模块,通过所述通信单元连接对应的所述宿主模块,用以可控制地启动对应的所述宿主模块。
  8. 如权利要求6所述的代理框架服务系统,其特征在于,所述宿主模块包括:
    注册组件,连接所述通信单元,用以于所述宿主模块启动后向所述通信单元发送注册请求,以将所述宿主模块注册到所述本地代理单元。
  9. 如权利要求6所述的代理框架服务系统,其特征在于,所述宿主模块包括:
    状态监测组件,用以检测所述本地代理单元的工作状态,并于所述本地代理单元停止工作时使所述宿主模块退出运行。
  10. 如权利要求1-9中任一所述的代理框架服务系统,其特征在于,所述执行单元与所述本地代理单元工作于不同的操作系统下。
  11. 一种代理框架服务方法,其特征在于,包括:
    提供至少一个包括用于执行预定功能的执行单元的远程服务端;
    提供一本地代理单元;
    在所述本地代理单元与所述远程服务端中的所述执行单元之间实现远程连接;所述代理框架服务方法具体包括:
    步骤S1,所述本地代理单元获取当前运行的应用程序的请求;
    步骤S2,所述本地代理单元根据所述请求选择相应的所述执行单元,以在远程执行所述请求并形成相应的执行结果;
    步骤S3,所述本地代理单元将远程获取的所述执行结果返回至所述应用程序,以供所述应用程序使用。
  12. 如权利要求11所述的代理框架服务方法,其特征在于,所述本地代理单元通过相应的接口向所述应用程序提供系统配置信息;
    所述步骤S1中,所述本地代理单元获取当前运行的所述应用程序的所述请求,以及与所述请求对应的执行参数。
  13. 如权利要求12所述的代理框架服务方法,其特征在于,所述应用程序的请求及相应的所述执行参数通过设置于所述本地代理单元中的一管理模块发送至相应的所述执行单元;以及通过所述管理模块提供所述执行单元与所述本地代理单元之间的连接状态,以包括在所述系统配置信息中。
  14. 如权利要求11所述的代理框架服务方法,其特征在于,所述本地代理单元通过所述通信单元发送的所述请求及相应的所述执行参数,被转换成所述远程服务端可接受的格式并被所述远程服务端接收;
    所述远程服务端通过所述通信单元发送的所述执行结果,被转换成所述本地代理单元可接受的格式并被所述本地代理单元接收。
  15. 如权利要求11所述的代理框架服务方法,其特征在于,当所述本地代理单元与所述远程服务端通过所述通信单元远程通信时:
    监测所述本地代理单元与所述执行单元之间的连接状态;和/或
    接收所述执行单元的注册请求,并根据所述注册请求将对应的所述执行单元注册至所述本地代理单元。
  16. 如权利要求11所述的代理框架服务方法,其特征在于,于 每个所述执行单元中设置相应的至少一个功能组件以及一宿主模块;
    所述步骤S2中,所述执行单元接收所述请求,并选择相应的一个所述功能组件,以执行预定的功能并生成相应的所述执行结果;
    采用所述宿主模块启动所述功能组件,并将所述请求转换成相应的所述功能组件可接受的指令,以所述指令控制所述功能组件执行预定的功能;以及
    将所述执行结果通过所述通信单元发送至所述本地代理单元;
  17. 如权利要求16所述的代理框架服务方法,其特征在于:
    所述本地代理单元通过所述通信单元可控制地启动所述宿主模块;和/或
    当所述宿主模块被启动时,所述宿主模块向所述通信单元发送注册请求,以将所述宿主模块注册到所述本地代理单元。
  18. 如权利要求16所述的代理框架服务方法,其特征在于,采用所述宿主模块检测所述本地代理单元的工作状态,并于所述本地代理单元停止工作时控制所述宿主模块退出运行。
  19. 如权利要求11-18中任意一项所述的代理框架服务方法,其特征在于,所述执行单元与所述本地代理单元工作于不同的操作系统下。
PCT/CN2016/076943 2015-04-23 2016-03-22 一种代理框架服务系统及方法 WO2016169374A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510199126.0 2015-04-23
CN201510199126.0A CN106161564B (zh) 2015-04-23 2015-04-23 一种代理框架服务系统及方法

Publications (1)

Publication Number Publication Date
WO2016169374A1 true WO2016169374A1 (zh) 2016-10-27

Family

ID=57143655

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/076943 WO2016169374A1 (zh) 2015-04-23 2016-03-22 一种代理框架服务系统及方法

Country Status (2)

Country Link
CN (1) CN106161564B (zh)
WO (1) WO2016169374A1 (zh)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111064588B (zh) * 2018-10-16 2022-12-02 上海欣诺通信技术股份有限公司 消息处理方法、系统、设备及存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040040033A1 (en) * 2002-08-22 2004-02-26 International Business Machines Corporation Mapping between remote procedure call system primitives and event driven execution environment system primitives
CN1984149A (zh) * 2006-04-27 2007-06-20 华为技术有限公司 一种基于消息的分布式系统以及在其中通信的方法
CN101521680A (zh) * 2009-03-20 2009-09-02 华南理工大学 双模无线瘦终端装置及其利用外部计算资源的方法
CN103246741A (zh) * 2013-05-20 2013-08-14 成都市欧冠信息技术有限责任公司 分布式数据库系统的远程快速调用方法
CN103347053A (zh) * 2013-06-19 2013-10-09 成都市欧冠信息技术有限责任公司 基于管道技术的远程协同处理过程调用方法

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101631033B (zh) * 2008-07-14 2013-02-27 中兴通讯股份有限公司 远程组件的调用方法和系统、以及服务器、客户端
CN101676875A (zh) * 2008-08-15 2010-03-24 北京北大众志微系统科技有限责任公司 Linux终端无缝访问远程Windows应用程序的方法及其装置
CN102262560B (zh) * 2010-05-27 2016-12-28 阿里巴巴集团控股有限公司 一种远程服务的调用方法、装置及系统
CN104142856B (zh) * 2013-05-07 2018-08-14 华为技术有限公司 服务程序调用方法、系统及其智能设备

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040040033A1 (en) * 2002-08-22 2004-02-26 International Business Machines Corporation Mapping between remote procedure call system primitives and event driven execution environment system primitives
CN1984149A (zh) * 2006-04-27 2007-06-20 华为技术有限公司 一种基于消息的分布式系统以及在其中通信的方法
CN101521680A (zh) * 2009-03-20 2009-09-02 华南理工大学 双模无线瘦终端装置及其利用外部计算资源的方法
CN103246741A (zh) * 2013-05-20 2013-08-14 成都市欧冠信息技术有限责任公司 分布式数据库系统的远程快速调用方法
CN103347053A (zh) * 2013-06-19 2013-10-09 成都市欧冠信息技术有限责任公司 基于管道技术的远程协同处理过程调用方法

Also Published As

Publication number Publication date
CN106161564A (zh) 2016-11-23
CN106161564B (zh) 2019-09-10

Similar Documents

Publication Publication Date Title
EP2645636B1 (en) Home gateway, cloud server, and method for communication therebetween
JP6066997B2 (ja) 遠隔ケーブルアクセスポイントリセット
WO2016169375A1 (zh) 一种包括本地组件的代理框架服务系统及方法
WO2020001137A1 (zh) Bmc 和服务器 os 的交互方法、系统
US20170366701A1 (en) Image processing system, control apparatus, image processing apparatus, and methods of controlling these
CN104572564B (zh) 一种实现android移动设备与USB OTG主机通讯的方法
WO2010000142A1 (zh) 一种分布式网管系统及其维护管理方法
WO2018161550A1 (zh) 物联网家电设备离线恢复方法和联网模块
US20160299749A1 (en) System and method for remote installation of software
CN106506174A (zh) 用于远程设备的控制方法、远程服务器及远程设备
JP5629012B2 (ja) 入力ツール呼出システム、方法およびプロキシ装置
WO2018184594A1 (zh) 远程控制设备的方法及远程控制系统
WO2016169374A1 (zh) 一种代理框架服务系统及方法
WO2016184315A1 (zh) 一种基于网络连接服务的升级方法和装置
WO2018036255A1 (zh) 一种恢复网络设备的出厂配置的方法、装置及网络设备
CN107277107B (zh) 应用调试方法、装置及系统
CN111176893A (zh) 计算机远程控制方法、装置、系统和存储介质
JP3515839B2 (ja) コンピュータシステム間通信システム
CN100536482C (zh) 自动化设定方法以及系统
US11290347B2 (en) Computer-readable medium and system for managing terminal device not directly communicable with terminal management device
CN111966420B (zh) 电子设备及其远程控制方法、终端设备及可读存储介质
WO2015067052A1 (zh) 测试命令发送方法、装置及系统
CN106878379B (zh) 一种启动控制方法及装置
CN104503777A (zh) 瘦客户端的操作系统集中管理系统及其方法
KR101463426B1 (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: 16782522

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: 16782522

Country of ref document: EP

Kind code of ref document: A1