corba/src/java.corba/share/classes/org/omg/CORBA/ServiceInformation.java
changeset 32688 936c391804a5
parent 25862 a5e25d68f971
equal deleted inserted replaced
32550:6521875cb63e 32688:936c391804a5
    24  */
    24  */
    25 
    25 
    26 package org.omg.CORBA;
    26 package org.omg.CORBA;
    27 
    27 
    28 
    28 
    29 /** An IDL struct in the CORBA module that
    29 /**
       
    30  *  An IDL struct in the CORBA module that
    30  *  stores information about a CORBA service available in the
    31  *  stores information about a CORBA service available in the
    31  *  ORB implementation and is obtained from the <tt>ORB.get_service_information</tt>
    32  *  ORB implementation and is obtained from the {@code ORB.get_service_information}
    32  *  method.
    33  *  method.
    33  */
    34  */
    34 public final class ServiceInformation implements org.omg.CORBA.portable.IDLEntity
    35 public final class ServiceInformation implements org.omg.CORBA.portable.IDLEntity
    35 {
    36 {
    36     /** Array of ints representing service options.
    37     /** Array of ints representing service options.