软件包 | 描述 |
---|---|
java.rmi.registry |
提供了一种用于RMI注册类和接口。
|
Modifier and Type | Method and Description |
---|---|
void |
Registry.bind(String name, Remote obj)
结合在这个注册表指定的
name 远程引用。
|
String[] |
Registry.list()
返回绑定在该注册表中的数组的名称。
|
Remote |
Registry.lookup(String name)
返回远程引用绑定到该注册表指定的
name 。
|
void |
Registry.rebind(String name, Remote obj)
替换为指定的
name 结合在注册表中提供的远程引用。
|
void |
Registry.unbind(String name)
删除绑定在这个注册表中指定的
name 。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.