Class NotificationFacade


  • public class NotificationFacade
    extends java.lang.Object
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)