Overview
Package
Class
Use
Source
Tree
Index
Deprecated
About
GNU Classpath
(0.20)
Frames
|
No Frames
Uses of Class java.rmi.AlreadyBoundException
Uses in package java.rmi.registry
Methods which throw type java.rmi.AlreadyBoundException
void
Registry
.
bind
(
String
name,
Remote
obj)
Uses in package java.rmi
Methods which throw type java.rmi.AlreadyBoundException
void
Naming
.
bind
(
String
name,
Remote
obj)
Try to bind the given object to the given service name.
Overview
Package
Class
Use
Source
Tree
Index
Deprecated
About
GNU Classpath
(0.20)