org.springframework.osgi.mock
Class MockBundleActivator
java.lang.Object
org.springframework.osgi.mock.MockBundleActivator
- All Implemented Interfaces:
- BundleActivator
public class MockBundleActivator
- extends Object
- implements BundleActivator
BundleActivator mock.
Doesn't provide any functionality.
- Author:
- Costin Leau
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockBundleActivator
public MockBundleActivator()
start
public void start(BundleContext context)
throws Exception
- Specified by:
start
in interface BundleActivator
- Throws:
Exception
stop
public void stop(BundleContext context)
throws Exception
- Specified by:
stop
in interface BundleActivator
- Throws:
Exception
Copyright © 2006-2007 Spring Framework. All Rights Reserved.