Uses of Class
org.osgi.framework.ServiceEvent
-
Packages that use ServiceEvent Package Description org.apache.felix.framework org.apache.felix.framework.util org.osgi.framework Framework Package Version 1.8.org.osgi.framework.hooks.service Framework Service Hooks Package Version 1.1.org.osgi.util.tracker Tracker Package Version 1.5. -
-
Uses of ServiceEvent in org.apache.felix.framework
Methods in org.apache.felix.framework with parameters of type ServiceEvent Modifier and Type Method Description private void
Felix. fireServiceEvent(ServiceEvent event, java.util.Dictionary oldProps)
Fires service events.void
Logger. serviceChanged(ServiceEvent event)
This method implements the callback for the ServiceListener interface.void
ServiceRegistry.ServiceRegistryCallbacks. serviceChanged(ServiceEvent event, java.util.Dictionary oldProps)
-
Uses of ServiceEvent in org.apache.felix.framework.util
Methods in org.apache.felix.framework.util with parameters of type ServiceEvent Modifier and Type Method Description private java.util.Map<BundleContext,java.util.List<ListenerInfo>>
EventDispatcher. filterListenersUsingHooks(ServiceEvent event, Framework felix, java.util.Map<BundleContext,java.util.List<ListenerInfo>> listeners)
void
EventDispatcher. fireServiceEvent(ServiceEvent event, java.util.Dictionary oldProps, Framework felix)
void
SecureAction. invokeServiceEventHook(EventHook eh, ServiceEvent event, java.util.Collection<BundleContext> contexts)
void
SecureAction. invokeServiceEventListenerHook(EventListenerHook elh, ServiceEvent event, java.util.Map<BundleContext,java.util.Collection<ListenerHook.ListenerInfo>> listeners)
-
Uses of ServiceEvent in org.osgi.framework
Methods in org.osgi.framework with parameters of type ServiceEvent Modifier and Type Method Description void
ServiceListener. serviceChanged(ServiceEvent event)
Receives notification that a service has had a lifecycle change. -
Uses of ServiceEvent in org.osgi.framework.hooks.service
Methods in org.osgi.framework.hooks.service with parameters of type ServiceEvent Modifier and Type Method Description void
EventHook. event(ServiceEvent event, java.util.Collection<BundleContext> contexts)
Deprecated.Event hook method.void
EventListenerHook. event(ServiceEvent event, java.util.Map<BundleContext,java.util.Collection<ListenerHook.ListenerInfo>> listeners)
Event listener hook method. -
Uses of ServiceEvent in org.osgi.util.tracker
Methods in org.osgi.util.tracker with parameters of type ServiceEvent Modifier and Type Method Description (package private) T
ServiceTracker.Tracked. customizerAdding(ServiceReference<S> item, ServiceEvent related)
Call the specific customizer adding method.(package private) void
ServiceTracker.Tracked. customizerModified(ServiceReference<S> item, ServiceEvent related, T object)
Call the specific customizer modified method.(package private) void
ServiceTracker.Tracked. customizerRemoved(ServiceReference<S> item, ServiceEvent related, T object)
Call the specific customizer removed method.void
ServiceTracker.Tracked. serviceChanged(ServiceEvent event)
ServiceListener
method for theServiceTracker
class.
-