Searched refs:toStubMethod (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/corba/
H A DCorbaUtils.java86 if (toStubMethod == null) {
98 stub = toStubMethod.invoke(null, new java.lang.Object[]{remoteObj});
240 private static Method toStubMethod = null; field in class:CorbaUtils
266 toStubMethod = proClass.getMethod("toStub",

Completed in 46 milliseconds