Uses of Interface
neqsim.process.alarm.AlarmActionHandler
Packages that use AlarmActionHandler
-
Uses of AlarmActionHandler in neqsim.process.alarm
Fields in neqsim.process.alarm with type parameters of type AlarmActionHandlerModifier and TypeFieldDescriptionprivate final List<AlarmActionHandler> ProcessAlarmManager.actionHandlersMethods in neqsim.process.alarm that return AlarmActionHandlerModifier and TypeMethodDescriptionstatic AlarmActionHandlerAlarmActionHandler.activateLogic(String sourceName, AlarmLevel level, AlarmEventType eventType, ProcessLogic logic) Creates a handler that activates process logic when alarm conditions are met.static AlarmActionHandlerAlarmActionHandler.activateLogicOnHIHI(String sourceName, ProcessLogic logic) Creates a handler that activates process logic when HIHI alarm is activated.static AlarmActionHandlerAlarmActionHandler.activateLogicOnLOLO(String sourceName, ProcessLogic logic) Creates a handler that activates process logic when LOLO alarm is activated.static AlarmActionHandlerAlarmActionHandler.composite(List<AlarmActionHandler> handlers) Creates a composite handler that executes multiple handlers in sequence.Methods in neqsim.process.alarm that return types with arguments of type AlarmActionHandlerModifier and TypeMethodDescriptionProcessAlarmManager.getActionHandlers()Gets all registered action handlers.Methods in neqsim.process.alarm with parameters of type AlarmActionHandlerModifier and TypeMethodDescriptionvoidProcessAlarmManager.registerActionHandler(AlarmActionHandler handler) Registers an action handler to respond to alarm events.voidProcessAlarmManager.removeActionHandler(AlarmActionHandler handler) Removes an action handler.Method parameters in neqsim.process.alarm with type arguments of type AlarmActionHandlerModifier and TypeMethodDescriptionstatic AlarmActionHandlerAlarmActionHandler.composite(List<AlarmActionHandler> handlers) Creates a composite handler that executes multiple handlers in sequence.