Basic HTML version of Foils prepared July 15 1998

Foil 28 Publishing the Client Object Reference (RMI) I

From Java Distributed Collaborative Environment as a CORBA and RMI Example Tutorial: ITEA HPCC Conference Aberdeen Md. -- July 13 98. by Shrideep Pallickara


1 try { control = new RMIClientControlImpl(thisClient);
2 identity= "rmi://jojo.npac.syr.edu:7000/" + thisClient.clientName; Naming.rebind(identity, control); System.out.println("ClientControl Export done.");
3 } catch (RemoteException re) { System.out.println("Exception in ClientControlImpl.main: " + re); }
4 catch (MalformedURLException e) { System.out.println("MalformedURLException CoordinatorImpl.main: " + e);
5 }

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sat Nov 28 1998