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:
bindin interfaceNaming- Throws:
AlreadyBoundExceptionMalformedURLExceptionRemoteException
-
setupAddLookup
-
setExpectedLookupName
-
lookup
- Specified by:
lookupin interfaceNaming- Throws:
NotBoundExceptionMalformedURLExceptionRemoteException
-
unbind
- Specified by:
unbindin interfaceNaming- Throws:
RemoteExceptionNotBoundExceptionMalformedURLException
-
rebind
- Specified by:
rebindin interfaceNaming- Throws:
RemoteExceptionMalformedURLException
-
list
- Specified by:
listin interfaceNaming- Throws:
RemoteExceptionMalformedURLException
-