Package org.ehcache.transactions.xa.commands

Interface Summary
Command<V> A representation of in-flight transaction's modification to the mappings of a XAStore.
 

Class Summary
StoreEvictCommand<V> Command implementation representing an eviction.
StorePutCommand<V> Command implementation representing a put.
StoreRemoveCommand<V> Command implementation representing a remove.