Package de.gsi.dataset.locks
-
Interface Summary Interface Description DataSetLock<D extends DataSet> A Simple ReadWriteLock for the DataSet interface and its fluent-design approach Some implementation recommendation: write lock guards behave the same as ReentrantLock with the additional functionality, that awriteLock()and subsequentwriteUnLock()mute and, respectively, un-mute the given DataSet's auto-notification states, e.g. -
Class Summary Class Description DefaultDataSetLock<D extends DataSet> A Simple ReadWriteLock for the DataSet interface and its fluent-design approach Some implementation recommendation: write lock guards behave the same as ReentrantLock with the additional functionality, that awriteLock()and subsequentwriteUnLock()mute and, respectively, un-mute the given DataSet's auto-notification states, e.g.