alt.java.rmi

Class NamingImpl

Implemented Interfaces:
Naming

public class NamingImpl
extends java.lang.Object
implements Naming

Method Summary

void
bind(String name, Remote obj)
String[]
list(String name)
Remote
lookup(String name)
void
rebind(String name, Remote obj)
void
unbind(String name)

Method Details

bind

public void bind(String name,
                 Remote obj)
            throws AlreadyBoundException,
                   java.net.MalformedURLException,
                   RemoteException
Specified by:
bind in interface Naming

list

public String[] list(String name)
            throws RemoteException,
                   java.net.MalformedURLException
Specified by:
list in interface Naming

lookup

public Remote lookup(String name)
            throws NotBoundException,
                   java.net.MalformedURLException,
                   RemoteException
Specified by:
lookup in interface Naming

rebind

public void rebind(String name,
                   Remote obj)
            throws RemoteException,
                   java.net.MalformedURLException
Specified by:
rebind in interface Naming

unbind

public void unbind(String name)
            throws RemoteException,
                   NotBoundException,
                   java.net.MalformedURLException
Specified by:
unbind in interface Naming

Copyright © 2002 Mock Objects. All Rights Reserved.