org.apache.activemq.store.journal
Class QuickJournalTransactionStore.Tx
java.lang.Object
org.apache.activemq.store.journal.QuickJournalTransactionStore.Tx
- Enclosing class:
- QuickJournalTransactionStore
public static class QuickJournalTransactionStore.Tx
- extends Object
Operations
- Version:
- $Revision: 1.6 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuickJournalTransactionStore.Tx
public QuickJournalTransactionStore.Tx(org.apache.activeio.journal.RecordLocation location)
add
public void add(QuickJournalMessageStore store,
Message msg,
org.apache.activeio.journal.RecordLocation loc)
add
public void add(QuickJournalMessageStore store,
MessageAck ack,
org.apache.activeio.journal.RecordLocation loc)
add
public void add(QuickJournalTopicMessageStore store,
JournalTopicAck ack,
org.apache.activeio.journal.RecordLocation loc)
getMessages
public Message[] getMessages()
getAcks
public MessageAck[] getAcks()
getOperations
public ArrayList getOperations()
Copyright © 2011 Apache Software Foundation. All Rights Reserved.