org.mule.util.monitor
Class FileMonitor.FileMonitorNotifier

java.lang.Object
  extended by java.util.TimerTask
      extended by org.mule.util.monitor.FileMonitor.FileMonitorNotifier
All Implemented Interfaces:
Runnable
Enclosing class:
FileMonitor

public class FileMonitor.FileMonitorNotifier
extends TimerTask

This is the timer thread which is executed every n milliseconds according to the setting of the file monitor.


Constructor Summary
FileMonitor.FileMonitorNotifier()
           
FileMonitor.FileMonitorNotifier(ExceptionListener exceptionListener)
           
 
Method Summary
 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

FileMonitor.FileMonitorNotifier

public FileMonitor.FileMonitorNotifier()

FileMonitor.FileMonitorNotifier

public FileMonitor.FileMonitorNotifier(ExceptionListener exceptionListener)
Method Detail

run

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


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.