class ExtrasBundleActivator.LdapApiServiceTracker extends java.lang.Object implements org.osgi.util.tracker.ServiceTrackerCustomizer<LdapApiService,LdapApiService>
| Modifier and Type | Field and Description |
|---|---|
private org.osgi.framework.BundleContext |
context |
| Constructor and Description |
|---|
LdapApiServiceTracker(org.osgi.framework.BundleContext context) |
| Modifier and Type | Method and Description |
|---|---|
LdapApiService |
addingService(org.osgi.framework.ServiceReference<LdapApiService> reference) |
void |
modifiedService(org.osgi.framework.ServiceReference<LdapApiService> reference,
LdapApiService ldapApiService) |
void |
removedService(org.osgi.framework.ServiceReference<LdapApiService> reference,
LdapApiService ldapApiService) |
public LdapApiServiceTracker(org.osgi.framework.BundleContext context)
public LdapApiService addingService(org.osgi.framework.ServiceReference<LdapApiService> reference)
addingService in interface org.osgi.util.tracker.ServiceTrackerCustomizer<LdapApiService,LdapApiService>public void modifiedService(org.osgi.framework.ServiceReference<LdapApiService> reference, LdapApiService ldapApiService)
modifiedService in interface org.osgi.util.tracker.ServiceTrackerCustomizer<LdapApiService,LdapApiService>public void removedService(org.osgi.framework.ServiceReference<LdapApiService> reference, LdapApiService ldapApiService)
removedService in interface org.osgi.util.tracker.ServiceTrackerCustomizer<LdapApiService,LdapApiService>