| Package | Description |
|---|---|
| org.apache.felix.framework | |
| org.apache.felix.framework.cache | |
| org.osgi.framework.connect |
Framework Connect Package Version 1.0.
|
| Modifier and Type | Method and Description |
|---|---|
Framework |
FrameworkFactory.newFramework(Map<String,String> configuration,
ModuleConnector connectFramework) |
| Constructor and Description |
|---|
Felix(Map configMap,
ModuleConnector connectFramework) |
| Modifier and Type | Method and Description |
|---|---|
BundleArchive |
BundleCache.create(long id,
int startLevel,
String location,
InputStream is,
ModuleConnector connectFactory) |
BundleArchive[] |
BundleCache.getArchives(ModuleConnector connectFactory) |
| Constructor and Description |
|---|
BundleArchive(Logger logger,
Map configMap,
WeakZipFileFactory zipFactory,
ModuleConnector connectFactory,
File archiveRootDir)
This constructor is called when an archive for a bundle is being
reconstructed when the framework is restarted.
|
BundleArchive(Logger logger,
Map configMap,
WeakZipFileFactory zipFactory,
ModuleConnector connectFactory,
File archiveRootDir,
long id,
int startLevel,
String location,
InputStream is)
This constructor is used for creating new archives when a bundle is
installed into the framework.
|
| Modifier and Type | Method and Description |
|---|---|
Framework |
ConnectFrameworkFactory.newFramework(Map<String,String> configuration,
ModuleConnector moduleConnector)
Create a new
Framework instance using the specified
module connector. |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.