- getConfigName() - Method in enum org.lsst.ccs.subsystem.doorman.main.InstrumentType
-
Gets the instrument type name as it should appear in configuration data.
- getEmailBounceAddress() - Method in class org.lsst.ccs.subsystem.doorman.main.CCSConfiguration
-
Get the value of the "bounce-to" and "reply-to" fields for alarm emails.
- getEmailBounceAddress() - Method in interface org.lsst.ccs.subsystem.doorman.main.ConfigurationService
-
Get the value of the "bounce-to" and "reply-to" fields for alarm emails.
- getEmailRecipients() - Method in class org.lsst.ccs.subsystem.doorman.main.CCSConfiguration
-
Gets the list of recipients of alarm emails.
- getEmailRecipients() - Method in interface org.lsst.ccs.subsystem.doorman.main.ConfigurationService
-
Gets the list of recipients of alarm emails.
- getEmailSender() - Method in class org.lsst.ccs.subsystem.doorman.main.CCSConfiguration
- getEmailSender() - Method in interface org.lsst.ccs.subsystem.doorman.main.ConfigurationService
-
Gets the value of the "From" fields for alarm emails.
- getExceptionCount() - Method in class org.lsst.ccs.subsystem.doorman.main.ChilledDoor
-
- getExceptionCount() - Method in class org.lsst.ccs.subsystem.doorman.main.DummyInstrument
-
Gets the number of consecutive operations that were terminated by an exception.
- getExceptionCount() - Method in interface org.lsst.ccs.subsystem.doorman.main.Instrument
-
Gets the number of consecutive operations that were terminated by an exception.
- getIndex() - Method in class org.lsst.ccs.subsystem.doorman.main.ChilledDoor
-
- getIndex() - Method in class org.lsst.ccs.subsystem.doorman.main.DummyInstrument
-
Gets the position of this instrument in the list of instruments.
- getIndex() - Method in interface org.lsst.ccs.subsystem.doorman.main.Instrument
-
Gets the position of this instrument in the list of instruments.
- getInstrumentConfigs() - Method in class org.lsst.ccs.subsystem.doorman.main.CCSConfiguration
-
Gets an InstrumentConfig for each instrument described
by the configuration data.
- getInstrumentConfigs() - Method in interface org.lsst.ccs.subsystem.doorman.main.ConfigurationService
-
Gets an InstrumentConfig for each instrument described
by the configuration data.
- getItems() - Method in class org.lsst.ccs.subsystem.doorman.main.TrendableRecord
-
Gets the map of trending keys to serializable values.
- getKey() - Method in enum org.lsst.ccs.subsystem.doorman.main.DoorChannel
-
Gets the trending key used to identify the channel.
- getLastException() - Method in class org.lsst.ccs.subsystem.doorman.main.ChilledDoor
-
- getLastException() - Method in class org.lsst.ccs.subsystem.doorman.main.DummyInstrument
-
Gets the exception thrown (if any) the last time we tried to operate on this instrument.
- getLastException() - Method in interface org.lsst.ccs.subsystem.doorman.main.Instrument
-
Gets the exception thrown (if any) the last time we tried to operate on this instrument.
- getMasterKey() - Method in class org.lsst.ccs.subsystem.doorman.main.TrendableRecord
-
Gets the master key given to the constructor.
- getMasterTimestamp() - Method in class org.lsst.ccs.subsystem.doorman.main.TrendableRecord
-
Gets the master timestamp given to the constructor.
- getReadoutInterval() - Method in class org.lsst.ccs.subsystem.doorman.main.CCSConfiguration
-
Gets the time between instrument readouts.
- getReadoutInterval() - Method in interface org.lsst.ccs.subsystem.doorman.main.ConfigurationService
-
Gets the time between instrument readouts.
- getRegister() - Method in enum org.lsst.ccs.subsystem.doorman.main.DoorChannel
-
Gets the Modbus register number.
- getSMTPServer() - Method in class org.lsst.ccs.subsystem.doorman.main.CCSConfiguration
-
Gets the host name or IPv4 address of the SMTP server used to send emails.
- getSMTPServer() - Method in interface org.lsst.ccs.subsystem.doorman.main.ConfigurationService
-
Gets the host name or IPv4 address of the SMTP server used to send emails.
- getStatus() - Method in class org.lsst.ccs.subsystem.doorman.main.ChilledDoor
-
- getStatus() - Method in class org.lsst.ccs.subsystem.doorman.main.DummyInstrument
-
Gets the current status of the instrument.
- getStatus() - Method in interface org.lsst.ccs.subsystem.doorman.main.Instrument
-
Gets the current status of the instrument.
- getTrendables() - Method in class org.lsst.ccs.subsystem.doorman.main.ChilledDoor
-
- getTrendables() - Method in class org.lsst.ccs.subsystem.doorman.main.DummyInstrument
-
Gets all the trendable data resulting from the last reading of the instrument.
- getTrendables() - Method in interface org.lsst.ccs.subsystem.doorman.main.Instrument
-
Gets all the trendable data resulting from the last reading of the instrument.
- getType() - Method in enum org.lsst.ccs.subsystem.doorman.main.DoorChannel
-
Gets the channel type.