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) class
Simple activator class used by the system bundle to enable the URL Handlers service.Fields in org.apache.felix.framework declared as BundleActivatorModifier and TypeFieldDescriptionprivate BundleActivator
BundleImpl.m_activator
private final BundleActivator
ExtensionManager.ExtensionTuple.m_activator
Methods in org.apache.felix.framework that return BundleActivatorModifier and TypeMethodDescriptionprivate BundleActivator
Felix.createBundleActivator
(Bundle impl) (package private) BundleActivator
BundleImpl.getActivator()
Methods in org.apache.felix.framework with parameters of type BundleActivatorModifier and TypeMethodDescription(package private) void
BundleImpl.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 TypeMethodDescriptionvoid
SecureAction.startActivator
(BundleActivator activator, BundleContext context) void
SecureAction.stopActivator
(BundleActivator activator, BundleContext context)