JavaTM 2 Platform
Standard Ed. 6

介面 javax.management.remote.rmi.RMIConnection
的使用

使用 RMIConnection 的軟體套件
javax.management.remote.rmi RMI 連接器是供 JMX Remote API 使用的一種連接器,後者使用 RMI 將客戶端請求傳輸到遠端 MBean 伺服器。 
 

javax.management.remote.rmiRMIConnection 的使用
 

實作 RMIConnectionjavax.management.remote.rmi 中的類別
 class RMIConnectionImpl
          RMIConnection 介面的實作。
 class RMIConnectionImpl_Stub
           
 

返回 RMIConnectionjavax.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)
           
 

參數型別為 RMIConnectionjavax.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 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only