Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. private ClientController() throws RemoteException, NotBoundException {
  2. String hostname = JOptionPane.showInputDialog("Server name?", "localhost");
  3. Registry registry = LocateRegistry.getRegistry(hostname, RMI_Server.REGISTRY_PORT);
  4. ICatalogue proxyCatalogue = (ICatalogue)registry.lookup(RMI_Server.REMOTE_OBJECT_NAME);
  5.  
  6. catalogue = proxyCatalogue;
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement