RegistryHandler is an interface used internally by the RMI
runtime in previous implementation versions. It should never be accessed
by application code.
| Method Summary | |
Registry |
registryImpl(int port)
copy-> .registryImpl( )copy-> <Registry var>=<RegistryHandler>.registryImpl(<int port>);
|
Registry |
registryStub(String host,
int port)
copy-> .registryStub(, )copy-> <Registry var>=<RegistryHandler>.registryStub(<String host>, <int port>);
|