org.apache.activemq.store.journal
Class JournalTransactionStore.Tx
java.lang.Object
org.apache.activemq.store.journal.JournalTransactionStore.Tx
- Enclosing class:
- JournalTransactionStore
public static class JournalTransactionStore.Tx
- extends Object
Operations
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JournalTransactionStore.Tx
public JournalTransactionStore.Tx(org.apache.activeio.journal.RecordLocation location)
add
public void add(JournalMessageStore store,
org.apache.activemq.command.Message msg)
add
public void add(JournalMessageStore store,
org.apache.activemq.command.MessageAck ack)
add
public void add(JournalTopicMessageStore store,
org.apache.activemq.command.JournalTopicAck ack)
getMessages
public org.apache.activemq.command.Message[] getMessages()
getAcks
public org.apache.activemq.command.MessageAck[] getAcks()
getOperations
public ArrayList<JournalTransactionStore.TxOperation> getOperations()
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.