Package com.monad.homerun.store

Object Stores provide persistent storage for user-defined data, typically subclasses of DataObject.

See:
          Description

Interface Summary
ObjectStore ObjectStore interface describes methods for managing a data object store, including a primitive indexing facility
ObjectStoreFactory ObjectStoreFactory returns an instance of an ObjectStore per store area.
RecordingService RecordingService manages data recordings - which are time series of sampled data values, typically from a ScalarModel.
 

Package com.monad.homerun.store Description

Object Stores provide persistent storage for user-defined data, typically subclasses of DataObject. The store also offers limited indexing capabilities. The Recording Service provides management for non-persistent recordings of data values - typically model status data.



Copyright © 2006-2009 Richard Rodgers. All Rights Reserved.