Package | Description |
---|---|
org.apache.felix.framework | |
org.apache.felix.framework.util | |
org.eclipse.osgi.framework.internal.core | |
org.eclipse.osgi.internal.composite | |
org.eclipse.osgi.launch |
Provides the Equinox framework launch API.
|
org.osgi.framework.launch |
Framework Launch Package Version 1.1.
|
org.osgi.service.framework |
Modifier and Type | Class and Description |
---|---|
class |
Felix |
Modifier and Type | Method and Description |
---|---|
Framework |
FrameworkFactory.newFramework(Map configuration) |
Modifier and Type | Method and Description |
---|---|
void |
EventDispatcher.fireBundleEvent(BundleEvent event,
Framework felix) |
void |
EventDispatcher.fireServiceEvent(ServiceEvent event,
Dictionary oldProps,
Framework felix) |
Modifier and Type | Class and Description |
---|---|
class |
EquinoxLauncher |
class |
InternalSystemBundle
This class subclasses Bundle to provide a system Bundle
so that the framework can be represented as a bundle and
can access the services provided by other bundles.
|
Modifier and Type | Field and Description |
---|---|
protected Framework |
CompositeBase.companionFramework |
Modifier and Type | Method and Description |
---|---|
protected Framework |
CompositeImpl.findCompanionFramework(Framework thisFramework,
BundleData thisData) |
protected Framework |
SurrogateImpl.findCompanionFramework(Framework thisFramework,
BundleData thisData) |
protected abstract Framework |
CompositeBase.findCompanionFramework(Framework thisFramework,
BundleData thisData) |
Framework |
CompositeImpl.getCompositeFramework() |
Modifier and Type | Class and Description |
---|---|
class |
Equinox
The System Bundle implementation for the Equinox Framework.
|
Modifier and Type | Method and Description |
---|---|
Framework |
EquinoxFactory.newFramework(Map<String,String> configuration) |
Modifier and Type | Method and Description |
---|---|
Framework |
FrameworkFactory.newFramework(Map<String,String> configuration)
Create a new
Framework instance. |
Modifier and Type | Method and Description |
---|---|
Framework |
CompositeBundle.getCompositeFramework()
Deprecated.
Returns the child framework associated with this composite bundle.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.