189190191192193194195196197198199
XMultiServiceFactory multiFactory, XRegistryKey regKey ) { if (implName.equals( LoginContext.class.getName() )) { return new ServiceFactory( LoginContext.class, new String [] { SERVICE_NAME } ); } return null; }