Uses of Interface
javax.management.remote.rmi.RMIConnection
-
Packages that use RMIConnection 软件包 描述 javax.management.remote.rmi RMI连接器是JMX Remote API的连接器,它使用RMI将客户端请求传输到远程MBean服务器。 -
-
Uses of RMIConnection in javax.management.remote.rmi
Classes in javax.management.remote.rmi that implement RMIConnection 变量和类型 类 描述 class
RMIConnectionImpl
执行RMIConnection
接口。class
RMIConnectionImpl_Stub
Methods in javax.management.remote.rmi that return RMIConnection 变量和类型 方法 描述 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)
创建新的客户端连接。Methods in javax.management.remote.rmi with parameters of type RMIConnection 变量和类型 方法 描述 protected void
RMIServerImpl. clientClosed(RMIConnection client)
关闭由makeClient
创建的客户端连接时调用的方法。protected abstract void
RMIServerImpl. closeClient(RMIConnection client)
关闭由makeClient
创建的客户端连接。
-