| 软件包 | 描述 |
|---|---|
| java.rmi |
提供RMI包。
|
| java.rmi.registry |
提供了一种用于RMI注册类和接口。
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Naming.bind(String name, Remote obj)
将指定的
name到远程对象。
|
| Modifier and Type | Method and Description |
|---|---|
void |
Registry.bind(String name, Remote obj)
结合在这个注册表指定的
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.