org.eclipse.ecf.core.util
Class ContainerFactoryTracker

java.lang.Object
  extended by org.osgi.util.tracker.ServiceTracker
      extended by org.eclipse.ecf.core.util.ContainerFactoryTracker
All Implemented Interfaces:
org.osgi.util.tracker.ServiceTrackerCustomizer

public class ContainerFactoryTracker
extends org.osgi.util.tracker.ServiceTracker

Service tracker customized to handle tracking the ECF container factory service (singleton).

Since:
3.1

Field Summary
 
Fields inherited from class org.osgi.util.tracker.ServiceTracker
context, filter
 
Constructor Summary
ContainerFactoryTracker(org.osgi.framework.BundleContext context)
           
 
Method Summary
 IContainerFactory getContainerFactory()
           
 
Methods inherited from class org.osgi.util.tracker.ServiceTracker
addingService, close, getService, getService, getServiceReference, getServiceReferences, getServices, getTrackingCount, modifiedService, open, open, remove, removedService, size, waitForService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerFactoryTracker

public ContainerFactoryTracker(org.osgi.framework.BundleContext context)
Method Detail

getContainerFactory

public IContainerFactory getContainerFactory()