Table of Contents

Interface IServerRef

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

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

public interface IServerRef : IRemoteRef, IExternalizable, ISerializable
Inherited Members
Extension Methods

Properties

ClientHost

String ClientHost { get; }

Property Value

String

Methods

ExportObject(Remote, object)

RemoteStub ExportObject(Remote arg0, object arg1)

Parameters

arg0 Remote

Remote

arg1 object

object

Returns

RemoteStub

RemoteStub

Exceptions

RemoteException