@ThreadSafe public abstract class AbstractExtenderListener extends 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 ModuleStatus |
getExtenderStatus()
Updates the extender status
|
protected abstract java.lang.String |
getExtenderType() |
void |
updateBundle(long bundleId,
ModuleStatus moduleStatus) |
activateComponent, assertValid, deactivateComponent, isValidprotected abstract java.lang.String getExtenderType()
public void bundleChanged(org.osgi.framework.BundleEvent event)
bundleChanged in interface org.osgi.framework.BundleListenerpublic void updateBundle(long bundleId,
ModuleStatus moduleStatus)
protected ModuleStatus getExtenderStatus()
protected org.apache.curator.framework.CuratorFramework getCurator()
Copyright © 2014 Red Hat. All Rights Reserved.