org.apache.jetspeed.daemon.impl.util.diskcachedaemon
Class URLRefresher

java.lang.Object
  extended byorg.apache.jetspeed.daemon.impl.util.diskcachedaemon.URLRefresher
All Implemented Interfaces:
java.lang.Runnable

public class URLRefresher
extends java.lang.Object
implements java.lang.Runnable

URLRefresher that checks if a URL is updated remotely. If it is then it will pull the new URL down and try to reinstantiate all Portlets that depend on this URL.

Version:
$Id: URLRefresher.java,v 1.17 2005/04/27 14:08:24 raphael Exp $
Author:
Kevin A. Burton

Constructor Summary
URLRefresher(java.lang.String url)
          default constructor
 
Method Summary
 void run()
          Used within the ThreadPool...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLRefresher

public URLRefresher(java.lang.String url)
default constructor

Method Detail

run

public void run()
Used within the ThreadPool... IE Runnable interface.

Specified by:
run in interface java.lang.Runnable


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.