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