Skip to content

Instantly share code, notes, and snippets.

@xdom
Created September 25, 2016 13:58
Show Gist options
  • Save xdom/8b277a789f8cbcd452c7261eda84470e to your computer and use it in GitHub Desktop.
Save xdom/8b277a789f8cbcd452c7261eda84470e to your computer and use it in GitHub Desktop.
registry = LocateRegistry.createRegistry(port);
Remote exported = UnicastRemoteObject.exportObject(this, port);
registry.rebind(BINDING_NAME, exported);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment