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