org.datanucleus.store.types.sco.queued
Class RemoveAtOperation
java.lang.Object
org.datanucleus.store.types.sco.queued.RemoveAtOperation
- All Implemented Interfaces:
- QueuedOperation<ListStore>
public class RemoveAtOperation
- extends Object
- implements QueuedOperation<ListStore>
Remove operation for a list at a particular index.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoveAtOperation
public RemoveAtOperation(int index)
- Constructor.
- Parameters:
index - The index to remove
perform
public void perform(ListStore store,
ObjectProvider sm)
- Perform the remove(int) operation on the specified container.
- Specified by:
perform in interface QueuedOperation<ListStore>
- Parameters:
store - The backing store to perform it onsm - StateManager for the owner of the container
Copyright © 2012. All Rights Reserved.