Uses of Interface
org.oa4mp.delegation.common.storage.TransactionStore
-
Packages that use TransactionStore Package Description org.oa4mp.delegation.common.storage org.oa4mp.delegation.common.storage.transactions -
-
Uses of TransactionStore in org.oa4mp.delegation.common.storage
Classes in org.oa4mp.delegation.common.storage with type parameters of type TransactionStore Modifier and Type Class Description classAggregateTransactionStore<V extends TransactionStore>An aggregate store for transactions.Classes in org.oa4mp.delegation.common.storage that implement TransactionStore Modifier and Type Class Description classAggregateTransactionStore<V extends TransactionStore>An aggregate store for transactions.Constructors in org.oa4mp.delegation.common.storage with parameters of type TransactionStore Constructor Description AggregateTransactionStore(V... stores) -
Uses of TransactionStore in org.oa4mp.delegation.common.storage.transactions
Classes in org.oa4mp.delegation.common.storage.transactions with type parameters of type TransactionStore Modifier and Type Class Description classTransactionStoreProvider<T extends TransactionStore<? extends BasicTransaction>>Created by Jeff Gaynor
on 1/13/12 at 10:43 AMClasses in org.oa4mp.delegation.common.storage.transactions that implement TransactionStore Modifier and Type Class Description classFSTransactionStore<V extends BasicTransaction>Implementation of a transaction store backed by the file system.classSQLBaseTransactionStore<V extends BasicTransaction>Generic SQL implementation.classTransactionCache<V extends BasicTransaction>A cache.classTransactionMemoryStore<V extends BasicTransaction>In-memory transaction storage.Methods in org.oa4mp.delegation.common.storage.transactions that return TransactionStore Modifier and Type Method Description TransactionStoreTransactionCache. getBackingStore()Constructors in org.oa4mp.delegation.common.storage.transactions with parameters of type TransactionStore Constructor Description TransactionCache(TransactionStore backingStore)
-