Uses of Interface
org.osgi.framework.BundleActivator

Packages that use BundleActivator
org.apache.felix.framework.util   
org.eclipse.osgi.framework.internal.core   
 

Uses of BundleActivator in org.apache.felix.framework.util
 

Methods in org.apache.felix.framework.util with parameters of type BundleActivator
 void SecureAction.startActivator(BundleActivator activator, BundleContext context)
           
 void SecureAction.stopActivator(BundleActivator activator, BundleContext context)
           
 

Uses of BundleActivator in org.eclipse.osgi.framework.internal.core
 

Classes in org.eclipse.osgi.framework.internal.core that implement BundleActivator
 class SystemBundleActivator
          This class activates the System Bundle.
 

Fields in org.eclipse.osgi.framework.internal.core declared as BundleActivator
protected  BundleActivator BundleContextImpl.activator
          The current instantiation of the activator.
 

Methods in org.eclipse.osgi.framework.internal.core that return BundleActivator
protected  BundleActivator AbstractBundle.loadBundleActivator()
          Load and instantiate bundle's BundleActivator class
 

Methods in org.eclipse.osgi.framework.internal.core with parameters of type BundleActivator
protected  void BundleContextImpl.startActivator(BundleActivator bundleActivator)
          Calls the start method of a BundleActivator.
 



Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.