Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/url/
H A DMultiplexingURLStreamHandler.java85 …factory.container.getLogServices().log(MultiplexingURLStreamHandler.class.getName(), FrameworkLogE… in initializeMethods()
109 …factory.container.getLogServices().log(MultiplexingURLStreamHandler.class.getName(), FrameworkLogE… in openConnection()
127 …factory.container.getLogServices().log(MultiplexingURLStreamHandler.class.getName(), FrameworkLogE… in openConnection()
143 …factory.container.getLogServices().log(MultiplexingURLStreamHandler.class.getName(), FrameworkLogE… in equals()
159 …factory.container.getLogServices().log(MultiplexingURLStreamHandler.class.getName(), FrameworkLogE… in getDefaultPort()
175 …factory.container.getLogServices().log(MultiplexingURLStreamHandler.class.getName(), FrameworkLogE… in getHostAddress()
191 …factory.container.getLogServices().log(MultiplexingURLStreamHandler.class.getName(), FrameworkLogE… in hashCode()
207 …factory.container.getLogServices().log(MultiplexingURLStreamHandler.class.getName(), FrameworkLogE… in hostsEqual()
226 …factory.container.getLogServices().log(MultiplexingURLStreamHandler.class.getName(), FrameworkLogE… in parseURL()
242 …factory.container.getLogServices().log(MultiplexingURLStreamHandler.class.getName(), FrameworkLogE… in sameFile()
[all …]
H A DMultiplexingFactory.java126 …container.getLogServices().log(MultiplexingFactory.class.getName(), FrameworkLogEntry.ERROR, "regi… in register()
142 …container.getLogServices().log(MultiplexingFactory.class.getName(), FrameworkLogEntry.ERROR, "unre… in unregister()
167 …container.getLogServices().log(MultiplexingFactory.class.getName(), FrameworkLogEntry.ERROR, "desi… in designateSuccessor()
195 …container.getLogServices().log(MultiplexingFactory.class.getName(), FrameworkLogEntry.ERROR, "find… in findAuthorizedFactory()
H A DURLStreamHandlerFactoryImpl.java116 …container.getLogServices().log(URLStreamHandlerFactoryImpl.class.getName(), FrameworkLogEntry.ERRO… in createURLStreamHandler()
173 container.getLogServices().log(EquinoxContainer.NAME, FrameworkLogEntry.WARNING, message, null); in createInternalURLStreamHandler()
200 …container.getLogServices().log(URLStreamHandlerFactoryImpl.class.getName(), FrameworkLogEntry.ERRO… in findAuthorizedURLStreamHandler()
H A DContentHandlerFactoryImpl.java119 … container.getLogServices().log(EquinoxContainer.NAME, FrameworkLogEntry.WARNING, message, null); in createInternalContentHandler()
157 …container.getLogServices().log(ContentHandlerFactoryImpl.class.getName(), FrameworkLogEntry.ERROR,… in findAuthorizedContentHandler()
H A DEquinoxFactoryManager.java52 …container.getLogServices().log(EquinoxContainer.NAME, FrameworkLogEntry.ERROR, ex.getMessage(), ex… in installURLStreamHandlerFactory()
123 …container.getLogServices().log(EquinoxContainer.NAME, FrameworkLogEntry.ERROR, ex.getMessage(), ex… in installContentHandlerFactory()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/cds/
H A DCDSHookConfigurator.java59 EquinoxLogServices logServices = container.getLogServices(); in addHooks()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/hooks/
H A DEclipseLazyStarter.java122 container.getLogServices().log(EquinoxContainer.NAME, FrameworkLogEntry.WARNING, message, e); in postFindLocalClass()
129 … container.getLogServices().log(EquinoxContainer.NAME, FrameworkLogEntry.ERROR, message, e, null); in postFindLocalClass()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.hook/src/org/eclipse/equinox/internal/transforms/
H A DTransformedBundleEntry.java93 …bundleFile.getGeneration().getBundleInfo().getStorage().getLogServices().log(EquinoxContainer.NAME… in getSize()
H A DTransformerHook.java42 logServices = hookRegistry.getContainer().getLogServices(); in addHooks()
H A DTransformedBundleFile.java111 …generation.getBundleInfo().getStorage().getLogServices().log(EquinoxContainer.NAME, FrameworkLogEn… in getInputStream()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/
H A DStorageSaver.java33 …container.getLogServices().log(EquinoxContainer.NAME, FrameworkLogEntry.ERROR, "Error saving on up… in run()
H A DSystemBundleActivator.java68 bundle.getEquinoxContainer().getLogServices().start(bc); in start()
202 bundle.getEquinoxContainer().getLogServices().stop(bc); in stop()
H A DEquinoxBundle.java222 …SystemBundle.this.getEquinoxContainer().getLogServices().log(EquinoxContainer.NAME, FrameworkLogEn… in asyncStop()
246 …SystemBundle.this.getEquinoxContainer().getLogServices().log(EquinoxContainer.NAME, FrameworkLogEn… in asyncUpdate()
630 …equinoxContainer.getLogServices().log(EquinoxContainer.NAME, FrameworkLogEntry.WARNING, e.getMessa… in loadClass()
H A DEquinoxContainer.java148 public EquinoxLogServices getLogServices() { in getLogServices() method in EquinoxContainer
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/
H A DStorage.java250 …equinoxContainer.getLogServices().log(EquinoxContainer.NAME, FrameworkLogEntry.WARNING, "The persi… in Storage()
265 …equinoxContainer.getLogServices().log(EquinoxContainer.NAME, FrameworkLogEntry.WARNING, "Incompati… in Storage()
318 getLogServices().log(EquinoxContainer.NAME, FrameworkLogEntry.ERROR, e.getMessage(), e); in installExtensions()
362 …equinoxContainer.getLogServices().log(EquinoxContainer.NAME, FrameworkLogEntry.WARNING, "Error val… in needsDiscarding()
488getLogServices().log(EquinoxContainer.NAME, FrameworkLogEntry.ERROR, "Error saving on shutdown", e… in close()
532 …equinoxContainer.getLogServices().log(EquinoxContainer.NAME, FrameworkLogEntry.ERROR, "The -clean … in cleanOSGiStorage()
556 public EquinoxLogServices getLogServices() { in getLogServices() method in Storage
557 return equinoxContainer.getLogServices(); in getLogServices()
1863 …equinoxContainer.getLogServices().log(EquinoxContainer.NAME, FrameworkLogEntry.ERROR, "Error deter…
2162 …equinoxContainer.getLogServices().log(EquinoxContainer.NAME, FrameworkLogEntry.ERROR, e.getMessage…
[all …]
H A DBundleInfo.java503 …storage.getLogServices().log(EquinoxContainer.NAME, FrameworkLogEntry.WARNING, "Error deleting bun… in delete()
511 …storage.getLogServices().log(EquinoxContainer.NAME, FrameworkLogEntry.WARNING, "Error deleting gen… in delete()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/hookregistry/
H A DHookRegistry.java120 container.getLogServices().getFrameworkLog().log(error); in initialize()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/location/
H A DBasicLocation.java84 EquinoxLogServices logServices = container.getLogServices(); in getURL()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/bundlefile/
H A DCloseableBundleFile.java219 …generation.getBundleInfo().getStorage().getLogServices().log(EquinoxContainer.NAME, FrameworkLogEn… in getFile()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/signedcontent/
H A DSignedBundleHook.java273 container.getLogServices().log(EquinoxContainer.NAME, severity, msg, t);