JavaTM Platform
Standard Ed. 6

java.rmi.server
类 RemoteStub

java.lang.Object
  继承者 java.rmi.server.RemoteObject
      继承者 java.rmi.server.RemoteStub
所有已实现的接口:
Serializable, Remote
直接已知子类:
ActivationGroup_Stub, RMIConnectionImpl_Stub, RMIServerImpl_Stub

public abstract class RemoteStub
extends RemoteObject

RemoteStub 类是客户机 stub 的公共超类,并提供支持大量远程引用语义的框架。Stub 对象是完全支持同一组远程接口的代理项,这些远程接口由远程对象的实际实现定义。

从以下版本开始:
JDK1.1
另请参见:
序列化表格

字段摘要
 
从类 java.rmi.server.RemoteObject 继承的字段
ref
 
构造方法摘要
protected RemoteStub()
          构造一个 RemoteStub
protected RemoteStub(RemoteRef ref)
          构造带指定远程引用的 RemoteStub
 
方法摘要
protected static void setRef(RemoteStub stub, RemoteRef ref)
          已过时。 无替换版本。因为可以用 RemoteStub(RemoteRef) 构造方法创建 RemoteStub,所以不需要 setRef 方法。
 
从类 java.rmi.server.RemoteObject 继承的方法
equals, getRef, hashCode, toString, toStub
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

RemoteStub

protected RemoteStub()
构造一个 RemoteStub


RemoteStub

protected RemoteStub(RemoteRef ref)
构造带指定远程引用的 RemoteStub

参数:
ref - 远程引用
从以下版本开始:
JDK1.1
方法详细信息

setRef

@Deprecated
protected static void setRef(RemoteStub stub,
                                        RemoteRef ref)
已过时。 无替换版本。因为可以用 RemoteStub(RemoteRef) 构造方法创建 RemoteStub,所以不需要 setRef 方法。

将远程引用设置在远程 stub 内。

参数:
stub - 远程 stub
ref - 远程引用
从以下版本开始:
JDK1.1

JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策