public class OsgiServiceValidationProviderTracker extends Object implements org.osgi.util.tracker.ServiceTrackerCustomizer
| Constructor and Description |
|---|
OsgiServiceValidationProviderTracker(org.osgi.framework.BundleContext context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
addingService(org.osgi.framework.ServiceReference reference) |
static void |
handleInitialReferences(org.osgi.framework.BundleContext context) |
void |
modifiedService(org.osgi.framework.ServiceReference reference,
Object service) |
void |
removedService(org.osgi.framework.ServiceReference reference,
Object service) |
public OsgiServiceValidationProviderTracker(org.osgi.framework.BundleContext context)
public Object addingService(org.osgi.framework.ServiceReference reference)
addingService in interface org.osgi.util.tracker.ServiceTrackerCustomizerpublic 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
org.osgi.framework.InvalidSyntaxExceptionpublic void modifiedService(org.osgi.framework.ServiceReference reference,
Object service)
modifiedService in interface org.osgi.util.tracker.ServiceTrackerCustomizerCopyright © 2013-2014 Osgiliath. All Rights Reserved.