Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.runtime.RuntimeService

Packages that use RuntimeService
org.nuxeo.runtime   
org.nuxeo.runtime.api   
org.nuxeo.runtime.model   
org.nuxeo.runtime.model.impl   
org.nuxeo.runtime.osgi   
org.nuxeo.runtime.remoting   
org.nuxeo.runtime.test Base classes for running test cases under Nuxeo Runtime. 
org.nuxeo.runtime.util   
 

Uses of RuntimeService in org.nuxeo.runtime
 

Classes in org.nuxeo.runtime that implement RuntimeService
 class AbstractRuntimeService
          Abstract implementation of the Runtime Service.
 

Fields in org.nuxeo.runtime declared as RuntimeService
 RuntimeService RuntimeServiceEvent.runtime
           
 

Constructors in org.nuxeo.runtime with parameters of type RuntimeService
RuntimeServiceEvent(int id, RuntimeService runtime)
           
 

Uses of RuntimeService in org.nuxeo.runtime.api
 

Methods in org.nuxeo.runtime.api that return RuntimeService
static RuntimeService Framework.getRuntime()
          Gets the runtime service instance.
 

Methods in org.nuxeo.runtime.api with parameters of type RuntimeService
static void Framework.initialize(RuntimeService runtimeService)
           
 

Uses of RuntimeService in org.nuxeo.runtime.model
 

Methods in org.nuxeo.runtime.model that return RuntimeService
 RuntimeService RuntimeContext.getRuntime()
          Gets the current runtime service.
 

Uses of RuntimeService in org.nuxeo.runtime.model.impl
 

Methods in org.nuxeo.runtime.model.impl that return RuntimeService
 RuntimeService DefaultRuntimeContext.getRuntime()
           
 

Methods in org.nuxeo.runtime.model.impl with parameters of type RuntimeService
 void DefaultRuntimeContext.setRuntime(RuntimeService runtime)
           
 

Constructors in org.nuxeo.runtime.model.impl with parameters of type RuntimeService
ComponentManagerImpl(RuntimeService runtime)
           
DefaultRuntimeContext(RuntimeService runtime)
           
 

Uses of RuntimeService in org.nuxeo.runtime.osgi
 

Classes in org.nuxeo.runtime.osgi that implement RuntimeService
 class OSGiRuntimeService
          The default implementation of NXRuntime over an OSGi compatible environment.
 

Constructors in org.nuxeo.runtime.osgi with parameters of type RuntimeService
OSGiRuntimeContext(RuntimeService runtime, org.osgi.framework.Bundle bundle)
           
 

Uses of RuntimeService in org.nuxeo.runtime.remoting
 

Methods in org.nuxeo.runtime.remoting that return RuntimeService
 RuntimeService RemoteContext.getRuntime()
           
 

Constructors in org.nuxeo.runtime.remoting with parameters of type RuntimeService
ServerImpl(RemotingService service, RuntimeService runtime)
           
 

Uses of RuntimeService in org.nuxeo.runtime.test
 

Classes in org.nuxeo.runtime.test that implement RuntimeService
 class OSGiRuntimeTestService
           
 class TestRuntime
          A runtime service used for JUnit tests.
 

Uses of RuntimeService in org.nuxeo.runtime.util
 

Classes in org.nuxeo.runtime.util that implement RuntimeService
 class SimpleRuntime
          A runtime service used for JUnit tests.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.