| 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 RMIConnection 的软件包 | |
|---|---|
| javax.management.remote.rmi | RMI 连接器是供 JMX Remote API 使用的一种连接器,后者使用 RMI 将客户端请求传输到远程 MBean 服务器。 | 
| 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  | 
|||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。