| 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 a
writeLock() and subsequent writeUnLock() mute and, respectively,
un-mute the given DataSet's auto-notification states, e.g. |
| 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 a
writeLock()
and subsequent writeUnLock() mute and, respectively, un-mute the given DataSet's auto-notification
states, e.g. |
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.