org.apache.qpid.test.unit.client.temporaryqueue
Class TemporaryQueueTest.TempQueueMaker
java.lang.Object
org.apache.qpid.test.unit.client.temporaryqueue.TemporaryQueueTest.TempQueueMaker
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- TemporaryQueueTest
class TemporaryQueueTest.TempQueueMaker
- extends Object
- implements Runnable
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 |
_queues
List<org.apache.qpid.client.AMQQueue> _queues
_session
Session _session
TemporaryQueueTest.TempQueueMaker
TemporaryQueueTest.TempQueueMaker(Session session,
int queues)
throws JMSException
- Throws:
JMSException
run
public void run()
- Specified by:
run
in interface Runnable
getList
List<org.apache.qpid.client.AMQQueue> getList()
Licensed to the Apache Software Foundation