org.mule.tck
Class TestCaseWatchdog

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.mule.tck.TestCaseWatchdog
All Implemented Interfaces:
Runnable

public class TestCaseWatchdog
extends Thread


Field Summary
protected static Log log
           
protected static AtomicInteger threadNumber
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
TestCaseWatchdog(long delay, TimeUnit unit)
           
 
Method Summary
 void cancel()
           
 void run()
           
 
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
 

Field Detail

log

protected static final Log log

threadNumber

protected static final AtomicInteger threadNumber
Constructor Detail

TestCaseWatchdog

public TestCaseWatchdog(long delay,
                        TimeUnit unit)
Method Detail

run

public void run()

cancel

public void cancel()


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