Uses of Interface
org.omg.PortableInterceptor.ORBInitInfo
-
Packages that use ORBInitInfo 软件包 描述 org.omg.PortableInterceptor 提供一种注册ORB钩子的机制,ORB服务可以通过该钩子拦截ORB的正常执行流程。 -
-
Uses of ORBInitInfo in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor with parameters of type ORBInitInfo Modifier and Type 方法 描述 void
ORBInitializerOperations. post_init(ORBInitInfo info)
在ORB初始化期间调用。void
ORBInitializerOperations. pre_init(ORBInitInfo info)
在ORB初始化期间调用。
-