|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ehcache.transactions.xa.commands.StorePutCommand<V>
public class StorePutCommand<V>
Command implementation representing a put.
| Constructor Summary | |
|---|---|
StorePutCommand(V oldValue,
XAValueHolder<V> newValueHolder)
|
|
| 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 StorePutCommand(V oldValue,
XAValueHolder<V> newValueHolder)
| Method Detail |
|---|
public XAValueHolder<V> getNewValueHolder()
Command
getNewValueHolder in interface Command<V>public V getOldValue()
Command
getOldValue in interface Command<V>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||