public class PatchServiceImpl extends Object implements org.apache.unomi.api.services.PatchService, org.osgi.framework.SynchronousBundleListener
| Constructor and Description |
|---|
PatchServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
bundleChanged(org.osgi.framework.BundleEvent event) |
org.apache.unomi.api.Patch |
load(String id) |
org.apache.unomi.api.Item |
patch(org.apache.unomi.api.Patch patch) |
void |
postConstruct() |
void |
preDestroy() |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext) |
void |
setPersistenceService(org.apache.unomi.persistence.spi.PersistenceService persistenceService) |
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
public void setPersistenceService(org.apache.unomi.persistence.spi.PersistenceService persistenceService)
public void postConstruct()
public void preDestroy()
public void bundleChanged(org.osgi.framework.BundleEvent event)
bundleChanged in interface org.osgi.framework.BundleListenerpublic org.apache.unomi.api.Patch load(String id)
load in interface org.apache.unomi.api.services.PatchServicepublic org.apache.unomi.api.Item patch(org.apache.unomi.api.Patch patch)
patch in interface org.apache.unomi.api.services.PatchServiceCopyright © 2014–2023 Apache Software Foundation. All rights reserved.