软件包 | 描述 |
---|---|
javax.management.remote.rmi |
RMI连接器是一个JMX远程API,使用RMI传输客户端请求到远程管理服务器连接器。
|
Modifier and Type | Class and Description |
---|---|
class |
RMIConnectionImpl
RMIConnection 接口的实现。
|
class |
RMIConnectionImpl_Stub |
Modifier and Type | Method and Description |
---|---|
protected abstract RMIConnection |
RMIServerImpl.makeClient(String connectionId, Subject subject)
创建一个新的客户端连接。
|
protected RMIConnection |
RMIJRMPServerImpl.makeClient(String connectionId, Subject subject)
创建一个新的客户端连接作为一个RMI对象出口通过JRMP。
|
protected RMIConnection |
RMIIIOPServerImpl.makeClient(String connectionId, Subject subject)
创建一个新的客户端连接作为一个RMI对象出口通过IIOP。
|
RMIConnection |
RMIServerImpl.newClient(Object credentials)
创建一个新的客户端连接。
|
RMIConnection |
RMIServer.newClient(Object credentials)
使一个新的连接通过RMI连接器。
|
RMIConnection |
RMIServerImpl_Stub.newClient(Object $param_Object_1) |
Modifier and Type | Method and Description |
---|---|
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) |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.