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

Packages that use ServiceProvider
org.hibernate.search.backend.impl.jgroups   
org.hibernate.search.cfg.impl   
org.hibernate.search.cfg.spi   
org.hibernate.search.engine   
org.hibernate.search.impl   
org.hibernate.search.infinispan   
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.impl
 

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

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.infinispan
 

Classes in org.hibernate.search.infinispan that implement ServiceProvider
 class CacheManagerServiceProvider
          Provides access to Infinispan's CacheManager; one CacheManager is needed for all caches, it can be taken via JNDI or started by this ServiceProvider; in this case it will also be stopped when no longer needed.
 

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 Red Hat Middleware, LLC. All Rights Reserved