org.ops4j.pax.coin.provider.scanner.internal
Class ResourceScannerTracker

java.lang.Object
  extended by org.ops4j.pax.coin.repository.AbstractTracker<ResourceScanner,ResourceScanner>
      extended by org.ops4j.pax.coin.provider.scanner.internal.ResourceScannerTracker

public class ResourceScannerTracker
extends AbstractTracker<ResourceScanner,ResourceScanner>

Tracks resource scanners in OSGi Service Registry.

Since:
0.3.0, March 07, 2008
Author:
Alin Dreghiciu

Constructor Summary
ResourceScannerTracker(org.osgi.framework.BundleContext bundleContext, ResourceScannerRepository repository)
          Constructor.
 
Method Summary
 
Methods inherited from class org.ops4j.pax.coin.repository.AbstractTracker
create, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceScannerTracker

public ResourceScannerTracker(org.osgi.framework.BundleContext bundleContext,
                              ResourceScannerRepository repository)
Constructor.

Parameters:
bundleContext - bundle context
repository - resource scanners repository
Throws:
org.ops4j.lang.NullArgumentException - - If bundle context is null - If repository is null


Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.