public class BundledHooks extends Object implements org.osgi.framework.hooks.service.FindHook, org.osgi.framework.hooks.service.EventListenerHook
| Constructor and Description |
|---|
BundledHooks() |
| Modifier and Type | Method and Description |
|---|---|
void |
event(org.osgi.framework.ServiceEvent event,
Map<org.osgi.framework.BundleContext,Collection<org.osgi.framework.hooks.service.ListenerHook.ListenerInfo>> listeners) |
void |
find(org.osgi.framework.BundleContext context,
String name,
String filter,
boolean allServices,
Collection<org.osgi.framework.ServiceReference<?>> references) |
public void find(org.osgi.framework.BundleContext context,
String name,
String filter,
boolean allServices,
Collection<org.osgi.framework.ServiceReference<?>> references)
find in interface org.osgi.framework.hooks.service.FindHookpublic void event(org.osgi.framework.ServiceEvent event,
Map<org.osgi.framework.BundleContext,Collection<org.osgi.framework.hooks.service.ListenerHook.ListenerInfo>> listeners)
event in interface org.osgi.framework.hooks.service.EventListenerHookCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.