stella.util
Interface AlarmHandler
- All Known Implementing Classes:
- AdapterCaster, AuxiliaryCaster, CalibrationCaster, CasterClient.CommandSender, CasterTorso, CCDCaster, DistinctCaster, EnvironmentCaster, GregorTelescopeCaster, LoopingSequencer.Conditioner, MasterMind, PilarTelescopeCaster, SpectrographCaster, TelescopeAuxiliaryCaster, TelescopeCaster, TestCaster, WifsipCaster, WifsipTelescopeCaster, XMLSequencer.Conditioner
public interface AlarmHandler
The interface defining alarm-handling capabilities of an object. An alarm
is defined as the running-off of an Alarm thread. Such alarm
threads
are commonly combined with time-out errors.
This interface has remote capabilities. This enables alarms to call
alarm handlers on a remote machine.
|
Method Summary |
void |
setOff(String trigger)
The alarm-handling method. |
setOff
void setOff(String trigger)
- The alarm-handling method. The string representation of the alarm
thread who triggered this alarm is given as an argument.