org.ops4j.pax.coin.service.internal.provider
Class ConfigProviderTracker
java.lang.Object
org.ops4j.pax.coin.repository.AbstractTracker<ConfigProvider,ConfigProvider>
org.ops4j.pax.coin.service.internal.provider.ConfigProviderTracker
public class ConfigProviderTracker
- extends AbstractTracker<ConfigProvider,ConfigProvider>
Tracks configuration targets in OSGi Service Registry.
- Since:
- 0.3.0, February 22, 2008
- Author:
- Alin Dreghiciu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigProviderTracker
public ConfigProviderTracker(org.osgi.framework.BundleContext bundleContext,
ConfigProviderRepository repository)
- Constructor.
- Parameters:
bundleContext
- bundle contextrepository
- configuration target 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.