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

Quick Search    Search Deep

org.activemq.usecases
Class JournalDurableSubscriptionTest  view JournalDurableSubscriptionTest download JournalDurableSubscriptionTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.activemq.TestSupport
              extended byorg.activemq.usecases.DurableSubscriptionTestSupport
                  extended byorg.activemq.usecases.JournalDurableSubscriptionTest
All Implemented Interfaces:
junit.framework.Test

public class JournalDurableSubscriptionTest
extends DurableSubscriptionTestSupport

Version:
$Revision: 1.1.1.1 $

Field Summary
(package private)  boolean init
           
 
Fields inherited from class org.activemq.usecases.DurableSubscriptionTestSupport
 
Fields inherited from class org.activemq.TestSupport
connectionFactory, log, topic
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
JournalDurableSubscriptionTest()
           
 
Method Summary
protected  org.activemq.store.PersistenceAdapter createPersistenceAdapter()
           
 
Methods inherited from class org.activemq.usecases.DurableSubscriptionTestSupport
createConnection, getDeliveryMode, restartBroker, setUp, tearDown, testDurableSubscriptionPersistsPastBrokerRestart, testDurableSubWorksInNewConnection, testDurableSubWorksInNewSession, testInactiveDurableSubscriptionBrokerRestart, testInactiveDurableSubscriptionOneConnection, testInactiveDurableSubscriptionTwoConnections, testSelectorChange, testUnsubscribeSubscription
 
Methods inherited from class org.activemq.TestSupport
assertTextMessagesEqual, createConnectionFactory, createDestination, createMessage, getConnectionFactory, getConsumerSubject, getProducerSubject, getSubject, recursiveDelete, removeMessageStore
 
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
 

Field Detail

init

boolean init
Constructor Detail

JournalDurableSubscriptionTest

public JournalDurableSubscriptionTest()
Method Detail

createPersistenceAdapter

protected org.activemq.store.PersistenceAdapter createPersistenceAdapter()
                                                                  throws java.io.IOException
Specified by:
createPersistenceAdapter in class DurableSubscriptionTestSupport