org.eso.ias.supervisor.SupervisorCmdExecutor
See theSupervisorCmdExecutor companion object
The executor of commands for the Supervisor.
The SupervisorCmdExecutor extends the DefaultCommandExecutor to customize the TF_CHANGED command.
Value parameters
tfIDs
The list of the TFs running in the ASCEs of the Supervisor
Attributes
Companion
object
Graph
Reset zoom Hide graph Show graph
Supertypes
class DefaultCommandExecutor
trait CommandListener
class Object
trait Matchable
class Any
Members list
A an Alarm has been acknowledged.
A an Alarm has been acknowledged.
This message is aimed to the DASU that produces such alarm (i.e. received by the Supervisor where the DASU is deployed) all the other tools can safely ignore the command.
This implementation does nothing and return OK.
Value parameters
cmd
The ACK command received from the command topic
Attributes
Returns
The result of the execution of the command
Definition Classes
DefaultCommandExecutor
A TF has been changed.
The Supervisor must restart if the changed TF is used by at least one of its ASCEs so that the new TF is reloaded.
Value parameters
cmd
The TF_CHANGED command received from the command topic
Attributes
Returns
The result of the execution of the command
Definition Classes
DefaultCommandExecutor
Attributes
Inherited from:
DefaultCommandExecutor
Attributes
Inherited from:
DefaultCommandExecutor
Attributes
Inherited from:
DefaultCommandExecutor
Attributes
Inherited from:
DefaultCommandExecutor
Attributes
Inherited from:
DefaultCommandExecutor