Table of Contents

Interface IRegistryHandler

Namespace
Java.Rmi.Registry
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/rmi/registry/RegistryHandler.html

public interface IRegistryHandler
Extension Methods

Methods

RegistryImpl(int)

[Obsolete("Deprecated in JVM")]
Registry RegistryImpl(int arg0)

Parameters

arg0 int

int

Returns

Registry

Registry

Exceptions

RemoteException

RegistryStub(String, int)

[Obsolete("Deprecated in JVM")]
Registry RegistryStub(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

Returns

Registry

Registry

Exceptions

RemoteException
UnknownHostException