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 描述 class
RMIConnectionImpl
实现RMIConnection
接口。class
RMIConnectionImpl_Stub
Methods in javax.management.remote.rmi that return RMIConnection Modifier and Type 方法 描述 protected RMIConnection
RMIIIOPServerImpl. makeClient(String connectionId, Subject subject)
已过时。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_Stub. newClient(Object $param_Object_1)
RMIConnection
RMIServerImpl. newClient(Object credentials)
创建一个新的客户端连接。Methods in javax.management.remote.rmi with parameters of type RMIConnection Modifier and Type 方法 描述 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
制造的客户端连接。
-