public interface LocalConfigurationService
| 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 |
makeConfigurationObjects()
Read the external configuration info, from whatever source, and
create the InstrumentConfig objects.
|
void makeConfigurationObjects()
List<InstrumentConfig> getInstrumentConfigs()
Duration getReadoutInterval()
String getEmailSender()
String getEmailBounceAddress()
String getSMTPServer()
Copyright © 2018 LSST. All rights reserved.