Searched refs:compfac_method (Results 1 – 1 of 1) sorted by relevance
320 Method compfac_method = null; in activate() local323 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 12 milliseconds