URL format
rmi://[host[:port]][/[object]][?rdn]
- Option
- Description
- host
- Specify the RMI registry name or address. The default name is localhost.
- port
- Specify the RMI registry port number. The default port is 1099.
- object
- If the object name is absent, then the URL names the registry at the given host and port. Otherwise, it names the remote object registered at that registry under the name provided.
- rdn
- The name of the object to lookup, add, delete or modify