org.mactor.framework
Class TestEngineThreadPool.TestRunnable

java.lang.Object
  extended by org.mactor.framework.TestEngineThreadPool.TestRunnable
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
TestEngineThreadPool

public static class TestEngineThreadPool.TestRunnable
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
TestEngineThreadPool.TestRunnable(int index, TestEngine testEngine)
           
 
Method Summary
 boolean isSucces()
           
 void run()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestEngineThreadPool.TestRunnable

public TestEngineThreadPool.TestRunnable(int index,
                                         TestEngine testEngine)
Method Detail

isSucces

public boolean isSucces()

stop

public void stop()

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2008. All Rights Reserved.