public interface LocalConfigService
| 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.
|
List<LocationConfig> |
getLocationConfigs()
Gets a LocationConfig for each location described by the configuration data.
|
List<String> |
getOPCServerInfo(String serverAlias)
Gets the list of information needed to contact a Lighthouse OPC server.
|
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.List<LocationConfig> getLocationConfigs()
Duration getReadoutInterval()
String getEmailSender()
String getEmailBounceAddress()
String getSMTPServer()
List<String> getEmailRecipients()
Copyright © 2017 LSST. All rights reserved.