Outubro 2008
Prof. Ismael H. F. Santos -
ismael@tecgraf.puc-rio.br
2
Remote Method Invocation
n
Remote Method Invocation (RMI) is a Java
mechanism similar to RPCs.
n
RMI allows a Java program on one machine to
invoke a method on a remote object.
n