Uses of Interface
org.omg.PortableInterceptor.IORInfo
-
Packages that use IORInfo 软件包 描述 org.omg.PortableInterceptor 提供一种注册ORB钩子的机制,ORB服务可以通过该钩子拦截ORB的正常执行流程。 -
-
Uses of IORInfo in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor with parameters of type IORInfo Modifier and Type 方法 描述 void
IORInterceptor_3_0Operations. components_established(IORInfo info)
在所有注册的IORInterceptor实例上调用了Estab_components之后,在所有已注册的IORInterceptor_3_0实例上调用了components_established方法。void
IORInterceptorOperations. establish_components(IORInfo info)
服务器端ORB在组装将包含在对象引用的配置文件或配置文件中的组件的列表时,会对所有已注册的IORInterceptor
实例调用establish_components
操作。
-