|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object java.rmi.server.RemoteObject java.rmi.server.RemoteStub
public abstract class RemoteStub
该 RemoteStub
类是客户机 stub 的公共超类,并提供支持大量远程引用语义的框架。Stub 对象是完全支持同一组远程接口的代理项,这些远程接口由远程对象的实际实现定义。
字段摘要 |
---|
从类 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 |
构造方法详细信息 |
---|
protected RemoteStub()
RemoteStub
。
protected RemoteStub(RemoteRef ref)
RemoteStub
。
ref
- 远程引用
方法详细信息 |
---|
@Deprecated protected static void setRef(RemoteStub stub, RemoteRef ref)
RemoteStub(RemoteRef)
构造方法创建 RemoteStub
,所以不需要 setRef
方法。
stub
- 远程 stub
ref
- 远程引用
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。