org.eclipse.soda.sat.core.framework
Class LazyBundleActivator
java.lang.Object
org.eclipse.soda.sat.core.framework.LazyBundleActivator
- All Implemented Interfaces:
- BundleActivator
public final class LazyBundleActivator
- extends Object
- implements BundleActivator
LazyBundleActivator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LazyBundleActivator
public LazyBundleActivator()
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)
Copyright © 2001, 2008 IBM Corporation and others. All Rights Reserved.