Uses of Class
ecmwf.common.database.SystemMessage
Packages that use SystemMessage
-
Uses of SystemMessage in ecmwf.common.database
Methods in ecmwf.common.database that return types with arguments of type SystemMessageModifier and TypeMethodDescriptionECpdsBase.getActiveSystemMessageList()Gets the system messages currently active (i.e. whose start/end window contains the current time), most recently created first.ECpdsBase.getSystemMessageList()Gets all configured system messages (warning/maintenance banners), most recently created first.Methods in ecmwf.common.database with parameters of type SystemMessageModifier and TypeMethodDescriptionvoidECpdsBase.saveSystemMessage(SystemMessage message) Inserts or updates a system message. -
Uses of SystemMessage in ecmwf.ecpds.master
Methods in ecmwf.ecpds.master that return types with arguments of type SystemMessageModifier and TypeMethodDescriptionMasterInterface.getActiveSystemMessages()Returns the system messages (warning/maintenance banners) currently active, i.e. whose configured start/end window contains the current time.MasterServer.getActiveSystemMessages()DataBaseInterface.getSystemMessages()Gets all configured system messages (warning/maintenance banners), stored in the SYSTEM_MESSAGE table, managed from the Monitor UI (Admin Tasks → System Messages), most recently created first.Methods in ecmwf.ecpds.master with parameters of type SystemMessageModifier and TypeMethodDescriptionvoidDataBaseInterface.saveSystemMessage(SystemMessage message) Adds or updates a system message.