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 void
ORBInitInfoOperations. register_policy_factory(int type, PolicyFactory policy_factory)
Registers aPolicyFactory
for the givenPolicyType
.
-