Uses of Interface
org.apache.activemq.store.TransactionIdTransformer
- 
Packages that use TransactionIdTransformer Package Description org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messagingorg.apache.activemq.store.kahadb 
- 
- 
Uses of TransactionIdTransformer in org.apache.activemq.storeMethods in org.apache.activemq.store with parameters of type TransactionIdTransformer Modifier and Type Method Description voidTransactionIdTransformerAware. setTransactionIdTransformer(TransactionIdTransformer transactionIdTransformer)
- 
Uses of TransactionIdTransformer in org.apache.activemq.store.kahadbMethods in org.apache.activemq.store.kahadb that return TransactionIdTransformer Modifier and Type Method Description TransactionIdTransformerKahaDBStore. getTransactionIdTransformer()Methods in org.apache.activemq.store.kahadb with parameters of type TransactionIdTransformer Modifier and Type Method Description voidKahaDBPersistenceAdapter. setTransactionIdTransformer(TransactionIdTransformer transactionIdTransformer)voidKahaDBStore. setTransactionIdTransformer(TransactionIdTransformer transactionIdTransformer)
 
-