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:
lookup
in interfaceNaming
- Throws:
NotBoundException
MalformedURLException
RemoteException
-
bind
public void bind(String name, Remote obj) throws AlreadyBoundException, MalformedURLException, RemoteException - Specified by:
bind
in interfaceNaming
- Throws:
AlreadyBoundException
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
-