org.apache.tuscany.sca.extensibility.osgi
Class OSGiServiceDiscoveryActivator

java.lang.Object
  extended by org.apache.tuscany.sca.extensibility.osgi.OSGiServiceDiscoveryActivator

public class OSGiServiceDiscoveryActivator
extends java.lang.Object

The Bundle Activator that creates the OSGi-based service discoverer


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

OSGiServiceDiscoveryActivator

public OSGiServiceDiscoveryActivator()
Method Detail

start

public void start(BundleContext context)
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop(BundleContext context)
          throws java.lang.Exception
Throws:
java.lang.Exception