インタフェース
javax.management.remote.rmi.RMIConnectionの使用
パッケージ
説明
RMIコネクタは、RMIを使ってクライアント要求をリモートMBeanサーバーへ転送する、JMXリモートAPI用のコネクタです。
-
javax.management.remote.rmiでのRMIConnectionの使用
修飾子と型メソッド説明protected RMIConnection
RMIIIOPServerImpl.makeClient
(String connectionId, Subject subject) 非推奨。protected RMIConnection
RMIJRMPServerImpl.makeClient
(String connectionId, Subject subject) JRMPからエクスポートされたRMIオブジェクトとして、新しいクライアント接続を作成します。protected abstract RMIConnection
RMIServerImpl.makeClient
(String connectionId, Subject subject) 新しいクライアント接続を作成します。この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
で作成されたクライアント接続を終了します。