1 package org.omg.PortableInterceptor; 2 3 4 /** 5 * org/omg/PortableInterceptor/PolicyFactory.java . 6 * Generated by the IDL-to-Java compiler (portable), version "3.2" 7 * from ../../../../src/share/classes/org/omg/PortableInterceptor/Interceptors.idl 8 * Saturday, February 9, 2008 9:40:08 AM GMT 9 */ 10 11 12 /** 13 * Enables policy types to be constructed using 14 * <code>CORBA.ORB.create_policy</code>. 15 * <p> 16 * A portable ORB service implementation registers an instance of the 17 * <code>PolicyFactory</code> interface during ORB initialization in order 18 * to enable its policy types to be constructed using 19 * <code>CORBA.ORB.create_policy</code>. The POA is required to preserve 20 * any policy which is registered with <code>ORBInitInfo</code> in this 21 * manner. 22 * 23 * @see ORBInitInfo#register_policy_factory 24 */ 25 public interface PolicyFactory extends PolicyFactoryOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity 26 { 27 } // interface PolicyFactory 28