fr.imag.adele.bundle.wireadmin.impl
Class Activator

java.lang.Object
  extended by fr.imag.adele.bundle.wireadmin.impl.Activator

public class Activator
extends java.lang.Object

Activator

Version:
1.00 Apr 28, 2004
Author:
Humberto Cervantes

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.

Parameters:
context - The bundle context passed by the framework
Throws:
java.lang.Exception
BundleException

stop

public void stop(BundleContext bundleContext)
          throws BundleException
Called upon stopping the bundle.

Parameters:
context - The bundle context passed by the framework
Throws:
java.lang.Exception
BundleException