public abstract class AbstractConfigurationServiceImpl extends Object implements org.osgi.framework.SynchronousBundleListener
Modifier and Type | Field and Description |
---|---|
protected org.osgi.framework.BundleContext |
bundleContext |
protected PersistenceService |
persistenceService |
protected IRouterCamelContext |
routerCamelContext |
Constructor and Description |
---|
AbstractConfigurationServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
bundleChanged(org.osgi.framework.BundleEvent bundleEvent) |
IRouterCamelContext |
getRouterCamelContext() |
void |
postConstruct() |
void |
preDestroy() |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext) |
void |
setPersistenceService(PersistenceService persistenceService) |
void |
setRouterCamelContext(IRouterCamelContext routerCamelContext) |
protected org.osgi.framework.BundleContext bundleContext
protected PersistenceService persistenceService
protected IRouterCamelContext routerCamelContext
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
public void setPersistenceService(PersistenceService persistenceService)
public void setRouterCamelContext(IRouterCamelContext routerCamelContext)
public IRouterCamelContext getRouterCamelContext()
public void postConstruct()
public void preDestroy()
public void bundleChanged(org.osgi.framework.BundleEvent bundleEvent)
bundleChanged
in interface org.osgi.framework.BundleListener
Copyright © 2014–2022 Apache Software Foundation. All rights reserved.