class LdapProtocolCodecActivator.LdapApiServiceTracker extends Object implements org.osgi.util.tracker.ServiceTrackerCustomizer<org.apache.directory.api.ldap.codec.api.LdapApiService,org.apache.directory.api.ldap.codec.api.LdapApiService>
| Modifier and Type | Field and Description |
|---|---|
private org.osgi.framework.BundleContext |
bundleContext |
private org.osgi.framework.ServiceRegistration<?> |
registration |
| Constructor and Description |
|---|
LdapApiServiceTracker(org.osgi.framework.BundleContext context) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.directory.api.ldap.codec.api.LdapApiService |
addingService(org.osgi.framework.ServiceReference<org.apache.directory.api.ldap.codec.api.LdapApiService> reference) |
void |
modifiedService(org.osgi.framework.ServiceReference<org.apache.directory.api.ldap.codec.api.LdapApiService> reference,
org.apache.directory.api.ldap.codec.api.LdapApiService service) |
void |
removedService(org.osgi.framework.ServiceReference<org.apache.directory.api.ldap.codec.api.LdapApiService> reference,
org.apache.directory.api.ldap.codec.api.LdapApiService service) |
private org.osgi.framework.BundleContext bundleContext
private org.osgi.framework.ServiceRegistration<?> registration
LdapApiServiceTracker(org.osgi.framework.BundleContext context)
public org.apache.directory.api.ldap.codec.api.LdapApiService addingService(org.osgi.framework.ServiceReference<org.apache.directory.api.ldap.codec.api.LdapApiService> reference)
addingService in interface org.osgi.util.tracker.ServiceTrackerCustomizer<org.apache.directory.api.ldap.codec.api.LdapApiService,org.apache.directory.api.ldap.codec.api.LdapApiService>public void modifiedService(org.osgi.framework.ServiceReference<org.apache.directory.api.ldap.codec.api.LdapApiService> reference,
org.apache.directory.api.ldap.codec.api.LdapApiService service)
modifiedService in interface org.osgi.util.tracker.ServiceTrackerCustomizer<org.apache.directory.api.ldap.codec.api.LdapApiService,org.apache.directory.api.ldap.codec.api.LdapApiService>public void removedService(org.osgi.framework.ServiceReference<org.apache.directory.api.ldap.codec.api.LdapApiService> reference,
org.apache.directory.api.ldap.codec.api.LdapApiService service)
removedService in interface org.osgi.util.tracker.ServiceTrackerCustomizer<org.apache.directory.api.ldap.codec.api.LdapApiService,org.apache.directory.api.ldap.codec.api.LdapApiService>Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.