Package uk.co.ractf.polaris.notification
Class NotificationFacade
- java.lang.Object
-
- uk.co.ractf.polaris.notification.NotificationFacade
-
public class NotificationFacade extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NotificationFacade(ClusterState state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
debug(java.lang.String summary, java.lang.String detail)
void
debug(uk.co.ractf.polaris.api.notification.NotificationTarget target, uk.co.ractf.polaris.api.namespace.Namespace namespace, java.lang.String summary, java.lang.String detail)
void
error(java.lang.String summary, java.lang.String detail)
void
error(uk.co.ractf.polaris.api.notification.NotificationTarget target, uk.co.ractf.polaris.api.namespace.Namespace namespace, java.lang.String summary, java.lang.String detail)
void
info(java.lang.String summary, java.lang.String detail)
void
info(uk.co.ractf.polaris.api.notification.NotificationTarget target, uk.co.ractf.polaris.api.namespace.Namespace namespace, java.lang.String summary, java.lang.String detail)
void
notify(uk.co.ractf.polaris.api.notification.Notification notification)
void
warning(java.lang.String summary, java.lang.String detail)
void
warning(uk.co.ractf.polaris.api.notification.NotificationTarget target, uk.co.ractf.polaris.api.namespace.Namespace namespace, java.lang.String summary, java.lang.String detail)
-
-
-
Constructor Detail
-
NotificationFacade
@Inject public NotificationFacade(ClusterState state)
-
-
Method Detail
-
notify
public void notify(uk.co.ractf.polaris.api.notification.Notification notification)
-
error
public void error(java.lang.String summary, java.lang.String detail)
-
error
public void error(uk.co.ractf.polaris.api.notification.NotificationTarget target, uk.co.ractf.polaris.api.namespace.Namespace namespace, java.lang.String summary, java.lang.String detail)
-
warning
public void warning(java.lang.String summary, java.lang.String detail)
-
warning
public void warning(uk.co.ractf.polaris.api.notification.NotificationTarget target, uk.co.ractf.polaris.api.namespace.Namespace namespace, java.lang.String summary, java.lang.String detail)
-
info
public void info(java.lang.String summary, java.lang.String detail)
-
info
public void info(uk.co.ractf.polaris.api.notification.NotificationTarget target, uk.co.ractf.polaris.api.namespace.Namespace namespace, java.lang.String summary, java.lang.String detail)
-
debug
public void debug(java.lang.String summary, java.lang.String detail)
-
debug
public void debug(uk.co.ractf.polaris.api.notification.NotificationTarget target, uk.co.ractf.polaris.api.namespace.Namespace namespace, java.lang.String summary, java.lang.String detail)
-
-