public abstract class RemoteStub extends RemoteObject
RemoteStub
は、クライアントスタブに対する共通のスーパークラスであり、広範囲のリモート参照セマンティクスをサポートするフレームワークを提供します。スタブオブジェクトは代理オブジェクトであり、リモートオブジェクトの実際の実装によって定義されるものとまったく同じリモートインタフェースをサポートします。ref
修飾子 | コンストラクタと説明 |
---|---|
protected |
RemoteStub()
RemoteStub を構築します。 |
protected |
RemoteStub(RemoteRef ref)
リモート参照を指定して
RemoteStub を構築します。 |
修飾子と型 | メソッドと説明 |
---|---|
protected static void |
setRef(RemoteStub stub, RemoteRef ref)
非推奨。
代替はありません。
RemoteStub は RemoteStub(RemoteRef) コンストラクタを使って作成できるため、setRef メソッドは必要ありません。 |
protected RemoteStub()
RemoteStub
を構築します。protected RemoteStub(RemoteRef ref)
RemoteStub
を構築します。ref
- リモート参照@Deprecated protected static void setRef(RemoteStub stub, RemoteRef ref)
RemoteStub
は RemoteStub(RemoteRef)
コンストラクタを使って作成できるため、setRef
メソッドは必要ありません。stub
- リモートスタブref
- リモート参照 バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.