全パッケージ クラス階層 このパッケージ 前項目 次項目 インデックス
クラス java.rmi.server.RemoteStub
java.lang.Object
|
+----java.rmi.server.RemoteObject
|
+----java.rmi.server.RemoteStub
- public abstract class RemoteStub
- extends RemoteObject
RemoteStubクラスは、すべてのクライアントスタブに対する共通のスーパークラスであり、広範囲のリモート参照セマンティックスをサポートするフレームワークを提供します。スタブ オブジェクトは代理オブジェクトであり、リモート オブジェクトの実際の実装によって定義されるものとまったく同じリモート インタフェースをサポートします。
-
RemoteStub()
- RemoteStubに対するコンストラクタ
-
RemoteStub(RemoteRef)
- 指定のリモート参照による RemoteStub に対するコンストラクタ
-
setRef(RemoteStub, RemoteRef)
-
RemoteStub
protected RemoteStub()
- RemoteStub に対するコンストラクタです。
RemoteStub
protected RemoteStub(RemoteRef ref)
- 指定のリモート参照による RemoteStub に対するコンストラクタです。
setRef
protected static void setRef(RemoteStub stub,
RemoteRef ref)
全パッケージ クラス階層 このパッケージ 前項目 次項目 インデックス