org.eigenbase.test.concurrent
Class ConcurrentTestCommandGenerator.FailedThread

java.lang.Object
  extended by org.eigenbase.test.concurrent.ConcurrentTestCommandGenerator.FailedThread
Enclosing class:
ConcurrentTestCommandGenerator

public static class ConcurrentTestCommandGenerator.FailedThread
extends Object

Describes a thread that failed


Field Summary
 Throwable failure
           
 String location
           
 String name
           
 
Constructor Summary
ConcurrentTestCommandGenerator.FailedThread(String name, String location, Throwable failure)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final String name

location

public final String location

failure

public final Throwable failure
Constructor Detail

ConcurrentTestCommandGenerator.FailedThread

public ConcurrentTestCommandGenerator.FailedThread(String name,
                                                   String location,
                                                   Throwable failure)