- java.lang.Object
-
- javax.management.remote.rmi.RMIServerImpl
-
- javax.management.remote.rmi.RMIIIOPServerImpl
-
- すべての実装されたインタフェース:
Closeable
,AutoCloseable
,Remote
,RMIServer
@Deprecated public class RMIIIOPServerImpl extends RMIServerImpl
非推奨。このトランスポートはサポートされなくなりました。IIOP経由でエクスポートされる
RMIServerImpl
であり、IIOP経由でエクスポートされたRMIオブジェクトとしてクライアント接続を作成します。 ユーザー・コードは、必ずしもこのクラスを直接参照しません。- 導入されたバージョン:
- 1.5
- 関連項目:
RMIServerImpl
-
-
コンストラクタのサマリー
コンストラクタ コンストラクタ 説明 RMIIIOPServerImpl(Map<String,?> env)
非推奨。
-
メソッドのサマリー
-
クラス javax.management.remote.rmi.RMIServerImplで宣言されたメソッド
clientClosed, close, closeClient, closeServer, export, getDefaultClassLoader, getMBeanServer, getProtocol, makeClient, newClient, setDefaultClassLoader, setMBeanServer, toStub
-
クラス java.lang.Objectで宣言されたメソッド
clone、equals、finalize、getClass、hashCode、notify、notifyAll、toString、wait、wait、wait
-
インタフェース javax.management.remote.rmi.RMIServerで宣言されたメソッド
getVersion
-
-
-
-
コンストラクタの詳細
-
RMIIIOPServerImpl
public RMIIIOPServerImpl(Map<String,?> env) throws IOException
非推奨。- パラメータ:
env
- 新しいRMIServerImpl
の属性を含む環境。 nullも可、その場合は空マップと同等。- 例外:
IOException
- RMIオブジェクトを作成できない場合。
-
-