Uses of Interface
org.osgi.framework.connect.ModuleConnector
-
Packages that use ModuleConnector Package Description org.apache.felix.framework org.apache.felix.framework.cache org.osgi.framework.connect Framework Connect Package Version 1.0. -
-
Uses of ModuleConnector in org.apache.felix.framework
Methods in org.apache.felix.framework with parameters of type ModuleConnector Modifier and Type Method Description FrameworkFrameworkFactory. newFramework(java.util.Map<java.lang.String,java.lang.String> configuration, ModuleConnector connectFramework)Constructors in org.apache.felix.framework with parameters of type ModuleConnector Constructor Description Felix(java.util.Map configMap, ModuleConnector connectFramework) -
Uses of ModuleConnector in org.apache.felix.framework.cache
Methods in org.apache.felix.framework.cache with parameters of type ModuleConnector Modifier and Type Method Description BundleArchiveBundleCache. create(long id, int startLevel, java.lang.String location, java.io.InputStream is, ModuleConnector connectFactory)BundleArchive[]BundleCache. getArchives(ModuleConnector connectFactory)Constructors in org.apache.felix.framework.cache with parameters of type ModuleConnector Constructor Description BundleArchive(Logger logger, java.util.Map configMap, WeakZipFileFactory zipFactory, ModuleConnector connectFactory, java.io.File archiveRootDir)This constructor is called when an archive for a bundle is being reconstructed when the framework is restarted.BundleArchive(Logger logger, java.util.Map configMap, WeakZipFileFactory zipFactory, ModuleConnector connectFactory, java.io.File archiveRootDir, long id, int startLevel, java.lang.String location, java.io.InputStream is)This constructor is used for creating new archives when a bundle is installed into the framework. -
Uses of ModuleConnector in org.osgi.framework.connect
Methods in org.osgi.framework.connect with parameters of type ModuleConnector Modifier and Type Method Description FrameworkConnectFrameworkFactory. newFramework(java.util.Map<java.lang.String,java.lang.String> configuration, ModuleConnector moduleConnector)Create a newFrameworkinstance using the specifiedmodule connector.
-