Uses of Interface
org.osgi.framework.BundleActivator
-
Packages that use BundleActivator Package Description org.apache.felix.framework.util org.osgi.framework.connect Framework Connect Package Version 1.0. -
-
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) -
Uses of BundleActivator in org.osgi.framework.connect
Methods in org.osgi.framework.connect that return types with arguments of type BundleActivator Modifier and Type Method Description java.util.Optional<BundleActivator>ModuleConnector. newBundleActivator()Creates a new activator for thisModuleConnector.
-