Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.runtime.api.ServiceProvider

Packages that use ServiceProvider
org.nuxeo.ecm.core.management.guards   
org.nuxeo.runtime.api   
org.nuxeo.runtime.binding   
org.nuxeo.runtime.transaction   
 

Uses of ServiceProvider in org.nuxeo.ecm.core.management.guards
 

Classes in org.nuxeo.ecm.core.management.guards that implement ServiceProvider
 class GuardedServiceProvider
          Return a proxy if the service is annotated by Administrated
 

Uses of ServiceProvider in org.nuxeo.runtime.api
 

Classes in org.nuxeo.runtime.api that implement ServiceProvider
 class DefaultServiceProvider
          A service provider.
 

Methods in org.nuxeo.runtime.api that return ServiceProvider
static ServiceProvider DefaultServiceProvider.getProvider()
           
 

Methods in org.nuxeo.runtime.api with parameters of type ServiceProvider
static void DefaultServiceProvider.setProvider(ServiceProvider provider)
           
 

Uses of ServiceProvider in org.nuxeo.runtime.binding
 

Classes in org.nuxeo.runtime.binding that implement ServiceProvider
 class AnnotatedServiceProvider
           
 

Uses of ServiceProvider in org.nuxeo.runtime.transaction
 

Classes in org.nuxeo.runtime.transaction that implement ServiceProvider
 class TransactedServiceProvider
          Allocate transacted invocation handlers and return proxies if service is annotated with Transacted annotations.
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.