public class AbstractCustomServiceImpl extends Object implements org.osgi.framework.SynchronousBundleListener
Modifier and Type | Field and Description |
---|---|
protected org.osgi.framework.BundleContext |
bundleContext |
protected PersistenceService |
persistenceService |
Constructor and Description |
---|
AbstractCustomServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
bundleChanged(org.osgi.framework.BundleEvent bundleEvent) |
void |
postConstruct() |
void |
preDestroy() |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext) |
void |
setPersistenceService(PersistenceService persistenceService) |
protected PersistenceService persistenceService
protected org.osgi.framework.BundleContext bundleContext
public void setPersistenceService(PersistenceService persistenceService)
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
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.