|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ehcache.transactions.xa.commands.StoreRemoveCommand<V>
public class StoreRemoveCommand<V>
Command
implementation representing a remove.
Constructor Summary | |
---|---|
StoreRemoveCommand(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 StoreRemoveCommand(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 |