All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.integratedmodelling.kserver.controller.components.NotificationCenter Maven / Gradle / Ivy

There is a newer version: 0.9.10
Show newest version
// package org.integratedmodelling.kserver.controller.components;
//
// import javax.annotation.Nullable;
//
// import org.integratedmodelling.api.runtime.ISession;
// import org.integratedmodelling.api.runtime.ITask;
// import org.springframework.stereotype.Component;
//
/// **
// * Component holding all notifications being sent (through monitors), with
// * the API to retrieve, delete and dispatch them.
// *
// * @author ferdinando.villa
// *
// */
// @Component
// public class NotificationCenter extends org.integratedmodelling.common.monitoring.NotificationCenter {
//
// class Notification extends org.integratedmodelling.common.beans.Notification {
//
// }
//
// public void info(String body) {
//
// }
//
// public void info(String body, @Nullable String cls) {
//
// }
//
// public void info(ITask task, String body, @Nullable String cls) {
//
// }
//
// public void info(ISession session, String body, @Nullable String cls) {
//
// }
//
// public void warn(Object body) {
//
// }
//
// public void warn(ITask task, Object body) {
//
// }
//
// public void warn(ISession session, Object body) {
//
// }
//
// public void error(Object body) {
//
// }
//
// public void error(ITask task, Object body) {
//
// }
//
// public void error(ISession session, Object body) {
//
// }
//
// }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy