Overview
Package
Class
Use
Source
Tree
Index
Deprecated
About
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)
void
Registry
.
rebind
(
String
name,
Remote
obj)
void
Registry
.
unbind
(
String
name)
Uses in package gnu.java.rmi.registry
Methods which throw type java.rmi.AccessException
void
RegistryImpl
.
bind
(
String
name,
Remote
obj)
void
RegistryImpl_Stub
.
bind
(
String
$param_0,
Remote
$param_1)
String
[]
RegistryImpl
.
list
()
String
[]
RegistryImpl_Stub
.
list
()
Remote
RegistryImpl
.
lookup
(
String
name)
Remote
RegistryImpl_Stub
.
lookup
(
String
$param_0)
void
RegistryImpl
.
rebind
(
String
name,
Remote
obj)
void
RegistryImpl_Stub
.
rebind
(
String
$param_0,
Remote
$param_1)
void
RegistryImpl
.
unbind
(
String
name)
void
RegistryImpl_Stub
.
unbind
(
String
$param_0)
Overview
Package
Class
Use
Source
Tree
Index
Deprecated
About