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
 

Methods in org.apache.activemq.store.kahadb with parameters of type JournalCommand
 Location MessageDatabase.store(JournalCommand<?> data)
           
 Location MessageDatabase.store(JournalCommand<?> data, boolean sync, java.lang.Runnable before, java.lang.Runnable after)
          All updated are are funneled through this method.
 



Copyright © 2005-2012. All Rights Reserved.