org.apache.activemq.store.amq
Class AMQTx
java.lang.Object
org.apache.activemq.store.amq.AMQTx
public class AMQTx
- extends java.lang.Object
Operations
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AMQTx
public AMQTx(Location location)
add
public void add(AMQMessageStore store,
Message msg,
Location location)
add
public void add(AMQMessageStore store,
MessageAck ack)
add
public void add(AMQTopicMessageStore store,
JournalTopicAck ack)
getMessages
public Message[] getMessages()
getAcks
public MessageAck[] getAcks()
getLocation
public Location getLocation()
- Returns:
- the location
getOperations
public java.util.List<AMQTxOperation> getOperations()
setOperations
public void setOperations(java.util.List<AMQTxOperation> operations)
Copyright © 2005-2011. All Rights Reserved.