Home
last modified time | relevance | path

Searched refs:compfac_method (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/jurt/com/sun/star/comp/loader/
H A DJavaLoader.java320 Method compfac_method = null; in activate() local
323 compfac_method = clazz.getMethod( in activate()
330 if (null == compfac_method) in activate()
344 if (null != compfac_method) in activate()
346 Object ret = compfac_method.invoke( clazz, new Object [] { implementationName } ); in activate()

Completed in 18 milliseconds