org.apache.servicemix.jbi.logging
Class LogTask

java.lang.Object
  extended by java.util.TimerTask
      extended by org.apache.servicemix.jbi.logging.LogTask
All Implemented Interfaces:
Runnable

public class LogTask
extends TimerTask


Constructor Summary
LogTask(URL url)
           
 
Method Summary
 void reconfigure()
          reconfigure the log4j system if something has changed TODO might be good to check if the content type is text so that you can also can do the same with log4j.properties
 void run()
           
 
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

LogTask

public LogTask(URL url)
Method Detail

run

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

reconfigure

public void reconfigure()
reconfigure the log4j system if something has changed TODO might be good to check if the content type is text so that you can also can do the same with log4j.properties



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