Uses of Interface
org.apache.activemq.store.kahadb.JournalCommand

Packages that use JournalCommand
org.apache.activemq.store.kahadb   
org.apache.activemq.store.kahadb.data   
 

Uses of JournalCommand in org.apache.activemq.store.kahadb
 

Methods in org.apache.activemq.store.kahadb that return JournalCommand
 JournalCommand<?> MultiKahaDBTransactionStore.load(Location location)
           
 JournalCommand<?> MessageDatabase.load(Location location)
          Loads a previously stored JournalMessage
 

Methods in org.apache.activemq.store.kahadb with parameters of type JournalCommand
 void MultiKahaDBTransactionStore.process(JournalCommand<?> command)
           
 Location MessageDatabase.store(JournalCommand<?> data)
           
 Location MessageDatabase.store(JournalCommand<?> data, boolean sync, Runnable before, Runnable after)
           
 Location MessageDatabase.store(JournalCommand<?> data, boolean sync, Runnable before, Runnable after, Runnable onJournalStoreComplete)
          All updated are are funneled through this method.
 Location MessageDatabase.store(JournalCommand<?> data, Runnable onJournalStoreComplete)
           
 ByteSequence MessageDatabase.toByteSequence(JournalCommand<?> data)
           
 

Uses of JournalCommand in org.apache.activemq.store.kahadb.data
 

Classes in org.apache.activemq.store.kahadb.data that implement JournalCommand
 class KahaAckMessageFileMapCommand
           
 class KahaAddMessageCommand
           
 class KahaCommitCommand
           
 class KahaPrepareCommand
           
 class KahaProducerAuditCommand
           
 class KahaRemoveDestinationCommand
           
 class KahaRemoveMessageCommand
           
 class KahaRollbackCommand
           
 class KahaSubscriptionCommand
           
 class KahaTraceCommand
           
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.