Uses of Class
org.nuxeo.osgi.OSGiAdapter
Packages that use OSGiAdapter
Package
Description
Base classes for running test cases under Nuxeo Runtime.
-
Uses of OSGiAdapter in org.nuxeo.osgi
Fields in org.nuxeo.osgi declared as OSGiAdapterMethods in org.nuxeo.osgi that return OSGiAdapterConstructors in org.nuxeo.osgi with parameters of type OSGiAdapterModifierConstructorDescriptionBundleImpl
(OSGiAdapter osgi, BundleFile file, ClassLoader loader) BundleImpl
(OSGiAdapter osgi, BundleFile file, ClassLoader loader, boolean isSystemBundle) SystemBundle
(OSGiAdapter osgi, BundleFile file, ClassLoader loader) -
Uses of OSGiAdapter in org.nuxeo.osgi.application
Subclasses of OSGiAdapter in org.nuxeo.osgi.applicationFields in org.nuxeo.osgi.application declared as OSGiAdapterMethods in org.nuxeo.osgi.application that return OSGiAdapterConstructors in org.nuxeo.osgi.application with parameters of type OSGiAdapterModifierConstructorDescriptionprotected
ApplicationLoader
(OSGiAdapter osgi) StandaloneBundleLoader
(OSGiAdapter osgi, ClassLoader parentLoader) StandaloneBundleLoader
(OSGiAdapter osgi, SharedClassLoader scl) -
Uses of OSGiAdapter in org.nuxeo.osgi.application.client
Methods in org.nuxeo.osgi.application.client that return OSGiAdapter -
Uses of OSGiAdapter in org.nuxeo.osgi.application.loader
Methods in org.nuxeo.osgi.application.loader that return OSGiAdapter -
Uses of OSGiAdapter in org.nuxeo.osgi.services
Fields in org.nuxeo.osgi.services declared as OSGiAdapterModifier and TypeFieldDescriptionprotected OSGiAdapter
PackageAdminImpl.osgi
protected OSGiAdapter
ServiceRegistrationImpl.osgi
Constructors in org.nuxeo.osgi.services with parameters of type OSGiAdapterModifierConstructorDescriptionPackageAdminImpl
(OSGiAdapter osgi) ServiceRegistrationImpl
(OSGiAdapter osgi, org.osgi.framework.Bundle bundle, String[] classes, Object service) -
Uses of OSGiAdapter in org.nuxeo.runtime.test
Fields in org.nuxeo.runtime.test declared as OSGiAdapterMethods in org.nuxeo.runtime.test that return OSGiAdapterConstructors in org.nuxeo.runtime.test with parameters of type OSGiAdapterModifierConstructorDescriptionRootRuntimeBundle
(OSGiAdapter osgi, BundleFile file, ClassLoader loader) RootRuntimeBundle
(OSGiAdapter osgi, BundleFile file, ClassLoader loader, boolean isSystemBundle) -
Uses of OSGiAdapter in org.nuxeo.runtime.test.runner
Methods in org.nuxeo.runtime.test.runner that return OSGiAdapter