org.jboss.test.jbossmq.perf
Class SendReplyPerfStressTestCase.State

java.lang.Object
  extended byorg.jboss.test.jbossmq.perf.SendReplyPerfStressTestCase.State
Enclosing class:
SendReplyPerfStressTestCase (src)

public static class SendReplyPerfStressTestCase.State
extends java.lang.Object


Field Summary
 java.util.ArrayList errors
           
 int expected
           
 int finished
           
 
Constructor Summary
SendReplyPerfStressTestCase.State(int expected)
           
 
Method Summary
 void addError(java.lang.Throwable t)
           
 void finished()
           
 void waitForFinish()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expected

public int expected

finished

public int finished

errors

public java.util.ArrayList errors
Constructor Detail

SendReplyPerfStressTestCase.State

public SendReplyPerfStressTestCase.State(int expected)
Method Detail

addError

public void addError(java.lang.Throwable t)

finished

public void finished()

waitForFinish

public void waitForFinish()
                   throws java.lang.Exception
Throws:
java.lang.Exception