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

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

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

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

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, java.lang.Runnable before, java.lang.Runnable after)
           
 Location MessageDatabase.store(JournalCommand<?> data, boolean sync, java.lang.Runnable before, java.lang.Runnable after, java.lang.Runnable onJournalStoreComplete)
          All updated are are funneled through this method.
 Location MessageDatabase.store(JournalCommand<?> data, java.lang.Runnable onJournalStoreComplete)
           
 ByteSequence MessageDatabase.toByteSequence(JournalCommand<?> data)
           
 



Copyright © 2005-2015. All Rights Reserved.