Uses of Class
org.apache.felix.framework.util.ListenerInfo
Packages that use ListenerInfo
-
Uses of ListenerInfo in org.apache.felix.framework.util
Fields in org.apache.felix.framework.util with type parameters of type ListenerInfoModifier and TypeFieldDescriptionprivate Map<BundleContext, List<ListenerInfo>> EventDispatcher.m_bndlListenersprivate Map<BundleContext, List<ListenerInfo>> EventDispatcher.m_fwkListenersEventDispatcher.Request.m_listenersprivate Map<BundleContext, List<ListenerInfo>> EventDispatcher.m_svcListenersprivate Map<BundleContext, List<ListenerInfo>> EventDispatcher.m_syncBndlListenersMethods in org.apache.felix.framework.util that return types with arguments of type ListenerInfoModifier and TypeMethodDescriptionprivate static Map<BundleContext, List<ListenerInfo>> EventDispatcher.addListenerInfo(Map<BundleContext, List<ListenerInfo>> listeners, ListenerInfo info) private Map<BundleContext, List<ListenerInfo>> EventDispatcher.filterListenersUsingHooks(ServiceEvent event, Framework felix, Map<BundleContext, List<ListenerInfo>> listeners) private static Map<BundleContext, List<ListenerInfo>> EventDispatcher.removeListenerInfo(Map<BundleContext, List<ListenerInfo>> listeners, BundleContext bc, int idx) private static Map<BundleContext, List<ListenerInfo>> EventDispatcher.removeListenerInfos(Map<BundleContext, List<ListenerInfo>> listeners, BundleContext bc) private static Map<BundleContext, List<ListenerInfo>> EventDispatcher.updateListenerInfo(Map<BundleContext, List<ListenerInfo>> listeners, int idx, ListenerInfo info) Methods in org.apache.felix.framework.util with parameters of type ListenerInfoModifier and TypeMethodDescriptionprivate static Map<BundleContext, List<ListenerInfo>> EventDispatcher.addListenerInfo(Map<BundleContext, List<ListenerInfo>> listeners, ListenerInfo info) private static Map<BundleContext, List<ListenerInfo>> EventDispatcher.updateListenerInfo(Map<BundleContext, List<ListenerInfo>> listeners, int idx, ListenerInfo info) Method parameters in org.apache.felix.framework.util with type arguments of type ListenerInfoModifier and TypeMethodDescriptionprivate static Map<BundleContext, List<ListenerInfo>> EventDispatcher.addListenerInfo(Map<BundleContext, List<ListenerInfo>> listeners, ListenerInfo info) private <T> Set<BundleContext> EventDispatcher.createWhitelistFromHooks(EventObject event, Framework felix, Map<BundleContext, List<ListenerInfo>> listeners1, Map<BundleContext, List<ListenerInfo>> listeners2, Class<T> hookClass) private Map<BundleContext, List<ListenerInfo>> EventDispatcher.filterListenersUsingHooks(ServiceEvent event, Framework felix, Map<BundleContext, List<ListenerInfo>> listeners) private static voidEventDispatcher.fireEventAsynchronously(EventDispatcher dispatcher, int type, Map<BundleContext, List<ListenerInfo>> listeners, EventObject event) private static voidEventDispatcher.fireEventImmediately(EventDispatcher dispatcher, int type, Map<BundleContext, List<ListenerInfo>> listeners, EventObject event, Dictionary oldProps) private static Map<BundleContext, List<ListenerInfo>> EventDispatcher.removeListenerInfo(Map<BundleContext, List<ListenerInfo>> listeners, BundleContext bc, int idx) private static Map<BundleContext, List<ListenerInfo>> EventDispatcher.removeListenerInfos(Map<BundleContext, List<ListenerInfo>> listeners, BundleContext bc) private static Map<BundleContext, List<ListenerInfo>> EventDispatcher.updateListenerInfo(Map<BundleContext, List<ListenerInfo>> listeners, int idx, ListenerInfo info) Constructors in org.apache.felix.framework.util with parameters of type ListenerInfo