org.apache.qpid.test.unit.close
Class CloseBeforeAckTest.TestThread1

java.lang.Object
  extended by org.apache.qpid.junit.concurrency.TestRunnable
      extended by org.apache.qpid.test.unit.close.CloseBeforeAckTest.TestThread1
All Implemented Interfaces:
Runnable, MessageListener
Enclosing class:
CloseBeforeAckTest

 class CloseBeforeAckTest.TestThread1
extends org.apache.qpid.junit.concurrency.TestRunnable
implements MessageListener


Constructor Summary
CloseBeforeAckTest.TestThread1()
           
 
Method Summary
 void onMessage(Message message)
           
 void runWithExceptions()
           
 
Methods inherited from class org.apache.qpid.junit.concurrency.TestRunnable
addErrorMessage, allow, run, toString, waitFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CloseBeforeAckTest.TestThread1

CloseBeforeAckTest.TestThread1()
Method Detail

runWithExceptions

public void runWithExceptions()
                       throws Exception
Specified by:
runWithExceptions in class org.apache.qpid.junit.concurrency.TestRunnable
Throws:
Exception

onMessage

public void onMessage(Message message)
Specified by:
onMessage in interface MessageListener


Licensed to the Apache Software Foundation