Save This Page
Home » hibernate-search-src-20081106 » org.hibernate » search » backend » [javadoc | source]
org.hibernate.search.backend
public interface: BackendQueueProcessorFactory [javadoc | source]

All Known Implementing Classes:
    JMSBackendQueueProcessorFactory, LuceneBackendQueueProcessorFactory

Interface for different types of queue processor factories. Implementations need a no-arg constructor. The factory typically prepares or pools the resources needed by the queue processor.
Method from org.hibernate.search.backend.BackendQueueProcessorFactory Summary:
getProcessor,   initialize
Method from org.hibernate.search.backend.BackendQueueProcessorFactory Detail:
 public Runnable getProcessor(List queue)
    Return a runnable implementation responsible for processing the queue to a given backend.
 public  void initialize(Properties props,
    SearchFactoryImplementor searchFactory)