< prev index next >

src/java.corba/share/classes/com/sun/corba/se/spi/legacy/connection/ORBSocketFactory.java

Print this page

        

*** 163,173 **** * type/number pair: <p> * * If number is 0 then use an emphemeral port for the listener of * the associated type. <p> * ! * If number is greater then 0 use that port number. <p> * * An ORB creates a listener socket for each type * specified by the user by calling * * <code>createServerSocket(String type, int port)</code> --- 163,173 ---- * type/number pair: <p> * * If number is 0 then use an emphemeral port for the listener of * the associated type. <p> * ! * If number is greater than 0 use that port number. <p> * * An ORB creates a listener socket for each type * specified by the user by calling * * <code>createServerSocket(String type, int port)</code>
< prev index next >