CN203894744U - Cross-host and cross-platform remote order calling system - Google Patents

Cross-host and cross-platform remote order calling system Download PDF

Info

Publication number
CN203894744U
CN203894744U CN201320881290.6U CN201320881290U CN203894744U CN 203894744 U CN203894744 U CN 203894744U CN 201320881290 U CN201320881290 U CN 201320881290U CN 203894744 U CN203894744 U CN 203894744U
Authority
CN
China
Prior art keywords
unit
result
cross
data
encapsulation
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
Application number
CN201320881290.6U
Other languages
Chinese (zh)
Inventor
刘毅
梁雄伟
彭涛
潘道俊
马小峰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
JETWAY INFORMATION SECURITY INDUSTRY Co Ltd
Original Assignee
JETWAY INFORMATION SECURITY INDUSTRY Co Ltd
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 JETWAY INFORMATION SECURITY INDUSTRY Co Ltd filed Critical JETWAY INFORMATION SECURITY INDUSTRY Co Ltd
Priority to CN201320881290.6U priority Critical patent/CN203894744U/en
Application granted granted Critical
Publication of CN203894744U publication Critical patent/CN203894744U/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)

Abstract

The utility model relates to the technical field of computer information interaction, in particular to a cross-host and cross-platform remote order calling system. The cross-host and cross-platform remote order calling system comprises a client side and a server side, wherein the client side comprises an encapsulation unit, an order calling unit, a calling result processing unit and a resource judging unit; the server side comprises a receiving unit, an analyzing unit, a processing unit and a result returning unit; a service program needing to be actuated and called by the server side is indicated by an order, and parameters are data which needs to be processed. According to the cross-host and cross-platform remote order calling system disclosed by the utility model, interactive operation can be carried out by a target machine and a local machine under the situation that interface operation and an application layer protocol are not referred to, data can be processed by selecting the local machine or the target machine, and system resources across a host and a platform can be uniformly dispatched.

Description

