org.springframework.osgi.mock
Class MockBundleActivator

java.lang.Object
  extended by 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

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

MockBundleActivator

public MockBundleActivator()
Method Detail

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-2008 Spring Framework. All Rights Reserved.