< prev index next >

src/java.corba/share/classes/com/sun/corba/se/spi/orb/DataCollector.java

Print this page

        

*** 56,65 **** * handled specially: all -ORBInitRef name=value arguments are * converted into ( org.omg.CORBA.ORBInitRef.name, value ) * mappings in the resulting properties. Also, -ORBInitialServices * is handled specially in applet mode: they are converted from * relative to absolute URLs. ! * @raises IllegalStateException if setPropertyNames has not * been called. */ Properties getProperties() ; } --- 56,65 ---- * handled specially: all -ORBInitRef name=value arguments are * converted into ( org.omg.CORBA.ORBInitRef.name, value ) * mappings in the resulting properties. Also, -ORBInitialServices * is handled specially in applet mode: they are converted from * relative to absolute URLs. ! * @throws IllegalStateException if setPropertyNames has not * been called. */ Properties getProperties() ; }
< prev index next >