org.apache.felix.wireadmin
Class Activator

java.lang.Object
  extended by org.apache.felix.wireadmin.Activator
All Implemented Interfaces:
BundleActivator

public class Activator
extends Object
implements BundleActivator

The activator

Author:
Felix Project Team

Constructor Summary
Activator()
           
 
Method Summary
 void start(BundleContext bundleContext)
          Called upon starting of the bundle.
 void stop(BundleContext bundleContext)
          Called upon stopping the bundle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Activator

public Activator()
Method Detail

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 © 2013 The Apache Software Foundation. All Rights Reserved.