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