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 classOSGiRuntimeServiceThe 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 voidOSGiRuntimeActivator. initialize(AbstractRuntimeService runtime)Gives a chance to derived classes to initialize them before the runtime is started.protected voidOSGiRuntimeActivator. 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 classOSGiRuntimeTestServiceclassTestRuntimeA 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 classSimpleRuntimeA runtime service used for JUnit tests.
-