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

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.cocoon.components.source.helpers.DelaySourceRefresher.RefresherTask
All Implemented Interfaces:
Runnable, LogEnabled
Enclosing class:
DelaySourceRefresher

protected class DelaySourceRefresher.RefresherTask
extends 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.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
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-2010 The Apache Software Foundation. All Rights Reserved.