org.jpox.sco.queued
Interface QueuedOperation
- All Known Implementing Classes:
- AddAtOperation, AddOperation, ClearOperation, PutOperation, RemoveAtOperation, RemoveOperation, SetOperation
public interface QueuedOperation
Interface for an operation that a SCO wrapper should support when queueing
its operations (optimistic transactions).
- Version:
- $Revision: 1.2 $
|
Method Summary |
void |
perform(Store store,
StateManager sm)
Method to perform the operation once we are no longer queueing. |
perform
void perform(Store store,
StateManager 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 © -2008 . All Rights Reserved.