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

Quick Search    Search Deep

com.telefonicasoluciones.search.server
Class HLJob  view HLJob download HLJob.java

java.lang.Object
  extended byjava.util.TimerTask
      extended bycom.telefonicasoluciones.search.server.HLJob
All Implemented Interfaces:
java.lang.Runnable

public class HLJob
extends java.util.TimerTask


Field Summary
private  HLConfig config
           
private  java.lang.String url
           
 
Fields inherited from class java.util.TimerTask
 
Constructor Summary
HLJob(HLConfig newConfig, java.lang.String newUrl)
           
 
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
 

Field Detail

url

private java.lang.String url

config

private HLConfig config
Constructor Detail

HLJob

public HLJob(HLConfig newConfig,
             java.lang.String newUrl)
Method Detail

run

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