Interface StorageSession
- 
- All Superinterfaces:
 java.lang.AutoCloseable
- All Known Implementing Classes:
 MemoryBackedHistorian,SQLiteHistorian.SQLiteStorageSession
public interface StorageSession extends java.lang.AutoCloseable 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstore(java.lang.String tag, java.lang.Object value, int quality, long timestamp)Stores a value for the given tag path. 
 -