|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
QuickJournalTransactionStore.recover(TransactionRecoveryListener listener)
|
void |
JournalTransactionStore.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |