Package | Description |
---|---|
org.apache.felix.framework | |
org.osgi.framework |
Framework Package Version 1.8.
|
org.osgi.framework.launch |
Framework Launch Package Version 1.2.
|
org.osgi.framework.startlevel |
Framework Start Level Package Version 1.0.
|
org.osgi.framework.wiring |
Framework Wiring Package Version 1.2.
|
Modifier and Type | Method and Description |
---|---|
void |
Felix.init(FrameworkListener... listeners) |
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 |
Framework.init(FrameworkListener... listeners)
Initialize this Framework.
|
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–2016 The Apache Software Foundation. All rights reserved.