corba/src/java.corba/share/classes/org/omg/CORBA/Policy.java
changeset 32688 936c391804a5
parent 25862 a5e25d68f971
equal deleted inserted replaced
32550:6521875cb63e 32688:936c391804a5
    24  */
    24  */
    25 package org.omg.CORBA;
    25 package org.omg.CORBA;
    26 
    26 
    27 
    27 
    28 /**
    28 /**
    29 * Interfaces derived from the <tt>Policy</tt> interface allow an
    29  * Interfaces derived from the {@code Policy} interface allow an
    30 * ORB or CORBA service  access to certain choices that affect
    30  * ORB or CORBA service  access to certain choices that affect
    31 * its operation. This information is accessed in a structured
    31  * its operation. This information is accessed in a structured
    32 * manner using interfaces derived from the <tt>Policy</tt>
    32  * manner using interfaces derived from the {@code Policy}
    33 * interface defined in the CORBA module. A CORBA service does not
    33  * interface defined in the CORBA module. A CORBA service does not
    34 * have to use this method of accessing operating options, but
    34  * have to use this method of accessing operating options, but
    35 * may choose to do so. The Security Service in particular uses
    35  * may choose to do so. The Security Service in particular uses
    36 * this technique for associating Security Policy with objects
    36  * this technique for associating Security Policy with objects
    37 * in the system.
    37  * in the system.
    38 * An interface generated by the IDL-to-Java compiler.
    38  * An interface generated by the IDL-to-Java compiler.
    39 * org/omg/CORBA/Policy.java
    39  * org/omg/CORBA/Policy.java
    40 * Generated by the IDL-to-Java compiler (portable), version "3.0"
    40  * Generated by the IDL-to-Java compiler (portable), version "3.0"
    41 * from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl
    41  * from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl
    42 * Saturday, July 17, 1999 12:26:20 AM PDT
    42  * Saturday, July 17, 1999 12:26:20 AM PDT
    43 */
    43  */
    44 
    44 
    45 public interface Policy extends PolicyOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
    45 public interface Policy extends PolicyOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
    46 {
    46 {
    47 } // interface Policy
    47 } // interface Policy