com.buglabs.bug.module
Class Activator

java.lang.Object
  extended by com.buglabs.bug.module.Activator

public class Activator
extends java.lang.Object


Constructor Summary
Activator()
           
 
Method Summary
static void clearModule(int index)
           
static IModuleControl getModule(int index)
          Get access to the map of currently active modules.
static void setModule(IModuleControl control)
           
 void start(BundleContext context)
           
 void stop(BundleContext context)
           
 
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 context)
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop(BundleContext context)
          throws java.lang.Exception
Throws:
java.lang.Exception

getModule

public static IModuleControl getModule(int index)
Get access to the map of currently active modules.

Returns:

setModule

public static void setModule(IModuleControl control)

clearModule

public static void clearModule(int index)