org.kuali.ole.docstore.process
Class RebuildIndexesHandler

java.lang.Object
  extended by org.kuali.ole.docstore.process.RebuildIndexesHandler
All Implemented Interfaces:
Runnable

public class RebuildIndexesHandler
extends Object
implements Runnable

Class to Rebuild Indexes.

Author:
Rajesh Chowdary K

Method Summary
static RebuildIndexesHandler getInstance()
           
 boolean isRunning()
          Method to get running status.
 boolean isStop()
           
 void run()
           
 void setRunning(boolean running)
           
 void setStop(boolean stop)
           
 String startProcess(String docCategory, String docType, String docFormat)
          Method to startProcess
 String stopProcess()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setRunning

public void setRunning(boolean running)

setStop

public void setStop(boolean stop)

getInstance

public static RebuildIndexesHandler getInstance()

isRunning

public boolean isRunning()
Method to get running status.

Returns:

isStop

public boolean isStop()

startProcess

public String startProcess(String docCategory,
                           String docType,
                           String docFormat)
                    throws InterruptedException
Method to startProcess

Throws:
InterruptedException

stopProcess

public String stopProcess()
                   throws Exception
Throws:
Exception

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.