Uses of Interface
org.osgi.framework.BundleActivator
-
Packages that use BundleActivator Package Description org.apache.felix.framework org.apache.felix.framework.util -
-
Uses of BundleActivator in org.apache.felix.framework
Classes in org.apache.felix.framework that implement BundleActivator Modifier and Type Class Description (package private) classFelix.SystemBundleActivator(package private) classURLHandlersActivatorSimple activator class used by the system bundle to enable the URL Handlers service.Fields in org.apache.felix.framework declared as BundleActivator Modifier and Type Field Description private BundleActivatorBundleImpl. m_activatorprivate BundleActivatorExtensionManager.ExtensionTuple. m_activatorMethods in org.apache.felix.framework that return BundleActivator Modifier and Type Method Description private BundleActivatorFelix. createBundleActivator(Bundle impl)(package private) BundleActivatorBundleImpl. getActivator()Methods in org.apache.felix.framework with parameters of type BundleActivator Modifier and Type Method Description (package private) voidBundleImpl. setActivator(BundleActivator activator)Constructors in org.apache.felix.framework with parameters of type BundleActivator Constructor Description ExtensionTuple(BundleActivator activator, Bundle bundle) -
Uses of BundleActivator in org.apache.felix.framework.util
Methods in org.apache.felix.framework.util with parameters of type BundleActivator Modifier and Type Method Description voidSecureAction. startActivator(BundleActivator activator, BundleContext context)voidSecureAction. stopActivator(BundleActivator activator, BundleContext context)
-