Outubro 2008
Prof. Ismael H. F. Santos -
ismael@tecgraf.puc-rio.br
89
The Client
n
The Client Must
n
(1) Install a Security Manager:
n
System.setSecurityManager(
n
new RMISecurityManager());
n
n
(2) Get a Reference to the Remote Object
n
MessageQueue mb;
n
mb = (MessageQueue)Naming.lookup(
n
“rmi://127.0.0.1/MessageServer”’);