July 2001
Intermediate to advanced
320 pages
5h 46m
English
Introduction — Remote failure — Partial failure — Latency — Applets — Exercises
This chapter introduces RMI clients and discusses the issues of remote failure, partial failure and latency. You can find out more about client-side programming in § 10.14 and § 14.12.
RMI clients are rather simple things. They barely differ from clients of local objects — i.e. normal self-contained Java programs. RMI clients acquire objects, invoke methods on the objects, use the results, and catch exceptions thrown by the methods. RMI-specific programming only arises when acquiring remote objects from a naming service, and this is really naming-service programming, not RMI programming.
Otherwise, programming an RMI
Read now
Unlock full access