< prev index next >

src/java.corba/share/classes/org/omg/CORBA/ServiceInformation.java

Print this page

        

*** 24,36 **** */ package org.omg.CORBA; ! /** An IDL struct in the CORBA module that * stores information about a CORBA service available in the ! * ORB implementation and is obtained from the <tt>ORB.get_service_information</tt> * method. */ public final class ServiceInformation implements org.omg.CORBA.portable.IDLEntity { /** Array of ints representing service options. --- 24,37 ---- */ package org.omg.CORBA; ! /** ! * An IDL struct in the CORBA module that * stores information about a CORBA service available in the ! * ORB implementation and is obtained from the {@code ORB.get_service_information} * method. */ public final class ServiceInformation implements org.omg.CORBA.portable.IDLEntity { /** Array of ints representing service options.
< prev index next >