Table of Contents

Interface IRMIServer

Namespace
Javax.Management.Remote.Rmi
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/management/remote/rmi/RMIServer.html

public interface IRMIServer : IRemote

Properties

Version

String Version { get; }

Property Value

String

Methods

NewClient(object)

RMIConnection NewClient(object arg0)

Parameters

arg0 object

object

Returns

RMIConnection

RMIConnection

Exceptions

IOException