Uses of Class
org.nuxeo.runtime.osgi.OSGiRuntimeService
-
Packages that use OSGiRuntimeService Package Description org.nuxeo.runtime.model.impl org.nuxeo.runtime.osgi org.nuxeo.runtime.test Base classes for running test cases under Nuxeo Runtime. -
-
Uses of OSGiRuntimeService in org.nuxeo.runtime.model.impl
Fields in org.nuxeo.runtime.model.impl declared as OSGiRuntimeService Modifier and Type Field Description protected OSGiRuntimeService
ComponentPersistence. runtime
Constructors in org.nuxeo.runtime.model.impl with parameters of type OSGiRuntimeService Constructor Description ComponentPersistence(OSGiRuntimeService runtime)
-
Uses of OSGiRuntimeService in org.nuxeo.runtime.osgi
Fields in org.nuxeo.runtime.osgi declared as OSGiRuntimeService Modifier and Type Field Description protected OSGiRuntimeService
OSGiRuntimeActivator. runtime
Constructors in org.nuxeo.runtime.osgi with parameters of type OSGiRuntimeService Constructor Description OSGiComponentLoader(OSGiRuntimeService runtime)
-
Uses of OSGiRuntimeService in org.nuxeo.runtime.test
Subclasses of OSGiRuntimeService in org.nuxeo.runtime.test Modifier and Type Class Description class
OSGiRuntimeTestService
Fields in org.nuxeo.runtime.test declared as OSGiRuntimeService Modifier and Type Field Description protected OSGiRuntimeService
RuntimeHarnessImpl. runtime
Methods in org.nuxeo.runtime.test that return OSGiRuntimeService Modifier and Type Method Description protected OSGiRuntimeService
NXRuntimeTestCase. handleNewRuntime(OSGiRuntimeService aRuntime)
Deprecated.Methods in org.nuxeo.runtime.test with parameters of type OSGiRuntimeService Modifier and Type Method Description protected OSGiRuntimeService
NXRuntimeTestCase. handleNewRuntime(OSGiRuntimeService aRuntime)
Deprecated.
-