com.mockobjects.rmi
Class MockNaming
- Naming, Verifiable
bind
public void bind(String name,
Remote obj)
throws AlreadyBoundException,
MalformedURLException,
RemoteException
- bind in interface Naming
list
public String[] list(String name)
throws RemoteException,
MalformedURLException
- list in interface Naming
lookup
public Remote lookup(String name)
throws NotBoundException,
MalformedURLException,
RemoteException
- lookup in interface Naming
rebind
public void rebind(String name,
Remote obj)
throws RemoteException,
MalformedURLException
- rebind in interface Naming
setExpectedLookupName
public void setExpectedLookupName(String aName)
setupAddLookup
public void setupAddLookup(Remote aRemote)
unbind
public void unbind(String name)
throws RemoteException,
NotBoundException,
MalformedURLException
- unbind in interface Naming
Copyright © 2002 Mock Objects. All Rights Reserved.