Uses of Interface
org.hibernate.search.spi.ServiceProvider

Packages that use ServiceProvider
org.hibernate.search.backend.impl.jgroups   
org.hibernate.search.cfg.spi   
org.hibernate.search.engine   
org.hibernate.search.impl   
org.hibernate.search.spi   
 

Uses of ServiceProvider in org.hibernate.search.backend.impl.jgroups
 

Classes in org.hibernate.search.backend.impl.jgroups that implement ServiceProvider
 class JGroupsChannelProvider
          Service to initialize a JGroups Channel.
 class MasterSelectorServiceProvider
          Provides the GlobalMasterSelector as an internal service; this is useful to guarantee there is only one instance per SearchFactory exposed to all services needing to interact with it.
 

Uses of ServiceProvider in org.hibernate.search.cfg.spi
 

Methods in org.hibernate.search.cfg.spi that return types with arguments of type ServiceProvider
 Map<Class<? extends ServiceProvider<?>>,Object> SearchConfiguration.getProvidedServices()
          Provide service instances.
 

Uses of ServiceProvider in org.hibernate.search.engine
 

Method parameters in org.hibernate.search.engine with type arguments of type ServiceProvider
 void ServiceManager.releaseService(Class<? extends ServiceProvider<?>> serviceProviderClass)
           
<T> T
ServiceManager.requestService(Class<? extends ServiceProvider<T>> serviceProviderClass, BuildContext context)
           
 

Uses of ServiceProvider in org.hibernate.search.impl
 

Methods in org.hibernate.search.impl that return types with arguments of type ServiceProvider
 Map<Class<? extends ServiceProvider<?>>,Object> IncrementalSearchConfiguration.getProvidedServices()
           
 Map<Class<? extends ServiceProvider<?>>,Object> ReflectionReplacingSearchConfiguration.getProvidedServices()
           
 

Method parameters in org.hibernate.search.impl with type arguments of type ServiceProvider
 void ImmutableSearchFactory.releaseService(Class<? extends ServiceProvider<?>> provider)
           
<T> T
ImmutableSearchFactory.requestService(Class<? extends ServiceProvider<T>> provider)
           
 

Uses of ServiceProvider in org.hibernate.search.spi
 

Method parameters in org.hibernate.search.spi with type arguments of type ServiceProvider
 void BuildContext.releaseService(Class<? extends ServiceProvider<?>> provider)
          Release a service from duty.
<T> T
BuildContext.requestService(Class<? extends ServiceProvider<T>> provider)
          Declare the use of a service.
 



Copyright © 2006-2012 Hibernate. All Rights Reserved.