Across main frame, cross-platform remote command calling system
Technical field
The utility model relates to computerized information interaction technique field, particularly relates to across main frame, cross-platform remote command calling system.
Background technology
Along with the high speed development of network, the general layout originally being ruled all the land by Windows system, starts to change to some extent now, and particularly linux system is flourish, to providing more choices property of daily use.In addition, for the consideration of security and confidentiality, some company need to isolate intra-company's machine and external network completely, and internal machine is generally the main frame of general windows system, what be connected with external network is generally safe linux system main frame, mutual by Windows system host and linux system main machine coordination working and external network.Therefore, cross-platform, seem particularly necessary across the interactive operation between main frame.
Taking Windows system as example, interoperability traditional software between cross operating system mainly contains two classes at present: a class is the emulation based on control desk,, in Windows system environments, simulates a remote console, as a remote terminal, arrive long-range linux system by network entry; Another kind is the emulation based on X Window, and it is at X Server of local runtime, moves the X application on long-range linux system main frame thereon.
Traditional software simulates target machine on local machine, by the service on local machine invocation target machine, realizes the interactive operation to target machine on local machine, but traditional software can not meet the demand in our work.First, traditional software is based on command calls, interface operation, the comprehensive realization of application layer protocol, and implementation procedure is very complicated; Secondly, traditional software is mainly towards the software application personnel of cross-platform operation, but not software developer, for software developer, on the basis that often need to realize at software, do secondary development, customize application program and the service routine of oneself, current traditional software cannot meet this demand; Again, local machine and target machine are still the system of two separate operations, and the system resource separately of the two can not United Dispatching.
Summary of the invention
Technical problem to be solved in the utility model is to provide a kind of across main frame, cross-platform remote command calling system, make target machine and local machine in the situation that not relating to interface operation and application layer protocol, carry out interactive operation, in addition, the utility model makes software developer can do easily secondary development, customizes application program and the service routine of oneself; Again, on basis of the present utility model, can select by local machine or target machine carrys out deal with data, and then United Dispatching is across main frame, the system resource of cross-platform.
The utility model solves the technical scheme that its technical matters adopts:
Across main frame, a cross-platform remote command calling system, taking local machine as client, target machine is service end, and described client comprises: encapsulation unit, forms encapsulation of data for encapsulating instruction and parameter; Command calls unit, sends to service end to initiate remote command encapsulation of data for application program and calls; Wherein, instruction shows that service end will carry out the service routine calling, and parameter is to need data to be processed; Described service end comprises: receiving element, for receiving encapsulation of data; Resolution unit, for encapsulation of data is resolved, obtains dependent instruction and parameter; Processing unit, for according to instruction calls corresponding with service program, service routine processing parameter obtains result; Result is returned to unit, calls result and returns to client for final result is packaged into; Client also comprises calls result treatment unit, for receiving service end returns call result and process.
Preferably, the encapsulation of data that described encapsulation unit is packaged into and result return to that unit package becomes the character stream that calls result and be serializing, while including encapsulation, insert for distinguishing the type separator of all types of fields.
Preferably, the described result of calling is divided into two kinds, if failure is calling misregistration information in result in service routine processing parameter process; If service routine processing parameter runs succeeded calling in result the record information that runs succeeded.
Whether preferably,, call result treatment unit normally carries out for resolving to call object information and judge to call.
Preferably, described client also comprises resource judgment unit, client resource and service end resource are judged before initiation remote command calls for client application, determine by the direct deal with data of client or initiation remote command and call by service and bring in deal with data.
Beneficial effect:
Owing to having adopted above-mentioned technical scheme, the utility model compared with prior art, there is following advantage and good effect: compare existing traditional far call implementation, the utility model does not relate to interface operation and application layer protocol, only provide a kind of succinct remote command to call implementation method, but can coordinate other figure collaborative tools to realize cross-platform interface alternation operation.Than existing traditional software mainly towards the software application personnel of cross-platform operation, but not software developer, the utility model is the developer of software-oriented, and software developer can do secondary development easily, customizes application program and the service routine of oneself.Moreover, on basis of the present utility model, can select by local machine or target machine carrys out deal with data, and then United Dispatching is across main frame, the system resource of cross-platform.
Brief description of the drawings
Fig. 1 is the block diagram of an embodiment of the utility model.
Embodiment
Below in conjunction with specific embodiment, further set forth the utility model.Should be understood that embodiment is only not used in restriction scope of the present utility model for the utility model is described.In addition should be understood that those skilled in the art can make various changes or modifications the utility model after having read the content of the utility model instruction, these equivalent form of values fall within the application's appended claims limited range equally.
Of the present utility model a kind of across main frame, cross-platform remote command calling system, as shown in Figure 1, taking local machine as client, target machine is service end, and described client comprises: encapsulation unit, forms encapsulation of data for encapsulating instruction and parameter; Command calls unit, sends to service end to initiate remote command encapsulation of data for application program and calls; Wherein, instruction shows that service end will carry out the service routine calling, and parameter is to need data to be processed; Described service end comprises: receiving element, for receiving encapsulation of data; Resolution unit, for encapsulation of data is resolved, obtains dependent instruction and parameter; Processing unit, for according to instruction calls corresponding with service program, service routine processing parameter obtains result; Result is returned to unit, calls result and returns to client for final result is packaged into; Client also comprises calls result treatment unit, for receiving service end returns call result and process.Wherein, the encapsulation of data that encapsulation unit is packaged into and result return to that unit package becomes the character stream that calls result and be serializing, while including encapsulation, insert for distinguishing the type separator of all types of fields.
It should be noted that, call result and be divided into two kinds, if failure is calling misregistration information in result in service routine processing parameter process; If service routine processing parameter runs succeeded calling in result the record information that runs succeeded.。
Whether the described result treatment unit that calls is normally carried out for resolving to call object information and judge to call.
Described client also comprises: resource judgment unit, client resource and service end resource are judged before initiation remote command calls for client application, determine by the direct deal with data of client or initiation remote command and call by service and bring in deal with data.
Be not difficult to find, present embodiment can select by local machine or target machine carrys out deal with data, and then United Dispatching is across main frame, the system resource of cross-platform.Present embodiment can also select by local machine or target machine carrys out deal with data, and then United Dispatching is across main frame, the system resource of cross-platform.

Claims (4)

