Uses of Interface
org.apache.activemq.store.TransactionRecoveryListener

Packages that use TransactionRecoveryListener
org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messaging 
org.apache.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface. 
org.apache.activemq.store.kahadaptor kaha implementation of message persistence for the broker 
org.apache.activemq.store.memory VM based implementation of message persistence 
org.apache.activemq.store.rapid   
 

Uses of TransactionRecoveryListener in org.apache.activemq.store
 

Methods in org.apache.activemq.store with parameters of type TransactionRecoveryListener
 void TransactionStore.recover(TransactionRecoveryListener listener)
           
 

Uses of TransactionRecoveryListener in org.apache.activemq.store.journal
 

Methods in org.apache.activemq.store.journal with parameters of type TransactionRecoveryListener
 void JournalTransactionStore.recover(TransactionRecoveryListener listener)
           
 void QuickJournalTransactionStore.recover(TransactionRecoveryListener listener)
           
 

Uses of TransactionRecoveryListener in org.apache.activemq.store.kahadaptor
 

Methods in org.apache.activemq.store.kahadaptor with parameters of type TransactionRecoveryListener
 void KahaTransactionStore.recover(TransactionRecoveryListener listener)
           
 

Uses of TransactionRecoveryListener in org.apache.activemq.store.memory
 

Methods in org.apache.activemq.store.memory with parameters of type TransactionRecoveryListener
 void MemoryTransactionStore.recover(TransactionRecoveryListener listener)
           
 

Uses of TransactionRecoveryListener in org.apache.activemq.store.rapid
 

Methods in org.apache.activemq.store.rapid with parameters of type TransactionRecoveryListener
 void RapidTransactionStore.recover(TransactionRecoveryListener listener)
           
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.