public class KahaDBTransactionStore.Tx extends Object
Constructor and Description |
---|
Tx() |
Modifier and Type | Method and Description |
---|---|
void |
add(KahaDBTransactionStore.AddMessageCommand msg) |
void |
add(KahaDBTransactionStore.RemoveMessageCommand ack) |
List<Future<Object>> |
commit() |
MessageAck[] |
getAcks() |
Message[] |
getMessages() |
public Tx()
public void add(KahaDBTransactionStore.AddMessageCommand msg)
public void add(KahaDBTransactionStore.RemoveMessageCommand ack)
public Message[] getMessages()
public MessageAck[] getAcks()
public List<Future<Object>> commit() throws IOException
IOException
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.