搜索资源列表
RMI
- RMI是Java分布式对象技术,可以让位于一个虚拟机上的程序调用位于网络上另一处的虚拟机上的对象的方法。例子程序-RMI is Java distributed object technology, allows the program is located in a virtual machine on the virtual machine on another network is called object. Example program
distributed_clock
- 使用Java RMI实现的分布式时钟,不带图形界面,客户端有模拟时钟和数字时钟,客户端可以在服务器上注册自己的兴趣,比如更新时间间隔-This is a distributed clock application built on Java RMI. Analogue clock and Digital clock are distributed clients which can register themselves on distributed server.
envioObjetoViaTCP
- Exemplo de TCP utilizando Java RMI
Source code
- import java.rmi.*; public class rcli { public static void main(String arg[]) { try { rint rr = (rint)Naming.lookup("rmi://172.16.13.2/rser"); double s = rr.fact(5); System.out.print
52310762
- Java编程rmi实例,给出远程方法调用技术在java方面的具体例子,()
Login & register RMI
- login rmi program using three tier architecture in java language
rmi addtion
- java rmi program for rmi addition for ip