Uses of Class
org.nuxeo.runtime.AbstractRuntimeService
-
Packages that use AbstractRuntimeService Package Description org.nuxeo.runtime.osgi org.nuxeo.runtime.test Base classes for running test cases under Nuxeo Runtime.org.nuxeo.runtime.util -
-
Uses of AbstractRuntimeService in org.nuxeo.runtime.osgi
Subclasses of AbstractRuntimeService in org.nuxeo.runtime.osgi Modifier and Type Class Description class
OSGiRuntimeService
The default implementation of NXRuntime over an OSGi compatible environment.Methods in org.nuxeo.runtime.osgi with parameters of type AbstractRuntimeService Modifier and Type Method Description protected void
OSGiRuntimeActivator. initialize(AbstractRuntimeService runtime)
Gives a chance to derived classes to initialize them before the runtime is started.protected void
OSGiRuntimeActivator. uninitialize(AbstractRuntimeService runtime)
Gives a chance to derived classes to uninitialize them after the runtime is stopped. -
Uses of AbstractRuntimeService in org.nuxeo.runtime.test
Subclasses of AbstractRuntimeService in org.nuxeo.runtime.test Modifier and Type Class Description class
OSGiRuntimeTestService
class
TestRuntime
A runtime service used for JUnit tests. -
Uses of AbstractRuntimeService in org.nuxeo.runtime.util
Subclasses of AbstractRuntimeService in org.nuxeo.runtime.util Modifier and Type Class Description class
SimpleRuntime
A runtime service used for JUnit tests.
-