Uses of Class
org.jitsi.impl.osgi.framework.BundleImpl
-
Packages that use BundleImpl Package Description org.jitsi.impl.osgi.framework org.jitsi.impl.osgi.framework.launch org.jitsi.impl.osgi.framework.startlevel -
-
Uses of BundleImpl in org.jitsi.impl.osgi.framework
Methods in org.jitsi.impl.osgi.framework that return BundleImpl Modifier and Type Method Description BundleImplBundleContextImpl. getBundle()Constructors in org.jitsi.impl.osgi.framework with parameters of type BundleImpl Constructor Description BundleContextImpl(FrameworkImpl framework, BundleImpl bundle)ServiceRegistrationImpl(BundleImpl bundle, long serviceId, String[] classNames, S service, Dictionary<String,?> properties) -
Uses of BundleImpl in org.jitsi.impl.osgi.framework.launch
Subclasses of BundleImpl in org.jitsi.impl.osgi.framework.launch Modifier and Type Class Description classFrameworkImplMethods in org.jitsi.impl.osgi.framework.launch that return BundleImpl Modifier and Type Method Description BundleImplFrameworkImpl. getBundle(long id)Methods in org.jitsi.impl.osgi.framework.launch with parameters of type BundleImpl Modifier and Type Method Description voidFrameworkImpl. addBundleListener(BundleImpl origin, org.osgi.framework.BundleListener listener)voidFrameworkImpl. addServiceListener(BundleImpl origin, org.osgi.framework.ServiceListener listener, org.osgi.framework.Filter filter)<S> Collection<org.osgi.framework.ServiceReference<S>>FrameworkImpl. getServiceReferences(BundleImpl origin, String className, org.osgi.framework.Filter filter, boolean checkAssignable)org.osgi.framework.BundleFrameworkImpl. installBundle(BundleImpl origin, String location)<T> org.osgi.framework.ServiceRegistration<T>FrameworkImpl. registerService(BundleImpl origin, String[] classNames, T service, Dictionary<String,?> properties)voidFrameworkImpl. removeBundleListener(BundleImpl origin, org.osgi.framework.BundleListener listener)voidFrameworkImpl. removeServiceListener(BundleImpl origin, org.osgi.framework.ServiceListener listener)voidFrameworkImpl. unregisterService(BundleImpl origin, org.osgi.framework.ServiceRegistration<?> serviceRegistration) -
Uses of BundleImpl in org.jitsi.impl.osgi.framework.startlevel
Methods in org.jitsi.impl.osgi.framework.startlevel that return BundleImpl Modifier and Type Method Description BundleImplBundleStartLevelImpl. getBundle()Constructors in org.jitsi.impl.osgi.framework.startlevel with parameters of type BundleImpl Constructor Description BundleStartLevelImpl(BundleImpl bundle)
-