Table of Contents

Interface IRemoteRef

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

.NET interface for TO BE DEFINED FROM USER

public interface IRemoteRef : IExternalizable, ISerializable
Inherited Members

Methods

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

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