Service Activator Toolkit
Version 1.1.0 (20081206)

org.eclipse.soda.sat.core.framework
Class LazyBundleActivator

java.lang.Object
  extended by org.eclipse.soda.sat.core.framework.LazyBundleActivator
All Implemented Interfaces:
BundleActivator

public final class LazyBundleActivator
extends Object
implements BundleActivator

LazyBundleActivator


Constructor Summary
LazyBundleActivator()
           
 
Method Summary
 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

LazyBundleActivator

public LazyBundleActivator()
Method Detail

start

public void start(BundleContext context)
           throws Exception
Specified by:
start in interface BundleActivator
Throws:
Exception
See Also:
BundleActivator.start(org.osgi.framework.BundleContext)

stop

public void stop(BundleContext context)
          throws Exception
Specified by:
stop in interface BundleActivator
Throws:
Exception
See Also:
BundleActivator.stop(org.osgi.framework.BundleContext)

Service Activator Toolkit
Version 1.1.0 (20081206)