public interface DataStoreUpdates
The DataStoreFactory receives an implementation of this interface and can pass it to the
data store that it creates, if desired.
| Modifier and Type | Method and Description |
|---|---|
void |
updateStatus(DataStoreStatusProvider.Status newStatus)
Reports a change in the data store's operational status.
|
void updateStatus(DataStoreStatusProvider.Status newStatus)
This is what makes the status monitoring mechanisms in DataStoreStatusProvider work.
newStatus - the updated status properties