|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ehcache.transactions.xa.commands.StoreEvictCommand<V>
public class StoreEvictCommand<V>
Command
implementation representing an eviction.
Constructor Summary | |
---|---|
StoreEvictCommand(V oldValue)
|
Method Summary | |
---|---|
XAValueHolder<V> |
getNewValueHolder()
Get the value holder to commit. |
V |
getOldValue()
Get the value to rollback to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StoreEvictCommand(V oldValue)
Method Detail |
---|
public V getOldValue()
Command
getOldValue
in interface Command<V>
public XAValueHolder<V> getNewValueHolder()
Command
getNewValueHolder
in interface Command<V>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |