Package | Description |
---|---|
org.osgi.framework | |
org.osgi.framework.startlevel | |
org.osgi.framework.wiring |
Modifier and Type | Method and Description |
---|---|
void |
BundleContext.addFrameworkListener(FrameworkListener listener)
Adds the specified
FrameworkListener object to the context
bundle's list of listeners if not already present. |
void |
BundleContext.removeFrameworkListener(FrameworkListener listener)
Removes the specified
FrameworkListener object from the context
bundle's list of listeners. |
Modifier and Type | Method and Description |
---|---|
void |
FrameworkStartLevel.setStartLevel(int startlevel,
FrameworkListener... listeners)
Modify the active start level of the Framework and notify when complete.
|
Modifier and Type | Method and Description |
---|---|
void |
FrameworkWiring.refreshBundles(Collection<Bundle> bundles,
FrameworkListener... listeners)
Refreshes the specified bundles.
|
Copyright © 2006-2015 The Apache Software Foundation. All Rights Reserved.