Uses of Interface
org.osgi.framework.BundleActivator
Packages that use BundleActivator
-
Uses of BundleActivator in org.apache.felix.framework
Classes in org.apache.felix.framework that implement BundleActivatorModifier and TypeClassDescription(package private) class(package private) classSimple activator class used by the system bundle to enable the URL Handlers service.Fields in org.apache.felix.framework declared as BundleActivatorModifier and TypeFieldDescriptionprivate BundleActivatorBundleImpl.m_activatorprivate final BundleActivatorExtensionManager.ExtensionTuple.m_activatorMethods in org.apache.felix.framework that return BundleActivatorModifier and TypeMethodDescriptionprivate BundleActivatorFelix.createBundleActivator(Bundle impl) (package private) BundleActivatorBundleImpl.getActivator()Methods in org.apache.felix.framework with parameters of type BundleActivatorModifier and TypeMethodDescription(package private) voidBundleImpl.setActivator(BundleActivator activator) Constructors in org.apache.felix.framework with parameters of type BundleActivator -
Uses of BundleActivator in org.apache.felix.framework.util
Methods in org.apache.felix.framework.util with parameters of type BundleActivatorModifier and TypeMethodDescriptionvoidSecureAction.startActivator(BundleActivator activator, BundleContext context) voidSecureAction.stopActivator(BundleActivator activator, BundleContext context)