org.alfresco.repo.solr
Class SOLRWatcherJob

java.lang.Object
  extended by org.alfresco.repo.solr.SOLRWatcherJob
All Implemented Interfaces:
org.quartz.Job

public class SOLRWatcherJob
extends java.lang.Object
implements org.quartz.Job

A Quartz job that pings Solr to determine if it is alive

Since:
4.0

Constructor Summary
SOLRWatcherJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext jec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOLRWatcherJob

public SOLRWatcherJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext jec)
             throws org.quartz.JobExecutionException
Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.