Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.RuntimeCollective.search
Class UpdateIndex  view UpdateIndex download UpdateIndex.java

java.lang.Object
  extended byjava.util.TimerTask
      extended bycom.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 $

Field Summary
 
Fields inherited from class java.util.TimerTask
 
Constructor Summary
UpdateIndex()
           
 
Method Summary
 void run()
          Method that is called when this task is scheduled for execution.
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateIndex

public UpdateIndex()
Method Detail

run

public void run()
Description copied from class: java.util.TimerTask
Method that is called when this task is scheduled for execution.