org.apache.cocoon.components.source.helpers
Class DelaySourceRefresher.RefresherTask

java.lang.Object
  extended byorg.apache.cocoon.util.AbstractLogEnabled
      extended byorg.apache.cocoon.components.source.helpers.DelaySourceRefresher.RefresherTask
All Implemented Interfaces:
Runnable
Enclosing class:
DelaySourceRefresher

protected class DelaySourceRefresher.RefresherTask
extends org.apache.cocoon.util.AbstractLogEnabled
implements Runnable


Constructor Summary
DelaySourceRefresher.RefresherTask(String key, String uri, long interval)
           
 
Method Summary
 void run()
           
 String toXML()
           
 void update(String uri, long interval)
           
 
Methods inherited from class org.apache.cocoon.util.AbstractLogEnabled
getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelaySourceRefresher.RefresherTask

public DelaySourceRefresher.RefresherTask(String key,
                                          String uri,
                                          long interval)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

update

public void update(String uri,
                   long interval)

toXML

public String toXML()


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.