java.lang.Object
java.util.TimerTask
com.RuntimeCollective.search.UpdateIndex
- All Implemented Interfaces:
- java.lang.Runnable
- public class UpdateIndex
- extends java.util.TimerTask
Indexes content that goes live today, and unindex content that goes dead today
- Version:
- $Id: UpdateIndex.java,v 1.5 2003/09/30 15:12:56 joe Exp $
| Fields inherited from class java.util.TimerTask |
|
|
Method Summary |
void |
run()
Method that is called when this task is scheduled for execution. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateIndex
public UpdateIndex()
run
public void run()
- Description copied from class:
java.util.TimerTask
- Method that is called when this task is scheduled for execution.