Table of Contents

Interface IRemoteCall

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/RemoteCall.html

public interface IRemoteCall
Extension Methods

Properties

InputStream

[Obsolete("Deprecated in JVM")]
ObjectInput InputStream { get; }

Property Value

ObjectInput

OutputStream

[Obsolete("Deprecated in JVM")]
ObjectOutput OutputStream { get; }

Property Value

ObjectOutput

Methods

Done()

[Obsolete("Deprecated in JVM")]
void Done()

Exceptions

IOException

ExecuteCall()

[Obsolete("Deprecated in JVM")]
void ExecuteCall()

Exceptions

Exception

GetResultStream(bool)

[Obsolete("Deprecated in JVM")]
ObjectOutput GetResultStream(bool arg0)

Parameters

arg0 bool

bool

Returns

ObjectOutput

ObjectOutput

Exceptions

IOException
StreamCorruptedException

ReleaseInputStream()

[Obsolete("Deprecated in JVM")]
void ReleaseInputStream()

Exceptions

IOException

ReleaseOutputStream()

[Obsolete("Deprecated in JVM")]
void ReleaseOutputStream()

Exceptions

IOException