Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use ServiceDescriptor
org.nuxeo.ecm.core.api The core API of the Nuxeo platform, including: CoreSession, DocumentModel, Blob
org.nuxeo.runtime.api   
org.nuxeo.runtime.config.v1   
 

Uses of ServiceDescriptor in org.nuxeo.ecm.core.api
 

Methods in org.nuxeo.ecm.core.api with parameters of type ServiceDescriptor
 Object CoreSessionAdapter.adapt(ServiceDescriptor svc, Object service)
           
 

Uses of ServiceDescriptor in org.nuxeo.runtime.api
 

Methods in org.nuxeo.runtime.api that return ServiceDescriptor
 ServiceDescriptor ServiceRegistry.getService(String instanceName)
           
 ServiceDescriptor ServiceManager.getServiceDescriptor(Class<?> serviceClass)
           
 ServiceDescriptor ServiceManager.getServiceDescriptor(Class<?> serviceClass, String name)
           
 ServiceDescriptor ServiceManager.getServiceDescriptor(String serviceClass)
           
 ServiceDescriptor ServiceManager.getServiceDescriptor(String serviceClass, String name)
           
 ServiceDescriptor[] ServiceManager.getServiceDescriptors()
           
 

Methods in org.nuxeo.runtime.api with parameters of type ServiceDescriptor
 Object ServiceAdapter.adapt(ServiceDescriptor svc, Object service)
           
 void ServiceRegistry.addService(ServiceDescriptor sd)
           
 void ServiceGroup.addService(ServiceDescriptor sd)
           
 Object ServiceLocator.lookup(ServiceDescriptor descriptor)
          Lookup the service described by the given service descriptor.
 Object ServiceHost.lookup(ServiceDescriptor sd)
           
 Object ServiceGroup.lookup(ServiceDescriptor sd)
           
 Object RuntimeServiceLocator.lookup(ServiceDescriptor svc)
           
 Object JndiServiceLocator.lookup(ServiceDescriptor sd)
           
 Object JBossServiceLocator.lookup(ServiceDescriptor sd)
           
 void ServiceManager.registerService(ServiceDescriptor sd)
           
 void ServiceGroup.removeService(ServiceDescriptor sd)
           
 void ServiceManager.unregisterService(ServiceDescriptor sd)
           
 

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

Methods in org.nuxeo.runtime.config.v1 that return ServiceDescriptor
static ServiceDescriptor[] ConfigurationFactory1.getServiceBindings()
           
 ServiceDescriptor[] ServerConfiguration1.getServiceBindingsCompat()
           
 

Methods in org.nuxeo.runtime.config.v1 with parameters of type ServiceDescriptor
 void ServerConfiguration1.setServiceBindingsCompat(ServiceDescriptor[] bindings)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.