Providing location transparency for method invocation
- Implements the remote object descriptor as a subclass of the class
of the concrete remote object.
- Redefine all methods so they send messages to the remote process and
wait for their remote execution.
- Every method should be redefinable!
- The runtime must provide threads to serve remote methods
invocations to local objects.
- 5 -