Searched refs:nativeServiceManager (Results 1 – 1 of 1) sorted by relevance
56 private static XMultiServiceFactory nativeServiceManager = null; field in SharedLibraryLoader_Test101 nativeServiceManager = null; in test_loadNativeServiceManager()115 …nativeServiceManager = UnoRuntime.queryInterface( XMultiServiceFactory.class, aSMgrFac.createInsta… in test_loadNativeServiceManager()118 System.out.println(nativeServiceManager == null? "failed" : "successfull"); in test_loadNativeServiceManager()122 return nativeServiceManager != null; in test_loadNativeServiceManager()
Completed in 7 milliseconds