public class OsgiServiceValidationProviderTracker extends Object implements org.osgi.util.tracker.ServiceTrackerCustomizer
| Constructor and Description |
|---|
OsgiServiceValidationProviderTracker(org.osgi.framework.BundleContext context)
CTor
|
| Modifier and Type | Method and Description |
|---|---|
Object |
addingService(org.osgi.framework.ServiceReference reference)
Adding validation provider
|
static void |
handleInitialReferences(org.osgi.framework.BundleContext context)
Initial providers parsing
|
void |
modifiedService(org.osgi.framework.ServiceReference reference,
Object service)
Modified service
|
void |
removedService(org.osgi.framework.ServiceReference reference,
Object service)
Removed validation provider
|
public OsgiServiceValidationProviderTracker(org.osgi.framework.BundleContext context)
context - bundle contextpublic 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
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.