`
gaojingsong
  • 浏览: 1182679 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
文章分类
社区版块
存档分类
最新评论

【Zeroc ICE 存根文件的作用】

阅读更多



 

ICE 存根文件的作用

The compiler generates quite few source files for each Slice interface. In

general, for an interface <interface-name>, the following source files are created

by the compiler:

1) <interface-name>.java

This source file declares the <interface-name> Java interface.

 

2) <interface-name>Holder.java

This source file defines a holder type for the interface 

 

3) <interface-name>Prx.java

This source file defines the <interface-name>Prx interface 

 

4) <interface-name>PrxHelper.java

This source file defines the helper type for the interface’s proxy 

 

5) <interface-name>PrxHolder.java

This source file defines the a holder type for the interface’s proxy 

 

6) <interface-name>Operations.java

7)  _<interface-name>OperationsNC.java

These source files each define an interface that contains the operations corre-

sponding to the Slice interface.

These are the files that contain code that is relevant to the client side. The

compiler also generates a file that is specific to the server side, plus three addi-

tional files:

 

8) _<interface-name>Disp.java

This file contains the definition of the server-side skeleton class.

 

 

9) _<interface-name>Del.java

10) _<interface-name>DelD.java

11)  _<interface-name>DelM.java

These files contain code that is internal to the Java mapping; they do not

contain any functions of relevance to application programmers.

 

12) Callback_<interface-name>_<Method>.java



 

  • 大小: 70 KB
  • 大小: 25 KB
0
1
分享到:
评论

相关推荐

    ZeroC Ice 3.7 手册

    ZeroC Ice 3.7 手册 Ice(Internet Communications Engine)是ZeroC公司的杰作,继承了CORBA的血统,是新一代的面向对象的分布式系统中间件。Ice是RPC通讯领域里最稳定、强大、高性能、跨平台、多语言支持的老牌开源...

    zeroc ice教程 ice环境配置 Ice中文教程 C++ ICE java ICE ICE入门 ice基础教程 ice开发文档

    Zeroc ICE是一个开源的中间件平台,它支持C++、Java、Python、.NET等语言的分布式对象通信。ICE全称Internet Communications Engine,即互联网通信引擎,是一种用于开发分布式计算应用的强大工具。本文档主要围绕ICE...

    552404 ZeroC Ice权威指南_ZeroCI_

    《552404 ZeroC Ice权威指南》是一本深度解析ZeroCI框架的专业书籍,旨在为读者提供全面且深入的ICE(Internet Communication Engine)框架使用知识。ICE是一款跨平台的中间件,由ZeroC公司开发,用于构建分布式系统...

    ZeroC Ice权威指南

    《ZeroC Ice权威指南》是业界第一本关于Ice这个知名开源分布式RPC中间件的纸质书籍,全书内容涵盖了分布式系统架构概述、RPC原理、Ice基础源码研读、高级进阶、多语言调用、性能调优、SSL安全调用、IceGrid运维与...

    ZeroC ICE原理图

    ### ZeroC ICE原理详解 #### 一、ZeroC ICE简介 ZeroC ICE(Internet Communications Engine)是由ZeroC公司开发的一款高性能、跨平台的中间件框架。该框架旨在为分布式应用程序提供一套完整且易于使用的解决方案...

    Zeroc ice消息中间件

    文件列表中的`Ice-3.5.0.pdf`、`Ice-3.4.1[1].pdf`代表ICE的不同版本,每个版本可能包含性能提升、新功能添加或兼容性改进。这表明ICE有良好的版本控制,新版本可以与旧版本的客户端和服务端协同工作。 6. **中文...

    ZeroC Ice3.7 官方手册英文版加注中文书签

    ### ZeroC Ice 3.7 官方手册知识点解析 #### 一、Ice 手册概览 **1.1 Ice 概述** - **1.1.1 Ice 架构** - **术语(Terminology)**:介绍了与Ice相关的专业术语,帮助读者更好地理解文档中的内容。 - **Slice...

    zeroc ice3.4安装2

    zeroc ice3.4安装2 Ice is a modern object-oriented toolkit that enables you to build distributed applications with minimal effort. Ice allows you to focus your efforts on your application logic while ...

    zeroc ice pdf文档

    Zeroc Ice 3.4.2/3.5.1/3.6.4/3.7.0 总共4个版本的pdf帮助文档打包. Ice(Internet Communications Engine)是ZeroC公司的杰作,继承了CORBA的血统,是新一代的面向对象的分布式系统中间件。

    zeroc ice3.6 window 安装包

    zeroc ice3.6 window 安装包,因为安装包太大,所以使用百度网盘地址。具体使用demo参见我的博客

    zeroc ICE 3.3.1文档

    - **版权所有**:版权归属于2003-2009年的ZeroC, Inc.。 - **许可证**:文档采用Creative Commons Attribution-NoDerivs 2.5 License许可证发布;而ICE软件则采用了不同的许可协议。 #### 二、ICE简介 - **定义**:...

    ZeroC Ice3.7 英文版加注中文书签官方手册.zip

    ZeroC Ice 3.7 手册 Ice(Internet Communications Engine)是ZeroC公司的杰作,继承了CORBA的血统,是新一代的面向对象的分布式系统中间件。Ice是RPC通讯领域里最稳定、强大、高性能、跨平台、多语言支持的老牌...

    zeroc Ice c# 的源码

    通常,这样的文件会包含zeroc Ice的C#客户端和服务器端库的源代码,示例程序,可能还有编译和构建脚本,以及相关的文档资源。 在zeroc Ice的C#源码中,我们可以期待看到以下几个关键部分: 1. **Ice**: 这个组件...

    ZeroC Ice 3.7.3 源码与中文教程.rar

    Ice 是一种面向对象的中间件平台。从根本上说,这意味着 Ice 为构建面 向对象的客户-服务器应用提供了工具、 API 和库支持。 Ice 应用适合在异 种环境中使用:客户和服务器可以用不同的编程语言编写,可以运行在不 ...

    Zeroc_ICE学习大全

    **Zeroc ICE 学习大全** Zeroc ICE(Integration and Communication Environment)是一种高性能、跨平台的中间件,用于构建分布式系统。它提供了一种简单而强大的方式来实现对象间的远程调用,使得开发人员可以像...

    Zeroc ice java eclipse project

    2. `zeroc ice jar`:这是Zeroc ICE的Java库文件,包含了ICE的运行时组件和API,开发者需要引入这个库来使用ICE的功能。 3. `ice.properties`:这是一个配置文件,通常用于配置Zeroc ICE的服务器地址、端口、身份...

    Ubuntu-zeroc-ice 环境安装

    安装时可能需要安装一系列相关的软件包,如zeroc-ice-all-runtime和zeroc-ice-all-dev,这些包分别提供了运行时环境和开发时所需的库文件和头文件。 5. 安装db5.3-util:Zeroc-ICE支持数据库热备份功能,db5.3-util...

    zeroc ice u3d 网络组件

    zeroc_ice u3d tcp socket c# www.zeroc.com ice的unity3d版本。 独家发布。外边绝对没有。 需要咨询。可以给我发信息。

Global site tag (gtag.js) - Google Analytics