org.datanucleus.store.types.sco.queued
Class SetOperation
java.lang.Object
org.datanucleus.store.types.sco.queued.SetOperation
- All Implemented Interfaces:
- QueuedOperation<ListStore>
public class SetOperation
- extends Object
- implements QueuedOperation<ListStore>
Set operation for a list.
|
Constructor Summary |
SetOperation(int index,
Object value,
boolean allowCascadeDelete)
Constructor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetOperation
public SetOperation(int index,
Object value,
boolean allowCascadeDelete)
- Constructor.
- Parameters:
index - The position to setvalue - The value to use
perform
public void perform(ListStore store,
ObjectProvider sm)
- Perform the set(int, Object) operation to the backing store.
- Specified by:
perform in interface QueuedOperation<ListStore>
- Parameters:
store - The backing store to perform it onsm - StateManager for the owner of the map
Copyright © 2012. All Rights Reserved.