Overview
Package
Class
Use
Source
Tree
Index
Deprecated
About
GNU Classpath
(0.95)
Frames
|
No Frames
Uses of Class java.rmi.AccessException
Uses in package java.rmi.registry
Methods which throw type java.rmi.AccessException
void
Registry
.
bind
(
String
name,
Remote
obj)
String
[]
Registry
.
list
()
Remote
Registry
.
lookup
(
String
name)
Find and return the reference to the object that was previously bound to the registry by this name.
void
Registry
.
rebind
(
String
name,
Remote
obj)
void
Registry
.
unbind
(
String
name)
Overview
Package
Class
Use
Source
Tree
Index
Deprecated
About
GNU Classpath
(0.95)