所有类
|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
org.omg.PortableInterceptor
接口 InterceptorOperations
- 所有已知子接口:
- ClientRequestInterceptor, ClientRequestInterceptorOperations, Interceptor, IORInterceptor, IORInterceptor_3_0, IORInterceptor_3_0Operations, IORInterceptorOperations, ServerRequestInterceptor, ServerRequestInterceptorOperations
-
public interface InterceptorOperations
所有 Portable Interceptor 实现 Interceptor。
方法摘要 | |
---|---|
void |
destroy() 提供销毁此 interceptor 的机会。 |
String |
name() 返回 interceptor 的名称。 |
方法详细信息 |
---|
name
String name()
-
返回 interceptor 的名称。
每个 Interceptor 都具有一个用来管理 Interceptor 列表的名称。每种 Interceptor 类型只能向 ORB 注册一个给定名称的 Interceptor。Interceptor 可以是匿名的,即将空字符串作为名称属性。可向 ORB 注册任何数量的匿名 Interceptor。
-
- 返回:
- interceptor 的名称。
destroy
void destroy()
-
提供销毁此 interceptor 的机会。在调用
ORB.destroy
期间调用该 destroy 方法。当应用程序调用ORB.destroy
时,ORB 将执行以下操作:- 等待所有进行中的请求完成
- 为每个 interceptor 调用
Interceptor.destroy
操作 - 完成 ORB 的销毁
Interceptor.destroy
中的方法调用发生在已销毁 ORB 上实现的对象的对象引用上,则将导致不明确的行为。但是,对未销毁 ORB 上实现的对象进行方法调用是允许的。(这意味着销毁的 ORB 仍然可作为客户端,但不能作为服务器。) -
所有类
|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |