JavaTM Platform
Standard Ed. 6

インタフェース
javax.management.remote.rmi.RMIConnection の使用

RMIConnection を使用しているパッケージ
javax.management.remote.rmi RMI コネクタは、RMI を使ってクライアント要求をリモート MBean サーバーへ転送する、JMX リモート API用のコネクタです。 
 

javax.management.remote.rmi での RMIConnection の使用
 

RMIConnection を実装している javax.management.remote.rmi のクラス
 class RMIConnectionImpl
           RMIConnection インタフェースの実装です。
 class RMIConnectionImpl_Stub
           
 

RMIConnection を返す javax.management.remote.rmi のメソッド
protected  RMIConnection RMIIIOPServerImpl.makeClient(String connectionId, Subject subject)
           IIOP からエクスポートされた RMI オブジェクトとして、新しいクライアント接続を作成します。
protected  RMIConnection RMIJRMPServerImpl.makeClient(String connectionId, Subject subject)
           JRMP からエクスポートされた RMI オブジェクトとして、新しいクライアント接続を作成します。
protected abstract  RMIConnection RMIServerImpl.makeClient(String connectionId, Subject subject)
           新しいクライアント接続を作成します。
 RMIConnection RMIServer.newClient(Object credentials)
           この RMI コネクタから新しい接続を作成します。
 RMIConnection RMIServerImpl.newClient(Object credentials)
           新しいクライアント接続を作成します。
 RMIConnection RMIServerImpl_Stub.newClient(Object $param_Object_1)
           
 

RMIConnection 型のパラメータを持つ javax.management.remote.rmi のメソッド
protected  void RMIServerImpl.clientClosed(RMIConnection client)
           makeClient によって作成されたクライアント接続の終了時に呼び出されるメソッドです。
protected  void RMIIIOPServerImpl.closeClient(RMIConnection client)
           
protected  void RMIJRMPServerImpl.closeClient(RMIConnection client)
           
protected abstract  void RMIServerImpl.closeClient(RMIConnection client)
           makeClient で作成されたクライアント接続を終了します。
 


JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。