org.jaffa.cache
Class CacheSourceMonitor.CacheSourceMonitorThread

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.jaffa.cache.CacheSourceMonitor.CacheSourceMonitorThread
All Implemented Interfaces:
Runnable
Enclosing class:
CacheSourceMonitor

public class CacheSourceMonitor.CacheSourceMonitorThread
extends Thread

This thread class will monitor the files for any changes. It will flush the associated cache, in case any changes are detected in the files.


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
CacheSourceMonitor.CacheSourceMonitorThread()
           
 
Method Summary
 void run()
          This method will be invoked by the JVM.
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheSourceMonitor.CacheSourceMonitorThread

public CacheSourceMonitor.CacheSourceMonitorThread()
Method Detail

run

public void run()
This method will be invoked by the JVM. It monitors the files for changes at the specified frequency, until the thread is stopped.



Copyright © 2002-2004 JAFFA Project.