Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.query.backend
Class ComponentRegistryServiceProvider

java.lang.Object
  extended by org.infinispan.query.backend.ComponentRegistryServiceProvider
All Implemented Interfaces:
org.hibernate.search.spi.ServiceProvider<ComponentRegistry>

public final class ComponentRegistryServiceProvider
extends Object
implements org.hibernate.search.spi.ServiceProvider<ComponentRegistry>

Simple wrapper to make the Cache ComponentRegistry available to the services managed by Hibernate Search

Since:
5.2
Author:
Sanne Grinovero

Constructor Summary
ComponentRegistryServiceProvider(ComponentRegistry cr)
           
 
Method Summary
 ComponentRegistry getService()
           
 void start(Properties properties, org.hibernate.search.spi.BuildContext context)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentRegistryServiceProvider

public ComponentRegistryServiceProvider(ComponentRegistry cr)
Method Detail

start

public void start(Properties properties,
                  org.hibernate.search.spi.BuildContext context)
Specified by:
start in interface org.hibernate.search.spi.ServiceProvider<ComponentRegistry>

getService

public ComponentRegistry getService()
Specified by:
getService in interface org.hibernate.search.spi.ServiceProvider<ComponentRegistry>

stop

public void stop()
Specified by:
stop in interface org.hibernate.search.spi.ServiceProvider<ComponentRegistry>

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.