|
|||||||||
接口 javax.management.remote.rmi.RMIConnection
的使用
使用 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 abstract RMIConnection |
RMIServerImpl.makeClient(String connectionId, Subject subject) 创建一个新的客户端连接。 |
protected RMIConnection |
RMIJRMPServerImpl.makeClient(String connectionId, Subject subject) 创建一个如同从 JRMP 导出的 RMI 对象的新的客户端连接。 |
protected RMIConnection |
RMIIIOPServerImpl.makeClient(String connectionId, Subject subject) 创建一个如同从 IIOP 导出的 RMI 对象的新客户端连接。 |
RMIConnection |
RMIServerImpl_Stub.newClient(Object $param_Object_1) |
RMIConnection |
RMIServerImpl.newClient(Object credentials) 创建一个新的客户端连接。 |
RMIConnection |
RMIServer.newClient(Object credentials) 建立一个使用该 RMI 连接器的新连接。 |
参数类型为 RMIConnection 的 javax.management.remote.rmi 中的方法 | |
---|---|
protected void |
RMIServerImpl.clientClosed(RMIConnection client) 关闭由 makeClient 创建的客户端连接时调用的方法。 |
protected abstract void |
RMIServerImpl.closeClient(RMIConnection client) 关闭由 makeClient 建立的客户端连接。 |
protected void |
RMIJRMPServerImpl.closeClient(RMIConnection client) |
protected void |
RMIIIOPServerImpl.closeClient(RMIConnection client) |
所有类
|
|||||||||