org.jboss.test.messagedriven.support
Class CheckMessageSizeOperation

java.lang.Object
  extended byorg.jboss.test.messagedriven.support.Operation (src) 
      extended byorg.jboss.test.messagedriven.support.CheckMessageSizeOperation

public class CheckMessageSizeOperation
extends Operation (src)

Checks the number of messages


Field Summary
protected  int size
           
 
Fields inherited from class org.jboss.test.messagedriven.support.Operation (src)
test
 
Constructor Summary
CheckMessageSizeOperation(BasicMessageDrivenUnitTest (src)  test, int size)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

size

protected int size
Constructor Detail

CheckMessageSizeOperation

public CheckMessageSizeOperation(BasicMessageDrivenUnitTest (src)  test,
                                 int size)
Method Detail

run

public void run()
         throws java.lang.Exception
Overrides:
run in class Operation (src)
Throws:
java.lang.Exception