com.buglabs.osgi.shell.internal
Class Activator

java.lang.Object
  extended by com.buglabs.osgi.shell.internal.Activator

public class Activator
extends java.lang.Object

Activator for Shell.


Field Summary
protected  BundleContext context
           
protected static java.lang.String ORG_OSGI_CONSOLE_LOCAL_ONLY
           
 
Constructor Summary
Activator()
           
 
Method Summary
protected static Activator getReference()
           
 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

ORG_OSGI_CONSOLE_LOCAL_ONLY

protected static final java.lang.String ORG_OSGI_CONSOLE_LOCAL_ONLY
See Also:
Constant Field Values

context

protected BundleContext context
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

getReference

protected static Activator getReference()