Table of Contents

Interface IRegistry

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

.NET interface for TO BE DEFINED FROM USER

public interface IRegistry : IRemote

Methods

Bind(String, Remote)

void Bind(String arg0, Remote arg1)

Parameters

arg0 String

String

arg1 Remote

Remote

Exceptions

RemoteException
AlreadyBoundException
AccessException

List()

String[] List()

Returns

String[]

String

Exceptions

RemoteException
AccessException

Lookup(String)

Remote Lookup(String arg0)

Parameters

arg0 String

String

Returns

Remote

Remote

Exceptions

RemoteException
NotBoundException
AccessException

Rebind(String, Remote)

void Rebind(String arg0, Remote arg1)

Parameters

arg0 String

String

arg1 Remote

Remote

Exceptions

RemoteException
AccessException

Unbind(String)

void Unbind(String arg0)

Parameters

arg0 String

String

Exceptions

RemoteException
NotBoundException
AccessException