-
-
-
Methods in java.rmi that throw NotBoundException
Modifier and Type |
Method |
Description |
static Remote |
Naming.lookup(String name) |
Returns a reference, a stub, for the remote object associated
with the specified name .
|
static void |
Naming.unbind(String name) |
Destroys the binding for the specified name that is associated
with a remote object.
|
-