public class BlankTransactionServiceTracker extends Object implements org.osgi.util.tracker.ServiceTrackerCustomizer<ModuleFactory,Object>
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_MAX_ATTEMPTS |
Constructor and Description |
---|
BlankTransactionServiceTracker(org.opendaylight.controller.config.manager.impl.osgi.BlankTransactionServiceTracker.BlankTransaction blankTransaction) |
BlankTransactionServiceTracker(ConfigRegistryImpl configRegistry) |
Modifier and Type | Method and Description |
---|---|
Object |
addingService(org.osgi.framework.ServiceReference<ModuleFactory> moduleFactoryServiceReference) |
void |
modifiedService(org.osgi.framework.ServiceReference<ModuleFactory> moduleFactoryServiceReference,
Object object) |
void |
removedService(org.osgi.framework.ServiceReference<ModuleFactory> moduleFactoryServiceReference,
Object object) |
public static final int DEFAULT_MAX_ATTEMPTS
public BlankTransactionServiceTracker(ConfigRegistryImpl configRegistry)
public BlankTransactionServiceTracker(org.opendaylight.controller.config.manager.impl.osgi.BlankTransactionServiceTracker.BlankTransaction blankTransaction)
public Object addingService(org.osgi.framework.ServiceReference<ModuleFactory> moduleFactoryServiceReference)
addingService
in interface org.osgi.util.tracker.ServiceTrackerCustomizer<ModuleFactory,Object>
public void modifiedService(org.osgi.framework.ServiceReference<ModuleFactory> moduleFactoryServiceReference, Object object)
modifiedService
in interface org.osgi.util.tracker.ServiceTrackerCustomizer<ModuleFactory,Object>
public void removedService(org.osgi.framework.ServiceReference<ModuleFactory> moduleFactoryServiceReference, Object object)
removedService
in interface org.osgi.util.tracker.ServiceTrackerCustomizer<ModuleFactory,Object>
Copyright © 2019 OpenDaylight. All rights reserved.