Overview
Package
Class
Use
Source
Tree
Index
Deprecated
About
GNU Classpath
(0.95)
Frames
|
No Frames
Uses of Class java.rmi.AlreadyBoundException
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.
Uses in package java.rmi.registry
Methods which throw type java.rmi.AlreadyBoundException
void
Registry
.
bind
(
String
name,
Remote
obj)
Overview
Package
Class
Use
Source
Tree
Index
Deprecated
About
GNU Classpath
(0.95)