Uses of Interface
org.oa4mp.delegation.common.storage.TransactionStore
-
Packages that use TransactionStore Package Description edu.uiuc.ncsa.oa4mp.delegation.common.storage edu.uiuc.ncsa.oa4mp.delegation.common.storage.transactions edu.uiuc.ncsa.oa4mp.delegation.server.storage -
-
Uses of TransactionStore in edu.uiuc.ncsa.oa4mp.delegation.common.storage
Classes in edu.uiuc.ncsa.oa4mp.delegation.common.storage with type parameters of type TransactionStore Modifier and Type Class Description class
AggregateTransactionStore<V extends TransactionStore>
An aggregate store for transactions.Classes in edu.uiuc.ncsa.oa4mp.delegation.common.storage that implement TransactionStore Modifier and Type Class Description class
AggregateTransactionStore<V extends TransactionStore>
An aggregate store for transactions.Constructors in edu.uiuc.ncsa.oa4mp.delegation.common.storage with parameters of type TransactionStore Constructor Description AggregateTransactionStore(V... stores)
-
Uses of TransactionStore in edu.uiuc.ncsa.oa4mp.delegation.common.storage.transactions
Classes in edu.uiuc.ncsa.oa4mp.delegation.common.storage.transactions with type parameters of type TransactionStore Modifier and Type Class Description class
TransactionStoreProvider<T extends TransactionStore<? extends BasicTransaction>>
Created by Jeff Gaynor
on 1/13/12 at 10:43 AMClasses in edu.uiuc.ncsa.oa4mp.delegation.common.storage.transactions that implement TransactionStore Modifier and Type Class Description class
FSTransactionStore<V extends BasicTransaction>
Implementation of a transaction store backed by the file system.class
SQLBaseTransactionStore<V extends BasicTransaction>
Generic SQL implementation.class
TransactionCache<V extends BasicTransaction>
A cache.class
TransactionMemoryStore<V extends BasicTransaction>
In-memory transaction storage.Methods in edu.uiuc.ncsa.oa4mp.delegation.common.storage.transactions that return TransactionStore Modifier and Type Method Description TransactionStore
TransactionCache. getBackingStore()
Constructors in edu.uiuc.ncsa.oa4mp.delegation.common.storage.transactions with parameters of type TransactionStore Constructor Description TransactionCache(TransactionStore backingStore)
-
Uses of TransactionStore in edu.uiuc.ncsa.oa4mp.delegation.server.storage
Classes in edu.uiuc.ncsa.oa4mp.delegation.server.storage that implement TransactionStore Modifier and Type Class Description class
SQLServiceTransactionStore<V extends ServiceTransaction>
Created by Jeff Gaynor
on May 12, 2010 at 9:52:58 AM
-