com.atlassian.confluence.plugins.edgeindex.job
Class EdgeIndexQueueFlusher

java.lang.Object
  extended by org.springframework.scheduling.quartz.QuartzJobBean
      extended by com.atlassian.quartz.jobs.AbstractJob
          extended by com.atlassian.confluence.plugins.edgeindex.job.EdgeIndexQueueFlusher
All Implemented Interfaces:
com.opensymphony.xwork.LocaleProvider, org.quartz.Job

public class EdgeIndexQueueFlusher
extends AbstractJob


Field Summary
 
Fields inherited from class com.atlassian.quartz.jobs.AbstractJob
DEFAULT_SESSION_FACTORY_BEAN_NAME, textProviders
 
Constructor Summary
EdgeIndexQueueFlusher(EdgeIndexTaskQueue queue, com.atlassian.bonnie.ILuceneConnection luceneConnection)
           
 
Method Summary
 void doExecute(org.quartz.JobExecutionContext jobExecutionContext)
           
 void flush()
           
 
Methods inherited from class com.atlassian.quartz.jobs.AbstractJob
addAssociatedActionForResources, allowConcurrentExecution, executeInternal, getLocale, getResourceBundle, getText, getText, setApplicationConfig, setSessionFactory
 
Methods inherited from class org.springframework.scheduling.quartz.QuartzJobBean
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeIndexQueueFlusher

public EdgeIndexQueueFlusher(EdgeIndexTaskQueue queue,
                             @Qualifier(value="edgeLuceneConnection")
                             com.atlassian.bonnie.ILuceneConnection luceneConnection)
Method Detail

flush

public void flush()

doExecute

public void doExecute(org.quartz.JobExecutionContext jobExecutionContext)
               throws org.quartz.JobExecutionException
Specified by:
doExecute in class AbstractJob
Throws:
org.quartz.JobExecutionException


Copyright © 2003-2013 Atlassian. All Rights Reserved.