org.apache.felix.wireadmin
Class Activator
java.lang.Object
org.apache.felix.wireadmin.Activator
- All Implemented Interfaces:
- BundleActivator
public class Activator
- extends Object
- implements BundleActivator
The activator
- Author:
- Felix Project Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Activator
public Activator()
start
public void start(BundleContext bundleContext)
throws BundleException
- Called upon starting of the bundle.
- Specified by:
start
in interface BundleActivator
- Parameters:
context
- The bundle context passed by the framework
- Throws:
Exception
BundleException
stop
public void stop(BundleContext bundleContext)
throws BundleException
- Called upon stopping the bundle.
- Specified by:
stop
in interface BundleActivator
- Parameters:
context
- The bundle context passed by the framework
- Throws:
Exception
BundleException
Copyright © 2011 Apache Software Foundation. All Rights Reserved.