JavaTM Platform
Standard Ed. 6

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 将执行以下操作:
  1. 等待所有进行中的请求完成
  2. 为每个 interceptor 调用 Interceptor.destroy 操作
  3. 完成 ORB 的销毁
如果 Interceptor.destroy 中的方法调用发生在已销毁 ORB 上实现的对象的对象引用上,则将导致不明确的行为。但是,对未销毁 ORB 上实现的对象进行方法调用是允许的。(这意味着销毁的 ORB 仍然可作为客户端,但不能作为服务器。)


JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策