public final class InterceptorsServiceTracker extends Object implements org.osgi.util.tracker.ServiceTrackerCustomizer
| Constructor and Description |
|---|
InterceptorsServiceTracker(org.osgi.framework.BundleContext context)
Ctor
|
| Modifier and Type | Method and Description |
|---|---|
Object |
addingService(org.osgi.framework.ServiceReference reference)
Service tracker added service
|
static void |
handleInitialReferences(org.osgi.framework.BundleContext context)
Initial call to tracker
|
void |
modifiedService(org.osgi.framework.ServiceReference reference,
Object service)
Modification of a service
|
void |
removedService(org.osgi.framework.ServiceReference reference,
Object service)
remove service
|
public InterceptorsServiceTracker(org.osgi.framework.BundleContext context)
context - the bundle contextpublic final Object addingService(org.osgi.framework.ServiceReference reference)
addingService in interface org.osgi.util.tracker.ServiceTrackerCustomizerpublic final void removedService(org.osgi.framework.ServiceReference reference,
Object service)
removedService in interface org.osgi.util.tracker.ServiceTrackerCustomizerpublic static void handleInitialReferences(org.osgi.framework.BundleContext context)
throws org.osgi.framework.InvalidSyntaxException
context - bundle contextorg.osgi.framework.InvalidSyntaxException - parsing errorpublic void modifiedService(org.osgi.framework.ServiceReference reference,
Object service)
modifiedService in interface org.osgi.util.tracker.ServiceTrackerCustomizerCopyright © 2013–2014 Osgiliath. All rights reserved.