org.apache.activemq.store.kahadb
Class KahaDBTransactionStore.Tx
java.lang.Object
org.apache.activemq.store.kahadb.KahaDBTransactionStore.Tx
- Enclosing class:
- KahaDBTransactionStore
public class KahaDBTransactionStore.Tx
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KahaDBTransactionStore.Tx
public KahaDBTransactionStore.Tx()
add
public void add(KahaDBTransactionStore.AddMessageCommand msg)
add
public void add(KahaDBTransactionStore.RemoveMessageCommand ack)
getMessages
public org.apache.activemq.command.Message[] getMessages()
getAcks
public org.apache.activemq.command.MessageAck[] getAcks()
commit
public List<Future<Object>> commit()
throws IOException
- Returns:
- true if something to commit
- Throws:
IOException
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.