文件名称:RMI
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-11-04
- 文件大小:
- 724kb
- 下载次数:
- 0次
- 提 供 者:
- 罗**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Java远程方法调用,即Java RMI(Java Remote Method Invocation)是Java编程语言里,一种用于实现远程过程调用的应用程序编程接口。它使客户机上运行的程序可以调用远程服务器上的对象。远程方法调用特性使Java编程人员能够在网络环境中分布操作。RMI全部的宗旨就是尽可能简化远程接口对象的使用。
Java RMI极大地依赖于接口。在需要创建一个远程对象的时候,程序员通过传递一个接口来隐藏底层的实现细节。客户端得到的远程对象句柄正好与本地的根代码连接,由后者负责透过网络通信。这样一来,程序员只需关心如何通过自己的接口句柄发送消息。
接口的两种常见实现方式是:最初使用JRMP(Java Remote Message Protocol,Java远程消息交换协议)实现;此外还可以用与CORBA兼容的方法实现。RMI一般指的是编程接口,也有时候同时包括JRMP和API(应用程序编程接口),而RMI-IIOP则一般指RMI接口接管绝大部分的功能,以支持CORBA的实现。
最初的RMI API设计为通用地支持不同形式的接口实现。后来,CORBA增加了传值(pass by value)功能,以实现RMI接口。然而RMI-IIOP和JRMP实现的接口并不完全一致。-Java Remote Method Invocation , namely Java RMI (Java Remote Method Invocation) is the Java programming language, used to implement remote procedure call application programming interface. It allows a program running on a client can call a remote object on the server . Remote Method Invocation of the Java programming staff to operate in a distributed network environment . All RMI s mission is to simplify as much as possible the use of the remote interface object .
Java RMI greatly dependent on the interface. The need to create a remote object, passing a programmer interface to hide the underlying implementation details. Clients get a remote object handle just connect with local root code , which is responsible for communication over the network . As a result , programmers simply concerned about how to handle through its own interface to send messages .
Two common interface implemented as follows: initial use JRMP (Java Remote Message Protocol, Java remote message exchange protocol )
Java RMI极大地依赖于接口。在需要创建一个远程对象的时候,程序员通过传递一个接口来隐藏底层的实现细节。客户端得到的远程对象句柄正好与本地的根代码连接,由后者负责透过网络通信。这样一来,程序员只需关心如何通过自己的接口句柄发送消息。
接口的两种常见实现方式是:最初使用JRMP(Java Remote Message Protocol,Java远程消息交换协议)实现;此外还可以用与CORBA兼容的方法实现。RMI一般指的是编程接口,也有时候同时包括JRMP和API(应用程序编程接口),而RMI-IIOP则一般指RMI接口接管绝大部分的功能,以支持CORBA的实现。
最初的RMI API设计为通用地支持不同形式的接口实现。后来,CORBA增加了传值(pass by value)功能,以实现RMI接口。然而RMI-IIOP和JRMP实现的接口并不完全一致。-Java Remote Method Invocation , namely Java RMI (Java Remote Method Invocation) is the Java programming language, used to implement remote procedure call application programming interface. It allows a program running on a client can call a remote object on the server . Remote Method Invocation of the Java programming staff to operate in a distributed network environment . All RMI s mission is to simplify as much as possible the use of the remote interface object .
Java RMI greatly dependent on the interface. The need to create a remote object, passing a programmer interface to hide the underlying implementation details. Clients get a remote object handle just connect with local root code , which is responsible for communication over the network . As a result , programmers simply concerned about how to handle through its own interface to send messages .
Two common interface implemented as follows: initial use JRMP (Java Remote Message Protocol, Java remote message exchange protocol )
(系统自动生成,下载前可以参看下载内容)
下载文件列表
RMI\.classpath
...\.project
...\0
...\1
...\2
...\3
...\4
...\5
...\a.class
...\AngrySnake.class
...\b.class
...\.uild\classes\rmi\RMIClient.class
...\.....\.......\...\RMIInterface.class
...\.....\.......\...\RMIServer.class
...\.....\.......\...\RMIServerImpl.class
...\build.xml
...\butterfly_logo.png
...\c.class
...\d.class
...\e.class
...\f.class
...\g.class
...\.mgres\softkey_button.png
...\......\softkey_button_pressed.png
...\......\softkey_icon_back.png
...\......\softkey_icon_ok.png
...\......\text_DE.txt
...\......\text_EN.txt
...\......\text_FR.txt
...\......\text_IT.txt
...\......\text_SP.txt
...\h.class
...\i.class
...\icon.png
...\j.class
...\k.class
...\l.class
...\m.class
...\manifest.mf
...\META-INF\MANIFEST.MF
...\miui_Mioneplus_2.3.16_670bf3a101_4.0.zip
...\n.class
...\.bproject\build-impl.xml
...\.........\genfiles.properties
...\.........\private\private.properties
...\.........\.......\private.xml
...\.........\project.properties
...\.........\project.xml
...\o.class
...\p.class
...\Package_Text
...\q.class
...\r.class
...\s.class
...\.rc\rmi\RMIClient.java
...\...\...\RMIInterface.java
...\...\...\RMIServer.java
...\...\...\RMIServerImpl.java
...\t.class
...\u.class
...\build\classes\rmi
...\.....\classes
...\nbproject\private
...\src\rmi
...\build
...\gmgres
...\META-INF
...\nbproject
...\src
RMI