org.apache.felix.gogo.shell
Class Activator

java.lang.Object
  extended by org.apache.felix.gogo.shell.Activator
All Implemented Interfaces:
java.lang.Runnable, org.osgi.framework.BundleActivator

public class Activator
extends java.lang.Object
implements org.osgi.framework.BundleActivator, java.lang.Runnable


Constructor Summary
Activator()
           
 
Method Summary
 void run()
           
 void start(org.osgi.framework.BundleContext ctxt)
           
 void stop(org.osgi.framework.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(org.osgi.framework.BundleContext ctxt)
           throws java.lang.Exception
Specified by:
start in interface org.osgi.framework.BundleActivator
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
Throws:
java.lang.Exception

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2012. All Rights Reserved.