Table of Contents

Interface IRemoteRef

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

public interface IRemoteRef : IExternalizable, ISerializable
Inherited Members
Extension Methods

Methods

Done(RemoteCall)

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

Parameters

arg0 RemoteCall

RemoteCall

Exceptions

RemoteException

GetRefClass(ObjectOutput)

String GetRefClass(ObjectOutput arg0)

Parameters

arg0 ObjectOutput

ObjectOutput

Returns

String

String

Invoke(Remote, Method, object[], long)

object Invoke(Remote arg0, Method arg1, object[] arg2, long arg3)

Parameters

arg0 Remote

Remote

arg1 Method

Method

arg2 object[]

object

arg3 long

long

Returns

object

object

Exceptions

Exception

Invoke(RemoteCall)

[Obsolete("Deprecated in JVM")]
void Invoke(RemoteCall arg0)

Parameters

arg0 RemoteCall

RemoteCall

Exceptions

Exception

NewCall(RemoteObject, Operation[], int, long)

[Obsolete("Deprecated in JVM")]
RemoteCall NewCall(RemoteObject arg0, Operation[] arg1, int arg2, long arg3)

Parameters

arg0 RemoteObject

RemoteObject

arg1 Operation[]

Operation

arg2 int

int

arg3 long

long

Returns

RemoteCall

RemoteCall

Exceptions

RemoteException

RemoteEquals(RemoteRef)

bool RemoteEquals(RemoteRef arg0)

Parameters

arg0 RemoteRef

RemoteRef

Returns

bool

bool

RemoteHashCode()

int RemoteHashCode()

Returns

int

int

RemoteToString()

String RemoteToString()

Returns

String

String