Snapper 3.0 API

org.enhydra.snapperAdmin.business
Class IndexImpl

java.lang.Object
  extended by org.enhydra.snapperAdmin.business.IndexImpl
All Implemented Interfaces:
java.lang.Runnable, Index

public class IndexImpl
extends java.lang.Object
implements Index, java.lang.Runnable

Author:
Igor Smirnov IndexImpl is _the_ thread that does all the indexing

Constructor Summary
IndexImpl()
           
 
Method Summary
 void index(java.lang.String siteOID)
           
static void main(java.lang.String[] args)
           
 void run()
           
 void setDoStop(boolean n)
           
 void setStartTime(long time)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexImpl

public IndexImpl()
Method Detail

setDoStop

public void setDoStop(boolean n)
               throws java.lang.Exception
Specified by:
setDoStop in interface Index
Throws:
java.lang.Exception

run

public void run()
Specified by:
run in interface java.lang.Runnable

stop

public void stop()

index

public void index(java.lang.String siteOID)
Specified by:
index in interface Index

main

public static void main(java.lang.String[] args)

setStartTime

public void setStartTime(long time)

Snapper 3.0 API