文件名称:broker
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-06-12
- 文件大小:
- 23kb
- 下载次数:
- 0次
- 提 供 者:
- 安**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
两个server,一个server接收两个整数,求和并返回结果,另一个server接收两个整数,求差并返回结果。
客户端通过ID访问所需的服务,即:将服务ID和将两个整数发送给Broker,由broker找到正确的服务器并将整数发送给相应的服务器,服务器计算结果,再将结果交给broker转发给客户,客户显示结果。-Two server, a server receives two integers, the sum and returns the result, another server receives two integers, find the difference, and returns the result.
ID required to access the client through the service, namely: the service ID and will send two integers Broker, the broker to find the correct server and sent to the corresponding integer server, the results, and then forwards the results to the broker to the customer, the customer displays the results.
客户端通过ID访问所需的服务,即:将服务ID和将两个整数发送给Broker,由broker找到正确的服务器并将整数发送给相应的服务器,服务器计算结果,再将结果交给broker转发给客户,客户显示结果。-Two server, a server receives two integers, the sum and returns the result, another server receives two integers, find the difference, and returns the result.
ID required to access the client through the service, namely: the service ID and will send two integers Broker, the broker to find the correct server and sent to the corresponding integer server, the results, and then forwards the results to the broker to the customer, the customer displays the results.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
broker\broker\.classpath
......\......\.project
......\......\.settings\org.eclipse.jdt.core.prefs
......\......\bin\broker\AddServer.class
......\......\...\......\Broker.class
......\......\...\......\Client$1.class
......\......\...\......\Client$2.class
......\......\...\......\Client.class
......\......\...\......\Server.class
......\......\...\......\SubServer.class
......\......\src\broker\AddServer.java
......\......\...\......\Broker.java
......\......\...\......\Client.java
......\......\...\......\Server.java
......\......\...\......\SubServer.java
......\broker.uml
......\......\bin\broker
......\......\src\broker
......\......\.settings
......\......\bin
......\......\src
......\broker
broker