org.apache.qpid.test.unit.client.temporaryqueue
Class TemporaryQueueTest.TempQueueMaker

java.lang.Object
  extended by org.apache.qpid.test.unit.client.temporaryqueue.TemporaryQueueTest.TempQueueMaker
All Implemented Interfaces:
Runnable
Enclosing class:
TemporaryQueueTest

 class TemporaryQueueTest.TempQueueMaker
extends Object
implements Runnable


Field Summary
(package private)  List<org.apache.qpid.client.AMQQueue> _queues
           
(package private)  Session _session
           
 
Constructor Summary
TemporaryQueueTest.TempQueueMaker(Session session, int queues)
           
 
Method Summary
(package private)  List<org.apache.qpid.client.AMQQueue> getList()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_queues

List<org.apache.qpid.client.AMQQueue> _queues

_session

Session _session
Constructor Detail

TemporaryQueueTest.TempQueueMaker

TemporaryQueueTest.TempQueueMaker(Session session,
                                  int queues)
                            throws JMSException
Throws:
JMSException
Method Detail

run

public void run()
Specified by:
run in interface Runnable

getList

List<org.apache.qpid.client.AMQQueue> getList()


Licensed to the Apache Software Foundation