public class MassIndexerFactoryProvider extends Object implements ServiceProvider<MassIndexerFactory>
MassIndexerFactory
as a registered Service.
The type of the factory can be specified in the configuration otherwise a default one is used.
Modifier and Type | Field and Description |
---|---|
static String |
MASS_INDEXER_FACTORY_CLASSNAME |
Constructor and Description |
---|
MassIndexerFactoryProvider() |
Modifier and Type | Method and Description |
---|---|
MassIndexerFactory |
getService() |
void |
start(Properties properties,
BuildContext context) |
void |
stop() |
public static final String MASS_INDEXER_FACTORY_CLASSNAME
public void start(Properties properties, BuildContext context)
start
in interface ServiceProvider<MassIndexerFactory>
public MassIndexerFactory getService()
getService
in interface ServiceProvider<MassIndexerFactory>
public void stop()
stop
in interface ServiceProvider<MassIndexerFactory>
Copyright © 2006–2016 Hibernate. All rights reserved.