KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > rmi > registry > RegistryHandler

java.rmi.registry
Interface RegistryHandler

See Also:
Source Code, @Deprecated

@Deprecated
Registry registryImpl(int port)
                      throws RemoteException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
Registry registryStub(String host,
                                 int port)
                      throws RemoteException,
                             UnknownHostException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags