Package com.mockobjects.rmi
Class MockNaming
java.lang.Object
com.mockobjects.MockObject
com.mockobjects.rmi.MockNaming
- All Implemented Interfaces:
Naming
,Verifiable
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.mockobjects.MockObject
notImplemented, notYetImplemented, verify
-
Constructor Details
-
MockNaming
public MockNaming()
-
-
Method Details
-
bind
public void bind(String name, Remote obj) throws AlreadyBoundException, MalformedURLException, RemoteException - Specified by:
bind
in interfaceNaming
- Throws:
AlreadyBoundException
MalformedURLException
RemoteException
-
setupAddLookup
-
setExpectedLookupName
-
lookup
- Specified by:
lookup
in interfaceNaming
- Throws:
NotBoundException
MalformedURLException
RemoteException
-
unbind
- Specified by:
unbind
in interfaceNaming
- Throws:
RemoteException
NotBoundException
MalformedURLException
-
rebind
- Specified by:
rebind
in interfaceNaming
- Throws:
RemoteException
MalformedURLException
-
list
- Specified by:
list
in interfaceNaming
- Throws:
RemoteException
MalformedURLException
-