-
Notifications
You must be signed in to change notification settings - Fork 0
Done as a project for course 15-440 ( http://www.andrew.cmu.edu/course/15-440-s13/index/labs_index.html )
MohtaMayank/SimpleRMIForJava
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple RMI Implementation Mayank Mohta (mmohta) and Yuchen Tian (yuchent) For a simple demo, use "make demo" command. This command does the following: 1. Starts a RegistryServer. Any RMI server can bind remote objects and RMI client can lookup objects 2. Starts an RMIServer. It registers two remote objects of type GreetingGiver. The GreetingGiver interface has following 3 methods: a. String giveGreeting(String name) : To demonstrate pass by value in RMI. b. RemoteObjectRef locateGreeter(String greeterName) : To demonstrate that RemoteObjectRef can be returned by Remote method calls c. String collectGreeting(String name, RemoteObjectRef) : This demonstrates that RemoteObjectRef can be passed as parameters thus enabling remote method calls to be chained 3. Starts an RMI Client: It does lookup for remote objects and demonstrates each of the methods of the GreetingGiver. Please see the report for a detailed description of design.
About
Done as a project for course 15-440 ( http://www.andrew.cmu.edu/course/15-440-s13/index/labs_index.html )
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published