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 变量和类型 类 描述 classRMIConnectionImpl执行RMIConnection接口。classRMIConnectionImpl_StubMethods in javax.management.remote.rmi that return RMIConnection 变量和类型 方法 描述 protected RMIConnectionRMIJRMPServerImpl. makeClient(String connectionId, Subject subject)创建新的客户端连接作为通过JRMP导出的RMI对象。protected abstract RMIConnectionRMIServerImpl. makeClient(String connectionId, Subject subject)创建新的客户端连接。RMIConnectionRMIServer. newClient(Object credentials)通过此RMI连接器建立新连接。RMIConnectionRMIServerImpl. newClient(Object credentials)创建新的客户端连接。Methods in javax.management.remote.rmi with parameters of type RMIConnection 变量和类型 方法 描述 protected voidRMIServerImpl. clientClosed(RMIConnection client)关闭由makeClient创建的客户端连接时调用的方法。protected abstract voidRMIServerImpl. closeClient(RMIConnection client)关闭由makeClient创建的客户端连接。
-