com.buglabs.osgi.http.test
Class Activator

java.lang.Object
  extended by com.buglabs.osgi.http.test.Activator

public class Activator
extends java.lang.Object


Field Summary
static BundleContext context
           
 
Constructor Summary
Activator()
           
 
Method Summary
static BundleContext getBundleContext()
           
 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
 

Field Detail

context

public static BundleContext context
Constructor Detail

Activator

public Activator()
Method Detail

getBundleContext

public static BundleContext getBundleContext()

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