Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.runtime.api.ServiceHost

Packages that use ServiceHost
org.nuxeo.runtime.api   
org.nuxeo.runtime.config.v1   
 

Uses of ServiceHost in org.nuxeo.runtime.api
 

Fields in org.nuxeo.runtime.api declared as ServiceHost
static ServiceHost ServiceHost.LOCAL_SERVER
           
 

Methods in org.nuxeo.runtime.api that return ServiceHost
 ServiceHost ServiceGroup.getServer()
           
 ServiceHost ServiceDescriptor.getServer()
           
 ServiceHost[] ServiceManager.getServers()
           
 

Methods in org.nuxeo.runtime.api with parameters of type ServiceHost
 void ServiceManager.registerServer(ServiceHost server)
           
 void ServiceGroup.setServer(ServiceHost server)
           
 void ServiceManager.unregisterServer(ServiceHost server)
           
 

Uses of ServiceHost in org.nuxeo.runtime.config.v1
 

Methods in org.nuxeo.runtime.config.v1 that return ServiceHost
static ServiceHost[] ConfigurationFactory1.getServiceHosts(String host)
           
 ServiceHost[] ServerConfiguration1.getServiceHostsCompat()
           
 

Methods in org.nuxeo.runtime.config.v1 with parameters of type ServiceHost
 void ServerConfiguration1.setServiceHostsCompat(ServiceHost[] hosts)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.