Package alt.java.rmi
Class NamingImpl
java.lang.Object
alt.java.rmi.NamingImpl
- All Implemented Interfaces:
Naming
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NamingImpl
public NamingImpl()
-
-
Method Details
-
lookup
- Specified by:
lookupin interfaceNaming- Throws:
NotBoundExceptionMalformedURLExceptionRemoteException
-
bind
public void bind(String name, Remote obj) throws AlreadyBoundException, MalformedURLException, RemoteException - Specified by:
bindin interfaceNaming- Throws:
AlreadyBoundExceptionMalformedURLExceptionRemoteException
-
unbind
- Specified by:
unbindin interfaceNaming- Throws:
RemoteExceptionNotBoundExceptionMalformedURLException
-
rebind
- Specified by:
rebindin interfaceNaming- Throws:
RemoteExceptionMalformedURLException
-
list
- Specified by:
listin interfaceNaming- Throws:
RemoteExceptionMalformedURLException
-