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) class
Felix.SystemBundleActivator
(package private) class
URLHandlersActivator
Simple 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 BundleActivator
BundleImpl. m_activator
private BundleActivator
ExtensionManager.ExtensionTuple. m_activator
Methods in org.apache.felix.framework that return BundleActivator Modifier and Type Method Description private BundleActivator
Felix. createBundleActivator(Bundle impl)
(package private) BundleActivator
BundleImpl. getActivator()
Methods in org.apache.felix.framework with parameters of type BundleActivator Modifier and Type Method Description (package private) void
BundleImpl. 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 void
SecureAction. startActivator(BundleActivator activator, BundleContext context)
void
SecureAction. stopActivator(BundleActivator activator, BundleContext context)
-