org.datanucleus.store.types.sco.queued
Interface QueuedOperation<TStore extends Store>
- All Known Implementing Classes:
- AddAtOperation, AddOperation, ClearCollectionOperation, ClearMapOperation, PutOperation, RemoveAtOperation, RemoveCollectionOperation, RemoveMapOperation, SetOperation
public interface QueuedOperation<TStore extends Store>
Interface for an operation that a SCO wrapper should support when queueing
its operations (optimistic transactions).
perform
void perform(TStore store,
ObjectProvider sm)
- Method to perform the operation once we are no longer queueing.
- Parameters:
store - The backing store to apply the operation tosm - StateManager for the owner of the container.
Copyright © 2012. All Rights Reserved.