|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.ole.docstore.process.RebuildIndexesHandler
public class RebuildIndexesHandler
Class to Rebuild Indexes.
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 |
---|
public void setRunning(boolean running)
public void setStop(boolean stop)
public static RebuildIndexesHandler getInstance()
public boolean isRunning()
public boolean isStop()
public String startProcess(String docCategory, String docType, String docFormat) throws InterruptedException
InterruptedException
public String stopProcess() throws Exception
Exception
public void run()
run
in interface Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |