- java.lang.Object
-
- java.rmi.server.RemoteObject
-
- java.rmi.server.RemoteStub
-
- All Implemented Interfaces:
-
Serializable
,Remote
已过时。静态生成的存根被不推荐使用,因为存根是动态生成的。 有关动态存根生成的信息,请参阅UnicastRemoteObject
。
@Deprecated public abstract class RemoteStub extends RemoteObject
RemoteStub
类是静态生成的客户端存根的常见超类,并提供了支持各种远程引用语义的框架。 Stub对象是支持由远程对象的实际实现定义的完全相同的远程接口集的代理。- 从以下版本开始:
- 1.1
- 另请参见:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.rmi.server.RemoteObject
ref
-
-
构造方法摘要
构造方法 Modifier Constructor 描述 protected
RemoteStub()
已过时。构造一个RemoteStub
。protected
RemoteStub(RemoteRef ref)
已过时。使用指定的远程引用构造一个RemoteStub
。
-
-
-
构造方法详细信息
-
RemoteStub
protected RemoteStub()
已过时。构造一个RemoteStub
。
-
RemoteStub
protected RemoteStub(RemoteRef ref)
已过时。使用指定的远程引用构造一个RemoteStub
。- 参数
-
ref
- 远程参考 - 从以下版本开始:
- 1.1
-
-
方法详细信息
-
setRef
@Deprecated protected static void setRef(RemoteStub stub, RemoteRef ref)
- 参数
-
stub
- 远程存根 -
ref
- 远程参考 - 异常
-
UnsupportedOperationException
- 永远 - 从以下版本开始:
- 1.1
-
-