April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Remote Method Invocation (RMI)
nRMI is the Java analog to RPC
nRMI servers use a naming service (rmiregistry) to register remote objects
nRMI servers use a special security policy implemented by RMISecurityManager
nThe default RMI transport mechanism is via TCP sockets – this is transparent to RMI code!
nAny object transferred in an RMI call must implement the Serializable interface