The Distributed Object Oriented Model
- Threads can run on different address spaces.
- The runtime must provide a mechanism for finding objects in
remote address spaces.
- Full location transparency: the programmer does not care where
an object lives when invoking methods, accessing instance variables,
copying references and testing identity.
- Location transparency for method invocation: the programmer does
not care where an object lives when invoking methods.
Full location transparency => Invocation
transparency
- 7 -