| 软件包 | 描述 |
|---|---|
| java.rmi.activation |
为RMI对象激活支持。
|
| java.rmi.server |
支持RMI服务器端提供的类和接口。
|
| javax.management.remote.rmi |
RMI连接器是一个JMX远程API,使用RMI传输客户端请求到远程管理服务器连接器。
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActivationGroup_Stub
ActivationGroup_Stub是一种
java.rmi.activation.ActivationGroup,出口作为一个
java.rmi.server.UnicastRemoteObject stub类的子类。
|
| Modifier and Type | Method and Description |
|---|---|
static RemoteStub |
UnicastRemoteObject.exportObject(Remote obj)
过时的。
这种方法已经过时了,它只支持静态存根。使用
exportObject(Remote, port)或exportObject(Remote, port, csf, ssf)相反。
|
RemoteStub |
ServerRef.exportObject(Remote obj, Object data)
过时的。
为所提供的远程对象创建一个客户端存根对象。
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
RemoteStub.setRef(RemoteStub stub, RemoteRef ref)
过时的。
没有更换。的
setRef方法用于设置远程存根的远程引用。这是不必要的,因为RemoteStubs可以创建并通过使用构造函数初始化的RemoteStub(RemoteRef)远程引用。
|
| Modifier and Type | Class and Description |
|---|---|
class |
RMIConnectionImpl_Stub |
class |
RMIServerImpl_Stub |
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.