Package adams.flow.control
Interface StorageUpdater
-
- All Known Implementing Classes:
AbstractDataContainerAdd,AbstractDataContainerAppend,CollectionAppend,CounterInit,CounterInit,DeleteStorageValue,DeleteStorageValue,DeQueue,DeserializeToStorage,Enqueue,Enqueue,EnQueue,HashSetInit,HashSetInit,IncStorageValue,InitPublishSubscribe,LookUpInit,LookUpInit,Publish,QueueInit,SetStorageFlag,SetStorageValue,SpreadSheetAppend,StorageCollectionInsert,StorageJFreeChartAddSeries,StorageXChartAddDataset,TimeseriesAdd,TimeseriesAppend
public interface StorageUpdaterInterface for classes that update storage items.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisUpdatingStorage()Returns whether storage items are being updated.
-