com.buglabs.bug.program
Class Activator

java.lang.Object
  extended by com.buglabs.util.BugBundleActivator
      extended by com.buglabs.bug.program.Activator
All Implemented Interfaces:
org.osgi.framework.BundleActivator, org.osgi.service.log.LogService

public class Activator
extends BugBundleActivator


Field Summary
 
Fields inherited from interface org.osgi.service.log.LogService
LOG_DEBUG, LOG_ERROR, LOG_INFO, LOG_WARNING
 
Constructor Summary
Activator()
           
 
Method Summary
 void start(org.osgi.framework.BundleContext context)
           
 void stop(org.osgi.framework.BundleContext context)
           
 
Methods inherited from class com.buglabs.util.BugBundleActivator
getDefault, log, log, log, log
 
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(org.osgi.framework.BundleContext context)
           throws java.lang.Exception
Specified by:
start in interface org.osgi.framework.BundleActivator
Overrides:
start in class BugBundleActivator
Throws:
java.lang.Exception

stop

public void stop(org.osgi.framework.BundleContext context)
          throws java.lang.Exception
Specified by:
stop in interface org.osgi.framework.BundleActivator
Overrides:
stop in class BugBundleActivator
Throws:
java.lang.Exception