< prev index next >

src/jdk.rmic/share/classes/sun/rmi/rmic/RemoteClass.java

Print this page

        

*** 109,119 **** /** * Return an array of RemoteClass.Method objects representing all of * the remote methods implemented by this class, i.e. all of the * methods in the class's remote interfaces. * ! * The methods in the array are ordered according to the comparision * of the strings consisting of their method name followed by their * type signature, so each method's index in the array corresponds * to its "operation number" in the JDK 1.1 version of the * stub/skeleton protocol. */ --- 109,119 ---- /** * Return an array of RemoteClass.Method objects representing all of * the remote methods implemented by this class, i.e. all of the * methods in the class's remote interfaces. * ! * The methods in the array are ordered according to the comparison * of the strings consisting of their method name followed by their * type signature, so each method's index in the array corresponds * to its "operation number" in the JDK 1.1 version of the * stub/skeleton protocol. */
< prev index next >