public interface InterceptorOperations
String name()
每个拦截器可能有一个名字,可以用行政命令拦截列表。只有一个拦截一个名字可以为每个拦截式ORB注册。拦截器可以是匿名的,也就是说,有一个空的字符串作为名称属性。任何数量的匿名拦截器可能与ORB注册。
void destroy()
ORB.destroy
。当应用程序调用
ORB.destroy
,ORB:
Interceptor.destroy
操作Interceptor.destroy
基于ORB被摧毁在未定义行为结果实现的对象的对象引用。然而,在比其他人被允许ORB实现对象的方法调用。(这意味着球被破坏仍然能够作为一个客户,而不是作为一个服务器。)
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.