Table of Contents

Interface IPortableRemoteObjectDelegate

Namespace
Javax.Rmi.CORBA
Assembly
MASES.JNet.dll
public interface IPortableRemoteObjectDelegate

Methods

Connect(Remote, Remote)

void Connect(Remote arg0, Remote arg1)

Parameters

arg0 Remote

Remote

arg1 Remote

Remote

Exceptions

RemoteException

ExportObject(Remote)

void ExportObject(Remote arg0)

Parameters

arg0 Remote

Remote

Exceptions

RemoteException

Narrow(object, Class)

object Narrow(object arg0, Class arg1)

Parameters

arg0 object

object

arg1 Class

Class

Returns

object

object

Exceptions

ClassCastException

ToStub(Remote)

Remote ToStub(Remote arg0)

Parameters

arg0 Remote

Remote

Returns

Remote

Remote

Exceptions

NoSuchObjectException

UnexportObject(Remote)

void UnexportObject(Remote arg0)

Parameters

arg0 Remote

Remote

Exceptions

NoSuchObjectException