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