1. /*
  2. * @(#)Policy.java 1.18 03/12/19
  3. *
  4. * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
  5. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  6. */
  7. package org.omg.CORBA;
  8. /**
  9. * Interfaces derived from the <tt>Policy</tt> interface allow an
  10. * ORB or CORBA service access to certain choices that affect
  11. * its operation. This information is accessed in a structured
  12. * manner using interfaces derived from the <tt>Policy</tt>
  13. * interface defined in the CORBA module. A CORBA service does not
  14. * have to use this method of accessing operating options, but
  15. * may choose to do so. The Security Service in particular uses
  16. * this technique for associating Security Policy with objects
  17. * in the system.
  18. * An interface generated by the IDL-to-Java compiler.
  19. * org/omg/CORBA/Policy.java
  20. * Generated by the IDL-to-Java compiler (portable), version "3.0"
  21. * from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl
  22. * Saturday, July 17, 1999 12:26:20 AM PDT
  23. */
  24. public interface Policy extends PolicyOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
  25. {
  26. } // interface Policy