org.jboss.test.util.test.concurrent
Class ThreadPoolInterruptedThreadUnitTestCase.TestRunnable

java.lang.Object
  extended by org.jboss.test.util.test.concurrent.ThreadPoolInterruptedThreadUnitTestCase.TestRunnable
All Implemented Interfaces:
Runnable
Enclosing class:
ThreadPoolInterruptedThreadUnitTestCase

public static class ThreadPoolInterruptedThreadUnitTestCase.TestRunnable
extends Object
implements Runnable


Field Summary
 CountDownLatch latch
           
 
Constructor Summary
ThreadPoolInterruptedThreadUnitTestCase.TestRunnable()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

latch

public CountDownLatch latch
Constructor Detail

ThreadPoolInterruptedThreadUnitTestCase.TestRunnable

public ThreadPoolInterruptedThreadUnitTestCase.TestRunnable()
Method Detail

run

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


Copyright © 2009 JBoss Inc.. All Rights Reserved.