JavaScript is disabled on your browser.
跳过导航
概述
模块
软件包
类
使用
树
已过时的
索引
帮助
Java SE 11 & JDK 11
所有类
SEARCH:
JavaScript is disabled on your browser.
Uses of Class
java.rmi.NotBoundException
Packages that use
NotBoundException
软件包
描述
java.rmi
提供RMI包。
java.rmi.registry
为RMI注册表提供一个类和两个接口。
Uses of
NotBoundException
in
java.rmi
Methods in
java.rmi
that throw
NotBoundException
变量和类型
方法
描述
static
Remote
Naming.
lookup
(
String
name)
返回与指定的
name
关联的远程对象的引用(stub)。
static void
Naming.
unbind
(
String
name)
销毁与远程对象关联的指定名称的绑定。
Uses of
NotBoundException
in
java.rmi.registry
Methods in
java.rmi.registry
that throw
NotBoundException
变量和类型
方法
描述
Remote
Registry.
lookup
(
String
name)
返回绑定到此注册表中指定的
name
的远程引用。
void
Registry.
unbind
(
String
name)
删除此注册表中指定的
name
的绑定。