Class ExtrasBundleActivator.LdapApiServiceTracker
- java.lang.Object
-
- org.apache.directory.api.ldap.extras.ExtrasBundleActivator.LdapApiServiceTracker
-
- Enclosing class:
- ExtrasBundleActivator
class ExtrasBundleActivator.LdapApiServiceTracker extends Object
-
-
Constructor Summary
Constructors Constructor Description LdapApiServiceTracker(BundleContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LdapApiServiceaddingService(<any> reference)voidmodifiedService(<any> reference, LdapApiService ldapApiService)voidremovedService(<any> reference, LdapApiService ldapApiService)
-
-
-
Method Detail
-
addingService
public LdapApiService addingService(<any> reference)
-
modifiedService
public void modifiedService(<any> reference, LdapApiService ldapApiService)
-
removedService
public void removedService(<any> reference, LdapApiService ldapApiService)
-
-