Uses of Interface
org.osgi.framework.launch.Framework
-
Packages that use Framework Package Description org.apache.felix.framework org.apache.felix.framework.util org.osgi.framework.launch Framework Launch Package Version 1.2. -
-
Uses of Framework in org.apache.felix.framework
Classes in org.apache.felix.framework that implement Framework Modifier and Type Class Description class
Felix
Methods in org.apache.felix.framework that return Framework Modifier and Type Method Description Framework
FrameworkFactory. newFramework(java.util.Map configuration)
Methods in org.apache.felix.framework with parameters of type Framework Modifier and Type Method Description private static FrameworkStartLevelDTO
DTOFactory. createFrameworkStartLevelDTO(Framework framework)
-
Uses of Framework in org.apache.felix.framework.util
Methods in org.apache.felix.framework.util with parameters of type Framework Modifier and Type Method Description private <T> java.util.Set<BundleContext>
EventDispatcher. createWhitelistFromHooks(java.util.EventObject event, Framework felix, java.util.Map<BundleContext,java.util.List<ListenerInfo>> listeners1, java.util.Map<BundleContext,java.util.List<ListenerInfo>> listeners2, java.lang.Class<T> hookClass)
private java.util.Map<BundleContext,java.util.List<ListenerInfo>>
EventDispatcher. filterListenersUsingHooks(ServiceEvent event, Framework felix, java.util.Map<BundleContext,java.util.List<ListenerInfo>> listeners)
void
EventDispatcher. fireBundleEvent(BundleEvent event, Framework felix)
void
EventDispatcher. fireServiceEvent(ServiceEvent event, java.util.Dictionary oldProps, Framework felix)
-
Uses of Framework in org.osgi.framework.launch
Methods in org.osgi.framework.launch that return Framework Modifier and Type Method Description Framework
FrameworkFactory. newFramework(java.util.Map<java.lang.String,java.lang.String> configuration)
Create a newFramework
instance.
-