1. across main frame, a cross-platform remote command calling system, taking local machine as client, target machine is service end, it is characterized in that, described client comprises: encapsulation unit, forms encapsulation of data for encapsulating instruction and parameter; Command calls unit, sends to service end to initiate remote command encapsulation of data for application program and calls; Wherein, instruction shows that service end will carry out the service routine calling, and parameter is to need data to be processed; Described service end comprises: receiving element, for receiving encapsulation of data; Resolution unit, for encapsulation of data is resolved, obtains dependent instruction and parameter; Processing unit, for according to instruction calls corresponding with service program, service routine processing parameter obtains result; Result is returned to unit, calls result and returns to client for final result is packaged into; Client also comprises calls result treatment unit, for receiving service end returns call result and process; Whether the described result treatment unit that calls is normally carried out for resolving to call object information and judge to call.
2. according to claim 1 across main frame, cross-platform remote command calling system, it is characterized in that, the encapsulation of data that described encapsulation unit is packaged into and result return to that unit package becomes the character stream that calls result and be serializing, while including encapsulation, insert for distinguishing the type separator of all types of fields.
3. according to claim 1ly it is characterized in that across main frame, cross-platform remote command calling system, the described result of calling is divided into two kinds, if failure is calling misregistration information in result in service routine processing parameter process; If service routine processing parameter runs succeeded calling in result the record information that runs succeeded.
4. according to claim 1 across main frame, cross-platform remote command calling system, it is characterized in that, described client also comprises resource judgment unit, client resource and service end resource are judged before initiation remote command calls for client application, determine by the direct deal with data of client or initiation remote command and call by service and bring in deal with data.
CN201320881290.6U 2013-12-30 2013-12-30 Cross-host and cross-platform remote order calling system Expired - Fee Related CN203894744U (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201320881290.6U CN203894744U (en) 2013-12-30 2013-12-30 Cross-host and cross-platform remote order calling system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201320881290.6U CN203894744U (en) 2013-12-30 2013-12-30 Cross-host and cross-platform remote order calling system

Publications (1)

Publication Number Publication Date
CN203894744U true CN203894744U (en) 2014-10-22

Family

ID=51721119

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201320881290.6U Expired - Fee Related CN203894744U (en) 2013-12-30 2013-12-30 Cross-host and cross-platform remote order calling system

Country Status (1)

Country Link
CN (1) CN203894744U (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103729292A (en) * 2013-12-30 2014-04-16 瑞达信息安全产业股份有限公司 Cross-host cross-platform remote command invoking method and system
CN106161409A (en) * 2015-04-23 2016-11-23 珀金埃尔默企业管理(上海)有限公司 A kind of agent framework service system including local component and method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103729292A (en) * 2013-12-30 2014-04-16 瑞达信息安全产业股份有限公司 Cross-host cross-platform remote command invoking method and system
CN106161409A (en) * 2015-04-23 2016-11-23 珀金埃尔默企业管理(上海)有限公司 A kind of agent framework service system including local component and method

Similar Documents

Publication Publication Date Title
CN103729292A (en) Cross-host cross-platform remote command invoking method and system
KR102167879B1 (en) Test methods, systems, devices and readable storage media
EP2990942B1 (en) Service extraction and application composition
US7293256B2 (en) Debugger causality system and methods
CN110750255B (en) Applet rendering method and device
CN104462943A (en) Non-intrusive performance monitoring device and method for service system
CN103685564A (en) Plug-in application ability layer introduced industry application online operation cloud platform architecture
CN110991040A (en) Complex product collaborative simulation environment construction method
CN203894744U (en) Cross-host and cross-platform remote order calling system
Lee et al. Domain-oriented engineering of elevator control software: a product line practice
KR20180009589A (en) Apparatus and method for analyzing programs
CN106557350B (en) JAVA byte code conversion method, device and equipment in application program installation package
CN103870624B (en) Simulation analysis template for hung crossbeam
CN107124292B (en) Method for dynamically generating incidence relation of information system operation modes
CN111596962B (en) Real-time microkernel system based on high-speed protocol channel and initialization method thereof
CN103294874B (en) For Web service method for packing and the system of Electromagnetic Simulation computing system FEKO
CN102647419B (en) Security policy online detection system facing to terminal computers
CN108304230B (en) Implementation method and device for adjusting application attribute and readable storage medium
CN106547528B (en) Interface layout method and device
CN103530091A (en) Method and device for implementing task of calculating CPMD (car-Parrinello molecular dynamics simulations)
CN110465093B (en) Method and device for analyzing inclusion redundant resources based on Unity
CN112445476A (en) Method for realizing Java Applet automatic operation
CN106991017B (en) Event processing method and device
CN108227573B (en) Method for realizing motion controller axis information configuration based on OPC-UA
CN103544015A (en) Method and device for achieving VASP calculation tasks

Legal Events

Date Code Title Description
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20141022

Termination date: 20181230