public class BlueprintListener extends Object implements org.osgi.service.blueprint.container.BlueprintListener, org.osgi.framework.BundleListener, BundleStateListener, BundleStateListener.Factory
| Modifier and Type | Class and Description |
|---|---|
static class |
BlueprintListener.BlueprintState |
BundleStateListener.Factory| Constructor and Description |
|---|
BlueprintListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
blueprintEvent(org.osgi.service.blueprint.container.BlueprintEvent blueprintEvent) |
void |
bundleChanged(org.osgi.framework.BundleEvent event) |
void |
destroy() |
BlueprintListener.BlueprintState |
getBlueprintState(org.osgi.framework.Bundle bundle) |
BundleStateListener |
getListener() |
String |
getName() |
String |
getState(org.osgi.framework.Bundle bundle) |
void |
init() |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext) |
public String getName()
getName in interface BundleStateListenerpublic String getState(org.osgi.framework.Bundle bundle)
getState in interface BundleStateListenerpublic BundleStateListener getListener()
getListener in interface BundleStateListener.Factorypublic BlueprintListener.BlueprintState getBlueprintState(org.osgi.framework.Bundle bundle)
public void blueprintEvent(org.osgi.service.blueprint.container.BlueprintEvent blueprintEvent)
blueprintEvent in interface org.osgi.service.blueprint.container.BlueprintListenerpublic void bundleChanged(org.osgi.framework.BundleEvent event)
bundleChanged in interface org.osgi.framework.BundleListenerpublic void setBundleContext(org.osgi.framework.BundleContext bundleContext)
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.