Uses of Class
org.nuxeo.osgi.OSGiAdapter
-
Packages that use OSGiAdapter Package Description org.nuxeo.osgi org.nuxeo.osgi.application org.nuxeo.osgi.application.client org.nuxeo.osgi.application.loader org.nuxeo.osgi.services org.nuxeo.runtime.test Base classes for running test cases under Nuxeo Runtime.org.nuxeo.runtime.test.runner -
-
Uses of OSGiAdapter in org.nuxeo.osgi
Fields in org.nuxeo.osgi declared as OSGiAdapter Modifier and Type Field Description protected OSGiAdapterBundleImpl. osgiMethods in org.nuxeo.osgi that return OSGiAdapter Modifier and Type Method Description OSGiAdapterOSGiBundleContext. getOSGiAdapter()Constructors in org.nuxeo.osgi with parameters of type OSGiAdapter Constructor Description BundleImpl(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.application Modifier and Type Class Description classStandaloneApplicationFields in org.nuxeo.osgi.application declared as OSGiAdapter Modifier and Type Field Description protected OSGiAdapterApplicationLoader. osgiMethods in org.nuxeo.osgi.application that return OSGiAdapter Modifier and Type Method Description OSGiAdapterApplicationLoader. getOSGi()Constructors in org.nuxeo.osgi.application with parameters of type OSGiAdapter Constructor Description ApplicationLoader(OSGiAdapter osgi)StandaloneBundleLoader(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 Modifier and Type Method Description OSGiAdapterNuxeoApp. getOsgi() -
Uses of OSGiAdapter in org.nuxeo.osgi.application.loader
Methods in org.nuxeo.osgi.application.loader that return OSGiAdapter Modifier and Type Method Description static OSGiAdapterFrameworkLoader. osgi() -
Uses of OSGiAdapter in org.nuxeo.osgi.services
Fields in org.nuxeo.osgi.services declared as OSGiAdapter Modifier and Type Field Description protected OSGiAdapterPackageAdminImpl. osgiprotected OSGiAdapterServiceRegistrationImpl. osgiConstructors in org.nuxeo.osgi.services with parameters of type OSGiAdapter Constructor Description PackageAdminImpl(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 OSGiAdapter Modifier and Type Field Description protected OSGiAdapterRuntimeHarnessImpl. osgiMethods in org.nuxeo.runtime.test that return OSGiAdapter Modifier and Type Method Description OSGiAdapterRuntimeHarnessImpl. getOSGiAdapter()Constructors in org.nuxeo.runtime.test with parameters of type OSGiAdapter Constructor Description RootRuntimeBundle(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 Modifier and Type Method Description OSGiAdapterRuntimeHarness. getOSGiAdapter()OSGI bridge
-