public class ExtrasBundleActivator
extends java.lang.Object
implements org.osgi.framework.BundleActivator
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ExtrasBundleActivator.LdapApiServiceTracker |
| Modifier and Type | Field and Description |
|---|---|
private org.osgi.util.tracker.ServiceTracker<LdapApiService,LdapApiService> |
serviceTracker |
| Constructor and Description |
|---|
ExtrasBundleActivator() |
| Modifier and Type | Method and Description |
|---|---|
private void |
registerExtrasControls(LdapApiService codec)
Registers all the extras controls present in this control pack.
|
private void |
registerExtrasExtendedOps(LdapApiService codec)
Registers all the extras extended operations present in this control pack.
|
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
private void |
unregisterExtrasControls(LdapApiService codec) |
private void |
unregisterExtrasExtendedOps(LdapApiService codec) |
private org.osgi.util.tracker.ServiceTracker<LdapApiService,LdapApiService> serviceTracker
public void start(org.osgi.framework.BundleContext context)
throws java.lang.Exception
start in interface org.osgi.framework.BundleActivatorjava.lang.Exceptionprivate void registerExtrasControls(LdapApiService codec)
codec - The codec service.private void registerExtrasExtendedOps(LdapApiService codec)
codec - The codec service.public void stop(org.osgi.framework.BundleContext context)
throws java.lang.Exception
stop in interface org.osgi.framework.BundleActivatorjava.lang.Exceptionprivate void unregisterExtrasControls(LdapApiService codec)
private void unregisterExtrasExtendedOps(LdapApiService codec)