com.buglabs.bug.module.vonhippel.tests
Class TestSuiteServiceTracker

java.lang.Object
  extended by com.buglabs.application.AbstractServiceTracker
      extended by com.buglabs.bug.module.vonhippel.tests.TestSuiteServiceTracker
All Implemented Interfaces:
IServiceProvider

public class TestSuiteServiceTracker
extends AbstractServiceTracker


Field Summary
 
Fields inherited from class com.buglabs.application.AbstractServiceTracker
context, services
 
Constructor Summary
TestSuiteServiceTracker(BundleContext context)
           
 
Method Summary
 void doStart()
          Invoked when all services have been registered.
 void doStop()
          Invoked when a service is unregistered.
 void initServices()
          Implementations should add services of interest
 
Methods inherited from class com.buglabs.application.AbstractServiceTracker
addingService, addServiceFilters, canStart, getBundleContext, getService, getServicePropertiesMap, getServices, hasStarted, modifiedService, removedService, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSuiteServiceTracker

public TestSuiteServiceTracker(BundleContext context)
Method Detail

doStart

public void doStart()
Description copied from class: AbstractServiceTracker
Invoked when all services have been registered.

Specified by:
doStart in class AbstractServiceTracker

doStop

public void doStop()
Description copied from class: AbstractServiceTracker
Invoked when a service is unregistered.

Specified by:
doStop in class AbstractServiceTracker

initServices

public void initServices()
Description copied from class: AbstractServiceTracker
Implementations should add services of interest

Overrides:
initServices in class AbstractServiceTracker