
public interface ConfigurationService
| Modifier and Type | Method and Description |
|---|---|
String |
getEmailBounceAddress()
Get the value of the "bounce-to" and "reply-to" fields for alarm emails.
|
List<String> |
getEmailRecipients()
Gets the list of recipients of alarm emails.
|
String |
getEmailSender()
Gets the value of the "From" fields for alarm emails.
|
List<InstrumentConfig> |
getInstrumentConfigs()
Gets an InstrumentConfig for each instrument described
by the configuration data.
|
Duration |
getReadoutInterval()
Gets the time between instrument readouts.
|
String |
getSMTPServer()
Gets the host name or IPv4 address of the SMTP server used to send emails.
|
void |
updateInstrument(InstrumentStatus stat)
Updates the information in the configuration database for a particular instrument.
|
List<InstrumentConfig> getInstrumentConfigs()
void updateInstrument(InstrumentStatus stat)
stat - The current status of the instrument.Duration getReadoutInterval()
String getEmailSender()
String getEmailBounceAddress()
String getSMTPServer()
Copyright © 2016 LSST. All rights reserved.