Interface TransactionStore

All Superinterfaces:
org.apache.activemq.Service
All Known Implementing Classes:
MemoryTransactionStore

public interface TransactionStore extends org.apache.activemq.Service
Represents the durable store of the commit/rollback operations taken against the broker.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    commit(org.apache.activemq.command.TransactionId txid, boolean wasPrepared, Runnable preCommit, Runnable postCommit)
     
    void
    prepare(org.apache.activemq.command.TransactionId txid)
     
    void
     
    void
    rollback(org.apache.activemq.command.TransactionId txid)
     

    Methods inherited from interface org.apache.activemq.Service

    start, stop