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 OSGiAdapter
BundleImpl. osgi
Methods in org.nuxeo.osgi that return OSGiAdapter Modifier and Type Method Description OSGiAdapter
OSGiBundleContext. 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 class
StandaloneApplication
Fields in org.nuxeo.osgi.application declared as OSGiAdapter Modifier and Type Field Description protected OSGiAdapter
ApplicationLoader. osgi
Methods in org.nuxeo.osgi.application that return OSGiAdapter Modifier and Type Method Description OSGiAdapter
ApplicationLoader. 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 OSGiAdapter
NuxeoApp. 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 OSGiAdapter
FrameworkLoader. osgi()
-
Uses of OSGiAdapter in org.nuxeo.osgi.services
Fields in org.nuxeo.osgi.services declared as OSGiAdapter Modifier and Type Field Description protected OSGiAdapter
PackageAdminImpl. osgi
protected OSGiAdapter
ServiceRegistrationImpl. osgi
Constructors 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 OSGiAdapter
RuntimeHarnessImpl. osgi
Methods in org.nuxeo.runtime.test that return OSGiAdapter Modifier and Type Method Description OSGiAdapter
RuntimeHarnessImpl. 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 OSGiAdapter
RuntimeHarness. getOSGiAdapter()
OSGI bridge
-