@ThreadSafe
public abstract class AbstractExtenderListener
extends io.fabric8.api.scr.AbstractComponent
implements org.osgi.framework.BundleListener
| Constructor and Description |
|---|
AbstractExtenderListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
bundleChanged(org.osgi.framework.BundleEvent event) |
protected org.apache.curator.framework.CuratorFramework |
getCurator() |
protected io.fabric8.api.ModuleStatus |
getExtenderStatus()
Updates the extender status
|
protected abstract String |
getExtenderType() |
void |
updateBundle(long bundleId,
io.fabric8.api.ModuleStatus moduleStatus) |
protected abstract String getExtenderType()
public void bundleChanged(org.osgi.framework.BundleEvent event)
bundleChanged in interface org.osgi.framework.BundleListenerpublic void updateBundle(long bundleId,
io.fabric8.api.ModuleStatus moduleStatus)
protected io.fabric8.api.ModuleStatus getExtenderStatus()
protected org.apache.curator.framework.CuratorFramework getCurator()
Copyright © 2011–2014 Red Hat. All rights reserved.