|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
javax.management.remote.rmi
类 RMIIIOPServerImpl
java.lang.Object javax.management.remote.rmi.RMIServerImpl javax.management.remote.rmi.RMIIIOPServerImpl
-
public class RMIIIOPServerImpl
- extends RMIServerImpl
一个 RMIServerImpl
,它通过 IIOP 导出,并可创建如同由 IIOP 导出的 RMI 对象的客户端连接。用户代码不经常直接引用此类。
- 从以下版本开始:
- 1.5
- 另请参见:
-
RMIServerImpl
构造方法摘要 | |
---|---|
RMIIIOPServerImpl(Map<String,?> env) 创建新的 RMIServerImpl 。 |
方法摘要 | |
---|---|
protected void |
closeClient(RMIConnection client) 关闭由 makeClient 建立的客户端连接。 |
protected void |
closeServer() 由 RMIServerImpl.close() 调用以通过取消导出此对象关闭连接器服务器。 |
protected void |
export() 导出此 RMI 对象。 |
protected String |
getProtocol() 返回该对象的协议字符串。 |
protected RMIConnection |
makeClient(String connectionId, Subject subject) 创建一个如同从 IIOP 导出的 RMI 对象的新客户端连接。 |
Remote |
toStub() 返回一个 IIOP stub。 |
从类 javax.management.remote.rmi.RMIServerImpl 继承的方法 |
---|
clientClosed, close, getDefaultClassLoader, getMBeanServer, getVersion, newClient, setDefaultClassLoader, setMBeanServer |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
RMIIIOPServerImpl
public RMIIIOPServerImpl(Map<String,?> env) throws IOException
-
创建新的
RMIServerImpl
。- 参数:
-
env
- 包含新的RMIServerImpl
属性的环境。可以为 null,它等效于一个空映射。 - 抛出:
-
IOException
- 如果无法创建 RMI 对象。
方法详细信息 |
---|
export
protected void export() throws IOException
-
从类
RMIServerImpl
复制的描述 -
导出此 RMI 对象。
-
- 指定者:
-
类
RMIServerImpl
中的export
-
- 抛出:
-
IOException
- 如果无法导出此 RMI 对象。
getProtocol
protected String getProtocol()
-
从类
RMIServerImpl
复制的描述 -
返回该对象的协议字符串。对于 RMI/JRMP,该字符串为
rmi
;对于 RMI/IIOP,该字符串为iiop
。 -
- 指定者:
-
类
RMIServerImpl
中的getProtocol
-
- 返回:
- 此对象的协议字符串。
toStub
public Remote toStub() throws IOException
-
返回一个 IIOP stub。
此 stub 可能还无法连接到 ORB。只有当 stub 连接到 ORB 时,它才变得可序列化。 -
- 指定者:
-
类
RMIServerImpl
中的toStub
-
- 返回:
- 一个 IIOP stub。
- 抛出:
-
IOException
- 如果无法创建 stub,例如 RMIIIOPServerImpl 尚未导出。
makeClient
protected RMIConnection makeClient(String connectionId, Subject subject) throws IOException
-
创建一个如同从 IIOP 导出的 RMI 对象的新客户端连接。
-
- 指定者:
-
类
RMIServerImpl
中的makeClient
-
- 参数:
-
connectionId
- 新连接的 ID。由此连接器服务器打开的每个连接将具有不同的 ID。如果此参数为 null,则行为不明确。 -
subject
- 经验证的主题。可以为 null。 - 返回:
-
新创建的
RMIConnection
。 - 抛出:
-
IOException
- 如果无法创建或导出新的客户端对象。
closeClient
protected void closeClient(RMIConnection client) throws IOException
-
从类
RMIServerImpl
复制的描述 -
关闭由
makeClient
建立的客户端连接。 -
- 指定者:
-
类
RMIServerImpl
中的closeClient
-
- 参数:
-
client
- 由makeClient
以前返回的一个连接,以前尚未在其上调用过closeClient
方法。如果违反这些条件,包括client
为 null 的情况,则行为不明确。 - 抛出:
-
IOException
- 如果无法关闭客户端连接。
closeServer
protected void closeServer() throws IOException
-
由
RMIServerImpl.close()
调用以通过取消导出此对象关闭连接器服务器。从此方法返回后,连接器服务器不接受任何新的连接。 -
- 指定者:
-
类
RMIServerImpl
中的closeServer
-
- 抛出:
-
IOException
- 如果关闭连接器服务器的尝试失败。
所有类
|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |