Uses of Class
org.nuxeo.runtime.AbstractRuntimeService
Packages that use AbstractRuntimeService
Package
Description
Base classes for running test cases under Nuxeo Runtime.
-
Uses of AbstractRuntimeService in org.nuxeo.runtime.osgi
Subclasses of AbstractRuntimeService in org.nuxeo.runtime.osgiModifier and TypeClassDescriptionclass
The default implementation of NXRuntime over an OSGi compatible environment.Methods in org.nuxeo.runtime.osgi with parameters of type AbstractRuntimeServiceModifier and TypeMethodDescriptionprotected 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.testModifier and TypeClassDescriptionclass
class
A runtime service used for JUnit tests. -
Uses of AbstractRuntimeService in org.nuxeo.runtime.util
Subclasses of AbstractRuntimeService in org.nuxeo.runtime.util