Table of Contents

Interface IUtilDelegate

Namespace
Javax.Rmi.CORBA
Assembly
MASES.JNet.dll

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

public interface IUtilDelegate

Methods

CreateValueHandler()

ValueHandler CreateValueHandler()

Returns

ValueHandler

ValueHandler

GetCodebase(Class)

String GetCodebase(Class arg0)

Parameters

arg0 Class

Class

Returns

String

String

GetTie(Remote)

Tie GetTie(Remote arg0)

Parameters

arg0 Remote

Remote

Returns

Tie

Tie

IsLocal(Stub)

bool IsLocal(Stub arg0)

Parameters

arg0 Stub

Stub

Returns

bool

bool

Exceptions

RemoteException

LoadClass(String, String, ClassLoader)

Class LoadClass(String arg0, String arg1, ClassLoader arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 ClassLoader

ClassLoader

Returns

Class

Class

Exceptions

ClassNotFoundException

RegisterTarget(Tie, Remote)

void RegisterTarget(Tie arg0, Remote arg1)

Parameters

arg0 Tie

Tie

arg1 Remote

Remote

UnexportObject(Remote)

void UnexportObject(Remote arg0)

Parameters

arg0 Remote

Remote

Exceptions

NoSuchObjectException

WrapException(JVMBridgeException)

RemoteException WrapException(JVMBridgeException arg0)

Parameters

arg0 JVMBridgeException

Throwable

Returns

RemoteException

RemoteException