Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq.transport.activeio
Class ActiveIOTopicSendReceiveTest  view ActiveIOTopicSendReceiveTest download ActiveIOTopicSendReceiveTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.activemq.test.TestSupport
              extended byorg.activemq.test.JmsSendReceiveTestSupport
                  extended byorg.activemq.test.JmsTopicSendReceiveTest
                      extended byorg.activemq.transport.activeio.ActiveIOTopicSendReceiveTest
All Implemented Interfaces:
javax.jms.MessageListener, junit.framework.Test
Direct Known Subclasses:
ActiveIOQueueSendReceiveTest, ActiveIOTopicSendReceiveTest.NIOActiveIOTopicSendReceiveTest, ActiveIOTopicSendReceiveTest.VMPipeActiveIOTopicSendReceiveTest

public class ActiveIOTopicSendReceiveTest
extends org.activemq.test.JmsTopicSendReceiveTest

Version:
$Revision: 1.1.1.1 $

Nested Class Summary
static class ActiveIOTopicSendReceiveTest.NIOActiveIOTopicSendReceiveTest
           
static class ActiveIOTopicSendReceiveTest.VMPipeActiveIOTopicSendReceiveTest
           
 
Field Summary
 
Fields inherited from class org.activemq.test.JmsTopicSendReceiveTest
connection
 
Fields inherited from class org.activemq.test.JmsSendReceiveTestSupport
consumer, consumerDestination, consumeSession, data, deliveryMode, doneLatch, durable, messageCount, messages, producer, producerDestination, session, topic, useSeparateSession, verbose
 
Fields inherited from class org.activemq.test.TestSupport
connectionFactory, log
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
ActiveIOTopicSendReceiveTest()
           
 
Method Summary
protected  org.activemq.ActiveMQConnectionFactory createConnectionFactory()
           
protected  java.lang.String getURL()
           
static junit.framework.Test suite()
           
 
Methods inherited from class org.activemq.test.JmsTopicSendReceiveTest
createConsumer, createConsumerSession, setUp, tearDown
 
Methods inherited from class org.activemq.test.JmsSendReceiveTestSupport
assertMessagesAreReceived, assertMessagesReceivedAreValid, consumeMessage, createConcurrentList, onMessage, testSendReceive, waitForMessagesToBeDelivered
 
Methods inherited from class org.activemq.test.TestSupport
assertEquals, assertEquals, assertEquals, assertTextMessageEqual, assertTextMessagesEqual, assertTextMessagesEqual, createConnection, createDestination, createMessage, getConnectionFactory, getConsumerSubject, getProducerSubject, getSubject
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActiveIOTopicSendReceiveTest

public ActiveIOTopicSendReceiveTest()
Method Detail

createConnectionFactory

protected org.activemq.ActiveMQConnectionFactory createConnectionFactory()

getURL

protected java.lang.String getURL()

suite

public static junit.framework.Test suite()