Uses of Interface
org.omg.PortableInterceptor.PolicyFactory
-
Packages that use PolicyFactory Package Description org.omg.PortableInterceptor Provides a mechanism to register ORB hooks through which ORB services can intercept the normal flow of execution of the ORB. -
-
Uses of PolicyFactory in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor with parameters of type PolicyFactory Modifier and Type Method Description voidORBInitInfoOperations. register_policy_factory(int type, PolicyFactory policy_factory)Registers aPolicyFactoryfor the givenPolicyType.
-