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 Modifier and Type Class 描述 classRMIConnectionImpl实现RMIConnection接口。classRMIConnectionImpl_StubMethods in javax.management.remote.rmi that return RMIConnection Modifier and Type 方法 描述 protected RMIConnectionRMIIIOPServerImpl. makeClient(String connectionId, Subject subject)已过时。protected RMIConnectionRMIJRMPServerImpl. makeClient(String connectionId, Subject subject)创建一个新的客户端连接作为通过JRMP导出的RMI对象。protected abstract RMIConnectionRMIServerImpl. makeClient(String connectionId, Subject subject)创建一个新的客户端连接。RMIConnectionRMIServer. newClient(Object credentials)通过此RMI连接器进行新的连接。RMIConnectionRMIServerImpl_Stub. newClient(Object $param_Object_1)RMIConnectionRMIServerImpl. newClient(Object credentials)创建一个新的客户端连接。Methods in javax.management.remote.rmi with parameters of type RMIConnection Modifier and Type 方法 描述 protected voidRMIServerImpl. clientClosed(RMIConnection client)当由makeClient创建的客户端连接关闭时调用的方法。protected voidRMIIIOPServerImpl. closeClient(RMIConnection client)已过时。protected voidRMIJRMPServerImpl. closeClient(RMIConnection client)protected abstract voidRMIServerImpl. closeClient(RMIConnection client)关闭由makeClient制造的客户端连接。
-