|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.rmi.server.RemoteObject java.rmi.server.RemoteStub
public abstract class RemoteStub
RemoteStub
は、クライアントスタブに対する共通のスーパークラスであり、広範囲のリモート参照セマンティクスをサポートするフレームワークを提供します。スタブオブジェクトは代理オブジェクトであり、リモートオブジェクトの実際の実装によって定義されるものとまったく同じリモートインタフェースをサポートします。
フィールドの概要 |
---|
クラス java.rmi.server.RemoteObject から継承されたフィールド |
---|
ref |
コンストラクタの概要 | |
---|---|
protected |
RemoteStub()
RemoteStub を構築します。 |
protected |
RemoteStub(RemoteRef ref)
リモート参照を指定して RemoteStub を構築します。 |
メソッドの概要 | |
---|---|
protected static void |
setRef(RemoteStub stub,
RemoteRef ref)
推奨されていません。 代替はありません。 RemoteStub は RemoteStub(RemoteRef) コンストラクタを使って作成できるため、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
は RemoteStub(RemoteRef)
コンストラクタを使って作成できるため、setRef
メソッドは必要ありません
stub
- リモートスタブref
- リモート参照
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。